diff --git a/.cache/redirects.json b/.cache/redirects.json
new file mode 100644
index 0000000000..7434dc712f
--- /dev/null
+++ b/.cache/redirects.json
@@ -0,0 +1,56 @@
+[
+ {
+ "fromPath": "/en/docs/api",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/en/docs/api/L7"
+ },
+ {
+ "fromPath": "/zh/docs/api",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/zh/docs/api/L7"
+ },
+ {
+ "fromPath": "/zh/docs/tutorial",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/zh/docs/api/quickstart"
+ },
+ {
+ "fromPath": "/en/docs/tutorial",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/en/docs/api/quickstart"
+ },
+ {
+ "fromPath": "/zh/examples/raster/",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/zh/examples/raster/basic"
+ },
+ {
+ "fromPath": "/zh/examples/polygon/",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/zh/examples/polygon/3d"
+ },
+ {
+ "fromPath": "/zh/examples/heatmap/",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/zh/examples/heatmap/heatmap"
+ },
+ {
+ "fromPath": "/en/examples",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/en/examples/gallery/basic"
+ },
+ {
+ "fromPath": "/zh/examples",
+ "isPermanent": true,
+ "redirectInBrowser": true,
+ "toPath": "/zh/examples/gallery/basic"
+ }
+]
\ No newline at end of file
diff --git a/.cache/redux.state b/.cache/redux.state
new file mode 100644
index 0000000000..b63664a60c
Binary files /dev/null and b/.cache/redux.state differ
diff --git a/.eslintrc b/.eslintrc
index 78d122d954..b6d3fb664f 100755
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,5 +1,45 @@
{
+ "extends": [
+ "eslint-config-egg"
+ ],
"globals": {
- "AMap": true
+ "AMap": true,
+ "L7": true,
+ },
+ "env": {
+ "browser": true,
+ "node": true
+ },
+ "parser": "babel-eslint",
+ "parserOptions": {
+ "sourceType": "module"
+ },
+ "plugins": [
+ "html"
+ ],
+ "rules": {
+ "no-console": [
+ "error",
+ {
+ "allow": [
+ "warn",
+ "error"
+ ]
+ }
+ ],
+ "no-bitwise": [
+ 0
+ ],
+ "experimentalDecorators": [
+ 0
+ ],
+ "comma-dangle": [
+ "error",
+ "never"
+ ],
+ "jsdoc/require-param": 0,
+ "linebreak-style": [
+ 0
+ ]
}
}
diff --git a/.travis.yml b/.travis.yml
index 26f13a34b6..bc97a5937e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ node_js:
branches:
only:
- next
+install:
+- yarn install
script:
- yarn test
- yarn coveralls
diff --git a/README.md b/README.md
index 3ab287925d..96abb3a96c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
# L7
-
-[![版本](https://badgen.net/npm/v/@antv/l7)](https://www.npmjs.com/@antv/l7)
-[![NPM downloads](http://img.shields.io/npm/dm/@antv/l7.svg)](http://npmjs.com/@antv/l7)
![最近提交](https://badgen.net/github/last-commit/antvis/L7)
L7 Large-scale WebGL-powered Geospatial data visualization analysis framework
@@ -11,7 +8,7 @@ L7 Large-scale WebGL-powered Geospatial data visualization analysis framework
### Installation
```
- npm install @l7/l7
+ npm install @antv/l7
```
diff --git a/README.zh.md b/README.zh.md
new file mode 100644
index 0000000000..36ff1a9f91
--- /dev/null
+++ b/README.zh.md
@@ -0,0 +1,125 @@
+## L7 地理空间数据可视分析引擎
+
+L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。L7 中的 L 代表 Location,7 代表世界七大洲,寓意能为全球位置数据提供可视分析的能力。L7 以图形符号学为理论基础,将抽象复杂的空间数据转化成 2D、3D 符号,通过颜色、大小、体积、纹理等视觉变量实现丰富的可视化表达。
+
+
+
+
+### Installation
+
+```
+ npm install @antv/l7
+
+```
+
+
+## 核心特性
+
+### 🌏 数据驱动可视化展示
+
+数据驱动,从数到形,支持丰富的地图可视化类型,更好洞察数据。
+
+### 🌏 2D,3D 一体化的海量数据高性能渲染
+
+百万级空间数据实时,动态渲染。
+
+### 🌏简单灵活的数据接入
+
+支持CSV,JSON,geojson等数据格式接入,可以根据需求自定义数据格式,无需复杂的空间数据转换。
+
+### 🌏 多地图底图支持,支持离线内网部署
+
+高德地图国内合法合规的地理底图,Mapbox 满足国际化业务需求。
+
+## 支持丰富的图表类型
+
+### 点图层
+
+ - 气泡图
+ - 散点图
+ - 符号地图
+ - 3D柱状地图
+ - 聚合地图
+ - 复合图表地图
+ - 自定义Marker
+
+### 线图层
+
+- 路径地图
+- 弧线,支持2D弧线、3D弧线以及大圆航线
+- 等值线
+
+### 面图层
+
+- 填充图
+- 3D填充图
+
+### 热力图
+
+- 经典热力图
+- 蜂窝热力图
+- 网格热力图
+
+### 栅格地图
+- 图片
+- Raster
+
+## L7 2.0 Roadmap
+
+![L7 Road Map](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*3j9HTLTQT2MAAAAAAAAAAABkARQnAQ)
+
+## Development
+
+使用 Yarn Workspace 完成依赖安装以及各包之间的 link 工作:
+```bash
+yarn install
+```
+
+开发模式:
+```bash
+yarn watch
+```
+
+运行 Demo
+```bash
+yarn storybook
+```
+
+代替 `git commit` 提交:
+```bash
+yarn commit
+```
+
+## view doc example
+
+```bash
+ npm start
+```
+visit http://localhost:8000/
+
+## Add Package
+
+add new package:
+```bash
+lerna create my-pack -y
+```
+
+将 ui-lib 作为 my-pack 的依赖:
+```bash
+yarn workspace my-pack add ui-lib/1.0.0
+```
+
+将 lodash 添加为所有 package 的依赖(不包含root)
+```bash
+yarn workspaces run add lodash
+```
+
+将 typescript 设置为 root 的开发依赖
+```bash
+yarn add -W -D typescript jest
+```
\ No newline at end of file
diff --git a/babel.config.js b/babel.config.js
index 28f37dbc47..439b91afb5 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,5 +1,5 @@
// @see https://babeljs.io/docs/en/next/config-files#project-wide-configuration
-module.exports = (api) => {
+module.exports = api => {
api.cache(() => process.env.NODE_ENV);
const isSite = api.env('site');
@@ -10,16 +10,16 @@ module.exports = (api) => {
if (isSite) { //
return {
- "presets": [
- "babel-preset-gatsby"
+ presets: [
+ 'babel-preset-gatsby'
],
- "plugins": [
- '@babel/plugin-proposal-optional-chaining',
- '@babel/plugin-proposal-nullish-coalescing-operator',
+ plugins: [
+ '@babel/plugin-proposal-optional-chaining',
+ '@babel/plugin-proposal-nullish-coalescing-operator',
[
'@babel/plugin-proposal-decorators',
{
- legacy: true,
+ legacy: true
}
],
[
@@ -29,10 +29,10 @@ module.exports = (api) => {
extensions: [
// 由于使用了 TS 的 resolveJsonModule 选项,JSON 可以直接引入,不需要当作纯文本
// '.json',
- '.glsl',
+ '.glsl'
]
}
- ],
+ ]
]
};
}
@@ -43,20 +43,20 @@ module.exports = (api) => {
{
targets: {
browsers: 'Last 2 Chrome versions, Firefox ESR',
- node: 'current',
+ node: 'current'
},
// set `modules: false` when building CDN bundle, let rollup do commonjs works
// @see https://github.com/rollup/rollup-plugin-babel#modules
- modules: (isCDNBundle || isESModule) ? false : 'auto',
- },
+ modules: (isCDNBundle || isESModule) ? false : 'auto'
+ }
],
[
'@babel/preset-react',
{
- development: isCommonJS,
- },
+ development: isCommonJS
+ }
],
- '@babel/preset-typescript',
+ '@babel/preset-typescript'
],
plugins: [
'@babel/plugin-proposal-optional-chaining',
@@ -64,14 +64,14 @@ module.exports = (api) => {
[
'@babel/plugin-proposal-decorators',
{
- legacy: true,
+ legacy: true
}
],
[
'@babel/plugin-proposal-class-properties',
{
// @see https://github.com/storybookjs/storybook/issues/6069#issuecomment-472544973
- loose: true,
+ loose: true
}
],
'@babel/plugin-syntax-dynamic-import',
@@ -87,7 +87,7 @@ module.exports = (api) => {
extensions: [
// 由于使用了 TS 的 resolveJsonModule 选项,JSON 可以直接引入,不需要当作纯文本
// '.json',
- '.glsl',
+ '.glsl'
]
}
],
@@ -95,13 +95,13 @@ module.exports = (api) => {
// @see https://github.com/babel/babel/issues/8741#issuecomment-509041135
'const-enum',
{
- transform: 'constObject',
+ transform: 'constObject'
}
],
// 按需引用 @see https://github.com/lodash/babel-plugin-lodash
'lodash',
// 内联 WebGL 常量 @see https://www.npmjs.com/package/babel-plugin-inline-webgl-constants
- isCDNBundle ? 'inline-webgl-constants' : {},
+ isCDNBundle ? 'inline-webgl-constants' : {}
],
ignore: [
'node_modules',
@@ -113,8 +113,8 @@ module.exports = (api) => {
'__tests__',
'__stories__',
'**/*/__snapshots__',
- '**/*/__tests__',
- ]: [],
- ],
+ '**/*/__tests__'
+ ] : []
+ ]
};
-}
+};
diff --git a/build/bundle.ts b/build/bundle.ts
index ce3a796bbe..737cb99736 100644
--- a/build/bundle.ts
+++ b/build/bundle.ts
@@ -2,3 +2,6 @@
export * from '@l7/scene';
// @ts-ignore
export * from '@l7/layers';
+
+// @ts-ignore
+export * from '@l7/component';
diff --git a/commitlint.config.js b/commitlint.config.js
index 051a74ea10..dc0adae16c 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -1,5 +1,5 @@
module.exports = {
extends: [
- "@commitlint/config-conventional"
+ '@commitlint/config-conventional'
]
-};
\ No newline at end of file
+};
diff --git a/docs/API/L7.en.md b/docs/API/L7.en.md
index fc4302c64b..c26a8f7e2e 100644
--- a/docs/API/L7.en.md
+++ b/docs/API/L7.en.md
@@ -2,5 +2,74 @@
title: Introduction
order: 0
redirect_from:
- - /en/docs/api/
+ - /en/docs/api
---
+#### An open source large-scale geospatial data visualization analysis development framework powered by WebGL
+
+L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。L7 中的 L 代表 Location,7 代表世界七大洲,寓意能为全球位置数据提供可视分析的能力。L7 以图形符号学为理论基础,将抽象复杂的空间数据转化成 2D、3D 符号,通过颜色、大小、体积、纹理等视觉变量实现丰富的可视化表达。
+
+
+
+## 核心特性
+
+
+🌏 数据驱动可视化展示
+
+数据驱动,从数到形,支持丰富的地图可视化类型,更好洞察数据。
+
+🌏 2D,3D 一体化的海量数据高性能渲染
+
+百万级空间数据实时,动态渲染。
+
+🌏 简单灵活的数据接入
+
+支持CSV,JSON,geojson等数据格式接入,可以根据需求自定义数据格式,无需复杂的空间数据转换。
+
+ 🌏 多地图底图支持,支持离线内网部署
+
+高德地图国内合法合规的地理底图,Mapbox 满足国际化业务需求。
+
+## 支持丰富的图表类型
+
+### 点图层
+
+ - 气泡图
+ - 散点图
+ - 符号地图
+ - 3D柱状地图
+ - 聚合地图
+ - 复合图表地图
+ - 自定义Marker
+
+### 线图层
+
+- 路径地图
+- 弧线,支持2D弧线、3D弧线以及大圆航线
+- 等值线
+
+### 面图层
+
+- 填充图
+- 3D填充图
+
+### 热力图
+
+- 经典热力图
+- 蜂窝热力图
+- 网格热力图
+
+### 栅格地图
+- 图片
+- Raster
+
+## L7 2.0 Roadmap
+
+![L7 Road Map](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*3j9HTLTQT2MAAAAAAAAAAABkARQnAQ)
+
+
+更多技术细节,详细进展,请关注 [GitHub](https://github.com/antvis/L7),欢迎大家来给点点 Star,让更多人看到这个开源的项目。
\ No newline at end of file
diff --git a/docs/API/L7.zh.md b/docs/API/L7.zh.md
index 7978e8db8e..99742bd0c3 100644
--- a/docs/API/L7.zh.md
+++ b/docs/API/L7.zh.md
@@ -2,5 +2,75 @@
title: 简介
order: 0
redirect_from:
- - /zh/docs/api/
+ - /zh/docs/api
---
+
+# L7 地理空间数据可视分析引擎
+
+L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。L7 中的 L 代表 Location,7 代表世界七大洲,寓意能为全球位置数据提供可视分析的能力。L7 以图形符号学为理论基础,将抽象复杂的空间数据转化成 2D、3D 符号,通过颜色、大小、体积、纹理等视觉变量实现丰富的可视化表达。
+
+
+
+## 核心特性
+
+
+🌏 数据驱动可视化展示
+
+数据驱动,从数到形,支持丰富的地图可视化类型,更好洞察数据。
+
+🌏 2D,3D 一体化的海量数据高性能渲染
+
+百万级空间数据实时,动态渲染。
+
+🌏 简单灵活的数据接入
+
+支持CSV,JSON,geojson等数据格式接入,可以根据需求自定义数据格式,无需复杂的空间数据转换。
+
+ 🌏 多地图底图支持,支持离线内网部署
+
+高德地图国内合法合规的地理底图,Mapbox 满足国际化业务需求。
+
+## 支持丰富的图表类型
+
+### 点图层
+
+ - 气泡图
+ - 散点图
+ - 符号地图
+ - 3D柱状地图
+ - 聚合地图
+ - 复合图表地图
+ - 自定义Marker
+
+### 线图层
+
+- 路径地图
+- 弧线,支持2D弧线、3D弧线以及大圆航线
+- 等值线
+
+### 面图层
+
+- 填充图
+- 3D填充图
+
+### 热力图
+
+- 经典热力图
+- 蜂窝热力图
+- 网格热力图
+
+### 栅格地图
+- 图片
+- Raster
+
+## L7 2.0 Roadmap
+
+![L7 Road Map](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*3j9HTLTQT2MAAAAAAAAAAABkARQnAQ)
+
+
+更多技术细节,详细进展,请关注 [GitHub](https://github.com/antvis/L7),欢迎大家来给点点 Star,让更多人看到这个开源的项目。
\ No newline at end of file
diff --git a/docs/API/Scene.zh.md b/docs/API/Scene.zh.md
index 345f9e5dc7..a0eb5cc2eb 100644
--- a/docs/API/Scene.zh.md
+++ b/docs/API/Scene.zh.md
@@ -1,10 +1,26 @@
---
-title: Scene
+title: 场景 Scene
order: 1
---
-## 简介
-`Scene `基础的地图类,提供地图创建,图层创建,管理等功能
+# 简介
+
+## Scene
+
+L7 地理可视化 地图,图层,组件,以及可视化所需要的资源,如图片,字体通过Scene统一管理
+
+
+## Map
+
+ L7 地理可视化侧重于地理数据的可视化表达,地图层需要依赖第三方地图,第三方地图通过Scene 统一创建,创建管理
+ 只需要通过Scene传入地图配置项即可。
+
+目前L7 支持两种地图底图
+
+- 高德地图 国内业务场景 合规中国地图
+- MapBox 国际业务,或者内网离线部署场景
+
+
示例代码
@@ -21,49 +37,12 @@ const scene =new L7.Scene({
### 构造函数
-**Scene**
支持两种实例化方式
-
-- 独立实例化 内部根据id自动穿件地图实例
-- 传入地图实例
+**Scene**
-#### 独立实例化 Scene
-
-```javascript
-const scene = new L7.Scene({
- id: 'map',
- mapStyle: 'dark',
- center: [ 120.19382669582967, 30.258134 ],
- pitch: 0,
- zoom: 12,
- maxZoom:20,
- minZoom:0,
-});
-```
-
-
-#### 根据map 实例创建Sence
-
-_L7 基于高德地图3D模式开发的,因此传入Map实例 __viewModes需要设置成3d_
_
-```javascript
-var mapinstance = new AMap.Map('map',{
- center: [ 120.19382669582967, 30.258134 ],
- viewMode: '3D',
- pitch: 0,
- zoom: 12,
- maxZoom:20,
- minZoom:0,
- });
-
-const scene = new L7.Scene({
- mapStyle: 'dark',
- map:mapinstance
-});
-```
-
## map
L7 在scene 下保留了高德地图实例,可以通过scene.map 调用高德地图的map方法。
map 实例方法见[高德地图文档](https://lbs.amap.com/api/javascript-api/reference/map)
@@ -72,24 +51,10 @@ L7 在scene 下保留了高德地图实例,可以通过scene.map 调用高德
scene.map
```
-
-## 构造类
-
-### PointLayer
-新建点图层
-
-### PolylineLayer
-新建线图层
-
-### PolygonLayer
-新建面图层
-
-### ImageLayer
-新建图片图层
-
-
## 配置项
+### 地图配置项
+
### id
需传入 dom 容器或者容器 id {domObject || string} [必选]
@@ -104,6 +69,12 @@ scene.map
地图初始俯仰角度 {number} default 0
### mapSyle
+
+简化地图样式设置,L7 内置了三种主题默认样式
+- dark
+- light
+- normal
+
地图样式 {style} 目前仅支持高德地图。 default 'dark'
L7 内置三种种默认地图样式 dark | light|blank 空地图
设置地图的显示样式,目前支持两种地图样式:
第一种:自定义地图样式,如`"amap://styles/d6bf8c1d69cea9f5c696185ad4ac4c86"`
可前往[地图自定义平台](https://lbs.amap.com/dev/mapstyle/index)定制自己的个性地图样式;
第二种:官方样式模版,如`"amap://styles/grey"`。
其他模版样式及自定义地图的使用说明见[开发指南](https://lbs.amap.com/api/javascript-api/guide/create-map/mapstye/)
diff --git a/docs/API/component/control.en.md b/docs/API/component/control.en.md
index 7a0a3ee170..7e1e7c0cf8 100644
--- a/docs/API/component/control.en.md
+++ b/docs/API/component/control.en.md
@@ -1,5 +1,5 @@
---
-title: Map Control
+title: Control
order: 1
---
# control
@@ -15,6 +15,7 @@ const baseControl = new L7.Control.Base(option);
#### option
+
position: `string` 控件位置支持是个方位 `bottomright, topright, bottomleft, topleft`
diff --git a/docs/API/component/control.zh.md b/docs/API/component/control.zh.md
index d97551fcdb..16d9950e31 100644
--- a/docs/API/component/control.zh.md
+++ b/docs/API/component/control.zh.md
@@ -1,5 +1,5 @@
---
-title: 地图组件
+title: Control
order: 3
---
# control
diff --git a/docs/API/component/marker.en.md b/docs/API/component/marker.en.md
index b2ca8d9cd4..5adbea840f 100644
--- a/docs/API/component/marker.en.md
+++ b/docs/API/component/marker.en.md
@@ -1,5 +1,5 @@
---
-title: Map Marker
+title: Marker
order: 3
---
diff --git a/docs/API/component/marker.zh.md b/docs/API/component/marker.zh.md
index b7fe0782aa..5adbea840f 100644
--- a/docs/API/component/marker.zh.md
+++ b/docs/API/component/marker.zh.md
@@ -1,5 +1,5 @@
---
-title: 地图标注
+title: Marker
order: 3
---
diff --git a/docs/API/component/popup.zh.md b/docs/API/component/popup.zh.md
index 3d2c0cf7a3..e3fa32bfbe 100644
--- a/docs/API/component/popup.zh.md
+++ b/docs/API/component/popup.zh.md
@@ -1,5 +1,5 @@
---
-title: 地图信息框
+title: popup
order: 0
---
# popup
diff --git a/docs/API/layer.en.md b/docs/API/layer.en.md
deleted file mode 100644
index 5d1690ca09..0000000000
--- a/docs/API/layer.en.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Map Layer
-order: 2
----
diff --git a/docs/API/layer.zh.md b/docs/API/layer.zh.md
deleted file mode 100644
index 663bb41031..0000000000
--- a/docs/API/layer.zh.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: 图层
-order: 2
----
diff --git a/docs/API/layer/heatmap.en.md b/docs/API/layer/heatmap.en.md
new file mode 100644
index 0000000000..2bf68b6740
--- /dev/null
+++ b/docs/API/layer/heatmap.en.md
@@ -0,0 +1,205 @@
+---
+title: HeatmapLayer
+order: 5
+---
+
+# heatmapLayer
+
+
+### 简介
+
+热力图图层,包含三种类型的,
+- 方格热力图
+
+将一组点数据按照等大小的正方形网格进行聚合,一个正方形网格代表网格内所有点的统计值。方格热力图特点以方格网布局。
+
+- 六边形热力图
+
+将一组点数据按照等大小的六边形网格进行聚合,一个六边形网格代表网格内所有点的统计值。蜂窝热力图特点以六边形热力图网格布局
+
+- 经典热力图
+
+
+
+⚠️ 网格热力图和蜂窝热力图需要对数据聚合处理,使用之前需要在source方法设置数据聚合方法
+
+### source
+
+热力图只支持点数据作为数据源
+
+布局方法 通过source的 tansforms属性配置
+
+- type 数据聚合类型 grid、hexagon
+- size 网格半径 单位 米
+- field 聚合字段
+- method 聚合方法 count,max,min,sum,mean5个统计维度
+
+```javascript
+
+layer.source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng',
+ y: 'lat'
+ },
+ transforms:[
+ {
+ type: 'grid',
+ size: 15000,
+ field:'v',
+ method:'sum'
+ }
+ ],
+ }
+```
+
+### shape
+
+不同类型热力图shape支持
+
+| | 2D | 3d |
+| --- | --- | --- |
+| 网格格热力图 | circle,triangle,square,heaxgon | cylinder,triangleColumn,hexagonColum,squareColumn |
+| 蜂窝热力图 | circle,triangle,square,heaxgon | circle,triangle,square,heaxgon |
+| 普通热力图 | heatmap | heatmap |
+
+
+热力图布局下只shape方法只支持常量的可视化。
+
+```javascript
+HeatmapLayer.shape('square');
+HeatmapLayer.shape('hexagon');
+// 默认类型可以不设置
+```
+
+### size
+当前版本 shape 为grid,hexagon不需要设置 size 映射
+
+default 类型需要设置size映射 详细参数见[Size](https://www.yuque.com/antv/l7/layer#size)
+
+**size(field,values) **
+
+- field: 热力图权重字段
+- values: 数据映射区间 热力图显示 [0, 1] 效果最佳
+
+```javascript
+HeatmapLayer.size ('field', [0, 1])
+```
+
+
+### color
+default heatMap 类型不需设置 color映射
+
+color 配置项同 [**color**](https://www.yuque.com/antv/l7/layer#color)
+
+
+
+### style
+
+grid hexagon 可以通过style 设置透明度
+
+default热力图需要通过style配置参数热力图参数
+
+- intensity 全局热力权重 推荐权重范围 1-5
+- radius 热力半径,单位像素
+- rampColors 色带参数
+ - colors 颜色数组
+ - positions 数据区间
+
+```javascript
+ HeatmapLayer.style({
+ intensity: 3,
+ radius: 20,
+ rampColors: {
+ colors: [ 'rgba(33,102,172,0.0)', 'rgb(103,169,207)', 'rgb(209,229,240)', 'rgb(253,219,199)', 'rgb(239,138,98)', 'rgb(178,24,43,1.0)' ],
+ positions: [ 0, 0.2, 0.4, 0.6, 0.8, 1.0 ]
+ }
+ })
+```
+
+
+### 完整代码示例
+
+#### 普通热力图
+
+```javascript
+// 测试数据 url https://gw.alipayobjects.com/os/basement_prod/08c6ea00-dc5f-4bb0-b0b5-52bde5edf0a3.json
+
+ HeatmapLayer({
+ zIndex: 2
+ })
+ .source(data)
+ .size('mag', [ 0, 1 ]) // weight映射通道
+ .style({
+ intensity: 3,
+ radius: 20,
+ rampColors: {
+ colors: [ 'rgba(33,102,172,0.0)', 'rgb(103,169,207)', 'rgb(209,229,240)', 'rgb(253,219,199)', 'rgb(239,138,98)', 'rgb(178,24,43,1.0)' ],
+ positions: [ 0, 0.2, 0.4, 0.6, 0.8, 1.0 ]
+ }
+ })
+```
+
+
+
+#### 网格热力图
+
+```javascript
+var layer = scene.HeatmapLayer({
+ zIndex: 2
+ })
+ .source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng',
+ y: 'lat'
+ },
+ transforms:[
+
+ {
+ type: 'grid',
+ size: 15000,
+ field:'v',
+ method:'sum'
+ }
+ ]
+ })
+ .shape('grid')
+ .style({
+ coverage: 0.8
+ })
+ .color('count',
+ ["#002466","#105CB3","#2894E0","#CFF6FF","#FFF5B8","#FFAB5C","#F27049","#730D1C"])
+
+```
+
+
+#### 六边形热力图
+
+```javascript
+ var layer = scene.HeatmapLayer({
+ zIndex: 2
+ }).
+ souce(data,{
+ parser:{
+ type:'csv',
+ x:lng,
+ y:lat,
+ },
+ transforms:[
+ {
+ type:'hexgon',
+ size:1500,
+ field:'count',
+ operation: 'sum',
+ }
+ ]
+ })
+ .shape('hexgon')
+ .size(1000)
+ .color('sum')
+ .style({
+ coverage:0.8
+ })
+render()
+```
\ No newline at end of file
diff --git a/docs/API/layer/heatmap.zh.md b/docs/API/layer/heatmap.zh.md
new file mode 100644
index 0000000000..2431fc5cb7
--- /dev/null
+++ b/docs/API/layer/heatmap.zh.md
@@ -0,0 +1,204 @@
+---
+title: HeatmapLayer
+order: 5
+---
+# heatmapLayer
+
+
+### 简介
+
+热力图图层,包含三种类型的,
+- 方格热力图
+
+将一组点数据按照等大小的正方形网格进行聚合,一个正方形网格代表网格内所有点的统计值。方格热力图特点以方格网布局。
+
+- 六边形热力图
+
+将一组点数据按照等大小的六边形网格进行聚合,一个六边形网格代表网格内所有点的统计值。蜂窝热力图特点以六边形热力图网格布局
+
+- 经典热力图
+
+
+
+⚠️ 网格热力图和蜂窝热力图需要对数据聚合处理,使用之前需要在source方法设置数据聚合方法
+
+### source
+
+热力图只支持点数据作为数据源
+
+布局方法 通过source的 tansforms属性配置
+
+- type 数据聚合类型 grid、hexagon
+- size 网格半径 单位 米
+- field 聚合字段
+- method 聚合方法 count,max,min,sum,mean5个统计维度
+
+```javascript
+
+layer.source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng',
+ y: 'lat'
+ },
+ transforms:[
+ {
+ type: 'grid',
+ size: 15000,
+ field:'v',
+ method:'sum'
+ }
+ ],
+ }
+```
+
+### shape
+
+不同类型热力图shape支持
+
+| | 2D | 3d |
+| --- | --- | --- |
+| 网格格热力图 | circle,triangle,square,heaxgon | cylinder,triangleColumn,hexagonColum,squareColumn |
+| 蜂窝热力图 | circle,triangle,square,heaxgon | circle,triangle,square,heaxgon |
+| 普通热力图 | heatmap | heatmap |
+
+
+热力图布局下只shape方法只支持常量的可视化。
+
+```javascript
+HeatmapLayer.shape('square');
+HeatmapLayer.shape('hexagon');
+// 默认类型可以不设置
+```
+
+### size
+当前版本 shape 为grid,hexagon不需要设置 size 映射
+
+default 类型需要设置size映射 详细参数见[Size](https://www.yuque.com/antv/l7/layer#size)
+
+**size(field,values) **
+
+- field: 热力图权重字段
+- values: 数据映射区间 热力图显示 [0, 1] 效果最佳
+
+```javascript
+HeatmapLayer.size ('field', [0, 1])
+```
+
+
+### color
+default heatMap 类型不需设置 color映射
+
+color 配置项同 [**color**](https://www.yuque.com/antv/l7/layer#color)
+
+
+
+### style
+
+grid hexagon 可以通过style 设置透明度
+
+default热力图需要通过style配置参数热力图参数
+
+- intensity 全局热力权重 推荐权重范围 1-5
+- radius 热力半径,单位像素
+- rampColors 色带参数
+ - colors 颜色数组
+ - positions 数据区间
+
+```javascript
+ HeatmapLayer.style({
+ intensity: 3,
+ radius: 20,
+ rampColors: {
+ colors: [ 'rgba(33,102,172,0.0)', 'rgb(103,169,207)', 'rgb(209,229,240)', 'rgb(253,219,199)', 'rgb(239,138,98)', 'rgb(178,24,43,1.0)' ],
+ positions: [ 0, 0.2, 0.4, 0.6, 0.8, 1.0 ]
+ }
+ })
+```
+
+
+### 完整代码示例
+
+#### 普通热力图
+
+```javascript
+// 测试数据 url https://gw.alipayobjects.com/os/basement_prod/08c6ea00-dc5f-4bb0-b0b5-52bde5edf0a3.json
+
+ HeatmapLayer({
+ zIndex: 2
+ })
+ .source(data)
+ .size('mag', [ 0, 1 ]) // weight映射通道
+ .style({
+ intensity: 3,
+ radius: 20,
+ rampColors: {
+ colors: [ 'rgba(33,102,172,0.0)', 'rgb(103,169,207)', 'rgb(209,229,240)', 'rgb(253,219,199)', 'rgb(239,138,98)', 'rgb(178,24,43,1.0)' ],
+ positions: [ 0, 0.2, 0.4, 0.6, 0.8, 1.0 ]
+ }
+ })
+```
+
+
+
+#### 网格热力图
+
+```javascript
+var layer = scene.HeatmapLayer({
+ zIndex: 2
+ })
+ .source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng',
+ y: 'lat'
+ },
+ transforms:[
+
+ {
+ type: 'grid',
+ size: 15000,
+ field:'v',
+ method:'sum'
+ }
+ ]
+ })
+ .shape('grid')
+ .style({
+ coverage: 0.8
+ })
+ .color('count',
+ ["#002466","#105CB3","#2894E0","#CFF6FF","#FFF5B8","#FFAB5C","#F27049","#730D1C"])
+
+```
+
+
+#### 六边形热力图
+
+```javascript
+ var layer = scene.HeatmapLayer({
+ zIndex: 2
+ }).
+ souce(data,{
+ parser:{
+ type:'csv',
+ x:lng,
+ y:lat,
+ },
+ transforms:[
+ {
+ type:'hexgon',
+ size:1500,
+ field:'count',
+ operation: 'sum',
+ },
+ ],
+ })
+ .shape('hexgon')
+ .size(1000)
+ .color('sum')
+ .style({
+ coverage:0.8
+ })
+render()
+```
\ No newline at end of file
diff --git a/docs/API/layer/imagelayer.en.md b/docs/API/layer/imagelayer.en.md
new file mode 100644
index 0000000000..4d0c122617
--- /dev/null
+++ b/docs/API/layer/imagelayer.en.md
@@ -0,0 +1,23 @@
+---
+title: ImageLayer
+order: 5
+---
+# ImageLayer
+
+## 简介
+将图片添加到地图上,需要指定图片的经纬度范围
+
+### 代码示例
+
+```javascript
+const layer = new ImageLayer({});
+layer.source(
+ 'https://gw.alipayobjects.com/zos/rmsportal/FnHFeFklTzKDdUESRNDv.jpg',
+ {
+ parser: {
+ type: 'image',
+ extent: [ 121.168, 30.2828, 121.384, 30.4219 ]
+ }
+ }
+);
+```
diff --git a/docs/API/layer/imagelayer.zh.md b/docs/API/layer/imagelayer.zh.md
new file mode 100644
index 0000000000..4d0c122617
--- /dev/null
+++ b/docs/API/layer/imagelayer.zh.md
@@ -0,0 +1,23 @@
+---
+title: ImageLayer
+order: 5
+---
+# ImageLayer
+
+## 简介
+将图片添加到地图上,需要指定图片的经纬度范围
+
+### 代码示例
+
+```javascript
+const layer = new ImageLayer({});
+layer.source(
+ 'https://gw.alipayobjects.com/zos/rmsportal/FnHFeFklTzKDdUESRNDv.jpg',
+ {
+ parser: {
+ type: 'image',
+ extent: [ 121.168, 30.2828, 121.384, 30.4219 ]
+ }
+ }
+);
+```
diff --git a/docs/API/layer/layer.en.md b/docs/API/layer/layer.en.md
new file mode 100644
index 0000000000..21ccab7477
--- /dev/null
+++ b/docs/API/layer/layer.en.md
@@ -0,0 +1,322 @@
+---
+title: Map Layer
+order: 0
+---
+# Layer
+
+
+## 简介
+L7 Layer 接口设计遵循图形语法,在可视表达上
+
+语法示例
+
+```javascript
+new Layer(option)
+.source()
+.color()
+.size()
+.shape()
+.style()
+
+```
+
+
+## 构造函数
+
+
+## 配置项
+
+### visable
+图层是否可见 {bool } default true
+
+### zIndex
+ 图层绘制顺序,数值越小优先绘制,可以控制图层绘制的上下层级 {int} default 0
+### minZoom
+图层显示最小缩放等级,(0-18) {number} default 0
+
+### maxZoom
+ 图层显示最大缩放等级 (0-18) {number} default 18
+
+
+## 鼠标事件
+
+beta版当前不支持,正式版会支持
+
+```javascript
+layer.on('click', (ev)=>{}); // 鼠标左键点击图层事件
+layer.on('dblclick', (ev)=>{}); // 鼠标左键双击图层事件
+layer.on('mousemove', (ev)=>{}); // 鼠标在图层上移动时触发
+layer.on('mouseover', (ev)=>{}); // 鼠标移入图层要素内时触发
+layer.on('mouseout', (ev)=>{}); // 鼠标移出图层要素时触发
+layer.on('mouseup', (ev)=>{}); // 鼠标在图层上单击抬起时触发
+layer.on('mousedown', (ev)=>{}); // 鼠标在图层上单击按下时触发
+layer.on('mouseleave', (ev)=>{}); // 鼠标离开图层要素
+layer.on('rightclick', (ev)=>{}); // 鼠标右键图层要素
+
+```
+
+
+## 方法
+
+### source
+数据源为layer设置数据 source(data,config)
+
+- data {geojson|json|csv}
+
+
+ 源数据
+
+- config 可选 数据源配置项
+ - parser 数据解析,默认是解析层geojson
+ - transforms [transform,transform ] 数据处理转换 可设置多个
+
+ parser和 transforms [见source文档](https://www.yuque.com/antv/l7/source)
+
+```javascript
+layer.source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng',
+ y: 'lat'
+ },
+ transforms:[
+ {
+ type: 'map',
+ callback:function(item){
+ const [x, y] = item.coordinates;
+ item.lat = item.lat*1;
+ item.lng = item.lng*1;
+ item.v = item.v *1;
+ item.coordinates = [x*1,y*1];
+ return item;
+ }
+
+ },
+ {
+ type: 'hexagon',
+ size: 6000,
+ field:'v',
+ method:'sum'
+ }
+ ]
+ })
+```
+
+###
+
+### scale
+
+
+cscle('field', scaleConfig)
+
+(field: string, scaleConfig: object)
+
+为指定的数据字段进行列定义,返回 layer 实例。
+
+
+
+- `field` 字段名。
+
+- `scaleConfig` 列定义配置,对象类型,可配置的属性如下:
+
+```javascript
+{
+ type: "linear" // 指定数据类型,可声明的类型为:identity、linear、cat、time、timeCat、log、pow, quantile,quantize
+}
+
+```
+
+### size
+
+将数据值映射到图形的大小上的方法。
+
+**注意:**
+
+不同图层的 size 的含义有所差别:
+
+- point 图形的 size 影响点的半径大小和高度;
+
+- line, arc, path 中的 size 影响线的粗细,和高度;
+
+- polygon size 影响的是高度
+
+
+
+```javascript
+pointLayer.size(10); // 常量
+pointLayer.size('type'); // 使用字段映射到大小
+pointLayer.size('type', [ 0, 10 ]); // 使用字段映射到大小,并指定最大值和最小值
+pointLayer.size('type', (type) => { // 回调函数
+ if(type === 'a') {
+ return 10;
+ }
+ return 5;
+});
+```
+
+
+#### size(value)
+
+传入数字常量,如 `pointLayer.size(20)`
+
+#### size(field)
+根据 field 字段的值映射大小,使用默认的`最大值 max:10` 和`最小值 min: 1`。
+
+#### size(field, callback)
+使用回调函数控制图形大小。
+
+- `callback`: function 回调函数。
+
+```javascript
+pointLayer.size('age', (value) => {
+ if(value === 1) {
+ return 5;
+ }
+ return 10;
+});
+```
+
+### color
+
+将数据值映射到图形的颜色上的方法。
+
+```javascript
+layer.color('red'); // 常量颜色
+layer.color('type'); // 对 type 字段进行映射,使用内置的颜色
+layer.color('type', [ 'red', 'blue' ]) // 指定颜色
+layer.color('type', (type) => { // 通过回调函数
+ if (type === 'a') {
+ return 'red';
+ }
+ return 'blue';
+});
+layer.color('type*value', (type, value) => { //多个参数,通过回调函数
+ if (type === 'a' && value > 100) {
+ return 'red';
+ }
+ return 'blue';
+});
+```
+
+
+#### color(value)
+
+
+参数:`value` :string
+只支持接收一个参数,value 可以是:
+
+- 映射至颜色属性的数据源字段名,如果数据源中不存在这个字段名的话,则按照常量进行解析,这个时候会使用 L7 默认提供的颜色。
+
+- 也可以直接指定某一个具体的颜色值 color,如 '#fff', 'white','rgba(255,0,0,0.5)' ,rgb(255,0,1) 等。
+
+
+示例
+```javascript
+layer.color('name') // 映射数据字段
+layer.color('white') // 指定颜色
+```
+
+
+#### color(field, colors)
+
+参数:
+
+- `field`: stringfield 为映射至颜色属性的数据源字段名,也支持指定多个参数。
+
+- `colors`: string | array | function
+
+
+colors 的参数有以下情况: 如果为空,即未指定颜色的数组,那么使用内置的全局的颜色;如果需要指定颜色,则需要以数组格式传入,那么分类的颜色按照数组中的颜色确定。对于颜色的分配顺序。
+
+```javascript
+layer.color('name'); // 使用默认的颜色
+layer.color('name', [ 'red', 'blue' ]); // 使用传入的指定颜色
+```
+
+- colors 如果是回调函数,则该回调函数的参数为对应字段的数值,具体使用如下,当 color 映射为多个字段时,参数按照字段声明的顺序传入:
+
+
+
+```javascript
+layer.color('gender', (value) => {
+ if(value === 1) {
+ return 'red'
+ }
+ return 'blue';
+});
+layer.color('gender*age', (gender, age) => {
+ if(age === 20 && gender ==' 男' ) {
+ return 'red'
+ }
+ return 'blue';
+});
+```
+
+### shape
+将数据值映射到图形的形状上的方法。
+
+**shape(shape)**
+
+参数`shape` string
+
+只支持接收一个参数,指定几何图像对象绘制的形状。下表列出了不同的 图层 几何图形对象支持的 shape 形状
+
+| layer类型 | shape类型 | 备注 |
+| --- | --- | --- |
+| point | 2d:point,circle, square, triangle,hexagon,image,text 3d:circle,triangle,hexagon,square | |
+| line | line,arc, arc3d, greatcircle | |
+| polygon | fill,line, extrude | |
+
+
+**shape(field, shapes)**
+
+**shape(field, callback)**
+
+
+### style
+
+用于配置几何体显示图像属性目前支持以下属性,其他属性会逐步开放
+
+- fill
+
+- opacity 设置透明度
+
+- stroke 线填充颜色
+
+- strokeWidth 线的宽度
+
+
+```javascript
+layer.style({
+ fill:'red',
+ opacity:0.8,
+ stroke:'white'
+})
+```
+
+
+### show
+图层显示
+
+```javascript
+layer.show();
+```
+
+
+### hide
+
+图层隐藏
+
+```javascript
+layer.hide();
+```
+
+
+### fitBounds
+
+缩放到图层范围
+
+```javascript
+layer.fitBounds()
+
+```
\ No newline at end of file
diff --git a/docs/API/layer/layer.zh.md b/docs/API/layer/layer.zh.md
new file mode 100644
index 0000000000..dfefab69a6
--- /dev/null
+++ b/docs/API/layer/layer.zh.md
@@ -0,0 +1,322 @@
+---
+title: Layer
+order: 0
+---
+# Layer
+
+
+## 简介
+L7 Layer 接口设计遵循图形语法,在可视表达上
+
+语法示例
+
+```javascript
+new Layer(option)
+.source()
+.color()
+.size()
+.shape()
+.style()
+
+```
+
+
+## 构造函数
+
+
+## 配置项
+
+### visable
+图层是否可见 {bool } default true
+
+### zIndex
+ 图层绘制顺序,数值越小优先绘制,可以控制图层绘制的上下层级 {int} default 0
+### minZoom
+图层显示最小缩放等级,(0-18) {number} default 0
+
+### maxZoom
+ 图层显示最大缩放等级 (0-18) {number} default 18
+
+
+## 鼠标事件
+
+beta版当前不支持,正式版会支持
+
+```javascript
+layer.on('click', (ev)=>{}); // 鼠标左键点击图层事件
+layer.on('dblclick', (ev)=>{}); // 鼠标左键双击图层事件
+layer.on('mousemove', (ev)=>{}); // 鼠标在图层上移动时触发
+layer.on('mouseover', (ev)=>{}); // 鼠标移入图层要素内时触发
+layer.on('mouseout', (ev)=>{}); // 鼠标移出图层要素时触发
+layer.on('mouseup', (ev)=>{}); // 鼠标在图层上单击抬起时触发
+layer.on('mousedown', (ev)=>{}); // 鼠标在图层上单击按下时触发
+layer.on('mouseleave', (ev)=>{}); // 鼠标离开图层要素
+layer.on('rightclick', (ev)=>{}); // 鼠标右键图层要素
+
+```
+
+
+## 方法
+
+### source
+数据源为layer设置数据 source(data,config)
+
+- data {geojson|json|csv}
+
+
+ 源数据
+
+- config 可选 数据源配置项
+ - parser 数据解析,默认是解析层geojson
+ - transforms [transform,transform ] 数据处理转换 可设置多个
+
+ parser和 transforms [见source文档](https://www.yuque.com/antv/l7/source)
+
+```javascript
+layer.source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng',
+ y: 'lat'
+ },
+ transforms:[
+ {
+ type: 'map',
+ callback:function(item){
+ const [x, y] = item.coordinates;
+ item.lat = item.lat*1;
+ item.lng = item.lng*1;
+ item.v = item.v *1;
+ item.coordinates = [x*1,y*1];
+ return item;
+ }
+
+ },
+ {
+ type: 'hexagon',
+ size: 6000,
+ field:'v',
+ method:'sum'
+ }
+ ]
+ })
+```
+
+###
+
+### scale
+
+
+cscle('field', scaleConfig)
+
+(field: string, scaleConfig: object)
+
+为指定的数据字段进行列定义,返回 layer 实例。
+
+
+
+- `field` 字段名。
+
+- `scaleConfig` 列定义配置,对象类型,可配置的属性如下:
+
+```javascript
+{
+ type: "linear" // 指定数据类型,可声明的类型为:identity、linear、cat、time、timeCat、log、pow, quantile,quantize
+}
+
+```
+
+### size
+
+将数据值映射到图形的大小上的方法。
+
+**注意:**
+
+不同图层的 size 的含义有所差别:
+
+- point 图形的 size 影响点的半径大小和高度;
+
+- line, arc, path 中的 size 影响线的粗细,和高度;
+
+- polygon size 影响的是高度
+
+
+
+```javascript
+pointLayer.size(10); // 常量
+pointLayer.size('type'); // 使用字段映射到大小
+pointLayer.size('type', [ 0, 10 ]); // 使用字段映射到大小,并指定最大值和最小值
+pointLayer.size('type', (type) => { // 回调函数
+ if(type === 'a') {
+ return 10;
+ }
+ return 5;
+});
+```
+
+
+#### size(value)
+
+传入数字常量,如 `pointLayer.size(20)`
+
+#### size(field)
+根据 field 字段的值映射大小,使用默认的`最大值 max:10` 和`最小值 min: 1`。
+
+#### size(field, callback)
+使用回调函数控制图形大小。
+
+- `callback`: function 回调函数。
+
+```javascript
+pointLayer.size('age', (value) => {
+ if(value === 1) {
+ return 5;
+ }
+ return 10;
+});
+```
+
+### color
+
+将数据值映射到图形的颜色上的方法。
+
+```javascript
+layer.color('red'); // 常量颜色
+layer.color('type'); // 对 type 字段进行映射,使用内置的颜色
+layer.color('type', [ 'red', 'blue' ]) // 指定颜色
+layer.color('type', (type) => { // 通过回调函数
+ if (type === 'a') {
+ return 'red';
+ }
+ return 'blue';
+});
+layer.color('type*value', (type, value) => { //多个参数,通过回调函数
+ if (type === 'a' && value > 100) {
+ return 'red';
+ }
+ return 'blue';
+});
+```
+
+
+#### color(value)
+
+
+参数:`value` :string
+只支持接收一个参数,value 可以是:
+
+- 映射至颜色属性的数据源字段名,如果数据源中不存在这个字段名的话,则按照常量进行解析,这个时候会使用 L7 默认提供的颜色。
+
+- 也可以直接指定某一个具体的颜色值 color,如 '#fff', 'white','rgba(255,0,0,0.5)' ,rgb(255,0,1) 等。
+
+
+示例
+```javascript
+layer.color('name') // 映射数据字段
+layer.color('white') // 指定颜色
+```
+
+
+#### color(field, colors)
+
+参数:
+
+- `field`: stringfield 为映射至颜色属性的数据源字段名,也支持指定多个参数。
+
+- `colors`: string | array | function
+
+
+colors 的参数有以下情况: 如果为空,即未指定颜色的数组,那么使用内置的全局的颜色;如果需要指定颜色,则需要以数组格式传入,那么分类的颜色按照数组中的颜色确定。对于颜色的分配顺序。
+
+```javascript
+layer.color('name'); // 使用默认的颜色
+layer.color('name', [ 'red', 'blue' ]); // 使用传入的指定颜色
+```
+
+- colors 如果是回调函数,则该回调函数的参数为对应字段的数值,具体使用如下,当 color 映射为多个字段时,参数按照字段声明的顺序传入:
+
+
+
+```javascript
+layer.color('gender', (value) => {
+ if(value === 1) {
+ return 'red'
+ }
+ return 'blue';
+});
+layer.color('gender*age', (gender, age) => {
+ if(age === 20 && gender ==' 男' ) {
+ return 'red'
+ }
+ return 'blue';
+});
+```
+
+### shape
+将数据值映射到图形的形状上的方法。
+
+**shape(shape)**
+
+参数`shape` string
+
+只支持接收一个参数,指定几何图像对象绘制的形状。下表列出了不同的 图层 几何图形对象支持的 shape 形状
+
+| layer类型 | shape类型 | 备注 |
+| --- | --- | --- |
+| point | 2d:point,circle, square, triangle,hexagon,image,text 3d:circle,triangle,hexagon,square | |
+| line | line,arc, arc3d, greatcircle | |
+| polygon | fill,line, extrude | |
+
+
+**shape(field, shapes)**
+
+**shape(field, callback)**
+
+
+### style
+
+用于配置几何体显示图像属性目前支持以下属性,其他属性会逐步开放
+
+- fill
+
+- opacity 设置透明度
+
+- stroke 线填充颜色
+
+- strokeWidth 线的宽度
+
+
+```javascript
+layer.style({
+ fill:'red',
+ opacity:0.8,
+ stroke:'white'
+})
+```
+
+
+### show
+图层显示
+
+```javascript
+layer.show();
+```
+
+
+### hide
+
+图层隐藏
+
+```javascript
+layer.hide();
+```
+
+
+### fitBounds
+
+缩放到图层范围
+
+```javascript
+layer.fitBounds()
+
+```
\ No newline at end of file
diff --git a/docs/API/layer/linelayer.en.md b/docs/API/layer/linelayer.en.md
new file mode 100644
index 0000000000..90d7b56a43
--- /dev/null
+++ b/docs/API/layer/linelayer.en.md
@@ -0,0 +1,72 @@
+---
+title: LineLayer
+order: 2
+---
+## 线图层
+
+### shape
+
+线图层支持4种 shape
+
+- line 绘制路径图,
+- arc 绘制弧线 通过贝塞尔曲线算法技术弧线
+- greatcircle 大圆航线,地图两个点的最近距离不是两个点连线,而是大圆航线
+- arc3d 3d弧线地图 3D视角
+
+⚠️ 弧线只需要设置起始点坐标即可
+
+```
+ new LineLayer()
+ .source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng1',
+ y: 'lat1',
+ x1: 'lng2',
+ y1: 'lat2',
+ },
+ })
+```
+
+如果geojson 数据绘制弧线图 coordinates 第一对坐标为起点,第二对为终点
+```
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 106.5234375,
+ 57.51582286553883
+ ],
+ [
+ 136.40625,
+ 61.77312286453146
+ ]
+ ]
+ }
+ }
+ ]
+}
+
+```
+
+### size
+
+线图层 可以设置高度
+
+- size 类型为number 则表示 line的宽度
+- size 类型为 [number , number] 分别表示宽度和高度
+
+```javascript
+
+lineLayer.size(1); // 线的宽度为 1
+lineLayer.size([1,2]); // 宽度为1,高度2
+
+```
+
+
diff --git a/docs/API/layer/linelayer.zh.md b/docs/API/layer/linelayer.zh.md
new file mode 100644
index 0000000000..90d7b56a43
--- /dev/null
+++ b/docs/API/layer/linelayer.zh.md
@@ -0,0 +1,72 @@
+---
+title: LineLayer
+order: 2
+---
+## 线图层
+
+### shape
+
+线图层支持4种 shape
+
+- line 绘制路径图,
+- arc 绘制弧线 通过贝塞尔曲线算法技术弧线
+- greatcircle 大圆航线,地图两个点的最近距离不是两个点连线,而是大圆航线
+- arc3d 3d弧线地图 3D视角
+
+⚠️ 弧线只需要设置起始点坐标即可
+
+```
+ new LineLayer()
+ .source(data, {
+ parser: {
+ type: 'csv',
+ x: 'lng1',
+ y: 'lat1',
+ x1: 'lng2',
+ y1: 'lat2',
+ },
+ })
+```
+
+如果geojson 数据绘制弧线图 coordinates 第一对坐标为起点,第二对为终点
+```
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 106.5234375,
+ 57.51582286553883
+ ],
+ [
+ 136.40625,
+ 61.77312286453146
+ ]
+ ]
+ }
+ }
+ ]
+}
+
+```
+
+### size
+
+线图层 可以设置高度
+
+- size 类型为number 则表示 line的宽度
+- size 类型为 [number , number] 分别表示宽度和高度
+
+```javascript
+
+lineLayer.size(1); // 线的宽度为 1
+lineLayer.size([1,2]); // 宽度为1,高度2
+
+```
+
+
diff --git a/docs/API/layer/pointlayer.en.md b/docs/API/layer/pointlayer.en.md
new file mode 100644
index 0000000000..340d0d39d3
--- /dev/null
+++ b/docs/API/layer/pointlayer.en.md
@@ -0,0 +1,77 @@
+---
+title: PointLayer
+order: 1
+---
+# PointLayer
+
+
+## 简介
+点数据的展示,数据源支持JSON,GeoJSON,CSV 三种数据格式。
+
+shape 支持
+
+**3D类型 柱图**
+
+```
+'cylinder', 'triangleColumn', 'hexagonColumn', 'squareColumn'
+
+```
+
+**2D 符号图**
+
+```
+'circle', 'square', 'hexagon', 'triangle', 'pentagon', 'octogon', 'hexagram','rhombus', 'vesica',
+
+```
+
+**图片标注**
+
+通过 ```Scene.addImage()``` 可以添加图片资源,
+
+
+### 代码示例
+
+
+#### 基本图形显示示例
+
+```javascript
+import { PointLayer } from "@antv/l7"
+
+const layer = PointLayer({
+ zIndex: 2
+ })
+ .source(data.list, {
+ type: 'array',
+ x: 'j',
+ y: 'w',
+ })
+ .shape('cylinder')
+ .size('t',(level)=> {
+ return [4,4,(level+40)];
+ })
+ .color('t', ["#002466","#105CB3","#2894E0","#CFF6FF","#FFF5B8","#FFAB5C","#F27049","#730D1C"])
+
+```
+
+
+#### 符号图
+
+使用图片添加地图标注
+
+```javascript
+
+scene.addImage('local', 'https://gw.alipayobjects.com/zos/rmsportal/xZXhTxbglnuTmZEwqQrE.png');
+
+
+const layer = new PointLayer({
+ zIndex: 4
+ })
+ .source(city)
+ .size(20.0)
+ .shape('local')
+ .color('#0D408C')
+
+```
+
+
+
diff --git a/docs/API/layer/pointlayer.zh.md b/docs/API/layer/pointlayer.zh.md
new file mode 100644
index 0000000000..1381b60128
--- /dev/null
+++ b/docs/API/layer/pointlayer.zh.md
@@ -0,0 +1,78 @@
+---
+title: PointLayer
+order: 1
+---
+
+# PointLayer
+
+
+## 简介
+点数据的展示,数据源支持JSON,GeoJSON,CSV 三种数据格式。
+
+shape 支持
+
+**3D类型 柱图**
+
+```
+'cylinder', 'triangleColumn', 'hexagonColumn', 'squareColumn'
+
+```
+
+**2D 符号图**
+
+```
+'circle', 'square', 'hexagon', 'triangle', 'pentagon', 'octogon', 'hexagram','rhombus', 'vesica',
+
+```
+
+**图片标注**
+
+通过 ```Scene.addImage()``` 可以添加图片资源,
+
+
+### 代码示例
+
+
+#### 基本图形显示示例
+
+```javascript
+import { PointLayer } from "@antv/l7"
+
+const layer = PointLayer({
+ zIndex: 2
+ })
+ .source(data.list, {
+ type: 'array',
+ x: 'j',
+ y: 'w',
+ })
+ .shape('cylinder')
+ .size('t',(level)=> {
+ return [4,4,(level+40)];
+ })
+ .color('t', ["#002466","#105CB3","#2894E0","#CFF6FF","#FFF5B8","#FFAB5C","#F27049","#730D1C"])
+
+```
+
+
+#### 符号图
+
+使用图片添加地图标注
+
+```javascript
+
+scene.addImage('local', 'https://gw.alipayobjects.com/zos/rmsportal/xZXhTxbglnuTmZEwqQrE.png');
+
+
+const layer = new PointLayer({
+ zIndex: 4
+ })
+ .source(city)
+ .size(20.0)
+ .shape('local')
+ .color('#0D408C')
+
+```
+
+
+
diff --git a/docs/API/layer/polygonlayer.en.md b/docs/API/layer/polygonlayer.en.md
new file mode 100644
index 0000000000..bbfe14d1a3
--- /dev/null
+++ b/docs/API/layer/polygonlayer.en.md
@@ -0,0 +1,26 @@
+---
+title: PolygonLayer
+order: 3
+---
+# 填充图
+
+绘制 2D 多边形以及沿 Z 轴拉伸后的 3D 图形。
+
+### shape
+
+填充图支持3种shape
+
+- fill 绘制填充面 不支持数据映射
+- line 绘制填充图描边 不支持数据映射
+- extrude 对填充图3D拉伸 不支持数据映射
+
+``` javascript
+ PolyonLayer.shape('fill');
+ PolyonLayer.shape('line').size(1); // size 表示线宽度
+ PolyonLayer.shape('extrude'); // size 表示高度
+
+```
+
+其他方法,事件,同基类 [Layer](/zh/docs/api/layer/layer)
+
+
diff --git a/docs/API/layer/polygonlayer.zh.md b/docs/API/layer/polygonlayer.zh.md
new file mode 100644
index 0000000000..bbfe14d1a3
--- /dev/null
+++ b/docs/API/layer/polygonlayer.zh.md
@@ -0,0 +1,26 @@
+---
+title: PolygonLayer
+order: 3
+---
+# 填充图
+
+绘制 2D 多边形以及沿 Z 轴拉伸后的 3D 图形。
+
+### shape
+
+填充图支持3种shape
+
+- fill 绘制填充面 不支持数据映射
+- line 绘制填充图描边 不支持数据映射
+- extrude 对填充图3D拉伸 不支持数据映射
+
+``` javascript
+ PolyonLayer.shape('fill');
+ PolyonLayer.shape('line').size(1); // size 表示线宽度
+ PolyonLayer.shape('extrude'); // size 表示高度
+
+```
+
+其他方法,事件,同基类 [Layer](/zh/docs/api/layer/layer)
+
+
diff --git a/docs/API/quickstart.en.md b/docs/API/quickstart.en.md
new file mode 100644
index 0000000000..91a02644b5
--- /dev/null
+++ b/docs/API/quickstart.en.md
@@ -0,0 +1,174 @@
+---
+title: quickStart
+order: 0
+redirect_from:
+ - /en/docs/tutorial
+---
+# 使用方法
+
+L7 提供三种使用方式:CDN、Submodule 以及 React 组件。
+
+## 通过 CDN 使用
+
+首先在 `
=i&&c.push(this.parsePoint(t,[f[a],f[o]])),f[a]===u)break}return c},e.prototype.getBBox=function(t){for(var e=[],i=[],n=0;n 1){var f=o[0],d=Math.abs(t.y-f.y);l.each(o,(function(e){Math.abs(t.y-e.y)<=d&&(f=e,d=Math.abs(t.y-e.y))})),!f||l.isNil(f.x)||l.isNil(f.y)||(a=[f]),o=[f]}this._setTooltip(t,o,a,i),e.setActive((function(t){var e=!1;return l.each(o,(function(i){if(i.point._origin===t)return e=!0,!1})),e}),!1)}else this.hideTooltip()}},t.prototype.clear=function(){var t=this.tooltip;t&&t.destroy(),this.tooltip=null,this.prePoint=null,this._offEvent()},t.prototype._getCanvas=function(){return this.view.get("canvas")},t.prototype._getTriggerEvent=function(){var t,e=l.get(this.options,"triggerOn");return e&&"mousemove"!==e?"click"===e?t="panel:click":"none"===e&&(t=null):t="panel:mousemove",t},t.prototype._getDefaultTooltipOptions=function(){var t,e=this.view,i=this.options,n=this.theme,r=l.mix({},n.tooltip),a=l.filter(e.getElements(),(function(t){return t.get("visible")})),o=l.uniq(l.map(a,(function(t){return t.get("type")}))),s=!!e.get("coord")&&e.get("coord").isTransposed;if(e.get("coord")&&"cartesian"===e.get("coord").type)if("interval"===o[0])!1!==i.shape&&((u=l.mix({},n.tooltipCrosshairsRect)).isTransposed=s,t={zIndex:0,crosshairs:u});else if(l.indexOf(Ze,o[0])>-1){var u;(u=l.mix({},n.tooltipCrosshairsLine)).isTransposed=s,t={crosshairs:u}}return l.mix(r,t)},t.prototype._bindEvent=function(){var t=this.view,e=this._getTriggerEvent();e&&(t.on(e,this.onMouseMove),t.on("panel:mouseleave",this.onMouseOut))},t.prototype._offEvent=function(){var t=this.view,e=this._getTriggerEvent();e&&(t.off(e,this.onMouseMove),t.off("panel:mouseleave",this.onMouseOut))},t.prototype._setTooltip=function(t,e,i,n){var r=this.tooltip,a=this.prePoint;if(!a||a.x!==t.x||a.y!==t.y){var o=$e(e);this.prePoint=t;var s=this.view,u=this.theme,c=l.isArray(t.x)?t.x[t.x.length-1]:t.x,h=l.isArray(t.y)?t.y[t.y.length-1]:t.y;r.get("visible")||s.emit("tooltip:show",{x:c,y:h,tooltip:r});var p=o[0],f=p.title||p.name;r.isContentChange(f,o)&&(s.emit("tooltip:change",{tooltip:r,x:c,y:h,items:o}),f=o[0].title||o[0].name,r.setContent(f,o),l.isEmpty(i)?(r.clearMarkers(),r.set("markerItems",[])):!1===this.options.showTooltipMarkers?r.set("markerItems",i):r.setMarkers(i,u.tooltipMarker)),r.setPosition(c+(s.get("panelGroup").get("x")||0),h+(s.get("panelGroup").get("y")||0),n),r.show()}},t.prototype._getItemMarker=function(t,e){var i=t.get("shapeType")||"point",n=t.getDefaultValue("shape")||"circle",r={color:e};return Ge(i).getMarkerStyle(n,r)},t}(),Je=function(){function t(t){void 0===t&&(t={view:null}),this._states={},this._stateStack={},this.view=t.view}return t.prototype.setState=function(t,e,i){this._stateStack[t]={exp:e,draw:i},this._onUpdate()},t.prototype.getState=function(t){return this._states[t]},t.prototype.getAllStates=function(){return this._states},t.prototype.clear=function(){this._states={},this._stateStack={},this._changeTimer&&(clearTimeout(this._changeTimer),this._changeTimer=null)},t.prototype._onUpdate=function(){var t=this,e=this._stateStack;this._changeTimer&&(clearTimeout(this._changeTimer),this._changeTimer=null),this._changeTimer=setTimeout((function(){for(var i in e){var n=e[i],r=n.exp;t._states[i]&&t._states[i]===r||(t._states[i]=r,t._triggerEvent(i,n))}t._stateStack={}}),16)},t.prototype._triggerEvent=function(t,e){this.view.emit(t+":change",Object(h.__assign)({name:t},e))},t}();function ti(t,e){var i=t.get("backgroundGroup").get("backShape"),n=t.get("panelGroup").get("backShape");return i===e||n===e}function ei(t){t.target&&t.target.get("origin")&&(t.data=t.target.get("origin"))}function ii(t,e){return!(!t||!e||t!==e)}function ni(t,e,i){return!(t===i||!e.isShapeInView(t))}function ri(t,e){for(var i=t;i=i.get("parent");)if(i===e)return!0;return!1}var ai=function(){function t(t){void 0===t&&(t={view:null,canvas:null}),this.view=t.view,this.canvas=t.canvas,this._panelGroup=this.view.get("panelGroup"),this._eventHandlers=[],this._pixelRatio=this.canvas.get("pixelRatio")}return t.prototype._getEventObj=function(t){return{x:t.x/this._pixelRatio,y:t.y/this._pixelRatio,target:t.target,event:t.event}},t.prototype._triggerShapeEvent=function(t,e,i){var n=t.name;if(n&&!t.get("destroyed")){var r=this.view,a=n+":"+e;i.view=r,i.appendInfo=t.get("appendInfo"),r.emit(a,i)}},t.prototype._addEvent=function(t,e,i){t.on(e,i),this._eventHandlers.push({target:t,type:e,handler:i})},t.prototype.bindEvents=function(){var t=this.view.get("container");this._addEvent(t,"mousedown",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"mousemove",l.wrapBehavior(this,"_onMove")),this._addEvent(t,"mouseup",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"click",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"dblclick",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"contextmenu",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"wheel",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"touchstart",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"touchmove",l.wrapBehavior(this,"_onEvents")),this._addEvent(t,"touchend",l.wrapBehavior(this,"_onEvents")),this._addEvent(this.canvas,"mousemove",l.wrapBehavior(this,"_onCanvasMove"));var e=this.canvas.get("canvasDOM");this._canvasDomLeaveHandler=l.wrapBehavior(this,"_onCanvasDomLeave"),e.addEventListener("mouseleave",this._canvasDomLeaveHandler)},t.prototype._onEvents=function(t){var e=t.type,i=this._getEventObj(t),n=t.target;ei(i),ti(this.view,n)||this._triggerShapeEvent(n,e,i);var r=n.get("parent");if(r){var a=r.get("name");a&&"panelGroup"===a&&this.view.emit("panel:"+e,i)}this.view.emit(e,i)},t.prototype._onMove=function(t){var e=this._getEventObj(t),i=t.target;ei(e),this.view.emit("mousemove",e);var n=ti(this.view,i);n||this._triggerShapeEvent(i,"mousemove",e);var r=this._lastShape,a=ti(this.view,r);!r||a||ii(r,i)||(ei(this._getEventObj(t)),this._triggerShapeEvent(r,"mouseleave",e));if(!n&&!ii(r,i)){var o=this._getEventObj(t);ei(o),this._triggerShapeEvent(i,"mouseenter",o)}var s=ri(i,this._panelGroup),u=!!r&&ri(r,this._panelGroup);s?u?this.view.emit("panel:mousemove",e):this.view.emit("panel:mouseenter",e):u&&this.view.emit("panel:mouseleave",e),this._lastShape=i},t.prototype._onCanvasMove=function(t){var e=l.isArray(t)?t[0]:t,i=this._getEventObj(e),n=this.canvas,r=this.view,a=e.target,o=ni(a,r,n),s=!!this._lastCanvasTarget&&ni(this._lastCanvasTarget,r,n);a!==this._lastCanvasTarget&&(s&&!o?this.view.emit("mouseleave",i):!s&&o&&this.view.emit("mouseenter",i)),this._lastCanvasTarget=a},t.prototype._onCanvasDomLeave=function(t){var e=this._getEventObj(t);e.event=t,this.view.emit("panel:mouseleave",e)},t.prototype.clearEvents=function(){var t=this._eventHandlers;l.each(t,(function(t){t.target.off(t.type,t.handler)})),this.canvas.get("canvasDOM").removeEventListener("mouseleave",this._canvasDomLeaveHandler)},t}(),oi=function(){function t(t,e){this.view=t,this.cfg=e,this.init()}return t.prototype.init=function(){this.container=this._createContainer();var t=this.view.get("data");this.facets=this.generateFacets(t)},t.prototype._createContainer=function(){return this.view.get("frontgroundGroup").addGroup()},t.prototype.render=function(){this._renderViews(),this.renderTitle(),this.renderAxis()},t.prototype._renderViews=function(){this._clearFacetViews(),this._createFacetViews()},t.prototype._createFacetViews=function(){var t=this;return this.facets.map((function(e){return t.facetToView(e)}))},t.prototype._clearFacetViews=function(){var t=this;l.each(this.facets,(function(e){e.view&&(t.view.removeView(e.view),e.view=void 0)}))},t.prototype.facetToView=function(t){var e=t.region,i=t.data,n=this.view.createView({start:e.start,end:e.end,padding:l.get(t,"padding",this.cfg.padding||0)});n.data(i||[]),this.beforeProcessView(n,t);var r=this.cfg.eachView;return r&&r(n,t),this.afterProcessView(n,t),t.view=n,n},t.prototype.clear=function(){this._clearFacetViews()},t.prototype.destroy=function(){this.clear(),this.container&&this.container.remove(),this.view=void 0,this.facets=[],this.container=void 0,this.destroyed=!0},t.prototype.beforeProcessView=function(t,e){},t.prototype.afterProcessView=function(t,e){},t.prototype.getFieldValues=function(t,e){var i=[],n={};return l.each(t,(function(t){var r=t[e];l.isNil(r)||n[r]||(i.push(r),n[r]=!0)})),i},t.prototype.getRegion=function(t,e,i,n){var r=1/(0===e?1:e),a=1/(0===t?1:t);return{start:{x:r*i,y:a*n},end:{x:r*(i+1),y:a*(n+1)}}},t}(),si={},ui=function(t,e){si[l.lowerFirst(t)]=e},li={},ci=function(t){return li[t.toLowerCase()]},hi=function(t,e){if(ci(t))throw new Error("Element type '"+t+"' existed.");var i=t.toLowerCase();li[i]=e,Ri(i,e)};function pi(t,e,i){var n=i.translate(t),r=i.translate(e);return i.isCategory?n===r:l.isNumberEqual(n,r)}function fi(t){return t.alias||t.field}var di=function(){function t(t){this.element=null,this._xDistance=null,this.element=t}return t.prototype.findPoint=function(t,e){if(0===e.length)return null;var i=this.element,n=i.get("type"),r=i.getXScale(),a=i.getYScale(),o=r.field,s=a.field,u=null;if("point"===n||"heatmap"===n){var c=i.get("coord").invert(t),h=r.invert(c.x),p=a.invert(c.y),f=1/0;return l.each(e,(function(t){var e=t._origin,i=Math.pow(e[o]-h,2)+Math.pow(e[s]-p,2);i c&&(c=h-l);o;)for(f.forEach((function(t){var e=(Math.min.apply(p,t.targets)+Math.max.apply(p,t.targets))/2;t.pos=Math.min(Math.max(p,e-t.size/2),c-t.size)})),o=!1,a=f.length;a--;)if(a>0){var d=f[a-1],g=f[a];d.pos+d.size>g.pos&&(d.size+=g.size,d.targets=d.targets.concat(g.targets),d.pos+d.size>c&&(d.pos=c-d.size),f.splice(a,1),o=!0)}a=0,f.forEach((function(i){var n=l+e/2;i.targets.forEach((function(){t[a].y=i.pos+n,n+=e,a++}))})),t.forEach((function(t){var e=t.r*t.r,i=Math.pow(Math.abs(t.y-n.y),2);if(e=0?e:i<=0?i:0},e.prototype.getShapeId=function(t){var e=this.get("id"),i=this.get("keyFields");if(i&&i.length>0)l.each(i,(function(i){e=e+"-"+t[i]}));else{var n=this.get("type"),r=this.getXScale(),a=this.getYScale(),o=r.field||"x",s=a.field||"y",u=t[s],c=void 0;c=r.isIdentity?r.values[0]:t[o],e="interval"===n||"schema"===n?e+"-"+c:"line"===n||"area"===n||"path"===n?e+"-"+n:e+"-"+c+"-"+u;var h=this.getGroupScales();l.isEmpty(h)||l.each(h,(function(i){var n=i.field;"identity"!==i.type&&(e=e+"-"+t[n])}))}return e},e.prototype.getOriginDataByPoint=function(t){var e,i=this.getXScale(),n=this.getYScale(),r=this.get("coord").invert(t),a=i.invert(r.x),o=n.invert(r.y),s=i.field,u=n.field;return(e={})[s]=a,e[u]=o,e},e.prototype.createShapePointsCfg=function(t){var e=this.getXScale(),i=this.getYScale();return{x:this._normalizeValues(t[e.field],e),y:i?this._normalizeValues(t[i.field],i):t.y?t.y:.1,y0:i?i.scale(this.getYMinValue()):void 0}},e.prototype.draw=function(t,e,i,n){for(var r=0,a=t.length;r1){var v=g[1];v.change({nice:!1,min:0,max:Math.max.apply(null,v.values)})}if(u.scales=g,-1!==l.indexOf(["color","size","shape","opacity"],s)&&1===g.length&&g[0].isIdentity)u.values=g[0].values;else if(!c&&!p)if("size"===s)u.values=a.sizes;else if("shape"===s)u.values=a.shapes[o]||[];else if("opacity"===s)u.values=a.opacities;else if("color"===s&&g.length){var y=g[0].values.length;u.values=y<=10?a.colors:a.colors_20}var m=Object(gt.getAttribute)(s);i[s]=new m(u)}))},e.prototype._updateStackRange=function(t,e,i){for(var n=l.flatten(i),r=e.min,a=e.max,o=0,s=n.length;oa&&(a=h)}(r>>1;t(e[u])>i?s=u:o=u+1}return o})(i,(o-a)/r);s===i.length?this.interval=n.last(i):s?this.interval=i[s]:(r=Math.min(Math.floor((o-a)/1e3),r),this.interval=i[0]);var u=this.interval[1],l=function(t,e,i){void 0===i&&(i=5);var n={max:0,min:0,ticks:[]},r=(e-t)/i,a=Math.pow(10,Math.floor(Math.log10(r))),o=a<1?Math.ceil(Math.abs(Math.log10(a))):0,s=a;2*a-r<1.5*(r-s)&&5*a-r<2.75*(r-(s=2*a))&&10*a-r<1.5*(r-(s=5*a))&&(s=10*a);var u=Math.ceil(e/s),l=Math.floor(t/s);n.max=Math.max(u*s,e),n.min=Math.min(l*s,t);for(var c=Number.parseFloat((l*s).toFixed(o));c=e&&t<=i}e.dotProduct2D=function(t,e){return t.x*e.y+t.y*e.x},e.applyMatrix=o,e.isBetween=s;var u=.001;function l(t,e){for(var i=!1,n=0,r=e.length-1;nthis.width/n?(e=this.width/n,this.circleCenter={x:this.center.x-(.5-a)*this.width,y:this.center.y-(.5-o)*e*r}):(e=this.height/r,this.circleCenter={x:this.center.x-(.5-a)*e*n,y:this.center.y-(.5-o)*this.height}),this.polarRadius=this.radius,this.radius?this.radius>0&&this.radius<=1?this.polarRadius=e*this.radius:(this.radius<=0||this.radius>e)&&(this.polarRadius=e):this.polarRadius=e,this.x={start:this.startAngle,end:this.endAngle},this.y={start:this.innerRadius*this.polarRadius,end:this.polarRadius}},e.prototype.getRadius=function(){return this.polarRadius},e.prototype.convertPoint=function(t){var e,i=this.getCenter(),n=t.x,r=t.y;return this.isTransposed&&(n=(e=[r,n])[0],r=e[1]),n=this.convertDim(n,"x"),r=this.convertDim(r,"y"),{x:i.x+Math.cos(n)*r,y:i.y+Math.sin(n)*r}},e.prototype.invertPoint=function(t){var e=this.getCenter(),i=[t.x-e.x,t.y-e.y],a=[1,0,0,0,1,0,0,0,1];n.mat3.rotate(a,a,this.startAngle);var o=[1,0,0];n.vec3.transformMat3(o,o,a),o=[o[0],o[1]];var s=n.vec2.angleTo(o,i,this.endAngle1?t-1:t,r.isEmpty(this.ticks)&&(this.ticks=this._setTicks())},e.prototype._setTicks=function(){var t=this,e=this.values;if(r.isNumber(this.tickInterval))return r.filter(e,(function(e,i){return i%(t.tickInterval+1)==0}));if(r.isNumber(this.tickCount)){var i=o.ALL_Q.filter((function(t){return Number.isInteger(t)})),n=o.default(this.min,this.max,this.tickCount,!1,i).ticks;return r.filter(n,(function(e){return e>=t.min&&e<=t.max})).map((function(e){return t.values[e]}))}return this.values},e}(a.default);e.default=s},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(1),r=i(0),a=i(57),o=i(58),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n.__extends(e,t),e.prototype.scale=function(t){if(r.isNil(t))return NaN;var e=this._transform(this.max),i=this._transform(this.min);if(i===e)return.5;var n=Math.min(Math.max(this._transform(t),i),e),a=this._calcPercent(n,i,e),o=r.head(this.range),s=r.last(this.range);return this._calcValue(a,o,s)},e.prototype.invert=function(t){var e=r.head(this.range),i=r.last(this.range),n=this._transform(this.max),a=this._transform(this.min),o=this._calcPercent(t,e,i);return this._calcValue(o,a,n)},e.prototype._initDefaultCfg=function(){this.values=[],this.type="linear",this.isLinear=!0,this.nice=!0,this.tickCount=5},e.prototype._init=function(){this._setDomain(),r.isEmpty(this.ticks)&&(this.ticks=this._setTicks())},e.prototype._setDomain=function(){var t=r.getRange(this.values),e=t.min,i=t.max;r.isNil(this.min)&&(this.min=e),r.isNil(this.max)&&(this.max=i),this.min>this.max&&(console.error("min should less than max"),this.min=e,this.max=i)},e.prototype._transform=function(t){return t},e.prototype._setTicks=function(){var t,e,i,n,a=this,s=this._getAlgoParams(),u=s.onlyLoose,l=s.Q,c=s.w,h=s.m,p=[],f=this.minLimit,d=this.maxLimit;r.isNil(f)||r.isNil(d)||f!==d||(console.error("minLimit should less than maxLimit"),0===(f/=2)&&(d=1)),(i=r.isNil(f)?this.min:this.minLimit)>(n=r.isNil(d)?this.max:this.maxLimit)&&(console.error("minLimit should less than maxLimit"),i=(t=[n,i])[0],n=t[1],f=(e=[d,f])[0],d=e[1]);var g=o.default(i,n,h,u,l,c),v=g.min,y=g.max,m=g.ticks;return this.nice&&(this.min=v,this.max=y),r.isNil(f)||(this.min=f),r.isNil(d)||(this.max=d),p.push(this.min),r.each(m,(function(t){t>a.min&&t\n
'));var u=o.deepMix({},c,this.get("listStyle"));"horizontal"===n&&(u.width="max-content"),r.modifyCSS(s,u);var l=r.createDom("");i.appendChild(l),l.appendChild(s),this.set("_clipContainer",l),this.set("_itemGroupContainer",s);var f=this.get("itemTpl");f||(f='
=n.minY&&i.maxY<=n.maxY){var r=e.attr("fill"),a=e.attr("opacity")?e.attr("opacity"):1,s=o.rgb2arr(r),u=Math.round(.299*s[0]+.587*s[1]+.114*s[2])/a,l=this._mappingColor([{from:0,to:85,color:"white"},{from:85,to:170,color:"#F6F6F6"},{from:170,to:255,color:"black"}],u);t.attr("fill",l)}else i.maxY
{
{
logo:'https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*gjBmT56SDgsAAAAAAAAAAABkARQnAQ',
title: t('浅色色板'),
- description: t('一个个真实的数据可视化案例,复杂的地理数据,简单,易用的API接口,让用户达到开箱即用的效果。'),
- link: 'https://antvis.github.io/L7/zh/examples/gallery/basic',
+ description: t('一个个真实的地理数据可视化案例,将复杂的地理数据,通过简单,易用的API接口,让用户达到开箱即用的效果。'),
+ link: `/${i18n.language}/examples/gallery/basic`,
image:
- 'https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*8Pa8Toh3-OsAAAAAAAAAAABkARQnAQ',
+ 'https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*RPxeQZ8Uk7EAAAAAAAAAAABkARQnAQ',
},
{
logo:'https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*gjBmT56SDgsAAAAAAAAAAABkARQnAQ',
title: t('深色色板'),
- description: t('一个个真实的数据可视化案例,复杂的地理数据,简单,易用的API接口,让用户达到开箱即用的效果.'),
- link: 'https://antvis.github.io/L7/zh/examples/gallery/basic',
+ description: t('一个个真实的地理数据可视化案例,将复杂的地理数据,通过简单,易用的API接口,让用户达到开箱即用的效果。'),
+ link: `/${i18n.language}/examples/gallery/basic`,
image:
- 'https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*ryTVQ49K8SkAAAAAAAAAAABkARQnAQ',
+ 'https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*B8rtTpvkqTgAAAAAAAAAAABkARQnAQ',
}
];
@@ -83,7 +83,7 @@ const IndexPage = () => {
src="https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*VcojS5aWhMYAAAAAAAAAAABkARQnAQ"
/>
}
- title={t('L7 地理空间可视化引擎')}
+ title={t('L7 地理空间数据可视分析引擎')}
description={t(
'L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。',
)}
diff --git a/stories/Layers/components/heatMapgrid.tsx b/stories/Layers/components/heatMapgrid.tsx
index 20d78f55c8..87b94df2c6 100644
--- a/stories/Layers/components/heatMapgrid.tsx
+++ b/stories/Layers/components/heatMapgrid.tsx
@@ -1,4 +1,4 @@
-import { HeatMapGridLayer } from '@l7/layers';
+import { HeatmapLayer } from '@l7/layers';
import { Scene } from '@l7/scene';
import * as React from 'react';
diff --git a/yarn.lock b/yarn.lock
deleted file mode 100644
index 7db3944c1e..0000000000
--- a/yarn.lock
+++ /dev/null
@@ -1,24536 +0,0 @@
-# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
-# yarn lockfile v1
-
-
-"@ant-design/colors@^3.1.0":
- version "3.2.2"
- resolved "https://registry.npm.alibaba-inc.com/@ant-design/colors/download/@ant-design/colors-3.2.2.tgz#5ad43d619e911f3488ebac303d606e66a8423903"
- integrity sha1-WtQ9YZ6RHzSI66wwPWBuZqhCOQM=
- dependencies:
- tinycolor2 "^1.4.1"
-
-"@ant-design/create-react-context@^0.2.4":
- version "0.2.4"
- resolved "https://registry.npm.alibaba-inc.com/@ant-design/create-react-context/download/@ant-design/create-react-context-0.2.4.tgz#0fe9adad030350c0c9bb296dd6dcf5a8a36bd425"
- integrity sha1-D+mtrQMDUMDJuylt1tz1qKNr1CU=
- dependencies:
- gud "^1.0.0"
- warning "^4.0.3"
-
-"@ant-design/icons-react@~2.0.1":
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@ant-design/icons-react/download/@ant-design/icons-react-2.0.1.tgz#17a2513571ab317aca2927e58cea25dd31e536fb"
- integrity sha1-F6JRNXGrMXrKKSfljOol3THlNvs=
- dependencies:
- "@ant-design/colors" "^3.1.0"
- babel-runtime "^6.26.0"
-
-"@ant-design/icons@~2.1.1":
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@ant-design/icons/download/@ant-design/icons-2.1.1.tgz#7b9c08dffd4f5d41db667d9dbe5e0107d0bd9a4a"
- integrity sha1-e5wI3/1PXUHbZn2dvl4BB9C9mko=
-
-"@antv/adjust@~0.1.0":
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@antv/adjust/download/@antv/adjust-0.1.1.tgz#e263ab0e1a1941a648842fc086cf65a7e3b75e98"
- integrity sha1-4mOrDhoZQaZIhC/Ahs9lp+O3Xpg=
- dependencies:
- "@antv/util" "~1.3.1"
-
-"@antv/attr@~0.1.2":
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/@antv/attr/download/@antv/attr-0.1.2.tgz#2eeb122fcaaf851a2d8749abc7c60519d3f77e37"
- integrity sha1-LusSL8qvhRoth0mrx8YFGdP3fjc=
- dependencies:
- "@antv/util" "~1.3.1"
-
-"@antv/component@~0.3.3":
- version "0.3.8"
- resolved "https://registry.npm.alibaba-inc.com/@antv/component/download/@antv/component-0.3.8.tgz#677ecd3b5026907d4cb70d9082951d7c3c2b5434"
- integrity sha1-Z37NO1AmkH1Mtw2QgpUdfDwrVDQ=
- dependencies:
- "@antv/attr" "~0.1.2"
- "@antv/g" "~3.3.5"
- "@antv/util" "~1.3.1"
- wolfy87-eventemitter "~5.1.0"
-
-"@antv/coord@~0.1.0":
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@antv/coord/download/@antv/coord-0.1.0.tgz#48a80ae36d07552f96657e7f8095227c63f0c0a9"
- integrity sha1-SKgK420HVS+WZX5/gJUifGPwwKk=
- dependencies:
- "@antv/util" "~1.3.1"
-
-"@antv/g2@^3.5.9":
- version "3.5.9"
- resolved "https://registry.npm.alibaba-inc.com/@antv/g2/download/@antv/g2-3.5.9.tgz#7037263d50e93ac7fd30a4706c1b9a54f883ef29"
- integrity sha1-cDcmPVDpOsf9MKRwbBuaVPiD7yk=
- dependencies:
- "@antv/adjust" "~0.1.0"
- "@antv/attr" "~0.1.2"
- "@antv/component" "~0.3.3"
- "@antv/coord" "~0.1.0"
- "@antv/g" "~3.3.6"
- "@antv/scale" "~0.1.1"
- "@antv/util" "~1.3.1"
- venn.js "~0.2.20"
- wolfy87-eventemitter "~5.1.0"
-
-"@antv/g@~3.3.5", "@antv/g@~3.3.6":
- version "3.3.6"
- resolved "https://registry.npm.alibaba-inc.com/@antv/g/download/@antv/g-3.3.6.tgz#11fed9ddc9ed4e5a2aa244b7c8abb982a003f201"
- integrity sha1-Ef7Z3cntTloqokS3yKu5gqAD8gE=
- dependencies:
- "@antv/gl-matrix" "~2.7.1"
- "@antv/util" "~1.3.1"
- d3-ease "~1.0.3"
- d3-interpolate "~1.1.5"
- d3-timer "~1.0.6"
- wolfy87-eventemitter "~5.1.0"
-
-"@antv/gatsby-theme-antv@^0.9.52":
- version "0.9.69"
- resolved "https://registry.npm.alibaba-inc.com/@antv/gatsby-theme-antv/download/@antv/gatsby-theme-antv-0.9.69.tgz#039e5b13ebf0c77ab28265b07566a98a2dd60489"
- integrity sha1-A55bE+vwx3qygmWwdWapii3WBIk=
- dependencies:
- "@babel/plugin-transform-modules-umd" "^7.2.0"
- "@babel/preset-env" "^7.6.3"
- "@babel/preset-react" "^7.6.3"
- "@babel/preset-typescript" "^7.6.0"
- "@babel/standalone" "^7.6.4"
- "@hot-loader/react-dom" "^16.9.0+4.12.11"
- "@types/classnames" "^2.2.9"
- "@types/codemirror" "^0.0.80"
- "@types/lodash-es" "^4.17.3"
- "@types/parse-github-url" "^1.0.0"
- "@types/react" "^16.9.2"
- "@types/react-dom" "^16.9.0"
- "@types/react-github-button" "^0.1.0"
- "@types/react-helmet" "^5.0.10"
- "@types/shallowequal" "^1.1.1"
- antd "^3.25.0"
- babel-preset-gatsby "^0.2.13"
- classnames "^2.2.6"
- codemirror "^5.49.2"
- codesandbox "^2.1.10"
- docsearch.js "^2.6.3"
- gatsby "^2.15.16"
- gatsby-image "^2.2.19"
- gatsby-plugin-antd "^2.0.2"
- gatsby-plugin-catch-links "^2.1.12"
- gatsby-plugin-copy-files "^1.0.3"
- gatsby-plugin-google-analytics "^2.1.16"
- gatsby-plugin-i18n "^1.0.1"
- gatsby-plugin-layout "^1.1.11"
- gatsby-plugin-less "^3.0.6"
- gatsby-plugin-manifest "^2.2.16"
- gatsby-plugin-meta-redirect "^1.1.1"
- gatsby-plugin-nprogress "^2.1.12"
- gatsby-plugin-offline "^3.0.7"
- gatsby-plugin-page-creator "^2.1.25"
- gatsby-plugin-react-helmet "^3.1.7"
- gatsby-plugin-remove-trailing-slashes "^2.1.9"
- gatsby-plugin-sharp "^2.2.22"
- gatsby-plugin-typescript "^2.1.8"
- gatsby-redirect-from "^0.2.1"
- gatsby-remark-autolink-headers "^2.1.13"
- gatsby-remark-external-links "^0.0.4"
- gatsby-remark-prettier "^1.0.0"
- gatsby-remark-prismjs "^3.3.16"
- gatsby-remark-reading-time "^1.0.1"
- gatsby-source-filesystem "^2.1.22"
- gatsby-source-github "^0.0.2"
- gatsby-transformer-remark "^2.6.24"
- gatsby-transformer-sharp "^2.2.14"
- i18next "^19.0.0"
- insert-css "^2.0.0"
- less "^3.10.3"
- lodash "^4.17.15"
- lodash-es "^4.17.15"
- mkdirp "^0.5.1"
- moment "^2.24.0"
- normalize.css "^8.0.1"
- parse-github-url "^1.0.2"
- prettier "^1.18.2"
- pretty-quick "^2.0.0"
- prism-themes "^1.2.0"
- prismjs "^1.17.1"
- ptz-i18n "^1.0.0"
- rc-drawer "^3.0.2"
- rc-footer "^0.6.1"
- react "^16.9.0"
- react-codemirror2 "^6.0.0"
- react-dom "^16.9.0"
- react-github-button "^0.1.11"
- react-helmet "^5.2.1"
- react-i18next "^11.0.0"
- react-slick "^0.25.2"
- react-split-pane "^0.1.87"
- react-test-renderer "^16.9.0"
- react-use "^13.8.0"
- release-it "^12.4.3"
- shallowequal "^1.1.0"
- slick-carousel "^1.8.1"
- ts-jest "^24.1.0"
- typescript "^3.6.3"
-
-"@antv/gl-matrix@^2.7.1", "@antv/gl-matrix@~2.7.1":
- version "2.7.1"
- resolved "https://registry.npm.alibaba-inc.com/@antv/gl-matrix/download/@antv/gl-matrix-2.7.1.tgz#acb8e37f7ab3df01345aba4372d7942be42eba14"
- integrity sha1-rLjjf3qz3wE0WrpDcteUK+QuuhQ=
-
-"@antv/scale@~0.1.1":
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/@antv/scale/download/@antv/scale-0.1.3.tgz#4876e6140cb7dcda190e7fe2e780882dcac6b09d"
- integrity sha1-SHbmFAy33NoZDn/i54CILcrGsJ0=
- dependencies:
- "@antv/util" "~1.3.1"
- fecha "~2.3.3"
-
-"@antv/util@~1.3.1":
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-1.3.1.tgz#30a34b201ff9126ec0d58c72c8166a9c3e644ccd"
- integrity sha1-MKNLIB/5Em7A1YxyyBZqnD5kTM0=
- dependencies:
- "@antv/gl-matrix" "^2.7.1"
-
-"@babel/cli@^7.6.4":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/cli/download/@babel/cli-7.7.0.tgz#8d10c9acb2acb362d7614a9493e1791c69100d89"
- integrity sha1-jRDJrLKss2LXYUqUk+F5HGkQDYk=
- dependencies:
- commander "^2.8.1"
- convert-source-map "^1.1.0"
- fs-readdir-recursive "^1.1.0"
- glob "^7.0.0"
- lodash "^4.17.13"
- make-dir "^2.1.0"
- slash "^2.0.0"
- source-map "^0.5.0"
- optionalDependencies:
- chokidar "^2.1.8"
-
-"@babel/code-frame@7.5.5", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
- version "7.5.5"
- resolved "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
- integrity sha1-vAeC9tafe31JUxIZaZuYj2aaj50=
- dependencies:
- "@babel/highlight" "^7.0.0"
-
-"@babel/core@7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
- integrity sha1-mwD3NVTt1nvryG34MD72eL49e0g=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/generator" "^7.6.0"
- "@babel/helpers" "^7.6.0"
- "@babel/parser" "^7.6.0"
- "@babel/template" "^7.6.0"
- "@babel/traverse" "^7.6.0"
- "@babel/types" "^7.6.0"
- convert-source-map "^1.1.0"
- debug "^4.1.0"
- json5 "^2.1.0"
- lodash "^4.17.13"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
-
-"@babel/core@>=7.2.2", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.6.4", "@babel/core@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
- integrity sha1-6luZaTvPwFgRb0L6HdVNpBKynZE=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/generator" "^7.7.2"
- "@babel/helpers" "^7.7.0"
- "@babel/parser" "^7.7.2"
- "@babel/template" "^7.7.0"
- "@babel/traverse" "^7.7.2"
- "@babel/types" "^7.7.2"
- convert-source-map "^1.7.0"
- debug "^4.1.0"
- json5 "^2.1.0"
- lodash "^4.17.13"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
-
-"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.6.0", "@babel/generator@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
- integrity sha1-L0hS0EExpeF+pPZkVIi12mbr868=
- dependencies:
- "@babel/types" "^7.7.2"
- jsesc "^2.5.1"
- lodash "^4.17.13"
- source-map "^0.5.0"
-
-"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.7.0.tgz#efc54032d43891fe267679e63f6860aa7dbf4a5e"
- integrity sha1-78VAMtQ4kf4mdnnmP2hgqn2/Sl4=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.7.0.tgz#32dd9551d6ed3a5fc2edc50d6912852aa18274d9"
- integrity sha1-Mt2VUdbtOl/C7cUNaRKFKqGCdNk=
- dependencies:
- "@babel/helper-explode-assignable-expression" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-builder-react-jsx@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-builder-react-jsx/download/@babel/helper-builder-react-jsx-7.7.0.tgz#c6b8254d305bacd62beb648e4dea7d3ed79f352d"
- integrity sha1-xrglTTBbrNYr62SOTep9PtefNS0=
- dependencies:
- "@babel/types" "^7.7.0"
- esutils "^2.0.0"
-
-"@babel/helper-call-delegate@^7.4.4":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-call-delegate/download/@babel/helper-call-delegate-7.7.0.tgz#df8942452c2c1a217335ca7e393b9afc67f668dc"
- integrity sha1-34lCRSwsGiFzNcp+OTua/Gf2aNw=
- dependencies:
- "@babel/helper-hoist-variables" "^7.7.0"
- "@babel/traverse" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0", "@babel/helper-create-class-features-plugin@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.7.0.tgz#bcdc223abbfdd386f94196ae2544987f8df775e8"
- integrity sha1-vNwiOrv904b5QZauJUSYf433deg=
- dependencies:
- "@babel/helper-function-name" "^7.7.0"
- "@babel/helper-member-expression-to-functions" "^7.7.0"
- "@babel/helper-optimise-call-expression" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-replace-supers" "^7.7.0"
- "@babel/helper-split-export-declaration" "^7.7.0"
-
-"@babel/helper-create-regexp-features-plugin@^7.7.0":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.7.2.tgz#6f20443778c8fce2af2ff4206284afc0ced65db6"
- integrity sha1-byBEN3jI/OKvL/QgYoSvwM7WXbY=
- dependencies:
- "@babel/helper-regex" "^7.4.4"
- regexpu-core "^4.6.0"
-
-"@babel/helper-define-map@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-define-map/download/@babel/helper-define-map-7.7.0.tgz#60b0e9fd60def9de5054c38afde8c8ee409c7529"
- integrity sha1-YLDp/WDe+d5QVMOK/ejI7kCcdSk=
- dependencies:
- "@babel/helper-function-name" "^7.7.0"
- "@babel/types" "^7.7.0"
- lodash "^4.17.13"
-
-"@babel/helper-explode-assignable-expression@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.7.0.tgz#db2a6705555ae1f9f33b4b8212a546bc7f9dc3ef"
- integrity sha1-2ypnBVVa4fnzO0uCEqVGvH+dw+8=
- dependencies:
- "@babel/traverse" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-function-name@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
- integrity sha1-RKWtFRz/+O0lmckWgt2i7CyEMKM=
- dependencies:
- "@babel/helper-get-function-arity" "^7.7.0"
- "@babel/template" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-get-function-arity@^7.0.0", "@babel/helper-get-function-arity@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
- integrity sha1-xgSIa8lyh6HROYCSvGZrw9fXqi0=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-hoist-variables@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.7.0.tgz#b4552e4cfe5577d7de7b183e193e84e4ec538c81"
- integrity sha1-tFUuTP5Vd9feexg+GT6E5OxTjIE=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-member-expression-to-functions@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.7.0.tgz#472b93003a57071f95a541ea6c2b098398bcad8a"
- integrity sha1-RyuTADpXBx+VpUHqbCsJg5i8rYo=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.7.0.tgz#99c095889466e5f7b6d66d98dffc58baaf42654d"
- integrity sha1-mcCViJRm5fe21m2Y3/xYuq9CZU0=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.7.0.tgz#154a69f0c5b8fd4d39e49750ff7ac4faa3f36786"
- integrity sha1-FUpp8MW4/U055JdQ/3rE+qPzZ4Y=
- dependencies:
- "@babel/helper-module-imports" "^7.7.0"
- "@babel/helper-simple-access" "^7.7.0"
- "@babel/helper-split-export-declaration" "^7.7.0"
- "@babel/template" "^7.7.0"
- "@babel/types" "^7.7.0"
- lodash "^4.17.13"
-
-"@babel/helper-optimise-call-expression@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.7.0.tgz#4f66a216116a66164135dc618c5d8b7a959f9365"
- integrity sha1-T2aiFhFqZhZBNdxhjF2LepWfk2U=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-plugin-utils@^7.0.0":
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
- integrity sha1-u7P77phmHFaQNCN8wDlnupm08lA=
-
-"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
- version "7.5.5"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-regex/download/@babel/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351"
- integrity sha1-CqaCT3EAouDonBUnwjk2wVLKs1E=
- dependencies:
- lodash "^4.17.13"
-
-"@babel/helper-remap-async-to-generator@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.7.0.tgz#4d69ec653e8bff5bce62f5d33fc1508f223c75a7"
- integrity sha1-TWnsZT6L/1vOYvXTP8FQjyI8dac=
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.7.0"
- "@babel/helper-wrap-function" "^7.7.0"
- "@babel/template" "^7.7.0"
- "@babel/traverse" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-replace-supers@^7.5.5", "@babel/helper-replace-supers@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.7.0.tgz#d5365c8667fe7cbd13b8ddddceb9bd7f2b387512"
- integrity sha1-1TZchmf+fL0TuN3dzrm9fys4dRI=
- dependencies:
- "@babel/helper-member-expression-to-functions" "^7.7.0"
- "@babel/helper-optimise-call-expression" "^7.7.0"
- "@babel/traverse" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-simple-access@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.7.0.tgz#97a8b6c52105d76031b86237dc1852b44837243d"
- integrity sha1-l6i2xSEF12AxuGI33BhStEg3JD0=
- dependencies:
- "@babel/template" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helper-split-export-declaration@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
- integrity sha1-E2XnTqbGFN7rVuv/q9cQBqDrIwA=
- dependencies:
- "@babel/types" "^7.7.0"
-
-"@babel/helper-wrap-function@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
- integrity sha1-Fa89Ppj4QXpgVUrLtsFOdeCzO3Q=
- dependencies:
- "@babel/helper-function-name" "^7.7.0"
- "@babel/template" "^7.7.0"
- "@babel/traverse" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/helpers@^7.6.0", "@babel/helpers@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
- integrity sha1-NZu1rDtHJvfB/eDsdfZLP0J11gs=
- dependencies:
- "@babel/template" "^7.7.0"
- "@babel/traverse" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/highlight@^7.0.0":
- version "7.5.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
- integrity sha1-VtETEr2SSPphlZHQJHK+boyzJUA=
- dependencies:
- chalk "^2.0.0"
- esutils "^2.0.2"
- js-tokens "^4.0.0"
-
-"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.3":
- version "7.7.3"
- resolved "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
- integrity sha1-X61FfCUp3kdqJI91sPCQswYK8EM=
-
-"@babel/plugin-proposal-async-generator-functions@^7.2.0", "@babel/plugin-proposal-async-generator-functions@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.7.0.tgz#83ef2d6044496b4c15d8b4904e2219e6dccc6971"
- integrity sha1-g+8tYERJa0wV2LSQTiIZ5tzMaXE=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-remap-async-to-generator" "^7.7.0"
- "@babel/plugin-syntax-async-generators" "^7.2.0"
-
-"@babel/plugin-proposal-class-properties@7.5.5":
- version "7.5.5"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
- integrity sha1-qXTPrh43wxEOcfPGouSLjnGVjNQ=
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.5.5"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.3.3", "@babel/plugin-proposal-class-properties@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.7.0.tgz#ac54e728ecf81d90e8f4d2a9c05a890457107917"
- integrity sha1-rFTnKOz4HZDo9NKpwFqJBFcQeRc=
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-proposal-decorators@7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.6.0.tgz#6659d2572a17d70abd68123e89a12a43d90aa30c"
- integrity sha1-ZlnSVyoX1wq9aBI+iaEqQ9kKoww=
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.6.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-decorators" "^7.2.0"
-
-"@babel/plugin-proposal-decorators@^7.6.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.7.0.tgz#d386a45730a4eb8c03e23a80b6d3dbefd761c9c9"
- integrity sha1-04akVzCk64wD4jqAttPb79dhyck=
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-decorators" "^7.2.0"
-
-"@babel/plugin-proposal-dynamic-import@^7.5.0", "@babel/plugin-proposal-dynamic-import@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.7.0.tgz#dc02a8bad8d653fb59daf085516fa416edd2aa7f"
- integrity sha1-3AKoutjWU/tZ2vCFUW+kFu3Sqn8=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-dynamic-import" "^7.2.0"
-
-"@babel/plugin-proposal-json-strings@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
- integrity sha1-Vo7MRGxhSK5rJn8CVREwiR4p8xc=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-json-strings" "^7.2.0"
-
-"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4":
- 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#41c360d59481d88e0ce3a3f837df10121a769b39"
- integrity sha1-QcNg1ZSB2I4M46P4N98QEhp2mzk=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"
-
-"@babel/plugin-proposal-object-rest-spread@7.5.5":
- version "7.5.5"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58"
- integrity sha1-YZOXRPcbp2o65Gte6hilTBbSLlg=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
-
-"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.3.2", "@babel/plugin-proposal-object-rest-spread@^7.5.5", "@babel/plugin-proposal-object-rest-spread@^7.6.2":
- version "7.6.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
- integrity sha1-j/zMjzplRen3iYi2v0/ogbiOgJY=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
-
-"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
- 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#135d81edb68a081e55e56ec48541ece8065c38f5"
- integrity sha1-E12B7baKCB5V5W7EhUHs6AZcOPU=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
-
-"@babel/plugin-proposal-optional-chaining@^7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8"
- integrity sha1-6b8fm5uhDHfAMwgtp18Gg4kEGvg=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-optional-chaining" "^7.2.0"
-
-"@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.7.0.tgz#549fe1717a1bd0a2a7e63163841cb37e78179d5d"
- integrity sha1-VJ/hcXob0KKn5jFjhByzfngXnV0=
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-async-generators@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
- integrity sha1-aeHw2zTG9aDPfiszI78VmnbIy38=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-class-properties@^7.0.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.2.0.tgz#23b3b7b9bcdabd73672a9149f728cd3be6214812"
- integrity sha1-I7O3ubzavXNnKpFJ9yjNO+YhSBI=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-decorators@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
- integrity sha1-xQsblX3MaeSxEntl4cM+72FXDBs=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-dynamic-import@7.2.0", "@babel/plugin-syntax-dynamic-import@^7.2.0":
- 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#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
- integrity sha1-acFZ/69JmBIhYa2OvF5tH1XfhhI=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.2.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.7.0.tgz#5c9465bcd26354d5215294ea90ab1c706a571386"
- integrity sha1-XJRlvNJjVNUhUpTqkKsccGpXE4Y=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-json-strings@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
- integrity sha1-cr0T9v/h0lk4Ep0qGGsR/WKVFHA=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
- integrity sha1-C4WjtLx830zEuL8jYzW5B8oi58c=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
- integrity sha1-91CD39Wt5z54Pbcpu9h+e577diQ=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
- integrity sha1-O3o+czUQxX6CC5FCpleayLDfrS4=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
- integrity sha1-qUAT1u2okI3+akd+f57ahWVuz1w=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-optional-chaining@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
- integrity sha1-pZ1q6MFn52COqkQ/2p+o+mvyHf8=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-top-level-await@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.7.0.tgz#f5699549f50bbe8d12b1843a4e82f0a37bb65f4d"
- integrity sha1-9WmVSfULvo0SsYQ6ToLwo3u2X00=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.3.3":
- version "7.3.3"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-typescript/download/@babel/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
- integrity sha1-p8w/ZhGan36+LeU4PM4ZNHPWWZE=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
- integrity sha1-mur75Nb/xlY7+Pg3IJFijwB3lVA=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-async-to-generator@^7.5.0", "@babel/plugin-transform-async-to-generator@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.7.0.tgz#e2b84f11952cf5913fe3438b7d2585042772f492"
- integrity sha1-4rhPEZUs9ZE/40OLfSWFBCdy9JI=
- dependencies:
- "@babel/helper-module-imports" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-remap-async-to-generator" "^7.7.0"
-
-"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
- integrity sha1-XTzBHo1d3XUqpkyRSNDbbLef0ZA=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.6.0", "@babel/plugin-transform-block-scoping@^7.6.3":
- version "7.6.3"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
- integrity sha1-boVOUfu6qENRsV1N2v40LzpdVCo=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- lodash "^4.17.13"
-
-"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.5.5", "@babel/plugin-transform-classes@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.7.0.tgz#b411ecc1b8822d24b81e5d184f24149136eddd4a"
- integrity sha1-tBHswbiCLSS4Hl0YTyQUkTbt3Uo=
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.7.0"
- "@babel/helper-define-map" "^7.7.0"
- "@babel/helper-function-name" "^7.7.0"
- "@babel/helper-optimise-call-expression" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-replace-supers" "^7.7.0"
- "@babel/helper-split-export-declaration" "^7.7.0"
- globals "^11.1.0"
-
-"@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
- integrity sha1-g6ffamWIZbHI9kHVEMbzryICFto=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-destructuring@7.6.0", "@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
- integrity sha1-RLvgi1f0SACU1X2f+82W0wkHW6Y=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.7.0.tgz#c5c9ecacab3a5e0c11db6981610f0c32fd698b3b"
- integrity sha1-xcnsrKs6XgwR22mBYQ8MMv1pizs=
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-duplicate-keys@^7.5.0":
- version "7.5.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
- integrity sha1-xdv1EGv4TN9pEiLAl0wSsd+TGFM=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-exponentiation-operator@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
- integrity sha1-pjhoKJ5bQAf3BU1GSRr1FDV2YAg=
- dependencies:
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-flow-strip-types@7.4.4":
- version "7.4.4"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-flow-strip-types/download/@babel/plugin-transform-flow-strip-types-7.4.4.tgz#d267a081f49a8705fc9146de0768c6b58dccd8f7"
- integrity sha1-0meggfSahwX8kUbeB2jGtY3M2Pc=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-flow" "^7.2.0"
-
-"@babel/plugin-transform-flow-strip-types@^7.0.0":
- version "7.6.3"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-flow-strip-types/download/@babel/plugin-transform-flow-strip-types-7.6.3.tgz#8110f153e7360cfd5996eee68706cfad92d85256"
- integrity sha1-gRDxU+c2DP1Zlu7mhwbPrZLYUlY=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-flow" "^7.2.0"
-
-"@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.4.4":
- version "7.4.4"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
- integrity sha1-Amf8c14kyAi6FzhmxsTRRA/DxVY=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.4.4", "@babel/plugin-transform-function-name@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.7.0.tgz#0fa786f1eef52e3b7d4fc02e54b2129de8a04c2a"
- integrity sha1-D6eG8e71Ljt9T8AuVLISneigTCo=
- dependencies:
- "@babel/helper-function-name" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
- integrity sha1-aQNT6B+SZ9rU/Yz9d+r6hqulPqE=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-member-expression-literals@^7.0.0", "@babel/plugin-transform-member-expression-literals@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.2.0.tgz#fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d"
- integrity sha1-+hCqXFiiy2r88sn/qMtNiz1Imi0=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-modules-amd@^7.5.0":
- version "7.5.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
- integrity sha1-7wBDXUbaCllhqnKKHS7P8GPk+5E=
- dependencies:
- "@babel/helper-module-transforms" "^7.1.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- babel-plugin-dynamic-import-node "^2.3.0"
-
-"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.6.0", "@babel/plugin-transform-modules-commonjs@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.7.0.tgz#3e5ffb4fd8c947feede69cbe24c9554ab4113fe3"
- integrity sha1-Pl/7T9jJR/7t5py+JMlVSrQRP+M=
- dependencies:
- "@babel/helper-module-transforms" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-simple-access" "^7.7.0"
- babel-plugin-dynamic-import-node "^2.3.0"
-
-"@babel/plugin-transform-modules-systemjs@^7.5.0", "@babel/plugin-transform-modules-systemjs@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.7.0.tgz#9baf471213af9761c1617bb12fd278e629041417"
- integrity sha1-m69HEhOvl2HBYXuxL9J45ikEFBc=
- dependencies:
- "@babel/helper-hoist-variables" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- babel-plugin-dynamic-import-node "^2.3.0"
-
-"@babel/plugin-transform-modules-umd@^7.2.0", "@babel/plugin-transform-modules-umd@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.7.0.tgz#d62c7da16670908e1d8c68ca0b5d4c0097b69966"
- integrity sha1-1ix9oWZwkI4djGjKC11MAJe2mWY=
- dependencies:
- "@babel/helper-module-transforms" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.7.0.tgz#358e6fd869b9a4d8f5cbc79e4ed4fc340e60dcaf"
- integrity sha1-NY5v2Gm5pNj1y8eeTtT8NA5g3K8=
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
-
-"@babel/plugin-transform-new-target@^7.4.4":
- version "7.4.4"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
- integrity sha1-GNEgQ4sMye6VpH8scryXaPvtYKU=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.5.5":
- version "7.5.5"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9"
- integrity sha1-xwAh34NAc8ZethO4Z5zEo4HRqfk=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-replace-supers" "^7.5.5"
-
-"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.4.4":
- version "7.4.4"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
- integrity sha1-dVbPA/MYvScZ/kySLS2Ai+VXHhY=
- dependencies:
- "@babel/helper-call-delegate" "^7.4.4"
- "@babel/helper-get-function-arity" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-property-literals@^7.0.0", "@babel/plugin-transform-property-literals@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.2.0.tgz#03e33f653f5b25c4eb572c98b9485055b389e905"
- integrity sha1-A+M/ZT9bJcTrVyyYuUhQVbOJ6QU=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-react-constant-elements@^7.0.0", "@babel/plugin-transform-react-constant-elements@^7.2.0":
- version "7.6.3"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.6.3.tgz#9fc9ea060b983c7c035acbe481cbe1fb1245bfff"
- integrity sha1-n8nqBguYPHwDWsvkgcvh+xJFv/8=
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-react-display-name@7.2.0", "@babel/plugin-transform-react-display-name@^7.0.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0"
- integrity sha1-6/rth4NM6NxCeWCaTwwyTBVuPrA=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-react-jsx-self@^7.0.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-self/download/@babel/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba"
- integrity sha1-Rh4hrZR48QMd1eJ2EI0CfxtSQLo=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-jsx" "^7.2.0"
-
-"@babel/plugin-transform-react-jsx-source@^7.0.0":
- version "7.5.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-source/download/@babel/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
- integrity sha1-WDsQxJzwV+I3CFvL2MyWC9g72Ws=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-jsx" "^7.2.0"
-
-"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.7.0.tgz#834b0723ba78cd4d24d7d629300c2270f516d0b7"
- integrity sha1-g0sHI7p4zU0k19YpMAwicPUW0Lc=
- dependencies:
- "@babel/helper-builder-react-jsx" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-jsx" "^7.2.0"
-
-"@babel/plugin-transform-regenerator@^7.4.5", "@babel/plugin-transform-regenerator@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.7.0.tgz#f1b20b535e7716b622c99e989259d7dd942dd9cc"
- integrity sha1-8bILU153FrYiyZ6YklnX3ZQt2cw=
- dependencies:
- regenerator-transform "^0.14.0"
-
-"@babel/plugin-transform-reserved-words@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.2.0.tgz#4792af87c998a49367597d07fedf02636d2e1634"
- integrity sha1-R5Kvh8mYpJNnWX0H/t8CY20uFjQ=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-runtime@7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.6.0.tgz#85a3cce402b28586138e368fce20ab3019b9713e"
- integrity sha1-haPM5AKyhYYTjjaPziCrMBm5cT4=
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- resolve "^1.8.1"
- semver "^5.5.1"
-
-"@babel/plugin-transform-runtime@^7.6.2":
- version "7.6.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.6.2.tgz#2669f67c1fae0ae8d8bf696e4263ad52cb98b6f8"
- integrity sha1-Jmn2fB+uCujYv2luQmOtUsuYtvg=
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- resolve "^1.8.1"
- semver "^5.5.1"
-
-"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
- integrity sha1-YzOu4vjW7n4oYVRXKYk0o7RhmPA=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.2.0", "@babel/plugin-transform-spread@^7.6.2":
- version "7.6.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
- integrity sha1-/HfPeYsksQxG4bUbG4jCv2YbuN0=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-sticky-regex@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
- integrity sha1-oeRUtZlVYKnB4NU338FQYf0mh+E=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/helper-regex" "^7.0.0"
-
-"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.4.4":
- version "7.4.4"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0"
- integrity sha1-nSj+p7vOY3+3YSoHUJidgyHUvLA=
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-typeof-symbol@^7.2.0":
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
- integrity sha1-EX0rzsL79ktLWdH5gZiUaC0p8rI=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/plugin-transform-typescript@^7.6.0", "@babel/plugin-transform-typescript@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.7.2.tgz#eb9f14c516b5d36f4d6f3a9d7badae6d0fc313d4"
- integrity sha1-658UxRa1029Nbzqde62ubQ/DE9Q=
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-typescript" "^7.2.0"
-
-"@babel/plugin-transform-unicode-regex@^7.4.4", "@babel/plugin-transform-unicode-regex@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.7.0.tgz#743d9bcc44080e3cc7d49259a066efa30f9187a3"
- integrity sha1-dD2bzEQIDjzH1JJZoGbvow+Rh6M=
- dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
-"@babel/polyfill@^7.0.0", "@babel/polyfill@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/polyfill/download/@babel/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3"
- integrity sha1-4QZuJR4XYG7HkIsFYX+bf4GA2PM=
- dependencies:
- core-js "^2.6.5"
- regenerator-runtime "^0.13.2"
-
-"@babel/preset-env@7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
- integrity sha1-quQUHFBhALsr+qSsKlwSs5VhnlA=
- dependencies:
- "@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-dynamic-import" "^7.5.0"
- "@babel/plugin-proposal-json-strings" "^7.2.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.5.5"
- "@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-dynamic-import" "^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.5.0"
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
- "@babel/plugin-transform-block-scoping" "^7.6.0"
- "@babel/plugin-transform-classes" "^7.5.5"
- "@babel/plugin-transform-computed-properties" "^7.2.0"
- "@babel/plugin-transform-destructuring" "^7.6.0"
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
- "@babel/plugin-transform-duplicate-keys" "^7.5.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.5.0"
- "@babel/plugin-transform-modules-commonjs" "^7.6.0"
- "@babel/plugin-transform-modules-systemjs" "^7.5.0"
- "@babel/plugin-transform-modules-umd" "^7.2.0"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
- "@babel/plugin-transform-new-target" "^7.4.4"
- "@babel/plugin-transform-object-super" "^7.5.5"
- "@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.6.0"
- browserslist "^4.6.0"
- core-js-compat "^3.1.1"
- invariant "^2.2.2"
- js-levenshtein "^1.1.3"
- semver "^5.5.0"
-
-"@babel/preset-env@^7.4.5", "@babel/preset-env@^7.5.5", "@babel/preset-env@^7.6.3", "@babel/preset-env@^7.7.1":
- version "7.7.1"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.7.1.tgz#04a2ff53552c5885cf1083e291c8dd5490f744bb"
- integrity sha1-BKL/U1UsWIXPEIPikcjdVJD3RLs=
- dependencies:
- "@babel/helper-module-imports" "^7.7.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-proposal-async-generator-functions" "^7.7.0"
- "@babel/plugin-proposal-dynamic-import" "^7.7.0"
- "@babel/plugin-proposal-json-strings" "^7.2.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.6.2"
- "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
- "@babel/plugin-proposal-unicode-property-regex" "^7.7.0"
- "@babel/plugin-syntax-async-generators" "^7.2.0"
- "@babel/plugin-syntax-dynamic-import" "^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-syntax-top-level-await" "^7.7.0"
- "@babel/plugin-transform-arrow-functions" "^7.2.0"
- "@babel/plugin-transform-async-to-generator" "^7.7.0"
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
- "@babel/plugin-transform-block-scoping" "^7.6.3"
- "@babel/plugin-transform-classes" "^7.7.0"
- "@babel/plugin-transform-computed-properties" "^7.2.0"
- "@babel/plugin-transform-destructuring" "^7.6.0"
- "@babel/plugin-transform-dotall-regex" "^7.7.0"
- "@babel/plugin-transform-duplicate-keys" "^7.5.0"
- "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
- "@babel/plugin-transform-for-of" "^7.4.4"
- "@babel/plugin-transform-function-name" "^7.7.0"
- "@babel/plugin-transform-literals" "^7.2.0"
- "@babel/plugin-transform-member-expression-literals" "^7.2.0"
- "@babel/plugin-transform-modules-amd" "^7.5.0"
- "@babel/plugin-transform-modules-commonjs" "^7.7.0"
- "@babel/plugin-transform-modules-systemjs" "^7.7.0"
- "@babel/plugin-transform-modules-umd" "^7.7.0"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.0"
- "@babel/plugin-transform-new-target" "^7.4.4"
- "@babel/plugin-transform-object-super" "^7.5.5"
- "@babel/plugin-transform-parameters" "^7.4.4"
- "@babel/plugin-transform-property-literals" "^7.2.0"
- "@babel/plugin-transform-regenerator" "^7.7.0"
- "@babel/plugin-transform-reserved-words" "^7.2.0"
- "@babel/plugin-transform-shorthand-properties" "^7.2.0"
- "@babel/plugin-transform-spread" "^7.6.2"
- "@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.7.0"
- "@babel/types" "^7.7.1"
- browserslist "^4.6.0"
- core-js-compat "^3.1.1"
- invariant "^2.2.2"
- js-levenshtein "^1.1.3"
- semver "^5.5.0"
-
-"@babel/preset-flow@^7.0.0":
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-flow/download/@babel/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
- integrity sha1-r9dkg12VNexj2MfUyvHAZFcmPaI=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-transform-flow-strip-types" "^7.0.0"
-
-"@babel/preset-react@7.0.0":
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
- integrity sha1-6GtLPZlDPHs+npF0fiZTlYvGs8A=
- dependencies:
- "@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"
-
-"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.6.3", "@babel/preset-react@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.7.0.tgz#8ab0c4787d98cf1f5f22dabf115552bf9e4e406c"
- integrity sha1-irDEeH2Yzx9fItq/EVVSv55OQGw=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-transform-react-display-name" "^7.0.0"
- "@babel/plugin-transform-react-jsx" "^7.7.0"
- "@babel/plugin-transform-react-jsx-self" "^7.0.0"
- "@babel/plugin-transform-react-jsx-source" "^7.0.0"
-
-"@babel/preset-typescript@7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.6.0.tgz#25768cb8830280baf47c45ab1a519a9977498c98"
- integrity sha1-JXaMuIMCgLr0fEWrGlGamXdJjJg=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-transform-typescript" "^7.6.0"
-
-"@babel/preset-typescript@^7.3.3", "@babel/preset-typescript@^7.6.0", "@babel/preset-typescript@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.7.2.tgz#f71c8bba2ae02f11b29dbf7d6a35f47bbe011632"
- integrity sha1-9xyLuirgLxGynb99ajX0e74BFjI=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-transform-typescript" "^7.7.2"
-
-"@babel/runtime@7.0.0-beta.51":
- version "7.0.0-beta.51"
- resolved "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.0.0-beta.51.tgz#48b8ed18307034c6620f643514650ca2ccc0165a"
- integrity sha1-SLjtGDBwNMZiD2Q1FGUMoszAFlo=
- dependencies:
- core-js "^2.5.7"
- regenerator-runtime "^0.11.1"
-
-"@babel/runtime@7.6.0":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.6.0.tgz#4fc1d642a9fd0299754e8b5de62c631cf5568205"
- integrity sha1-T8HWQqn9Apl1Totd5ixjHPVWggU=
- dependencies:
- regenerator-runtime "^0.13.2"
-
-"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
- integrity sha1-ERp4ACpcJfyOM2G+3JUpxpa4Wmo=
- dependencies:
- regenerator-runtime "^0.13.2"
-
-"@babel/standalone@^7.6.4":
- version "7.7.3"
- resolved "https://registry.npm.alibaba-inc.com/@babel/standalone/download/@babel/standalone-7.7.3.tgz#9a4f7fc64876b11398e7371665969ccfdb0c9806"
- integrity sha1-mk9/xkh2sROY5zcWZZacz9sMmAY=
-
-"@babel/template@^7.4.0", "@babel/template@^7.6.0", "@babel/template@^7.7.0":
- version "7.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
- integrity sha1-T63BuOc02X9W3jnHfedvJWLll9A=
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/parser" "^7.7.0"
- "@babel/types" "^7.7.0"
-
-"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
- integrity sha1-7wpl4HovPFUJZzZrPZtioty+rgk=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/generator" "^7.7.2"
- "@babel/helper-function-name" "^7.7.0"
- "@babel/helper-split-export-declaration" "^7.7.0"
- "@babel/parser" "^7.7.2"
- "@babel/types" "^7.7.2"
- debug "^4.1.0"
- globals "^11.1.0"
- lodash "^4.17.13"
-
-"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2":
- version "7.7.2"
- resolved "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
- integrity sha1-VQuC5VcdzRdK9XbiPwrbp//Gg/c=
- dependencies:
- esutils "^2.0.2"
- lodash "^4.17.13"
- to-fast-properties "^2.0.0"
-
-"@base2/pretty-print-object@^1.0.0":
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@base2/pretty-print-object/download/@base2/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
- integrity sha1-hgznGLC3P0AJ4VNUH6/yy2uF0Ec=
-
-"@cnakazawa/watch@^1.0.3":
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/@cnakazawa/watch/download/@cnakazawa/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
- integrity sha1-CZE56ux+vweifBeGo/9k85Rk0u8=
- dependencies:
- exec-sh "^0.3.2"
- minimist "^1.2.0"
-
-"@commitlint/cli@^8.1.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/cli/download/@commitlint/cli-8.2.0.tgz#fbf9969e04e2162d985eaa644fdad6ce807aadb6"
- integrity sha1-+/mWngTiFi2YXqpkT9rWzoB6rbY=
- dependencies:
- "@commitlint/format" "^8.2.0"
- "@commitlint/lint" "^8.2.0"
- "@commitlint/load" "^8.2.0"
- "@commitlint/read" "^8.2.0"
- babel-polyfill "6.26.0"
- chalk "2.4.2"
- get-stdin "7.0.0"
- lodash "4.17.14"
- meow "5.0.0"
- resolve-from "5.0.0"
- resolve-global "1.0.0"
-
-"@commitlint/config-conventional@^8.1.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/config-conventional/download/@commitlint/config-conventional-8.2.0.tgz#886a5538e3708e017ec2871e0cbce00f635d3102"
- integrity sha1-iGpVOONwjgF+woceDLzgD2NdMQI=
-
-"@commitlint/ensure@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/ensure/download/@commitlint/ensure-8.2.0.tgz#fad0c81c3d3bd09aa5fbcbcc483ae1f39bc8af8f"
- integrity sha1-+tDIHD070Jql+8vMSDrh85vIr48=
- dependencies:
- lodash "4.17.14"
-
-"@commitlint/execute-rule@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/execute-rule/download/@commitlint/execute-rule-8.2.0.tgz#aefb3744e22613660adefb7ebcccaa60bd24e78d"
- integrity sha1-rvs3ROImE2YK3vt+vMyqYL0k540=
-
-"@commitlint/format@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/format/download/@commitlint/format-8.2.0.tgz#0a2447fadac7c0421ce8a8d7e27dfa2172c737d4"
- integrity sha1-CiRH+trHwEIc6KjX4n36IXLHN9Q=
- dependencies:
- chalk "^2.0.1"
-
-"@commitlint/is-ignored@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/is-ignored/download/@commitlint/is-ignored-8.2.0.tgz#b6409ab28bf5a80f25e14da17da3916adb230a89"
- integrity sha1-tkCasov1qA8l4U2hfaORatsjCok=
- dependencies:
- "@types/semver" "^6.0.1"
- semver "6.2.0"
-
-"@commitlint/lint@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/lint/download/@commitlint/lint-8.2.0.tgz#aadc606379f3550eb877f16d4f5b103639cbf92a"
- integrity sha1-qtxgY3nzVQ64d/FtT1sQNjnL+So=
- dependencies:
- "@commitlint/is-ignored" "^8.2.0"
- "@commitlint/parse" "^8.2.0"
- "@commitlint/rules" "^8.2.0"
- babel-runtime "^6.23.0"
- lodash "4.17.14"
-
-"@commitlint/load@>6.1.1", "@commitlint/load@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/load/download/@commitlint/load-8.2.0.tgz#9ca53a0c795e4f63d796b4d42279e856549add1a"
- integrity sha1-nKU6DHleT2PXlrTUInnoVlSa3Ro=
- dependencies:
- "@commitlint/execute-rule" "^8.2.0"
- "@commitlint/resolve-extends" "^8.2.0"
- babel-runtime "^6.23.0"
- chalk "2.4.2"
- cosmiconfig "^5.2.0"
- lodash "4.17.14"
- resolve-from "^5.0.0"
-
-"@commitlint/message@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/message/download/@commitlint/message-8.2.0.tgz#bdc0388183f6bc6006c7e7e197a721683011907a"
- integrity sha1-vcA4gYP2vGAGx+fhl6chaDARkHo=
-
-"@commitlint/parse@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/parse/download/@commitlint/parse-8.2.0.tgz#de80137e89ee5a2d3029656c9b33e90c88c6f56c"
- integrity sha1-3oATfonuWi0wKWVsmzPpDIjG9Ww=
- dependencies:
- conventional-changelog-angular "^1.3.3"
- conventional-commits-parser "^2.1.0"
- lodash "^4.17.11"
-
-"@commitlint/read@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/read/download/@commitlint/read-8.2.0.tgz#54c6549723d532c74434ee0d74e0459032dc9159"
- integrity sha1-VMZUlyPVMsdENO4NdOBFkDLckVk=
- dependencies:
- "@commitlint/top-level" "^8.2.0"
- "@marionebl/sander" "^0.6.0"
- babel-runtime "^6.23.0"
- git-raw-commits "^1.3.0"
-
-"@commitlint/resolve-extends@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/resolve-extends/download/@commitlint/resolve-extends-8.2.0.tgz#b7f2f0c71c10f24b98a199ed11d2c14cfd7a318f"
- integrity sha1-t/LwxxwQ8kuYoZntEdLBTP16MY8=
- dependencies:
- "@types/node" "^12.0.2"
- import-fresh "^3.0.0"
- lodash "4.17.14"
- resolve-from "^5.0.0"
- resolve-global "^1.0.0"
-
-"@commitlint/rules@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/rules/download/@commitlint/rules-8.2.0.tgz#4cd6a323ca1a3f3d33ae6dc723f8c88f3dcde347"
- integrity sha1-TNajI8oaPz0zrm3HI/jIjz3N40c=
- dependencies:
- "@commitlint/ensure" "^8.2.0"
- "@commitlint/message" "^8.2.0"
- "@commitlint/to-lines" "^8.2.0"
- babel-runtime "^6.23.0"
-
-"@commitlint/to-lines@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/to-lines/download/@commitlint/to-lines-8.2.0.tgz#dddb5916a457e1a79e437115a9b8eac7bf9ad52a"
- integrity sha1-3dtZFqRX4aeeQ3EVqbjqx7+a1So=
-
-"@commitlint/top-level@^8.2.0":
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@commitlint/top-level/download/@commitlint/top-level-8.2.0.tgz#206e7cbc54dbe9494190677f887dd60943fed5b0"
- integrity sha1-IG58vFTb6UlBkGd/iH3WCUP+1bA=
- dependencies:
- find-up "^4.0.0"
-
-"@emotion/cache@^10.0.17", "@emotion/cache@^10.0.9":
- version "10.0.19"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.19.tgz#d258d94d9c707dcadaf1558def968b86bb87ad71"
- integrity sha1-0ljZTZxwfcra8VWN75aLhruHrXE=
- dependencies:
- "@emotion/sheet" "0.9.3"
- "@emotion/stylis" "0.8.4"
- "@emotion/utils" "0.11.2"
- "@emotion/weak-memoize" "0.2.4"
-
-"@emotion/core@^10.0.14", "@emotion/core@^10.0.9":
- version "10.0.22"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.0.22.tgz#2ac7bcf9b99a1979ab5b0a876fbf37ab0688b177"
- integrity sha1-Kse8+bmaGXmrWwqHb783qwaIsXc=
- dependencies:
- "@babel/runtime" "^7.5.5"
- "@emotion/cache" "^10.0.17"
- "@emotion/css" "^10.0.22"
- "@emotion/serialize" "^0.11.12"
- "@emotion/sheet" "0.9.3"
- "@emotion/utils" "0.11.2"
-
-"@emotion/css@^10.0.22", "@emotion/css@^10.0.9":
- version "10.0.22"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.22.tgz#37b1abb6826759fe8ac0af0ac0034d27de6d1793"
- integrity sha1-N7GrtoJnWf6KwK8KwANNJ95tF5M=
- dependencies:
- "@emotion/serialize" "^0.11.12"
- "@emotion/utils" "0.11.2"
- babel-plugin-emotion "^10.0.22"
-
-"@emotion/hash@0.7.3":
- version "0.7.3"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.7.3.tgz#a166882c81c0c6040975dd30df24fae8549bd96f"
- integrity sha1-oWaILIHAxgQJdd0w3yT66FSb2W8=
-
-"@emotion/is-prop-valid@0.8.5":
- version "0.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/is-prop-valid/download/@emotion/is-prop-valid-0.8.5.tgz#2dda0791f0eafa12b7a0a5b39858405cc7bde983"
- integrity sha1-LdoHkfDq+hK3oKWzmFhAXMe96YM=
- dependencies:
- "@emotion/memoize" "0.7.3"
-
-"@emotion/memoize@0.7.3":
- version "0.7.3"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.3.tgz#5b6b1c11d6a6dddf1f2fc996f74cf3b219644d78"
- integrity sha1-W2scEdam3d8fL8mW90zzshlkTXg=
-
-"@emotion/serialize@^0.11.12", "@emotion/serialize@^0.11.14":
- version "0.11.14"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.14.tgz#56a6d8d04d837cc5b0126788b2134c51353c6488"
- integrity sha1-VqbY0E2DfMWwEmeIshNMUTU8ZIg=
- dependencies:
- "@emotion/hash" "0.7.3"
- "@emotion/memoize" "0.7.3"
- "@emotion/unitless" "0.7.4"
- "@emotion/utils" "0.11.2"
- csstype "^2.5.7"
-
-"@emotion/sheet@0.9.3":
- version "0.9.3"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.3.tgz#689f135ecf87d3c650ed0c4f5ddcbe579883564a"
- integrity sha1-aJ8TXs+H08ZQ7QxPXdy+V5iDVko=
-
-"@emotion/styled-base@^10.0.23":
- version "10.0.24"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/styled-base/download/@emotion/styled-base-10.0.24.tgz#9497efd8902dfeddee89d24b0eeb26b0665bfe8b"
- integrity sha1-lJfv2JAt/t3uidJLDusmsGZb/os=
- dependencies:
- "@babel/runtime" "^7.5.5"
- "@emotion/is-prop-valid" "0.8.5"
- "@emotion/serialize" "^0.11.14"
- "@emotion/utils" "0.11.2"
-
-"@emotion/styled@^10.0.14":
- version "10.0.23"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.23.tgz#2f8279bd59b99d82deade76d1046249ddfab7c1b"
- integrity sha1-L4J5vVm5nYLeredtEEYknd+rfBs=
- dependencies:
- "@emotion/styled-base" "^10.0.23"
- babel-plugin-emotion "^10.0.23"
-
-"@emotion/stylis@0.8.4":
- version "0.8.4"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/stylis/download/@emotion/stylis-0.8.4.tgz#6c51afdf1dd0d73666ba09d2eb6c25c220d6fe4c"
- integrity sha1-bFGv3x3Q1zZmugnS62wlwiDW/kw=
-
-"@emotion/unitless@0.7.4":
- version "0.7.4"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.4.tgz#a87b4b04e5ae14a88d48ebef15015f6b7d1f5677"
- integrity sha1-qHtLBOWuFKiNSOvvFQFfa30fVnc=
-
-"@emotion/utils@0.11.2":
- version "0.11.2"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.2.tgz#713056bfdffb396b0a14f1c8f18e7b4d0d200183"
- integrity sha1-cTBWv9/7OWsKFPHI8Y57TQ0gAYM=
-
-"@emotion/weak-memoize@0.2.4":
- version "0.2.4"
- resolved "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.4.tgz#622a72bebd1e3f48d921563b4b60a762295a81fc"
- integrity sha1-Yipyvr0eP0jZIVY7S2CnYilagfw=
-
-"@evocateur/libnpmaccess@^3.1.2":
- version "3.1.2"
- resolved "https://registry.npm.alibaba-inc.com/@evocateur/libnpmaccess/download/@evocateur/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845"
- integrity sha1-7Pf2zmsATp+UKwmNkiAL5KSxyEU=
- dependencies:
- "@evocateur/npm-registry-fetch" "^4.0.0"
- aproba "^2.0.0"
- figgy-pudding "^3.5.1"
- get-stream "^4.0.0"
- npm-package-arg "^6.1.0"
-
-"@evocateur/libnpmpublish@^1.2.2":
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/@evocateur/libnpmpublish/download/@evocateur/libnpmpublish-1.2.2.tgz#55df09d2dca136afba9c88c759ca272198db9f1a"
- integrity sha1-Vd8J0tyhNq+6nIjHWconIZjbnxo=
- dependencies:
- "@evocateur/npm-registry-fetch" "^4.0.0"
- aproba "^2.0.0"
- figgy-pudding "^3.5.1"
- get-stream "^4.0.0"
- lodash.clonedeep "^4.5.0"
- normalize-package-data "^2.4.0"
- npm-package-arg "^6.1.0"
- semver "^5.5.1"
- ssri "^6.0.1"
-
-"@evocateur/npm-registry-fetch@^4.0.0":
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@evocateur/npm-registry-fetch/download/@evocateur/npm-registry-fetch-4.0.0.tgz#8c4c38766d8d32d3200fcb0a83f064b57365ed66"
- integrity sha1-jEw4dm2NMtMgD8sKg/BktXNl7WY=
- dependencies:
- JSONStream "^1.3.4"
- bluebird "^3.5.1"
- figgy-pudding "^3.4.1"
- lru-cache "^5.1.1"
- make-fetch-happen "^5.0.0"
- npm-package-arg "^6.1.0"
- safe-buffer "^5.1.2"
-
-"@evocateur/pacote@^9.6.3":
- version "9.6.5"
- resolved "https://registry.npm.alibaba-inc.com/@evocateur/pacote/download/@evocateur/pacote-9.6.5.tgz#33de32ba210b6f17c20ebab4d497efc6755f4ae5"
- integrity sha1-M94yuiELbxfCDrq01JfvxnVfSuU=
- dependencies:
- "@evocateur/npm-registry-fetch" "^4.0.0"
- bluebird "^3.5.3"
- cacache "^12.0.3"
- chownr "^1.1.2"
- figgy-pudding "^3.5.1"
- get-stream "^4.1.0"
- glob "^7.1.4"
- infer-owner "^1.0.4"
- lru-cache "^5.1.1"
- make-fetch-happen "^5.0.0"
- minimatch "^3.0.4"
- minipass "^2.3.5"
- mississippi "^3.0.0"
- mkdirp "^0.5.1"
- normalize-package-data "^2.5.0"
- npm-package-arg "^6.1.0"
- npm-packlist "^1.4.4"
- npm-pick-manifest "^3.0.0"
- osenv "^0.1.5"
- promise-inflight "^1.0.1"
- promise-retry "^1.1.1"
- protoduck "^5.0.1"
- rimraf "^2.6.3"
- safe-buffer "^5.2.0"
- semver "^5.7.0"
- ssri "^6.0.1"
- tar "^4.4.10"
- unique-filename "^1.1.1"
- which "^1.3.1"
-
-"@gatsbyjs/relay-compiler@2.0.0-printer-fix.4":
- version "2.0.0-printer-fix.4"
- resolved "https://registry.npm.alibaba-inc.com/@gatsbyjs/relay-compiler/download/@gatsbyjs/relay-compiler-2.0.0-printer-fix.4.tgz#4b06aeb4f2ceea5878b5832a2ced1bff9abb62bd"
- integrity sha1-SwautPLO6lh4tYMqLO0b/5q7Yr0=
- dependencies:
- "@babel/generator" "^7.0.0"
- "@babel/parser" "^7.0.0"
- "@babel/polyfill" "^7.0.0"
- "@babel/runtime" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
- babel-preset-fbjs "^3.1.2"
- chalk "^2.4.1"
- fast-glob "^2.2.2"
- fb-watchman "^2.0.0"
- fbjs "^1.0.0"
- immutable "~3.7.6"
- nullthrows "^1.1.0"
- relay-runtime "2.0.0"
- signedsource "^1.0.0"
- yargs "^9.0.0"
-
-"@hapi/address@2.x.x":
- version "2.1.4"
- resolved "https://registry.npm.alibaba-inc.com/@hapi/address/download/@hapi/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
- integrity sha1-XWftQ/P9QaadS5/3tW58DR0KgeU=
-
-"@hapi/bourne@1.x.x":
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
- integrity sha1-CnCVreoGckPOMoPhtWuKj0U7JCo=
-
-"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0":
- version "8.5.0"
- resolved "https://registry.npm.alibaba-inc.com/@hapi/hoek/download/@hapi/hoek-8.5.0.tgz#2f9ce301c8898e1c3248b0a8564696b24d1a9a5a"
- integrity sha1-L5zjAciJjhwySLCoVkaWsk0amlo=
-
-"@hapi/joi@^15.0.0", "@hapi/joi@^15.1.1":
- version "15.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@hapi/joi/download/@hapi/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7"
- integrity sha1-xnW4pxKW8Cgz+NbSQ7NMV7jOGdc=
- dependencies:
- "@hapi/address" "2.x.x"
- "@hapi/bourne" "1.x.x"
- "@hapi/hoek" "8.x.x"
- "@hapi/topo" "3.x.x"
-
-"@hapi/topo@3.x.x":
- version "3.1.6"
- resolved "https://registry.npm.alibaba-inc.com/@hapi/topo/download/@hapi/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29"
- integrity sha1-aNk1+j6uf91asNf5U/MgXYsr/Ck=
- dependencies:
- "@hapi/hoek" "^8.3.0"
-
-"@hot-loader/react-dom@^16.9.0+4.12.11":
- version "16.11.0"
- resolved "https://registry.npm.alibaba-inc.com/@hot-loader/react-dom/download/@hot-loader/react-dom-16.11.0.tgz#c0b483923b289db5431516f56ee2a69448ebf9bd"
- integrity sha1-wLSDkjsonbVDFRb1buKmlEjr+b0=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
- scheduler "^0.17.0"
-
-"@iarna/toml@2.2.3":
- version "2.2.3"
- resolved "https://registry.npm.alibaba-inc.com/@iarna/toml/download/@iarna/toml-2.2.3.tgz#f060bf6eaafae4d56a7dac618980838b0696e2ab"
- integrity sha1-8GC/bqr65NVqfaxhiYCDiwaW4qs=
-
-"@icons/material@^0.2.4":
- version "0.2.4"
- resolved "https://registry.npm.alibaba-inc.com/@icons/material/download/@icons/material-0.2.4.tgz#e90c9f71768b3736e76d7dd6783fc6c2afa88bc8"
- integrity sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=
-
-"@jest/console@^24.7.1", "@jest/console@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0"
- integrity sha1-ebG8Bvt0qM+wHL3t+UVYSxuXB/A=
- dependencies:
- "@jest/source-map" "^24.9.0"
- chalk "^2.0.1"
- slash "^2.0.0"
-
-"@jest/core@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-24.9.0.tgz#2ceccd0b93181f9c4850e74f2a9ad43d351369c4"
- integrity sha1-LOzNC5MYH5xIUOdPKprUPTUTacQ=
- dependencies:
- "@jest/console" "^24.7.1"
- "@jest/reporters" "^24.9.0"
- "@jest/test-result" "^24.9.0"
- "@jest/transform" "^24.9.0"
- "@jest/types" "^24.9.0"
- ansi-escapes "^3.0.0"
- chalk "^2.0.1"
- exit "^0.1.2"
- graceful-fs "^4.1.15"
- jest-changed-files "^24.9.0"
- jest-config "^24.9.0"
- jest-haste-map "^24.9.0"
- jest-message-util "^24.9.0"
- jest-regex-util "^24.3.0"
- jest-resolve "^24.9.0"
- jest-resolve-dependencies "^24.9.0"
- jest-runner "^24.9.0"
- jest-runtime "^24.9.0"
- jest-snapshot "^24.9.0"
- jest-util "^24.9.0"
- jest-validate "^24.9.0"
- jest-watcher "^24.9.0"
- micromatch "^3.1.10"
- p-each-series "^1.0.0"
- realpath-native "^1.1.0"
- rimraf "^2.5.4"
- slash "^2.0.0"
- strip-ansi "^5.0.0"
-
-"@jest/environment@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz#21e3afa2d65c0586cbd6cbefe208bafade44ab18"
- integrity sha1-IeOvotZcBYbL1svv4gi6+t5Eqxg=
- dependencies:
- "@jest/fake-timers" "^24.9.0"
- "@jest/transform" "^24.9.0"
- "@jest/types" "^24.9.0"
- jest-mock "^24.9.0"
-
-"@jest/fake-timers@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz#ba3e6bf0eecd09a636049896434d306636540c93"
- integrity sha1-uj5r8O7NCaY2BJiWQ00wZjZUDJM=
- dependencies:
- "@jest/types" "^24.9.0"
- jest-message-util "^24.9.0"
- jest-mock "^24.9.0"
-
-"@jest/reporters@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/reporters/download/@jest/reporters-24.9.0.tgz#86660eff8e2b9661d042a8e98a028b8d631a5b43"
- integrity sha1-hmYO/44rlmHQQqjpigKLjWMaW0M=
- dependencies:
- "@jest/environment" "^24.9.0"
- "@jest/test-result" "^24.9.0"
- "@jest/transform" "^24.9.0"
- "@jest/types" "^24.9.0"
- chalk "^2.0.1"
- exit "^0.1.2"
- glob "^7.1.2"
- istanbul-lib-coverage "^2.0.2"
- istanbul-lib-instrument "^3.0.1"
- istanbul-lib-report "^2.0.4"
- istanbul-lib-source-maps "^3.0.1"
- istanbul-reports "^2.2.6"
- jest-haste-map "^24.9.0"
- jest-resolve "^24.9.0"
- jest-runtime "^24.9.0"
- jest-util "^24.9.0"
- jest-worker "^24.6.0"
- node-notifier "^5.4.2"
- slash "^2.0.0"
- source-map "^0.6.0"
- string-length "^2.0.0"
-
-"@jest/source-map@^24.3.0", "@jest/source-map@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714"
- integrity sha1-DiY6lEML5LQdpoPMwea//ioZFxQ=
- dependencies:
- callsites "^3.0.0"
- graceful-fs "^4.1.15"
- source-map "^0.6.0"
-
-"@jest/test-result@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz#11796e8aa9dbf88ea025757b3152595ad06ba0ca"
- integrity sha1-EXluiqnb+I6gJXV7MVJZWtBroMo=
- dependencies:
- "@jest/console" "^24.9.0"
- "@jest/types" "^24.9.0"
- "@types/istanbul-lib-coverage" "^2.0.0"
-
-"@jest/test-sequencer@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-24.9.0.tgz#f8f334f35b625a4f2f355f2fe7e6036dad2e6b31"
- integrity sha1-+PM081tiWk8vNV8v5+YDba0uazE=
- dependencies:
- "@jest/test-result" "^24.9.0"
- jest-haste-map "^24.9.0"
- jest-runner "^24.9.0"
- jest-runtime "^24.9.0"
-
-"@jest/transform@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz#4ae2768b296553fadab09e9ec119543c90b16c56"
- integrity sha1-SuJ2iyllU/rasJ6ewRlUPJCxbFY=
- dependencies:
- "@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"
-
-"@jest/types@^24.9.0":
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
- integrity sha1-Y8smy3UA0Gnlo4lEGnxqtekJ/Fk=
- dependencies:
- "@types/istanbul-lib-coverage" "^2.0.0"
- "@types/istanbul-reports" "^1.1.1"
- "@types/yargs" "^13.0.0"
-
-"@jimp/bmp@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/bmp/download/@jimp/bmp-0.6.8.tgz#8abbfd9e26ba17a47fab311059ea9f7dd82005b6"
- integrity sha1-irv9nia6F6R/qzEQWeqffdggBbY=
- dependencies:
- "@jimp/utils" "^0.6.8"
- bmp-js "^0.1.0"
- core-js "^2.5.7"
-
-"@jimp/core@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/core/download/@jimp/core-0.6.8.tgz#6a41089792516f6e64a5302d12eb562aa7847c7b"
- integrity sha1-akEIl5JRb25kpTAtEutWKqeEfHs=
- dependencies:
- "@jimp/utils" "^0.6.8"
- any-base "^1.1.0"
- buffer "^5.2.0"
- core-js "^2.5.7"
- exif-parser "^0.1.12"
- file-type "^9.0.0"
- load-bmfont "^1.3.1"
- mkdirp "0.5.1"
- phin "^2.9.1"
- pixelmatch "^4.0.2"
- tinycolor2 "^1.4.1"
-
-"@jimp/custom@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/custom/download/@jimp/custom-0.6.8.tgz#0476d7b3f5da3121d98895a2e14f2899e602f2b6"
- integrity sha1-BHbXs/XaMSHZiJWi4U8omeYC8rY=
- dependencies:
- "@jimp/core" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/gif@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/gif/download/@jimp/gif-0.6.8.tgz#848dd4e6e1a56ca2b3ce528969e44dfa99a53b14"
- integrity sha1-hI3U5uGlbKKzzlKJaeRN+pmlOxQ=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
- omggif "^1.0.9"
-
-"@jimp/jpeg@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/jpeg/download/@jimp/jpeg-0.6.8.tgz#4cad85a6d1e15759acb56bddef29aa3473859f2c"
- integrity sha1-TK2FptHhV1mstWvd7ymqNHOFnyw=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
- jpeg-js "^0.3.4"
-
-"@jimp/plugin-blit@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-blit/download/@jimp/plugin-blit-0.6.8.tgz#646ebb631f35afc28c1e8908524bc43d1e9afa3d"
- integrity sha1-ZG67Yx81r8KMHokIUkvEPR6a+j0=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-blur@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-blur/download/@jimp/plugin-blur-0.6.8.tgz#7b753ae94f6099103f57c268c3b2679047eefe95"
- integrity sha1-e3U66U9gmRA/V8Jow7JnkEfu/pU=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-color@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-color/download/@jimp/plugin-color-0.6.8.tgz#4101cb1208879b331db6e43ea6b96eaf8dbaedbc"
- integrity sha1-QQHLEgiHmzMdtuQ+prlur4267bw=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
- tinycolor2 "^1.4.1"
-
-"@jimp/plugin-contain@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-contain/download/@jimp/plugin-contain-0.6.8.tgz#af95d33b63d0478943374ae15dd2607fc69cad14"
- integrity sha1-r5XTO2PQR4lDN0rhXdJgf8acrRQ=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-cover@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-cover/download/@jimp/plugin-cover-0.6.8.tgz#490e3186627a34d93cc015c4169bac9070d6ad17"
- integrity sha1-SQ4xhmJ6NNk8wBXEFpuskHDWrRc=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-crop@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-crop/download/@jimp/plugin-crop-0.6.8.tgz#ffec8951a2f3eccad1e3cff9afff5326bd980ce7"
- integrity sha1-/+yJUaLz7MrR48/5r/9TJr2YDOc=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-displace@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-displace/download/@jimp/plugin-displace-0.6.8.tgz#89df05ab7daaff6befc190bb8ac54ec8d57e533b"
- integrity sha1-id8Fq32q/2vvwZC7isVOyNV+Uzs=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-dither@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-dither/download/@jimp/plugin-dither-0.6.8.tgz#17e5b9f56575a871e329fef8b388e614b92d84f8"
- integrity sha1-F+W59WV1qHHjKf74s4jmFLkthPg=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-flip@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-flip/download/@jimp/plugin-flip-0.6.8.tgz#153df0c677f79d4078bb9e4c1f2ac392b96dc3a1"
- integrity sha1-FT3wxnf3nUB4u55MHyrDkrltw6E=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-gaussian@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-gaussian/download/@jimp/plugin-gaussian-0.6.8.tgz#100abc7ae1f19fe9c09ed41625b475aae7c6093c"
- integrity sha1-EAq8euHxn+nAntQWJbR1qufGCTw=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-invert@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-invert/download/@jimp/plugin-invert-0.6.8.tgz#f40bfaa3b592d21ff14ede0e49aabec88048cad0"
- integrity sha1-9Av6o7WS0h/xTt4OSaq+yIBIytA=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-mask@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-mask/download/@jimp/plugin-mask-0.6.8.tgz#e64405f7dacf0672bff74f3b95b724d9ac517f86"
- integrity sha1-5kQF99rPBnK/9087lbck2axRf4Y=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-normalize@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-normalize/download/@jimp/plugin-normalize-0.6.8.tgz#a0180f2b8835e3638cdc5e057b44ac63f60db6ba"
- integrity sha1-oBgPK4g142OM3F4Fe0SsY/YNtro=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-print@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-print/download/@jimp/plugin-print-0.6.8.tgz#66309549e01896473111e3a0ad2cee428638bd6e"
- integrity sha1-ZjCVSeAYlkcxEeOgrSzuQoY4vW4=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
- load-bmfont "^1.4.0"
-
-"@jimp/plugin-resize@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-resize/download/@jimp/plugin-resize-0.6.8.tgz#c26d9a973f7eec51ad9018fcbbac1146f7a73aa0"
- integrity sha1-wm2alz9+7FGtkBj8u6wRRvenOqA=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-rotate@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-rotate/download/@jimp/plugin-rotate-0.6.8.tgz#2afda247984eeebed95c1bb1b13ccd3be5973299"
- integrity sha1-Kv2iR5hO7r7ZXBuxsTzNO+WXMpk=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugin-scale@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugin-scale/download/@jimp/plugin-scale-0.6.8.tgz#5de403345859bb0b30bf3e242dedd8ceb6ecb96c"
- integrity sha1-XeQDNFhZuwswvz4kLe3YzrbsuWw=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
-
-"@jimp/plugins@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/plugins/download/@jimp/plugins-0.6.8.tgz#5618170a986ced1ea795adcd9376122f2543b856"
- integrity sha1-VhgXCphs7R6nla3Nk3YSLyVDuFY=
- dependencies:
- "@jimp/plugin-blit" "^0.6.8"
- "@jimp/plugin-blur" "^0.6.8"
- "@jimp/plugin-color" "^0.6.8"
- "@jimp/plugin-contain" "^0.6.8"
- "@jimp/plugin-cover" "^0.6.8"
- "@jimp/plugin-crop" "^0.6.8"
- "@jimp/plugin-displace" "^0.6.8"
- "@jimp/plugin-dither" "^0.6.8"
- "@jimp/plugin-flip" "^0.6.8"
- "@jimp/plugin-gaussian" "^0.6.8"
- "@jimp/plugin-invert" "^0.6.8"
- "@jimp/plugin-mask" "^0.6.8"
- "@jimp/plugin-normalize" "^0.6.8"
- "@jimp/plugin-print" "^0.6.8"
- "@jimp/plugin-resize" "^0.6.8"
- "@jimp/plugin-rotate" "^0.6.8"
- "@jimp/plugin-scale" "^0.6.8"
- core-js "^2.5.7"
- timm "^1.6.1"
-
-"@jimp/png@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/png/download/@jimp/png-0.6.8.tgz#ee06cf078b381137ec7206c4bb1b4cfcbe15ca6f"
- integrity sha1-7gbPB4s4ETfscgbEuxtM/L4Vym8=
- dependencies:
- "@jimp/utils" "^0.6.8"
- core-js "^2.5.7"
- pngjs "^3.3.3"
-
-"@jimp/tiff@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/tiff/download/@jimp/tiff-0.6.8.tgz#79bd22ed435edbe29d02a2c8c9bf829f988ebacc"
- integrity sha1-eb0i7UNe2+KdAqLIyb+Cn5iOusw=
- dependencies:
- core-js "^2.5.7"
- utif "^2.0.1"
-
-"@jimp/types@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/types/download/@jimp/types-0.6.8.tgz#4510eb635cd00b201745d70e38f791748baa7075"
- integrity sha1-RRDrY1zQCyAXRdcOOPeRdIuqcHU=
- dependencies:
- "@jimp/bmp" "^0.6.8"
- "@jimp/gif" "^0.6.8"
- "@jimp/jpeg" "^0.6.8"
- "@jimp/png" "^0.6.8"
- "@jimp/tiff" "^0.6.8"
- core-js "^2.5.7"
- timm "^1.6.1"
-
-"@jimp/utils@^0.6.8":
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/@jimp/utils/download/@jimp/utils-0.6.8.tgz#09f794945631173567aa50f72ac28170de58a63d"
- integrity sha1-CfeUlFYxFzVnqlD3KsKBcN5Ypj0=
- dependencies:
- core-js "^2.5.7"
-
-"@lerna/add@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/add/download/@lerna/add-3.18.4.tgz#0d97c75b64febc10a9a38546a3019f0f2c24b0e6"
- integrity sha1-DZfHW2T+vBCpo4VGowGfDywksOY=
- dependencies:
- "@evocateur/pacote" "^9.6.3"
- "@lerna/bootstrap" "3.18.4"
- "@lerna/command" "3.18.0"
- "@lerna/filter-options" "3.18.4"
- "@lerna/npm-conf" "3.16.0"
- "@lerna/validation-error" "3.13.0"
- dedent "^0.7.0"
- npm-package-arg "^6.1.0"
- p-map "^2.1.0"
- semver "^6.2.0"
-
-"@lerna/bootstrap@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/bootstrap/download/@lerna/bootstrap-3.18.4.tgz#b5340800358e4916e9d2ba728d266a23fdd7665c"
- integrity sha1-tTQIADWOSRbp0rpyjSZqI/3XZlw=
- dependencies:
- "@lerna/command" "3.18.0"
- "@lerna/filter-options" "3.18.4"
- "@lerna/has-npm-version" "3.16.5"
- "@lerna/npm-install" "3.16.5"
- "@lerna/package-graph" "3.18.0"
- "@lerna/pulse-till-done" "3.13.0"
- "@lerna/rimraf-dir" "3.16.5"
- "@lerna/run-lifecycle" "3.16.2"
- "@lerna/run-topologically" "3.18.0"
- "@lerna/symlink-binary" "3.17.0"
- "@lerna/symlink-dependencies" "3.17.0"
- "@lerna/validation-error" "3.13.0"
- dedent "^0.7.0"
- get-port "^4.2.0"
- multimatch "^3.0.0"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
- p-finally "^1.0.0"
- p-map "^2.1.0"
- p-map-series "^1.0.0"
- p-waterfall "^1.0.0"
- read-package-tree "^5.1.6"
- semver "^6.2.0"
-
-"@lerna/changed@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/changed/download/@lerna/changed-3.18.4.tgz#2453ad7b3545554eaa365347a229042918b6decc"
- integrity sha1-JFOtezVFVU6qNlNHoikEKRi23sw=
- dependencies:
- "@lerna/collect-updates" "3.18.0"
- "@lerna/command" "3.18.0"
- "@lerna/listable" "3.18.4"
- "@lerna/output" "3.13.0"
-
-"@lerna/check-working-tree@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/check-working-tree/download/@lerna/check-working-tree-3.16.5.tgz#b4f8ae61bb4523561dfb9f8f8d874dd46bb44baa"
- integrity sha1-tPiuYbtFI1Yd+5+PjYdN1Gu0S6o=
- dependencies:
- "@lerna/collect-uncommitted" "3.16.5"
- "@lerna/describe-ref" "3.16.5"
- "@lerna/validation-error" "3.13.0"
-
-"@lerna/child-process@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/child-process/download/@lerna/child-process-3.16.5.tgz#38fa3c18064aa4ac0754ad80114776a7b36a69b2"
- integrity sha1-OPo8GAZKpKwHVK2AEUd2p7NqabI=
- dependencies:
- chalk "^2.3.1"
- execa "^1.0.0"
- strong-log-transformer "^2.0.0"
-
-"@lerna/clean@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/clean/download/@lerna/clean-3.18.4.tgz#704b345dfec4610823d6670e37f9984196d58874"
- integrity sha1-cEs0Xf7EYQgj1mcON/mYQZbViHQ=
- dependencies:
- "@lerna/command" "3.18.0"
- "@lerna/filter-options" "3.18.4"
- "@lerna/prompt" "3.13.0"
- "@lerna/pulse-till-done" "3.13.0"
- "@lerna/rimraf-dir" "3.16.5"
- p-map "^2.1.0"
- p-map-series "^1.0.0"
- p-waterfall "^1.0.0"
-
-"@lerna/cli@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/cli/download/@lerna/cli-3.18.0.tgz#2b6f8605bee299c6ada65bc2e4b3ed7bf715af3a"
- integrity sha1-K2+GBb7imcatplvC5LPte/cVrzo=
- dependencies:
- "@lerna/global-options" "3.13.0"
- dedent "^0.7.0"
- npmlog "^4.1.2"
- yargs "^14.2.0"
-
-"@lerna/collect-uncommitted@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/collect-uncommitted/download/@lerna/collect-uncommitted-3.16.5.tgz#a494d61aac31cdc7aec4bbe52c96550274132e63"
- integrity sha1-pJTWGqwxzceuxLvlLJZVAnQTLmM=
- dependencies:
- "@lerna/child-process" "3.16.5"
- chalk "^2.3.1"
- figgy-pudding "^3.5.1"
- npmlog "^4.1.2"
-
-"@lerna/collect-updates@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/collect-updates/download/@lerna/collect-updates-3.18.0.tgz#6086c64df3244993cc0a7f8fc0ddd6a0103008a6"
- integrity sha1-YIbGTfMkSZPMCn+PwN3WoBAwCKY=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/describe-ref" "3.16.5"
- minimatch "^3.0.4"
- npmlog "^4.1.2"
- slash "^2.0.0"
-
-"@lerna/command@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/command/download/@lerna/command-3.18.0.tgz#1e40399324a69d26a78969d59cf60e19b2f13fc3"
- integrity sha1-HkA5kySmnSaniWnVnPYOGbLxP8M=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/package-graph" "3.18.0"
- "@lerna/project" "3.18.0"
- "@lerna/validation-error" "3.13.0"
- "@lerna/write-log-file" "3.13.0"
- dedent "^0.7.0"
- execa "^1.0.0"
- is-ci "^2.0.0"
- lodash "^4.17.14"
- npmlog "^4.1.2"
-
-"@lerna/conventional-commits@3.16.4":
- version "3.16.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/conventional-commits/download/@lerna/conventional-commits-3.16.4.tgz#bf464f11b2f6534dad204db00430e1651b346a04"
- integrity sha1-v0ZPEbL2U02tIE2wBDDhZRs0agQ=
- dependencies:
- "@lerna/validation-error" "3.13.0"
- conventional-changelog-angular "^5.0.3"
- conventional-changelog-core "^3.1.6"
- conventional-recommended-bump "^5.0.0"
- fs-extra "^8.1.0"
- get-stream "^4.0.0"
- lodash.template "^4.5.0"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
- pify "^4.0.1"
- semver "^6.2.0"
-
-"@lerna/create-symlink@3.16.2":
- version "3.16.2"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/create-symlink/download/@lerna/create-symlink-3.16.2.tgz#412cb8e59a72f5a7d9463e4e4721ad2070149967"
- integrity sha1-QSy45Zpy9afZRj5ORyGtIHAUmWc=
- dependencies:
- "@zkochan/cmd-shim" "^3.1.0"
- fs-extra "^8.1.0"
- npmlog "^4.1.2"
-
-"@lerna/create@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/create/download/@lerna/create-3.18.0.tgz#78ba4af5eced661944a12b9d7da8553c096c390d"
- integrity sha1-eLpK9eztZhlEoSudfahVPAlsOQ0=
- dependencies:
- "@evocateur/pacote" "^9.6.3"
- "@lerna/child-process" "3.16.5"
- "@lerna/command" "3.18.0"
- "@lerna/npm-conf" "3.16.0"
- "@lerna/validation-error" "3.13.0"
- camelcase "^5.0.0"
- dedent "^0.7.0"
- fs-extra "^8.1.0"
- globby "^9.2.0"
- init-package-json "^1.10.3"
- npm-package-arg "^6.1.0"
- p-reduce "^1.0.0"
- pify "^4.0.1"
- semver "^6.2.0"
- slash "^2.0.0"
- validate-npm-package-license "^3.0.3"
- validate-npm-package-name "^3.0.0"
- whatwg-url "^7.0.0"
-
-"@lerna/describe-ref@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/describe-ref/download/@lerna/describe-ref-3.16.5.tgz#a338c25aaed837d3dc70b8a72c447c5c66346ac0"
- integrity sha1-ozjCWq7YN9PccLinLER8XGY0asA=
- dependencies:
- "@lerna/child-process" "3.16.5"
- npmlog "^4.1.2"
-
-"@lerna/diff@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/diff/download/@lerna/diff-3.18.0.tgz#9638ff4b46e2a8b0d4ebf54cf2f267ac2f8fdb29"
- integrity sha1-ljj/S0biqLDU6/VM8vJnrC+P2yk=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/command" "3.18.0"
- "@lerna/validation-error" "3.13.0"
- npmlog "^4.1.2"
-
-"@lerna/exec@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/exec/download/@lerna/exec-3.18.4.tgz#7f722abc3c7074dffe6aa48bca71171e0635f84a"
- integrity sha1-f3IqvDxwdN/+aqSLynEXHgY1+Eo=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/command" "3.18.0"
- "@lerna/filter-options" "3.18.4"
- "@lerna/run-topologically" "3.18.0"
- "@lerna/validation-error" "3.13.0"
- p-map "^2.1.0"
-
-"@lerna/filter-options@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/filter-options/download/@lerna/filter-options-3.18.4.tgz#f5476a7ee2169abed27ad433222e92103f56f9f1"
- integrity sha1-9UdqfuIWmr7SetQzIi6SED9W+fE=
- dependencies:
- "@lerna/collect-updates" "3.18.0"
- "@lerna/filter-packages" "3.18.0"
- dedent "^0.7.0"
- figgy-pudding "^3.5.1"
- npmlog "^4.1.2"
-
-"@lerna/filter-packages@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/filter-packages/download/@lerna/filter-packages-3.18.0.tgz#6a7a376d285208db03a82958cfb8172e179b4e70"
- integrity sha1-ano3bShSCNsDqClYz7gXLhebTnA=
- dependencies:
- "@lerna/validation-error" "3.13.0"
- multimatch "^3.0.0"
- npmlog "^4.1.2"
-
-"@lerna/get-npm-exec-opts@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/get-npm-exec-opts/download/@lerna/get-npm-exec-opts-3.13.0.tgz#d1b552cb0088199fc3e7e126f914e39a08df9ea5"
- integrity sha1-0bVSywCIGZ/D5+Em+RTjmgjfnqU=
- dependencies:
- npmlog "^4.1.2"
-
-"@lerna/get-packed@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/get-packed/download/@lerna/get-packed-3.16.0.tgz#1b316b706dcee86c7baa55e50b087959447852ff"
- integrity sha1-GzFrcG3O6Gx7qlXlCwh5WUR4Uv8=
- dependencies:
- fs-extra "^8.1.0"
- ssri "^6.0.1"
- tar "^4.4.8"
-
-"@lerna/github-client@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/github-client/download/@lerna/github-client-3.16.5.tgz#2eb0235c3bf7a7e5d92d73e09b3761ab21f35c2e"
- integrity sha1-LrAjXDv3p+XZLXPgmzdhqyHzXC4=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@octokit/plugin-enterprise-rest" "^3.6.1"
- "@octokit/rest" "^16.28.4"
- git-url-parse "^11.1.2"
- npmlog "^4.1.2"
-
-"@lerna/gitlab-client@3.15.0":
- version "3.15.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/gitlab-client/download/@lerna/gitlab-client-3.15.0.tgz#91f4ec8c697b5ac57f7f25bd50fe659d24aa96a6"
- integrity sha1-kfTsjGl7WsV/fyW9UP5lnSSqlqY=
- dependencies:
- node-fetch "^2.5.0"
- npmlog "^4.1.2"
- whatwg-url "^7.0.0"
-
-"@lerna/global-options@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/global-options/download/@lerna/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1"
- integrity sha1-IXZiKQ2watnPLEnY4xAO4o6uuuE=
-
-"@lerna/has-npm-version@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/has-npm-version/download/@lerna/has-npm-version-3.16.5.tgz#ab83956f211d8923ea6afe9b979b38cc73b15326"
- integrity sha1-q4OVbyEdiSPqav6bl5s4zHOxUyY=
- dependencies:
- "@lerna/child-process" "3.16.5"
- semver "^6.2.0"
-
-"@lerna/import@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/import/download/@lerna/import-3.18.0.tgz#c6b124b346a097e6c0f3f1ed4921a278d18bc80b"
- integrity sha1-xrEks0agl+bA8/HtSSGieNGLyAs=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/command" "3.18.0"
- "@lerna/prompt" "3.13.0"
- "@lerna/pulse-till-done" "3.13.0"
- "@lerna/validation-error" "3.13.0"
- dedent "^0.7.0"
- fs-extra "^8.1.0"
- p-map-series "^1.0.0"
-
-"@lerna/init@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/init/download/@lerna/init-3.18.0.tgz#b23b9170cce1f4630170dd744e8ee75785ea898d"
- integrity sha1-sjuRcMzh9GMBcN10To7nV4XqiY0=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/command" "3.18.0"
- fs-extra "^8.1.0"
- p-map "^2.1.0"
- write-json-file "^3.2.0"
-
-"@lerna/link@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/link/download/@lerna/link-3.18.0.tgz#bc72dc62ef4d8fb842b3286887980f98b764781d"
- integrity sha1-vHLcYu9Nj7hCsyhoh5gPmLdkeB0=
- dependencies:
- "@lerna/command" "3.18.0"
- "@lerna/package-graph" "3.18.0"
- "@lerna/symlink-dependencies" "3.17.0"
- p-map "^2.1.0"
- slash "^2.0.0"
-
-"@lerna/list@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/list/download/@lerna/list-3.18.4.tgz#4320f262cdb2df54b57b3ef0da935c568e30f1e9"
- integrity sha1-QyDyYs2y31S1ez7w2pNcVo4w8ek=
- dependencies:
- "@lerna/command" "3.18.0"
- "@lerna/filter-options" "3.18.4"
- "@lerna/listable" "3.18.4"
- "@lerna/output" "3.13.0"
-
-"@lerna/listable@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/listable/download/@lerna/listable-3.18.4.tgz#45d14ad4eba00d7da71deba839312bed78e02680"
- integrity sha1-RdFK1OugDX2nHeuoOTEr7XjgJoA=
- dependencies:
- "@lerna/query-graph" "3.18.0"
- chalk "^2.3.1"
- columnify "^1.5.4"
-
-"@lerna/log-packed@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/log-packed/download/@lerna/log-packed-3.16.0.tgz#f83991041ee77b2495634e14470b42259fd2bc16"
- integrity sha1-+DmRBB7neySVY04URwtCJZ/SvBY=
- dependencies:
- byte-size "^5.0.1"
- columnify "^1.5.4"
- has-unicode "^2.0.1"
- npmlog "^4.1.2"
-
-"@lerna/npm-conf@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/npm-conf/download/@lerna/npm-conf-3.16.0.tgz#1c10a89ae2f6c2ee96962557738685300d376827"
- integrity sha1-HBComuL2wu6WliVXc4aFMA03aCc=
- dependencies:
- config-chain "^1.1.11"
- pify "^4.0.1"
-
-"@lerna/npm-dist-tag@3.18.1":
- version "3.18.1"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/npm-dist-tag/download/@lerna/npm-dist-tag-3.18.1.tgz#d4dd82ea92e41e960b7117f83102ebcd7a23e511"
- integrity sha1-1N2C6pLkHpYLcRf4MQLrzXoj5RE=
- dependencies:
- "@evocateur/npm-registry-fetch" "^4.0.0"
- "@lerna/otplease" "3.16.0"
- figgy-pudding "^3.5.1"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
-
-"@lerna/npm-install@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/npm-install/download/@lerna/npm-install-3.16.5.tgz#d6bfdc16f81285da66515ae47924d6e278d637d3"
- integrity sha1-1r/cFvgShdpmUVrkeSTW4njWN9M=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/get-npm-exec-opts" "3.13.0"
- fs-extra "^8.1.0"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
- signal-exit "^3.0.2"
- write-pkg "^3.1.0"
-
-"@lerna/npm-publish@3.16.2":
- version "3.16.2"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/npm-publish/download/@lerna/npm-publish-3.16.2.tgz#a850b54739446c4aa766a0ceabfa9283bb0be676"
- integrity sha1-qFC1RzlEbEqnZqDOq/qSg7sL5nY=
- dependencies:
- "@evocateur/libnpmpublish" "^1.2.2"
- "@lerna/otplease" "3.16.0"
- "@lerna/run-lifecycle" "3.16.2"
- figgy-pudding "^3.5.1"
- fs-extra "^8.1.0"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
- pify "^4.0.1"
- read-package-json "^2.0.13"
-
-"@lerna/npm-run-script@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/npm-run-script/download/@lerna/npm-run-script-3.16.5.tgz#9c2ec82453a26c0b46edc0bb7c15816c821f5c15"
- integrity sha1-nC7IJFOibAtG7cC7fBWBbIIfXBU=
- dependencies:
- "@lerna/child-process" "3.16.5"
- "@lerna/get-npm-exec-opts" "3.13.0"
- npmlog "^4.1.2"
-
-"@lerna/otplease@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/otplease/download/@lerna/otplease-3.16.0.tgz#de66aec4f3e835a465d7bea84b58a4ab6590a0fa"
- integrity sha1-3mauxPPoNaRl176oS1ikq2WQoPo=
- dependencies:
- "@lerna/prompt" "3.13.0"
- figgy-pudding "^3.5.1"
-
-"@lerna/output@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/output/download/@lerna/output-3.13.0.tgz#3ded7cc908b27a9872228a630d950aedae7a4989"
- integrity sha1-Pe18yQiyephyIopjDZUK7a56SYk=
- dependencies:
- npmlog "^4.1.2"
-
-"@lerna/pack-directory@3.16.4":
- version "3.16.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/pack-directory/download/@lerna/pack-directory-3.16.4.tgz#3eae5f91bdf5acfe0384510ed53faddc4c074693"
- integrity sha1-Pq5fkb31rP4DhFEO1T+t3EwHRpM=
- dependencies:
- "@lerna/get-packed" "3.16.0"
- "@lerna/package" "3.16.0"
- "@lerna/run-lifecycle" "3.16.2"
- figgy-pudding "^3.5.1"
- npm-packlist "^1.4.4"
- npmlog "^4.1.2"
- tar "^4.4.10"
- temp-write "^3.4.0"
-
-"@lerna/package-graph@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/package-graph/download/@lerna/package-graph-3.18.0.tgz#eb42d14404a55b26b2472081615e26b0817cd91a"
- integrity sha1-60LRRASlWyayRyCBYV4msIF82Ro=
- dependencies:
- "@lerna/prerelease-id-from-version" "3.16.0"
- "@lerna/validation-error" "3.13.0"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
- semver "^6.2.0"
-
-"@lerna/package@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/package/download/@lerna/package-3.16.0.tgz#7e0a46e4697ed8b8a9c14d59c7f890e0d38ba13c"
- integrity sha1-fgpG5Gl+2LipwU1Zx/iQ4NOLoTw=
- dependencies:
- load-json-file "^5.3.0"
- npm-package-arg "^6.1.0"
- write-pkg "^3.1.0"
-
-"@lerna/prerelease-id-from-version@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/prerelease-id-from-version/download/@lerna/prerelease-id-from-version-3.16.0.tgz#b24bfa789f5e1baab914d7b08baae9b7bd7d83a1"
- integrity sha1-skv6eJ9eG6q5FNewi6rpt719g6E=
- dependencies:
- semver "^6.2.0"
-
-"@lerna/project@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/project/download/@lerna/project-3.18.0.tgz#56feee01daeb42c03cbdf0ed8a2a10cbce32f670"
- integrity sha1-Vv7uAdrrQsA8vfDtiioQy84y9nA=
- dependencies:
- "@lerna/package" "3.16.0"
- "@lerna/validation-error" "3.13.0"
- cosmiconfig "^5.1.0"
- dedent "^0.7.0"
- dot-prop "^4.2.0"
- glob-parent "^5.0.0"
- globby "^9.2.0"
- load-json-file "^5.3.0"
- npmlog "^4.1.2"
- p-map "^2.1.0"
- resolve-from "^4.0.0"
- write-json-file "^3.2.0"
-
-"@lerna/prompt@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/prompt/download/@lerna/prompt-3.13.0.tgz#53571462bb3f5399cc1ca6d335a411fe093426a5"
- integrity sha1-U1cUYrs/U5nMHKbTNaQR/gk0JqU=
- dependencies:
- inquirer "^6.2.0"
- npmlog "^4.1.2"
-
-"@lerna/publish@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/publish/download/@lerna/publish-3.18.4.tgz#2f3de9d00ae63ec89b5411199e8bac96445b9f17"
- integrity sha1-Lz3p0ArmPsibVBEZnouslkRbnxc=
- dependencies:
- "@evocateur/libnpmaccess" "^3.1.2"
- "@evocateur/npm-registry-fetch" "^4.0.0"
- "@evocateur/pacote" "^9.6.3"
- "@lerna/check-working-tree" "3.16.5"
- "@lerna/child-process" "3.16.5"
- "@lerna/collect-updates" "3.18.0"
- "@lerna/command" "3.18.0"
- "@lerna/describe-ref" "3.16.5"
- "@lerna/log-packed" "3.16.0"
- "@lerna/npm-conf" "3.16.0"
- "@lerna/npm-dist-tag" "3.18.1"
- "@lerna/npm-publish" "3.16.2"
- "@lerna/otplease" "3.16.0"
- "@lerna/output" "3.13.0"
- "@lerna/pack-directory" "3.16.4"
- "@lerna/prerelease-id-from-version" "3.16.0"
- "@lerna/prompt" "3.13.0"
- "@lerna/pulse-till-done" "3.13.0"
- "@lerna/run-lifecycle" "3.16.2"
- "@lerna/run-topologically" "3.18.0"
- "@lerna/validation-error" "3.13.0"
- "@lerna/version" "3.18.4"
- figgy-pudding "^3.5.1"
- fs-extra "^8.1.0"
- npm-package-arg "^6.1.0"
- npmlog "^4.1.2"
- p-finally "^1.0.0"
- p-map "^2.1.0"
- p-pipe "^1.2.0"
- semver "^6.2.0"
-
-"@lerna/pulse-till-done@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/pulse-till-done/download/@lerna/pulse-till-done-3.13.0.tgz#c8e9ce5bafaf10d930a67d7ed0ccb5d958fe0110"
- integrity sha1-yOnOW6+vENkwpn1+0My12Vj+ARA=
- dependencies:
- npmlog "^4.1.2"
-
-"@lerna/query-graph@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/query-graph/download/@lerna/query-graph-3.18.0.tgz#43801a2f1b80a0ea0bfd9d42d470605326a3035d"
- integrity sha1-Q4AaLxuAoOoL/Z1C1HBgUyajA10=
- dependencies:
- "@lerna/package-graph" "3.18.0"
- figgy-pudding "^3.5.1"
-
-"@lerna/resolve-symlink@3.16.0":
- version "3.16.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/resolve-symlink/download/@lerna/resolve-symlink-3.16.0.tgz#37fc7095fabdbcf317c26eb74e0d0bde8efd2386"
- integrity sha1-N/xwlfq9vPMXwm63Tg0L3o79I4Y=
- dependencies:
- fs-extra "^8.1.0"
- npmlog "^4.1.2"
- read-cmd-shim "^1.0.1"
-
-"@lerna/rimraf-dir@3.16.5":
- version "3.16.5"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/rimraf-dir/download/@lerna/rimraf-dir-3.16.5.tgz#04316ab5ffd2909657aaf388ea502cb8c2f20a09"
- integrity sha1-BDFqtf/SkJZXqvOI6lAsuMLyCgk=
- dependencies:
- "@lerna/child-process" "3.16.5"
- npmlog "^4.1.2"
- path-exists "^3.0.0"
- rimraf "^2.6.2"
-
-"@lerna/run-lifecycle@3.16.2":
- version "3.16.2"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/run-lifecycle/download/@lerna/run-lifecycle-3.16.2.tgz#67b288f8ea964db9ea4fb1fbc7715d5bbb0bce00"
- integrity sha1-Z7KI+OqWTbnqT7H7x3FdW7sLzgA=
- dependencies:
- "@lerna/npm-conf" "3.16.0"
- figgy-pudding "^3.5.1"
- npm-lifecycle "^3.1.2"
- npmlog "^4.1.2"
-
-"@lerna/run-topologically@3.18.0":
- version "3.18.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/run-topologically/download/@lerna/run-topologically-3.18.0.tgz#9508604553cfbeba106cd84b711fade17947f94a"
- integrity sha1-lQhgRVPPvroQbNhLcR+t4XlH+Uo=
- dependencies:
- "@lerna/query-graph" "3.18.0"
- figgy-pudding "^3.5.1"
- p-queue "^4.0.0"
-
-"@lerna/run@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/run/download/@lerna/run-3.18.4.tgz#c3ab3bffe4f098761c210a3215582f3b5b0d7227"
- integrity sha1-w6s7/+TwmHYcIQoyFVgvO1sNcic=
- dependencies:
- "@lerna/command" "3.18.0"
- "@lerna/filter-options" "3.18.4"
- "@lerna/npm-run-script" "3.16.5"
- "@lerna/output" "3.13.0"
- "@lerna/run-topologically" "3.18.0"
- "@lerna/timer" "3.13.0"
- "@lerna/validation-error" "3.13.0"
- p-map "^2.1.0"
-
-"@lerna/symlink-binary@3.17.0":
- version "3.17.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/symlink-binary/download/@lerna/symlink-binary-3.17.0.tgz#8f8031b309863814883d3f009877f82e38aef45a"
- integrity sha1-j4AxswmGOBSIPT8AmHf4Ljiu9Fo=
- dependencies:
- "@lerna/create-symlink" "3.16.2"
- "@lerna/package" "3.16.0"
- fs-extra "^8.1.0"
- p-map "^2.1.0"
-
-"@lerna/symlink-dependencies@3.17.0":
- version "3.17.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/symlink-dependencies/download/@lerna/symlink-dependencies-3.17.0.tgz#48d6360e985865a0e56cd8b51b308a526308784a"
- integrity sha1-SNY2DphYZaDlbNi1GzCKUmMIeEo=
- dependencies:
- "@lerna/create-symlink" "3.16.2"
- "@lerna/resolve-symlink" "3.16.0"
- "@lerna/symlink-binary" "3.17.0"
- fs-extra "^8.1.0"
- p-finally "^1.0.0"
- p-map "^2.1.0"
- p-map-series "^1.0.0"
-
-"@lerna/timer@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/timer/download/@lerna/timer-3.13.0.tgz#bcd0904551db16e08364d6c18e5e2160fc870781"
- integrity sha1-vNCQRVHbFuCDZNbBjl4hYPyHB4E=
-
-"@lerna/validation-error@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/validation-error/download/@lerna/validation-error-3.13.0.tgz#c86b8f07c5ab9539f775bd8a54976e926f3759c3"
- integrity sha1-yGuPB8WrlTn3db2KVJdukm83WcM=
- dependencies:
- npmlog "^4.1.2"
-
-"@lerna/version@3.18.4":
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/version/download/@lerna/version-3.18.4.tgz#48261a8a69d1b15ab40a7cc6400381c4e480ec6b"
- integrity sha1-SCYaimnRsVq0CnzGQAOBxOSA7Gs=
- dependencies:
- "@lerna/check-working-tree" "3.16.5"
- "@lerna/child-process" "3.16.5"
- "@lerna/collect-updates" "3.18.0"
- "@lerna/command" "3.18.0"
- "@lerna/conventional-commits" "3.16.4"
- "@lerna/github-client" "3.16.5"
- "@lerna/gitlab-client" "3.15.0"
- "@lerna/output" "3.13.0"
- "@lerna/prerelease-id-from-version" "3.16.0"
- "@lerna/prompt" "3.13.0"
- "@lerna/run-lifecycle" "3.16.2"
- "@lerna/run-topologically" "3.18.0"
- "@lerna/validation-error" "3.13.0"
- chalk "^2.3.1"
- dedent "^0.7.0"
- load-json-file "^5.3.0"
- minimatch "^3.0.4"
- npmlog "^4.1.2"
- p-map "^2.1.0"
- p-pipe "^1.2.0"
- p-reduce "^1.0.0"
- p-waterfall "^1.0.0"
- semver "^6.2.0"
- slash "^2.0.0"
- temp-write "^3.4.0"
- write-json-file "^3.2.0"
-
-"@lerna/write-log-file@3.13.0":
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/@lerna/write-log-file/download/@lerna/write-log-file-3.13.0.tgz#b78d9e4cfc1349a8be64d91324c4c8199e822a26"
- integrity sha1-t42eTPwTSai+ZNkTJMTIGZ6CKiY=
- dependencies:
- npmlog "^4.1.2"
- write-file-atomic "^2.3.0"
-
-"@luma.gl/constants@^7.3.0-alpha.1":
- version "7.3.2"
- resolved "https://registry.npm.alibaba-inc.com/@luma.gl/constants/download/@luma.gl/constants-7.3.2.tgz#99c5d665f9e6d21192525038e47ec4acfbbbe0a6"
- integrity sha1-mcXWZfnm0hGSUlA45H7ErPu74KY=
-
-"@mapbox/geojson-area@0.2.2":
- version "0.2.2"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/geojson-area/download/@mapbox/geojson-area-0.2.2.tgz#18d7814aa36bf23fbbcc379f8e26a22927debf10"
- integrity sha1-GNeBSqNr8j+7zDefjiaiKSfevxA=
- dependencies:
- wgs84 "0.0.0"
-
-"@mapbox/geojson-rewind@^0.4.0":
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/geojson-rewind/download/@mapbox/geojson-rewind-0.4.0.tgz#0d3632d4c1b4a928cf10a06ade387e1c8a8c181b"
- integrity sha1-DTYy1MG0qSjPEKBq3jh+HIqMGBs=
- dependencies:
- "@mapbox/geojson-area" "0.2.2"
- concat-stream "~1.6.0"
- minimist "1.2.0"
- sharkdown "^0.1.0"
-
-"@mapbox/geojson-types@^1.0.2":
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/geojson-types/download/@mapbox/geojson-types-1.0.2.tgz#9aecf642cb00eab1080a57c4f949a65b4a5846d6"
- integrity sha1-muz2QssA6rEIClfE+UmmW0pYRtY=
-
-"@mapbox/jsonlint-lines-primitives@^2.0.2":
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/jsonlint-lines-primitives/download/@mapbox/jsonlint-lines-primitives-2.0.2.tgz#ce56e539f83552b58d10d672ea4d6fc9adc7b234"
- integrity sha1-zlblOfg1UrWNENZy6k1vya3HsjQ=
-
-"@mapbox/mapbox-gl-supported@^1.4.0":
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/mapbox-gl-supported/download/@mapbox/mapbox-gl-supported-1.4.1.tgz#c0a03cf75f8b0ad7b57849d6c7e91b0aec4b640f"
- integrity sha1-wKA891+LCte1eEnWx+kbCuxLZA8=
-
-"@mapbox/martini@^0.1.0":
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/martini/download/@mapbox/martini-0.1.0.tgz#1801b9234140e1136f37939157ba647d46f1ea30"
- integrity sha1-GAG5I0FA4RNvN5ORV7pkfUbx6jA=
-
-"@mapbox/point-geometry@0.1.0", "@mapbox/point-geometry@^0.1.0", "@mapbox/point-geometry@~0.1.0":
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/point-geometry/download/@mapbox/point-geometry-0.1.0.tgz#8a83f9335c7860effa2eeeca254332aa0aeed8f2"
- integrity sha1-ioP5M1x4YO/6Lu7KJUMyqgru2PI=
-
-"@mapbox/tiny-sdf@^1.1.0", "@mapbox/tiny-sdf@^1.1.1":
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/tiny-sdf/download/@mapbox/tiny-sdf-1.1.1.tgz#16a20c470741bfe9191deb336f46e194da4a91ff"
- integrity sha1-FqIMRwdBv+kZHeszb0bhlNpKkf8=
-
-"@mapbox/unitbezier@^0.0.0":
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/unitbezier/download/@mapbox/unitbezier-0.0.0.tgz#15651bd553a67b8581fb398810c98ad86a34524e"
- integrity sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4=
-
-"@mapbox/vector-tile@^1.3.1":
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/vector-tile/download/@mapbox/vector-tile-1.3.1.tgz#d3a74c90402d06e89ec66de49ec817ff53409666"
- integrity sha1-06dMkEAtBuiexm3knsgX/1NAlmY=
- dependencies:
- "@mapbox/point-geometry" "~0.1.0"
-
-"@mapbox/whoots-js@^3.1.0":
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@mapbox/whoots-js/download/@mapbox/whoots-js-3.1.0.tgz#497c67a1cef50d1a2459ba60f315e448d2ad87fe"
- integrity sha1-SXxnoc71DRokWbpg8xXkSNKth/4=
-
-"@marionebl/sander@^0.6.0":
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/@marionebl/sander/download/@marionebl/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
- integrity sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s=
- dependencies:
- graceful-fs "^4.1.3"
- mkdirp "^0.5.1"
- rimraf "^2.5.2"
-
-"@mikaelkristiansson/domready@^1.0.9":
- version "1.0.9"
- resolved "https://registry.npm.alibaba-inc.com/@mikaelkristiansson/domready/download/@mikaelkristiansson/domready-1.0.9.tgz#b2b85d8ac7bb2797e577050b61aeaf1b26fbd906"
- integrity sha1-srhdise7J5fldwULYa6vGyb72QY=
-
-"@mrmlnc/readdir-enhanced@^2.2.1":
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
- integrity sha1-UkryQNGjYFJ7cwR17PoTRKpUDd4=
- dependencies:
- call-me-maybe "^1.0.1"
- glob-to-regexp "^0.3.0"
-
-"@nodelib/fs.scandir@2.1.3":
- version "2.1.3"
- resolved "https://registry.npm.alibaba-inc.com/@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
- integrity sha1-Olgr21OATGum0UZXnEblITDPSjs=
- dependencies:
- "@nodelib/fs.stat" "2.0.3"
- run-parallel "^1.1.9"
-
-"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
- integrity sha1-NNxfTKu8cg9OYPdadH5+zWwXW9M=
-
-"@nodelib/fs.stat@^1.1.2":
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
- integrity sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs=
-
-"@nodelib/fs.walk@^1.2.3":
- version "1.2.4"
- resolved "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
- integrity sha1-ARuSAqcKY2bkNspcBlhEUoqwSXY=
- dependencies:
- "@nodelib/fs.scandir" "2.1.3"
- fastq "^1.6.0"
-
-"@octokit/endpoint@^5.5.0":
- version "5.5.1"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/endpoint/download/@octokit/endpoint-5.5.1.tgz#2eea81e110ca754ff2de11c79154ccab4ae16b3f"
- integrity sha1-LuqB4RDKdU/y3hHHkVTMq0rhaz8=
- dependencies:
- "@octokit/types" "^2.0.0"
- is-plain-object "^3.0.0"
- universal-user-agent "^4.0.0"
-
-"@octokit/plugin-enterprise-rest@^3.6.1":
- version "3.6.2"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/plugin-enterprise-rest/download/@octokit/plugin-enterprise-rest-3.6.2.tgz#74de25bef21e0182b4fa03a8678cd00a4e67e561"
- integrity sha1-dN4lvvIeAYK0+gOoZ4zQCk5n5WE=
-
-"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/request-error/download/@octokit/request-error-1.2.0.tgz#a64d2a9d7a13555570cd79722de4a4d76371baaa"
- integrity sha1-pk0qnXoTVVVwzXlyLeSk12Nxuqo=
- dependencies:
- "@octokit/types" "^2.0.0"
- deprecation "^2.0.0"
- once "^1.4.0"
-
-"@octokit/request@^5.0.0", "@octokit/request@^5.2.0":
- version "5.3.1"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/request/download/@octokit/request-5.3.1.tgz#3a1ace45e6f88b1be4749c5da963b3a3b4a2f120"
- integrity sha1-OhrOReb4ixvkdJxdqWOzo7Si8SA=
- dependencies:
- "@octokit/endpoint" "^5.5.0"
- "@octokit/request-error" "^1.0.1"
- "@octokit/types" "^2.0.0"
- deprecation "^2.0.0"
- is-plain-object "^3.0.0"
- node-fetch "^2.3.0"
- once "^1.4.0"
- universal-user-agent "^4.0.0"
-
-"@octokit/rest@16.33.0":
- version "16.33.0"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/rest/download/@octokit/rest-16.33.0.tgz#13c1404b24c9871419eb31029de177e82f3eb851"
- integrity sha1-E8FASyTJhxQZ6zECneF36C8+uFE=
- dependencies:
- "@octokit/request" "^5.0.0"
- "@octokit/request-error" "^1.0.2"
- atob-lite "^2.0.0"
- before-after-hook "^2.0.0"
- btoa-lite "^1.0.0"
- deprecation "^2.0.0"
- lodash.get "^4.4.2"
- lodash.set "^4.3.2"
- lodash.uniq "^4.5.0"
- octokit-pagination-methods "^1.1.0"
- once "^1.4.0"
- universal-user-agent "^4.0.0"
-
-"@octokit/rest@^16.28.4":
- version "16.35.0"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/rest/download/@octokit/rest-16.35.0.tgz#7ccc1f802f407d5b8eb21768c6deca44e7b4c0d8"
- integrity sha1-fMwfgC9AfVuOshdoxt7KROe0wNg=
- dependencies:
- "@octokit/request" "^5.2.0"
- "@octokit/request-error" "^1.0.2"
- atob-lite "^2.0.0"
- before-after-hook "^2.0.0"
- btoa-lite "^1.0.0"
- deprecation "^2.0.0"
- lodash.get "^4.4.2"
- lodash.set "^4.3.2"
- lodash.uniq "^4.5.0"
- octokit-pagination-methods "^1.1.0"
- once "^1.4.0"
- universal-user-agent "^4.0.0"
-
-"@octokit/types@^2.0.0":
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@octokit/types/download/@octokit/types-2.0.1.tgz#0caf0364e010296265621593ac9a37f40ef75dad"
- integrity sha1-DK8DZOAQKWJlYhWTrJo39A73Xa0=
- dependencies:
- "@types/node" ">= 8"
-
-"@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2":
- version "1.7.0-chalk-2"
- resolved "https://registry.npm.alibaba-inc.com/@pieh/friendly-errors-webpack-plugin/download/@pieh/friendly-errors-webpack-plugin-1.7.0-chalk-2.tgz#2e9da9d3ade9d18d013333eb408c457d04eabac0"
- integrity sha1-Lp2p063p0Y0BMzPrQIxFfQTqusA=
- dependencies:
- chalk "^2.4.2"
- error-stack-parser "^2.0.0"
- string-width "^2.0.0"
- strip-ansi "^3"
-
-"@reach/router@^1.2.1":
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.2.1.tgz#34ae3541a5ac44fa7796e5506a5d7274a162be4e"
- integrity sha1-NK41QaWsRPp3luVQal1ydKFivk4=
- dependencies:
- create-react-context "^0.2.1"
- invariant "^2.2.3"
- prop-types "^15.6.1"
- react-lifecycles-compat "^3.0.4"
- warning "^3.0.0"
-
-"@rollup/plugin-alias@^2.2.0":
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@rollup/plugin-alias/download/@rollup/plugin-alias-2.2.0.tgz#3ac52ece8b39583249884adb90fb316484389fe5"
- integrity sha1-OsUuzos5WDJJiErbkPsxZIQ4n+U=
- dependencies:
- slash "^3.0.0"
-
-"@rollup/plugin-json@^4.0.0":
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@rollup/plugin-json/download/@rollup/plugin-json-4.0.0.tgz#4462e83c7ad5544bef4a601a6e8450daedc4b69b"
- integrity sha1-RGLoPHrVVEvvSmAaboRQ2u3Etps=
- dependencies:
- rollup-pluginutils "^2.5.0"
-
-"@samverschueren/stream-to-observable@^0.3.0":
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
- integrity sha1-7N9I1TLFjqR3rPyrgDSEJPjQZi8=
- dependencies:
- any-observable "^0.3.0"
-
-"@sindresorhus/is@^0.14.0":
- version "0.14.0"
- resolved "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
- integrity sha1-n7OjzzEyMoFR81PeRjLgHlIQK+o=
-
-"@sindresorhus/is@^0.7.0":
- version "0.7.0"
- resolved "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
- integrity sha1-mgb08TfuhNffBGDB/bETX/psUP0=
-
-"@storybook/addon-actions@^5.1.9":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addon-actions/download/@storybook/addon-actions-5.2.6.tgz#4fe411fc3bdb1d44058f23fbc8eb8d1bac29d521"
- integrity sha1-T+QR/DvbHUQFjyP7yOuNG6wp1SE=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/api" "5.2.6"
- "@storybook/client-api" "5.2.6"
- "@storybook/components" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/theming" "5.2.6"
- 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 "^3.0.2"
- uuid "^3.3.2"
-
-"@storybook/addon-console@^1.2.1":
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addon-console/download/@storybook/addon-console-1.2.1.tgz#f338401661b4636118b13839848061e996d4e104"
- integrity sha1-8zhAFmG0Y2EYsTg5hIBh6ZbU4QQ=
- dependencies:
- global "^4.3.2"
-
-"@storybook/addon-info@^5.1.9":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addon-info/download/@storybook/addon-info-5.2.6.tgz#25c8405ded9e20b1bf3b607d235601b087a73a5f"
- integrity sha1-JchAXe2eILG/O2B9I1YBsIenOl8=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/components" "5.2.6"
- "@storybook/theming" "5.2.6"
- core-js "^3.0.1"
- global "^4.3.2"
- jsx-to-string "^1.4.0"
- marksy "^7.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"
-
-"@storybook/addon-knobs@^5.1.9":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addon-knobs/download/@storybook/addon-knobs-5.2.6.tgz#28b2c74ea26519fef204915142a03bd7476f247c"
- integrity sha1-KLLHTqJlGf7yBJFRQqA710dvJHw=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/api" "5.2.6"
- "@storybook/client-api" "5.2.6"
- "@storybook/components" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/theming" "5.2.6"
- "@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.0"
-
-"@storybook/addon-notes@^5.1.9":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addon-notes/download/@storybook/addon-notes-5.2.6.tgz#bf74ff4f8018e315a4c07c3d5e90cd9154ce6e8e"
- integrity sha1-v3T/T4AY4xWkwHw9XpDNkVTObo4=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/api" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/components" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/router" "5.2.6"
- "@storybook/theming" "5.2.6"
- core-js "^3.0.1"
- global "^4.3.2"
- markdown-to-jsx "^6.10.3"
- memoizerific "^1.11.3"
- prop-types "^15.7.2"
- util-deprecate "^1.0.2"
-
-"@storybook/addon-storysource@^5.1.11":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addon-storysource/download/@storybook/addon-storysource-5.2.6.tgz#5b42e07d44fbdd0a41018f26a575eee98ac52c5f"
- integrity sha1-W0LgfUT73QpBAY8mpXXu6YrFLF8=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/components" "5.2.6"
- "@storybook/router" "5.2.6"
- "@storybook/source-loader" "5.2.6"
- "@storybook/theming" "5.2.6"
- core-js "^3.0.1"
- estraverse "^4.2.0"
- loader-utils "^1.2.3"
- prettier "^1.16.4"
- prop-types "^15.7.2"
- react-syntax-highlighter "^8.0.1"
- regenerator-runtime "^0.12.1"
- util-deprecate "^1.0.2"
-
-"@storybook/addons@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.2.6.tgz#c1278137acb3502e068b0b0d07a8371c607e9c02"
- integrity sha1-wSeBN6yzUC4GiwsNB6g3HGB+nAI=
- dependencies:
- "@storybook/api" "5.2.6"
- "@storybook/channels" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/core-events" "5.2.6"
- core-js "^3.0.1"
- global "^4.3.2"
- util-deprecate "^1.0.2"
-
-"@storybook/api@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.2.6.tgz#43d3c20b90e585e6c94b36e29845d39704ae2135"
- integrity sha1-Q9PCC5DlhebJSzbimEXTlwSuITU=
- dependencies:
- "@storybook/channels" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/router" "5.2.6"
- "@storybook/theming" "5.2.6"
- 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.0.2"
- util-deprecate "^1.0.2"
-
-"@storybook/channel-postmessage@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.2.6.tgz#60aaef0e80300c9812a571ca3ce0f28e2c404f04"
- integrity sha1-YKrvDoAwDJgSpXHKPODyjixATwQ=
- dependencies:
- "@storybook/channels" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- core-js "^3.0.1"
- global "^4.3.2"
- telejson "^3.0.2"
-
-"@storybook/channels@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.2.6.tgz#e2837508864dc4d5b5e03f078886f0ce113762ea"
- integrity sha1-4oN1CIZNxNW14D8HiIbwzhE3Yuo=
- dependencies:
- core-js "^3.0.1"
-
-"@storybook/client-api@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/client-api/download/@storybook/client-api-5.2.6.tgz#5760cb4302d82ce9210a63f3f55b1e05f04759c1"
- integrity sha1-V2DLQwLYLOkhCmPz9VseBfBHWcE=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/channel-postmessage" "5.2.6"
- "@storybook/channels" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/router" "5.2.6"
- common-tags "^1.8.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"
- util-deprecate "^1.0.2"
-
-"@storybook/client-logger@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.2.6.tgz#cfc4536e9b724b086f7509c2bb34c221016713c9"
- integrity sha1-z8RTbptySwhvdQnCuzTCIQFnE8k=
- dependencies:
- core-js "^3.0.1"
-
-"@storybook/components@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.2.6.tgz#cddb60227720aea7cae34fe782d0370bcdbd4005"
- integrity sha1-zdtgIncgrqfK40/ngtA3C829QAU=
- dependencies:
- "@storybook/client-logger" "5.2.6"
- "@storybook/theming" "5.2.6"
- "@types/react-syntax-highlighter" "10.1.0"
- "@types/react-textarea-autosize" "^4.3.3"
- core-js "^3.0.1"
- global "^4.3.2"
- markdown-to-jsx "^6.9.1"
- 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 "^1.18.3"
- react-helmet-async "^1.0.2"
- react-popper-tooltip "^2.8.3"
- react-syntax-highlighter "^8.0.1"
- react-textarea-autosize "^7.1.0"
- simplebar-react "^1.0.0-alpha.6"
-
-"@storybook/core-events@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.2.6.tgz#34c9aae256e7e5f4a565b81f1e77dda8bccc6752"
- integrity sha1-NMmq4lbn5fSlZbgfHnfdqLzMZ1I=
- dependencies:
- core-js "^3.0.1"
-
-"@storybook/core@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/core/download/@storybook/core-5.2.6.tgz#60c092607158d7d28db59f7e67da4f7e12703fb2"
- integrity sha1-YMCSYHFY19KNtZ9+Z9pPfhJwP7I=
- dependencies:
- "@babel/plugin-proposal-class-properties" "^7.3.3"
- "@babel/plugin-proposal-object-rest-spread" "^7.3.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.2.6"
- "@storybook/channel-postmessage" "5.2.6"
- "@storybook/client-api" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/node-logger" "5.2.6"
- "@storybook/router" "5.2.6"
- "@storybook/theming" "5.2.6"
- "@storybook/ui" "5.2.6"
- airbnb-js-shims "^1 || ^2"
- ansi-to-html "^0.6.11"
- autoprefixer "^9.4.9"
- babel-plugin-add-react-displayname "^0.0.5"
- babel-plugin-emotion "^10.0.14"
- babel-plugin-macros "^2.4.5"
- babel-preset-minify "^0.5.0 || 0.6.0-alpha.5"
- boxen "^3.0.0"
- case-sensitive-paths-webpack-plugin "^2.2.0"
- chalk "^2.4.2"
- cli-table3 "0.5.1"
- commander "^2.19.0"
- common-tags "^1.8.0"
- 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.6.1"
- express "^4.17.0"
- file-loader "^3.0.1"
- file-system-cache "^1.0.5"
- find-cache-dir "^3.0.0"
- fs-extra "^8.0.1"
- global "^4.3.2"
- html-webpack-plugin "^4.0.0-beta.2"
- inquirer "^6.2.0"
- interpret "^1.2.0"
- ip "^1.1.5"
- json5 "^2.1.0"
- lazy-universal-dotenv "^3.0.1"
- node-fetch "^2.6.0"
- open "^6.1.0"
- pnp-webpack-plugin "1.4.3"
- postcss-flexbugs-fixes "^4.1.0"
- postcss-loader "^3.0.0"
- pretty-hrtime "^1.0.3"
- qs "^6.6.0"
- raw-loader "^2.0.0"
- react-dev-utils "^9.0.0"
- regenerator-runtime "^0.12.1"
- resolve "^1.11.0"
- resolve-from "^5.0.0"
- semver "^6.0.0"
- serve-favicon "^2.5.0"
- shelljs "^0.8.3"
- style-loader "^0.23.1"
- terser-webpack-plugin "^1.2.4"
- 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"
-
-"@storybook/node-logger@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/node-logger/download/@storybook/node-logger-5.2.6.tgz#e353aff14375bef9e922c217a0afb50f93e2ceb1"
- integrity sha1-41Ov8UN1vvnpIsIXoK+1D5PizrE=
- dependencies:
- chalk "^2.4.2"
- core-js "^3.0.1"
- npmlog "^4.1.2"
- pretty-hrtime "^1.0.3"
- regenerator-runtime "^0.12.1"
-
-"@storybook/react@^5.1.9":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/react/download/@storybook/react-5.2.6.tgz#e61c0ed184add9e715191649ddb995eead756a90"
- integrity sha1-5hwO0YSt2ecVGRZJ3bmV7q11apA=
- dependencies:
- "@babel/plugin-transform-react-constant-elements" "^7.2.0"
- "@babel/preset-flow" "^7.0.0"
- "@babel/preset-react" "^7.0.0"
- "@storybook/addons" "5.2.6"
- "@storybook/core" "5.2.6"
- "@storybook/node-logger" "5.2.6"
- "@svgr/webpack" "^4.0.3"
- "@types/webpack-env" "^1.13.7"
- babel-plugin-add-react-displayname "^0.0.5"
- babel-plugin-named-asset-import "^0.3.1"
- babel-plugin-react-docgen "^3.0.0"
- babel-preset-react-app "^9.0.0"
- common-tags "^1.8.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.12.1"
- semver "^6.0.0"
- webpack "^4.33.0"
-
-"@storybook/router@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.2.6.tgz#5180d3785501699283c6c3717986c877f84fead5"
- integrity sha1-UYDTeFUBaZKDxsNxeYbId/hP6tU=
- dependencies:
- "@reach/router" "^1.2.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"
-
-"@storybook/source-loader@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/source-loader/download/@storybook/source-loader-5.2.6.tgz#06e6b5e93ea4c635c7d05c517ad8711de9030ba3"
- integrity sha1-Bua16T6kxjXH0FxRethxHekDC6M=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/router" "5.2.6"
- 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.12.1"
-
-"@storybook/theming@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.2.6.tgz#e04170b3e53dcfc791b2381c8a39192ae88cd291"
- integrity sha1-4EFws+U9z8eRsjgcijkZKuiM0pE=
- dependencies:
- "@emotion/core" "^10.0.14"
- "@emotion/styled" "^10.0.14"
- "@storybook/client-logger" "5.2.6"
- common-tags "^1.8.0"
- core-js "^3.0.1"
- deep-object-diff "^1.1.0"
- emotion-theming "^10.0.14"
- global "^4.3.2"
- memoizerific "^1.11.3"
- polished "^3.3.1"
- prop-types "^15.7.2"
- resolve-from "^5.0.0"
-
-"@storybook/ui@5.2.6":
- version "5.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@storybook/ui/download/@storybook/ui-5.2.6.tgz#33df2f2e03d9cf81dc52928a0dc4db280ee8f56a"
- integrity sha1-M98vLgPZz4HcUpKKDcTbKA7o9Wo=
- dependencies:
- "@storybook/addons" "5.2.6"
- "@storybook/api" "5.2.6"
- "@storybook/channels" "5.2.6"
- "@storybook/client-logger" "5.2.6"
- "@storybook/components" "5.2.6"
- "@storybook/core-events" "5.2.6"
- "@storybook/router" "5.2.6"
- "@storybook/theming" "5.2.6"
- copy-to-clipboard "^3.0.8"
- core-js "^3.0.1"
- core-js-pure "^3.0.1"
- emotion-theming "^10.0.14"
- fast-deep-equal "^2.0.1"
- fuse.js "^3.4.4"
- global "^4.3.2"
- lodash "^4.17.15"
- markdown-to-jsx "^6.9.3"
- 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-pre4"
- 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.0.2"
- util-deprecate "^1.0.2"
-
-"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
- 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#dadcb6218503532d6884b210e7f3c502caaa44b1"
- integrity sha1-2ty2IYUDUy1ohLIQ5/PFAsqqRLE=
-
-"@svgr/babel-plugin-remove-jsx-attribute@^4.2.0":
- 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#297550b9a8c0c7337bea12bdfc8a80bb66f85abc"
- integrity sha1-KXVQuajAxzN76hK9/IqAu2b4Wrw=
-
-"@svgr/babel-plugin-remove-jsx-empty-expression@^4.2.0":
- 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#c196302f3e68eab6a05e98af9ca8570bc13131c7"
- integrity sha1-wZYwLz5o6ragXpivnKhXC8ExMcc=
-
-"@svgr/babel-plugin-replace-jsx-attribute-value@^4.2.0":
- 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#310ec0775de808a6a2e4fd4268c245fd734c1165"
- integrity sha1-MQ7Ad13oCKai5P1CaMJF/XNMEWU=
-
-"@svgr/babel-plugin-svg-dynamic-title@^4.3.3":
- 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#2cdedd747e5b1b29ed4c241e46256aac8110dd93"
- integrity sha1-LN7ddH5bGyntTCQeRiVqrIEQ3ZM=
-
-"@svgr/babel-plugin-svg-em-dimensions@^4.2.0":
- 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#9a94791c9a288108d20a9d2cc64cac820f141391"
- integrity sha1-mpR5HJoogQjSCp0sxkysgg8UE5E=
-
-"@svgr/babel-plugin-transform-react-native-svg@^4.2.0":
- 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#151487322843359a1ca86b21a3815fd21a88b717"
- integrity sha1-FRSHMihDNZocqGsho4Ff0hqItxc=
-
-"@svgr/babel-plugin-transform-svg-component@^4.2.0":
- 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#5f1e2f886b2c85c67e76da42f0f6be1b1767b697"
- integrity sha1-Xx4viGsshcZ+dtpC8Pa+Gxdntpc=
-
-"@svgr/babel-preset@^4.3.3":
- version "4.3.3"
- resolved "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-4.3.3.tgz#a75d8c2f202ac0e5774e6bfc165d028b39a1316c"
- integrity sha1-p12MLyAqwOV3Tmv8Fl0CizmhMWw=
- dependencies:
- "@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"
-
-"@svgr/core@^4.3.3":
- version "4.3.3"
- resolved "https://registry.npm.alibaba-inc.com/@svgr/core/download/@svgr/core-4.3.3.tgz#b37b89d5b757dc66e8c74156d00c368338d24293"
- integrity sha1-s3uJ1bdX3Gbox0FW0Aw2gzjSQpM=
- dependencies:
- "@svgr/plugin-jsx" "^4.3.3"
- camelcase "^5.3.1"
- cosmiconfig "^5.2.1"
-
-"@svgr/hast-util-to-babel-ast@^4.3.2":
- 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#1d5a082f7b929ef8f1f578950238f630e14532b8"
- integrity sha1-HVoIL3uSnvjx9XiVAjj2MOFFMrg=
- dependencies:
- "@babel/types" "^7.4.4"
-
-"@svgr/plugin-jsx@^4.3.3":
- version "4.3.3"
- resolved "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-4.3.3.tgz#e2ba913dbdfbe85252a34db101abc7ebd50992fa"
- integrity sha1-4rqRPb376FJSo02xAavH69UJkvo=
- dependencies:
- "@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"
-
-"@svgr/plugin-svgo@^4.3.1":
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/@svgr/plugin-svgo/download/@svgr/plugin-svgo-4.3.1.tgz#daac0a3d872e3f55935c6588dd370336865e9e32"
- integrity sha1-2qwKPYcuP1WTXGWI3TcDNoZenjI=
- dependencies:
- cosmiconfig "^5.2.1"
- merge-deep "^3.0.2"
- svgo "^1.2.2"
-
-"@svgr/webpack@^4.0.3":
- version "4.3.3"
- resolved "https://registry.npm.alibaba-inc.com/@svgr/webpack/download/@svgr/webpack-4.3.3.tgz#13cc2423bf3dff2d494f16b17eb7eacb86895017"
- integrity sha1-E8wkI789/y1JTxaxfrfqy4aJUBc=
- dependencies:
- "@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"
-
-"@szmarczak/http-timer@^1.1.2":
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
- integrity sha1-sWZeLEYaLNkvTBu/UNVFTeDUtCE=
- dependencies:
- defer-to-connect "^1.0.1"
-
-"@turf/distance@^6.0.1":
- version "6.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@turf/distance/download/@turf/distance-6.0.1.tgz#0761f28784286e7865a427c4e7e3593569c2dea8"
- integrity sha1-B2Hyh4QobnhlpCfE5+NZNWnC3qg=
- dependencies:
- "@turf/helpers" "6.x"
- "@turf/invariant" "6.x"
-
-"@turf/helpers@6.x", "@turf/helpers@^6.1.4":
- version "6.1.4"
- resolved "https://registry.npm.alibaba-inc.com/@turf/helpers/download/@turf/helpers-6.1.4.tgz#d6fd7ebe6782dd9c87dca5559bda5c48ae4c3836"
- integrity sha1-1v1+vmeC3ZyH3KVVm9pcSK5MODY=
-
-"@turf/invariant@6.x", "@turf/invariant@^6.1.2":
- version "6.1.2"
- resolved "https://registry.npm.alibaba-inc.com/@turf/invariant/download/@turf/invariant-6.1.2.tgz#6013ed6219f9ac2edada9b31e1dfa5918eb0a2f7"
- integrity sha1-YBPtYhn5rC7a2psx4d+lkY6wovc=
- dependencies:
- "@turf/helpers" "6.x"
-
-"@turf/meta@^6.0.2":
- version "6.0.2"
- resolved "https://registry.npm.alibaba-inc.com/@turf/meta/download/@turf/meta-6.0.2.tgz#eb92951126d24a613ac1b7b99d733fcc20fd30cf"
- integrity sha1-65KVESbSSmE6wbe5nXM/zCD9MM8=
- dependencies:
- "@turf/helpers" "6.x"
-
-"@types/amap-js-api@^1.4.6":
- version "1.4.6"
- resolved "https://registry.npm.alibaba-inc.com/@types/amap-js-api/download/@types/amap-js-api-1.4.6.tgz#7239c450dac1b3c08c32203c205a63e99a64b3a1"
- integrity sha1-cjnEUNrBs8CMMiA8IFpj6Zpks6E=
-
-"@types/babel__core@^7.1.0":
- version "7.1.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30"
- integrity sha1-5EHqffY80IDfzQKrGZ5tFqc1/DA=
- dependencies:
- "@babel/parser" "^7.1.0"
- "@babel/types" "^7.0.0"
- "@types/babel__generator" "*"
- "@types/babel__template" "*"
- "@types/babel__traverse" "*"
-
-"@types/babel__generator@*":
- version "7.6.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/babel__generator/download/@types/babel__generator-7.6.0.tgz#f1ec1c104d1bb463556ecb724018ab788d0c172a"
- integrity sha1-8ewcEE0btGNVbstyQBireI0MFyo=
- dependencies:
- "@babel/types" "^7.0.0"
-
-"@types/babel__template@*":
- version "7.0.2"
- resolved "https://registry.npm.alibaba-inc.com/@types/babel__template/download/@types/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307"
- integrity sha1-T/Y9a1Lt2sHee5daUiPtMuzqkwc=
- dependencies:
- "@babel/parser" "^7.1.0"
- "@babel/types" "^7.0.0"
-
-"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
- version "7.0.7"
- resolved "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.0.7.tgz#2496e9ff56196cc1429c72034e07eab6121b6f3f"
- integrity sha1-JJbp/1YZbMFCnHIDTgfqthIbbz8=
- dependencies:
- "@babel/types" "^7.3.0"
-
-"@types/cheerio@*":
- version "0.22.14"
- resolved "https://registry.npm.alibaba-inc.com/@types/cheerio/download/@types/cheerio-0.22.14.tgz#d150889891e7db892c6a0b16bd5583cc70b3fc44"
- integrity sha1-0VCImJHn24ksagsWvVWDzHCz/EQ=
- dependencies:
- "@types/node" "*"
-
-"@types/classnames@^2.2.9":
- version "2.2.9"
- resolved "https://registry.npm.alibaba-inc.com/@types/classnames/download/@types/classnames-2.2.9.tgz#d868b6febb02666330410fe7f58f3c4b8258be7b"
- integrity sha1-2Gi2/rsCZmMwQQ/n9Y88S4JYvns=
-
-"@types/codemirror@^0.0.80":
- version "0.0.80"
- resolved "https://registry.npm.alibaba-inc.com/@types/codemirror/download/@types/codemirror-0.0.80.tgz#c047bb30462582615c3d51e5be6155315f764427"
- integrity sha1-wEe7MEYlgmFcPVHlvmFVMV92RCc=
- dependencies:
- "@types/tern" "*"
-
-"@types/configstore@^2.1.1":
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/configstore/download/@types/configstore-2.1.1.tgz#cd1e8553633ad3185c3f2f239ecff5d2643e92b6"
- integrity sha1-zR6FU2M60xhcPy8jns/10mQ+krY=
-
-"@types/d3-array@^2.0.0":
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/d3-array/download/@types/d3-array-2.0.0.tgz#a0d63a296a2d8435a9ec59393dcac746c6174a96"
- integrity sha1-oNY6KWothDWp7Fk5PcrHRsYXSpY=
-
-"@types/d3-color@^1.2.2":
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/@types/d3-color/download/@types/d3-color-1.2.2.tgz#80cf7cfff7401587b8f89307ba36fe4a576bc7cf"
- integrity sha1-gM98//dAFYe4+JMHujb+Sldrx88=
-
-"@types/d3-dsv@^1.0.36":
- version "1.0.36"
- resolved "https://registry.npm.alibaba-inc.com/@types/d3-dsv/download/@types/d3-dsv-1.0.36.tgz#e91129d7c02b1b814838d001e921e8b9a67153d0"
- integrity sha1-6REp18ArG4FIONAB6SHouaZxU9A=
-
-"@types/d3-hexbin@^0.2.3":
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/d3-hexbin/download/@types/d3-hexbin-0.2.3.tgz#75a86a3d2e782ca3070ebcce789abdb88036abda"
- integrity sha1-dahqPS54LKMHDrzOeJq9uIA2q9o=
-
-"@types/d3-scale@^2.1.1":
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/d3-scale/download/@types/d3-scale-2.1.1.tgz#405e58771ec6ae7b8f7b4178ee1887620759e8f7"
- integrity sha1-QF5Ydx7GrnuPe0F47hiHYgdZ6Pc=
- dependencies:
- "@types/d3-time" "*"
-
-"@types/d3-time@*":
- version "1.0.10"
- resolved "https://registry.npm.alibaba-inc.com/@types/d3-time/download/@types/d3-time-1.0.10.tgz#d338c7feac93a98a32aac875d1100f92c7b61f4f"
- integrity sha1-0zjH/qyTqYoyqsh10RAPkse2H08=
-
-"@types/dat.gui@^0.7.1":
- version "0.7.5"
- resolved "https://registry.npm.alibaba-inc.com/@types/dat.gui/download/@types/dat.gui-0.7.5.tgz#8f4f87300ae553a57b246a7bf1b9fe5e13ca8b79"
- integrity sha1-j0+HMArlU6V7JGp78bn+XhPKi3k=
-
-"@types/debug@^0.0.29":
- version "0.0.29"
- resolved "https://registry.npm.alibaba-inc.com/@types/debug/download/@types/debug-0.0.29.tgz#a1e514adfbd92f03a224ba54d693111dbf1f3754"
- integrity sha1-oeUUrfvZLwOiJLpU1pMRHb8fN1Q=
-
-"@types/earcut@^2.1.0":
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/earcut/download/@types/earcut-2.1.0.tgz#20cbed6e57dc65de3c1255c1a0c586864ed5c7e9"
- integrity sha1-IMvtblfcZd48ElXBoMWGhk7Vx+k=
-
-"@types/enzyme-adapter-react-16@^1.0.3":
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/@types/enzyme-adapter-react-16/download/@types/enzyme-adapter-react-16-1.0.5.tgz#1bf30a166f49be69eeda4b81e3f24113c8b4e9d5"
- integrity sha1-G/MKFm9Jvmnu2kuB4/JBE8i06dU=
- dependencies:
- "@types/enzyme" "*"
-
-"@types/enzyme@*", "@types/enzyme@^3.1.14":
- version "3.10.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/enzyme/download/@types/enzyme-3.10.3.tgz#02b6c5ac7d0472005944a652e79045e2f6c66804"
- integrity sha1-ArbFrH0EcgBZRKZS55BF4vbGaAQ=
- dependencies:
- "@types/cheerio" "*"
- "@types/react" "*"
-
-"@types/eslint-visitor-keys@^1.0.0":
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/eslint-visitor-keys/download/@types/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
- integrity sha1-HuMNeVRMqE1o1LPNsK9PIFZj3S0=
-
-"@types/estree@*", "@types/estree@0.0.39":
- version "0.0.39"
- resolved "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
- integrity sha1-4Xfmme4bjCLSMXTKqnQiZEOJUJ8=
-
-"@types/events@*":
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/events/download/@types/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
- integrity sha1-KGLz9Yqaf3w+eNefEw3U1xwlwqc=
-
-"@types/geojson@*":
- version "7946.0.7"
- resolved "https://registry.npm.alibaba-inc.com/@types/geojson/download/@types/geojson-7946.0.7.tgz#c8fa532b60a0042219cdf173ca21a975ef0666ad"
- integrity sha1-yPpTK2CgBCIZzfFzyiGpde8GZq0=
-
-"@types/get-port@^0.0.4":
- version "0.0.4"
- resolved "https://registry.npm.alibaba-inc.com/@types/get-port/download/@types/get-port-0.0.4.tgz#eb6bb7423d9f888b632660dc7d2fd3e69a35643e"
- integrity sha1-62u3Qj2fiItjJmDcfS/T5po1ZD4=
-
-"@types/gl-matrix@*", "@types/gl-matrix@^2.4.5":
- version "2.4.5"
- resolved "https://registry.npm.alibaba-inc.com/@types/gl-matrix/download/@types/gl-matrix-2.4.5.tgz#80630d88fb74ff8897a2a2855a8a700e6ee19d3e"
- integrity sha1-gGMNiPt0/4iXoqKFWopwDm7hnT4=
-
-"@types/gl@^4.1.0":
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/gl/download/@types/gl-4.1.0.tgz#44d48283f1ffb5e6698de145b805fa1bf80ca4aa"
- integrity sha1-RNSCg/H/teZpjeFFuAX6G/gMpKo=
-
-"@types/glob@^5.0.30":
- version "5.0.36"
- resolved "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-5.0.36.tgz#0c80a9c8664fc7d19781de229f287077fd622cb2"
- integrity sha1-DICpyGZPx9GXgd4inyhwd/1iLLI=
- dependencies:
- "@types/events" "*"
- "@types/minimatch" "*"
- "@types/node" "*"
-
-"@types/glob@^7.1.1":
- version "7.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
- integrity sha1-qlmhxuP7xCHgfM0xqUTDDrpSFXU=
- dependencies:
- "@types/events" "*"
- "@types/minimatch" "*"
- "@types/node" "*"
-
-"@types/hammerjs@^2.0.36":
- version "2.0.36"
- resolved "https://registry.npm.alibaba-inc.com/@types/hammerjs/download/@types/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c"
- integrity sha1-F84KI16f+83N9QlWRrN0wr9hWkw=
-
-"@types/history@*":
- version "4.7.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/history/download/@types/history-4.7.3.tgz#856c99cdc1551d22c22b18b5402719affec9839a"
- integrity sha1-hWyZzcFVHSLCKxi1QCcZr/7Jg5o=
-
-"@types/is-function@^1.0.0":
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83"
- integrity sha1-GwuBmxY2x7rw1nhdAw0S7fcMPoM=
-
-"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
- integrity sha1-QplbRG25pIoRoH7Ag0mahg6ROP8=
-
-"@types/istanbul-lib-report@*":
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c"
- integrity sha1-5Ucef6M8YTWN04QmGJwDelhDO4w=
- dependencies:
- "@types/istanbul-lib-coverage" "*"
-
-"@types/istanbul-reports@^1.1.1":
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
- integrity sha1-eoy/akBvNsit2HFiWyeOrwsNJVo=
- dependencies:
- "@types/istanbul-lib-coverage" "*"
- "@types/istanbul-lib-report" "*"
-
-"@types/jest@^24.0.18":
- version "24.0.23"
- resolved "https://registry.npm.alibaba-inc.com/@types/jest/download/@types/jest-24.0.23.tgz#046f8e2ade026fe831623e361a36b6fb9a4463e4"
- integrity sha1-BG+OKt4Cb+gxYj42Gja2+5pEY+Q=
- dependencies:
- jest-diff "^24.3.0"
-
-"@types/json-schema@^7.0.3":
- version "7.0.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
- integrity sha1-vf1p1h5GTcyBslFZwnDXWnPBpjY=
-
-"@types/lodash-es@^4.17.3":
- version "4.17.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/lodash-es/download/@types/lodash-es-4.17.3.tgz#87eb0b3673b076b8ee655f1890260a136af09a2d"
- integrity sha1-h+sLNnOwdrjuZV8YkCYKE2rwmi0=
- dependencies:
- "@types/lodash" "*"
-
-"@types/lodash@*":
- version "4.14.149"
- resolved "https://registry.npm.alibaba-inc.com/@types/lodash/download/@types/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
- integrity sha1-E0LWPZSMYGKDj7+WEBL3TU5jhEA=
-
-"@types/lodash@^4.14.138":
- version "4.14.148"
- resolved "https://registry.npm.alibaba-inc.com/@types/lodash/download/@types/lodash-4.14.148.tgz#ffa2786721707b335c6aa1465e6d3d74016fbd3e"
- integrity sha1-/6J4ZyFwezNcaqFGXm09dAFvvT4=
-
-"@types/mapbox-gl@^0.54.3":
- version "0.54.5"
- resolved "https://registry.npm.alibaba-inc.com/@types/mapbox-gl/download/@types/mapbox-gl-0.54.5.tgz#d50285796cb9d3544121d9e2b5314da99f9774bf"
- integrity sha1-1QKFeWy501RBIdnitTFNqZ+XdL8=
- dependencies:
- "@types/geojson" "*"
-
-"@types/minimatch@*", "@types/minimatch@^3.0.3":
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
- integrity sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0=
-
-"@types/mkdirp@^0.3.29":
- version "0.3.29"
- resolved "https://registry.npm.alibaba-inc.com/@types/mkdirp/download/@types/mkdirp-0.3.29.tgz#7f2ad7ec55f914482fc9b1ec4bb1ae6028d46066"
- integrity sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=
-
-"@types/node@*", "@types/node@>= 8":
- version "12.12.9"
- resolved "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-12.12.9.tgz#0b5ae05516b757cbff2e82c04500190aef986c7b"
- integrity sha1-C1rgVRa3V8v/LoLARQAZCu+YbHs=
-
-"@types/node@^12.0.2", "@types/node@^12.7.3":
- version "12.12.8"
- resolved "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-12.12.8.tgz#dab418655af39ce2fa99286a0bed21ef8072ac9d"
- integrity sha1-2rQYZVrznOL6mShqC+0h74ByrJ0=
-
-"@types/node@^7.0.11":
- version "7.10.9"
- resolved "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-7.10.9.tgz#4343e3b009f8cf5e1ed685e36097b74b4101e880"
- integrity sha1-Q0PjsAn4z14e1oXjYJe3S0EB6IA=
-
-"@types/normalize-package-data@^2.4.0":
- version "2.4.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
- integrity sha1-5IbQ2XOW15vu3QpuM/RTT/a0lz4=
-
-"@types/parse-github-url@^1.0.0":
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/parse-github-url/download/@types/parse-github-url-1.0.0.tgz#9e5f78297c42c717123bfcc39e1e9754a6099d0b"
- integrity sha1-nl94KXxCxxcSO/zDnh6XVKYJnQs=
- dependencies:
- "@types/node" "*"
-
-"@types/parse-json@^4.0.0":
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
- integrity sha1-L4u0QUNNFjs1+4/9zNcTiSf/uMA=
-
-"@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#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
- integrity sha1-KrDV2i5YFflLC51LldHl8kOrLKc=
-
-"@types/q@^1.5.1":
- version "1.5.2"
- resolved "https://registry.npm.alibaba-inc.com/@types/q/download/@types/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
- integrity sha1-aQoUdbhPKohP0HzXl8APXzE1bqg=
-
-"@types/reach__router@^1.2.3", "@types/reach__router@^1.2.6":
- version "1.2.6"
- resolved "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.2.6.tgz#b14cf1adbd1a365d204bbf6605cd9dd7b8816c87"
- integrity sha1-sUzxrb0aNl0gS79mBc2d17iBbIc=
- dependencies:
- "@types/history" "*"
- "@types/react" "*"
-
-"@types/react-color@^3.0.1":
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-color/download/@types/react-color-3.0.1.tgz#5433e2f503ea0e0831cbc6fd0c20f8157d93add0"
- integrity sha1-VDPi9QPqDggxy8b9DCD4FX2TrdA=
- dependencies:
- "@types/react" "*"
-
-"@types/react-dom@^16.9.0":
- version "16.9.4"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-dom/download/@types/react-dom-16.9.4.tgz#0b58df09a60961dcb77f62d4f1832427513420df"
- integrity sha1-C1jfCaYJYdy3f2LU8YMkJ1E0IN8=
- dependencies:
- "@types/react" "*"
-
-"@types/react-github-button@^0.1.0":
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-github-button/download/@types/react-github-button-0.1.0.tgz#8a05bdd572fe46a9bfa83464c36ca85037e9bb63"
- integrity sha1-igW91XL+Rqm/qDRkw2yoUDfpu2M=
- dependencies:
- "@types/react" "*"
-
-"@types/react-helmet@^5.0.10":
- version "5.0.14"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-helmet/download/@types/react-helmet-5.0.14.tgz#a07979ccb2cee088e74e735c84058fc8607d32e4"
- integrity sha1-oHl5zLLO4IjnTnNchAWPyGB9MuQ=
- dependencies:
- "@types/react" "*"
-
-"@types/react-slick@^0.23.4":
- version "0.23.4"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-slick/download/@types/react-slick-0.23.4.tgz#c97e2a9e7e3d1933c68593b8e82752fab1e8ce53"
- integrity sha1-yX4qnn49GTPGhZO46CdS+rHozlM=
- dependencies:
- "@types/react" "*"
-
-"@types/react-syntax-highlighter@10.1.0":
- version "10.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-10.1.0.tgz#9c534e29bbe05dba9beae1234f3ae944836685d4"
- integrity sha1-nFNOKbvgXbqb6uEjTzrpRINmhdQ=
- dependencies:
- "@types/react" "*"
-
-"@types/react-textarea-autosize@^4.3.3":
- version "4.3.5"
- resolved "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz#6c4d2753fa1864c98c0b2b517f67bb1f6e4c46de"
- integrity sha1-bE0nU/oYZMmMCytRf2e7H25MRt4=
- dependencies:
- "@types/react" "*"
-
-"@types/react@*", "@types/react@^16.8.12", "@types/react@^16.8.6", "@types/react@^16.9.2":
- version "16.9.11"
- resolved "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
- integrity sha1-cOC3rXkFinhC8lzPKZmAcHatoSA=
- dependencies:
- "@types/prop-types" "*"
- csstype "^2.2.0"
-
-"@types/resolve@0.0.8":
- version "0.0.8"
- resolved "https://registry.npm.alibaba-inc.com/@types/resolve/download/@types/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
- integrity sha1-8mB00jjgJlnjI84aE9BB7uKA4ZQ=
- dependencies:
- "@types/node" "*"
-
-"@types/semver@^6.0.1":
- version "6.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/semver/download/@types/semver-6.2.0.tgz#d688d574400d96c5b0114968705366f431831e1a"
- integrity sha1-1ojVdEANlsWwEUlocFNm9DGDHho=
-
-"@types/shallowequal@^1.1.1":
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/shallowequal/download/@types/shallowequal-1.1.1.tgz#aad262bb3f2b1257d94c71d545268d592575c9b1"
- integrity sha1-qtJiuz8rElfZTHHVRSaNWSV1ybE=
-
-"@types/stack-utils@^1.0.1":
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
- integrity sha1-CoUdO9lkmPolwzq3J47TvWXwbD4=
-
-"@types/storybook__react@^4.0.2":
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/@types/storybook__react/download/@types/storybook__react-4.0.2.tgz#f36fb399574c662e79c1a0cf6e429b6ff730da40"
- integrity sha1-82+zmVdMZi55waDPbkKbb/cw2kA=
- dependencies:
- "@types/react" "*"
- "@types/webpack-env" "*"
-
-"@types/supercluster@^5.0.1":
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/supercluster/download/@types/supercluster-5.0.1.tgz#0b25cca65b06d22fc24acc6b004843acd5d105a9"
- integrity sha1-CyXMplsG0i/CSsxrAEhDrNXRBak=
- dependencies:
- "@types/geojson" "*"
-
-"@types/tern@*":
- version "0.23.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/tern/download/@types/tern-0.23.3.tgz#4b54538f04a88c9ff79de1f6f94f575a7f339460"
- integrity sha1-S1RTjwSojJ/3neH2+U9XWn8zlGA=
- dependencies:
- "@types/estree" "*"
-
-"@types/tmp@^0.0.32":
- version "0.0.32"
- resolved "https://registry.npm.alibaba-inc.com/@types/tmp/download/@types/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3"
- integrity sha1-DTyzECL4Qn6ljACK8yuA2hJspOM=
-
-"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
- integrity sha1-nAiGeYdvN061mD8VDUeHqm+zLX4=
-
-"@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#690e46af0fdfc1f9faae00cd049cc888957927d5"
- integrity sha1-aQ5Grw/fwfn6rgDNBJzIiJV5J9U=
- dependencies:
- vfile-message "*"
-
-"@types/vfile@^3.0.0":
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/@types/vfile/download/@types/vfile-3.0.2.tgz#19c18cd232df11ce6fa6ad80259bc86c366b09b9"
- integrity sha1-GcGM0jLfEc5vpq2AJZvIbDZrCbk=
- dependencies:
- "@types/node" "*"
- "@types/unist" "*"
- "@types/vfile-message" "*"
-
-"@types/viewport-mercator-project@^6.1.0":
- version "6.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/viewport-mercator-project/download/@types/viewport-mercator-project-6.1.0.tgz#df6964a08daa18e24761e38320d34429f09898cf"
- integrity sha1-32lkoI2qGOJHYeODINNEKfCYmM8=
- dependencies:
- "@types/gl-matrix" "*"
-
-"@types/webpack-env@*", "@types/webpack-env@^1.13.7":
- version "1.14.1"
- resolved "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.14.1.tgz#0d8a53f308f017c53a5ddc3d07f4d6fa76b790d7"
- integrity sha1-DYpT8wjwF8U6Xdw9B/TW+na3kNc=
-
-"@types/yargs-parser@*":
- version "13.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
- integrity sha1-xWOqGS85NQodGNo2xajaOCu9gig=
-
-"@types/yargs@^13.0.0":
- version "13.0.3"
- resolved "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.3.tgz#76482af3981d4412d65371a318f992d33464a380"
- integrity sha1-dkgq85gdRBLWU3GjGPmS0zRko4A=
- dependencies:
- "@types/yargs-parser" "*"
-
-"@typescript-eslint/eslint-plugin@^2.7.0":
- version "2.8.0"
- resolved "https://registry.npm.alibaba-inc.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-2.8.0.tgz#eca584d46094ebebc3cb3e9fb625bfbc904a534d"
- integrity sha1-7KWE1GCU6+vDyz6ftiW/vJBKU00=
- dependencies:
- "@typescript-eslint/experimental-utils" "2.8.0"
- eslint-utils "^1.4.3"
- functional-red-black-tree "^1.0.1"
- regexpp "^3.0.0"
- tsutils "^3.17.1"
-
-"@typescript-eslint/experimental-utils@2.8.0":
- version "2.8.0"
- resolved "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-2.8.0.tgz#208b4164d175587e9b03ce6fea97d55f19c30ca9"
- integrity sha1-IItBZNF1WH6bA85v6pfVXxnDDKk=
- dependencies:
- "@types/json-schema" "^7.0.3"
- "@typescript-eslint/typescript-estree" "2.8.0"
- eslint-scope "^5.0.0"
-
-"@typescript-eslint/parser@^2.7.0":
- version "2.8.0"
- resolved "https://registry.npm.alibaba-inc.com/@typescript-eslint/parser/download/@typescript-eslint/parser-2.8.0.tgz#e10f7c40c8cf2fb19920c879311e6c46ad17bacb"
- integrity sha1-4Q98QMjPL7GZIMh5MR5sRq0Xuss=
- dependencies:
- "@types/eslint-visitor-keys" "^1.0.0"
- "@typescript-eslint/experimental-utils" "2.8.0"
- "@typescript-eslint/typescript-estree" "2.8.0"
- eslint-visitor-keys "^1.1.0"
-
-"@typescript-eslint/typescript-estree@2.8.0":
- version "2.8.0"
- resolved "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-2.8.0.tgz#fcc3fe6532840085d29b75432c8a59895876aeca"
- integrity sha1-/MP+ZTKEAIXSm3VDLIpZiVh2rso=
- dependencies:
- debug "^4.1.1"
- eslint-visitor-keys "^1.1.0"
- glob "^7.1.6"
- is-glob "^4.0.1"
- lodash.unescape "4.0.1"
- semver "^6.3.0"
- tsutils "^3.17.1"
-
-"@webassemblyjs/ast@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
- integrity sha1-UbHF/mV2o0lTv0slPfnw1JDZ41k=
- dependencies:
- "@webassemblyjs/helper-module-context" "1.8.5"
- "@webassemblyjs/helper-wasm-bytecode" "1.8.5"
- "@webassemblyjs/wast-parser" "1.8.5"
-
-"@webassemblyjs/floating-point-hex-parser@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.8.5.tgz#1ba926a2923613edce496fd5b02e8ce8a5f49721"
- integrity sha1-G6kmopI2E+3OSW/VsC6M6KX0lyE=
-
-"@webassemblyjs/helper-api-error@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.8.5.tgz#c49dad22f645227c5edb610bdb9697f1aab721f7"
- integrity sha1-xJ2tIvZFInxe22EL25aX8aq3Ifc=
-
-"@webassemblyjs/helper-buffer@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.8.5.tgz#fea93e429863dd5e4338555f42292385a653f204"
- integrity sha1-/qk+Qphj3V5DOFVfQikjhaZT8gQ=
-
-"@webassemblyjs/helper-code-frame@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.8.5.tgz#9a740ff48e3faa3022b1dff54423df9aa293c25e"
- integrity sha1-mnQP9I4/qjAisd/1RCPfmqKTwl4=
- dependencies:
- "@webassemblyjs/wast-printer" "1.8.5"
-
-"@webassemblyjs/helper-fsm@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.8.5.tgz#ba0b7d3b3f7e4733da6059c9332275d860702452"
- integrity sha1-ugt9Oz9+RzPaYFnJMyJ12GBwJFI=
-
-"@webassemblyjs/helper-module-context@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.8.5.tgz#def4b9927b0101dc8cbbd8d1edb5b7b9c82eb245"
- integrity sha1-3vS5knsBAdyMu9jR7bW3ucguskU=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- mamacro "^0.0.3"
-
-"@webassemblyjs/helper-wasm-bytecode@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.8.5.tgz#537a750eddf5c1e932f3744206551c91c1b93e61"
- integrity sha1-U3p1Dt31weky83RCBlUckcG5PmE=
-
-"@webassemblyjs/helper-wasm-section@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.8.5.tgz#74ca6a6bcbe19e50a3b6b462847e69503e6bfcbf"
- integrity sha1-dMpqa8vhnlCjtrRihH5pUD5r/L8=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/helper-buffer" "1.8.5"
- "@webassemblyjs/helper-wasm-bytecode" "1.8.5"
- "@webassemblyjs/wasm-gen" "1.8.5"
-
-"@webassemblyjs/ieee754@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.8.5.tgz#712329dbef240f36bf57bd2f7b8fb9bf4154421e"
- integrity sha1-cSMp2+8kDza/V70ve4+5v0FUQh4=
- dependencies:
- "@xtuc/ieee754" "^1.2.0"
-
-"@webassemblyjs/leb128@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.8.5.tgz#044edeb34ea679f3e04cd4fd9824d5e35767ae10"
- integrity sha1-BE7es06mefPgTNT9mCTV41dnrhA=
- dependencies:
- "@xtuc/long" "4.2.2"
-
-"@webassemblyjs/utf8@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.8.5.tgz#a8bf3b5d8ffe986c7c1e373ccbdc2a0915f0cedc"
- integrity sha1-qL87XY/+mGx8Hjc8y9wqCRXwztw=
-
-"@webassemblyjs/wasm-edit@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.8.5.tgz#962da12aa5acc1c131c81c4232991c82ce56e01a"
- integrity sha1-li2hKqWswcExyBxCMpkcgs5W4Bo=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/helper-buffer" "1.8.5"
- "@webassemblyjs/helper-wasm-bytecode" "1.8.5"
- "@webassemblyjs/helper-wasm-section" "1.8.5"
- "@webassemblyjs/wasm-gen" "1.8.5"
- "@webassemblyjs/wasm-opt" "1.8.5"
- "@webassemblyjs/wasm-parser" "1.8.5"
- "@webassemblyjs/wast-printer" "1.8.5"
-
-"@webassemblyjs/wasm-gen@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.8.5.tgz#54840766c2c1002eb64ed1abe720aded714f98bc"
- integrity sha1-VIQHZsLBAC62TtGr5yCt7XFPmLw=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/helper-wasm-bytecode" "1.8.5"
- "@webassemblyjs/ieee754" "1.8.5"
- "@webassemblyjs/leb128" "1.8.5"
- "@webassemblyjs/utf8" "1.8.5"
-
-"@webassemblyjs/wasm-opt@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.8.5.tgz#b24d9f6ba50394af1349f510afa8ffcb8a63d264"
- integrity sha1-sk2fa6UDlK8TSfUQr6j/y4pj0mQ=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/helper-buffer" "1.8.5"
- "@webassemblyjs/wasm-gen" "1.8.5"
- "@webassemblyjs/wasm-parser" "1.8.5"
-
-"@webassemblyjs/wasm-parser@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.8.5.tgz#21576f0ec88b91427357b8536383668ef7c66b8d"
- integrity sha1-IVdvDsiLkUJzV7hTY4NmjvfGa40=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/helper-api-error" "1.8.5"
- "@webassemblyjs/helper-wasm-bytecode" "1.8.5"
- "@webassemblyjs/ieee754" "1.8.5"
- "@webassemblyjs/leb128" "1.8.5"
- "@webassemblyjs/utf8" "1.8.5"
-
-"@webassemblyjs/wast-parser@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.8.5.tgz#e10eecd542d0e7bd394f6827c49f3df6d4eefb8c"
- integrity sha1-4Q7s1ULQ5705T2gnxJ899tTu+4w=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/floating-point-hex-parser" "1.8.5"
- "@webassemblyjs/helper-api-error" "1.8.5"
- "@webassemblyjs/helper-code-frame" "1.8.5"
- "@webassemblyjs/helper-fsm" "1.8.5"
- "@xtuc/long" "4.2.2"
-
-"@webassemblyjs/wast-printer@1.8.5":
- version "1.8.5"
- resolved "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.8.5.tgz#114bbc481fd10ca0e23b3560fa812748b0bae5bc"
- integrity sha1-EUu8SB/RDKDiOzVg+oEnSLC65bw=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/wast-parser" "1.8.5"
- "@xtuc/long" "4.2.2"
-
-"@webpack-contrib/schema-utils@^1.0.0-beta.0":
- version "1.0.0-beta.0"
- resolved "https://registry.npm.alibaba-inc.com/@webpack-contrib/schema-utils/download/@webpack-contrib/schema-utils-1.0.0-beta.0.tgz#bf9638c9464d177b48209e84209e23bee2eb4f65"
- integrity sha1-v5Y4yUZNF3tIIJ6EIJ4jvuLrT2U=
- dependencies:
- ajv "^6.1.0"
- ajv-keywords "^3.1.0"
- chalk "^2.3.2"
- strip-ansi "^4.0.0"
- text-table "^0.2.0"
- webpack-log "^1.1.2"
-
-"@xtuc/ieee754@^1.2.0":
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
- integrity sha1-7vAUoxRa5Hehy8AM0eVSM23Ot5A=
-
-"@xtuc/long@4.2.2":
- version "4.2.2"
- resolved "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
- integrity sha1-0pHGpOl5ibXGHZrPOWrk/hM6cY0=
-
-"@zkochan/cmd-shim@^3.1.0":
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/@zkochan/cmd-shim/download/@zkochan/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"
- integrity sha1-KrjtgfW7VFKoXyV1jrm4aBmC/S4=
- dependencies:
- is-windows "^1.0.0"
- mkdirp-promise "^5.0.1"
- mz "^2.5.0"
-
-JSONStream@^1.0.4, JSONStream@^1.3.4:
- version "1.3.5"
- resolved "https://registry.npm.alibaba-inc.com/JSONStream/download/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
- integrity sha1-MgjB8I06TZkmGrZPkjArwV4RHKA=
- dependencies:
- jsonparse "^1.2.0"
- through ">=2.2.7 <3"
-
-abab@^2.0.0:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
- integrity sha1-Yj4gdeAustPyR15J+ZyRhGRnkHo=
-
-abbrev@1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
- integrity sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg=
-
-accepts@^1.3.7, accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
- version "1.3.7"
- resolved "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
- integrity sha1-UxvHJlF6OytB+FACHGzBXqq1B80=
- dependencies:
- mime-types "~2.1.24"
- negotiator "0.6.2"
-
-acorn-globals@^4.1.0:
- version "4.3.4"
- resolved "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7"
- integrity sha1-n6GSat3BHJcwjE5m163Q1Awycuc=
- dependencies:
- acorn "^6.0.1"
- acorn-walk "^6.0.1"
-
-acorn-jsx@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
- integrity sha1-KUrbcbVzmLBoABXwo4xWPuHbU4Q=
-
-acorn-walk@^6.0.1:
- version "6.2.0"
- resolved "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
- integrity sha1-Ejy487hMIXHx9/slJhWxx4prGow=
-
-acorn@^5.2.1, acorn@^5.5.3:
- version "5.7.3"
- resolved "https://registry.npm.alibaba-inc.com/acorn/download/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
- integrity sha1-Z6ojG/iBKXS4UjWpZ3Hra9B+onk=
-
-acorn@^6.0.1, acorn@^6.2.1:
- version "6.3.0"
- resolved "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
- integrity sha1-AIdQkRn/pPwKAEHR6TpBfmjLhW4=
-
-acorn@^7.1.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
- integrity sha1-lJ028sKSU12mAig1hsJHfFfrLWw=
-
-add-dom-event-listener@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/add-dom-event-listener/download/add-dom-event-listener-1.1.0.tgz#6a92db3a0dd0abc254e095c0f1dc14acbbaae310"
- integrity sha1-apLbOg3Qq8JU4JXA8dwUrLuq4xA=
- dependencies:
- object-assign "4.x"
-
-address@1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/address/download/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
- integrity sha1-tfUGMfjWzsi9IMljljr7VeBsvOk=
-
-address@1.1.2, address@^1.0.1:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
- integrity sha1-vxEWycdYxRt6kz0pa3LCIe2UKLY=
-
-after@0.8.2:
- version "0.8.2"
- resolved "https://registry.npm.alibaba-inc.com/after/download/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
- integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=
-
-agent-base@4, agent-base@^4.1.0, agent-base@^4.3.0:
- version "4.3.0"
- resolved "https://registry.npm.alibaba-inc.com/agent-base/download/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
- integrity sha1-gWXwHENgCbzK0LHRIvBe13Dvxu4=
- dependencies:
- es6-promisify "^5.0.0"
-
-agent-base@~4.2.1:
- version "4.2.1"
- resolved "https://registry.npm.alibaba-inc.com/agent-base/download/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
- integrity sha1-2J5ZmfeXh1Z0wH2H8mD8Qeg+jKk=
- dependencies:
- es6-promisify "^5.0.0"
-
-agentkeepalive@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/agentkeepalive/download/agentkeepalive-2.2.0.tgz#c5d1bd4b129008f1163f236f86e5faea2026e2ef"
- integrity sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8=
-
-agentkeepalive@^3.3.0, agentkeepalive@^3.4.1:
- version "3.5.2"
- resolved "https://registry.npm.alibaba-inc.com/agentkeepalive/download/agentkeepalive-3.5.2.tgz#a113924dd3fa24a0bc3b78108c450c2abee00f67"
- integrity sha1-oROSTdP6JKC8O3gQjEUMKr7gD2c=
- dependencies:
- humanize-ms "^1.2.1"
-
-aggregate-error@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/aggregate-error/download/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0"
- integrity sha1-2y/nJG5Tb0DZtUQqOeEX191qJOA=
- dependencies:
- clean-stack "^2.0.0"
- indent-string "^4.0.0"
-
-"airbnb-js-shims@^1 || ^2":
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/airbnb-js-shims/download/airbnb-js-shims-2.2.1.tgz#db481102d682b98ed1daa4c5baa697a05ce5c040"
- integrity sha1-20gRAtaCuY7R2qTFuqaXoFzlwEA=
- dependencies:
- 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"
-
-airbnb-prop-types@^2.15.0:
- version "2.15.0"
- resolved "https://registry.npm.alibaba-inc.com/airbnb-prop-types/download/airbnb-prop-types-2.15.0.tgz#5287820043af1eb469f5b0af0d6f70da6c52aaef"
- integrity sha1-UoeCAEOvHrRp9bCvDW9w2mxSqu8=
- dependencies:
- array.prototype.find "^2.1.0"
- function.prototype.name "^1.1.1"
- has "^1.0.3"
- is-regex "^1.0.4"
- object-is "^1.0.1"
- object.assign "^4.1.0"
- object.entries "^1.1.0"
- prop-types "^15.7.2"
- prop-types-exact "^1.2.0"
- react-is "^16.9.0"
-
-ajv-errors@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
- integrity sha1-81mGrOuRr63sQQL72FAUlQzvpk0=
-
-ajv-keywords@^3.1.0, ajv-keywords@^3.4.1:
- version "3.4.1"
- resolved "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da"
- integrity sha1-75FuJxxkrBIXH9g4TqrmsjRYVNo=
-
-ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
- version "6.10.2"
- resolved "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
- integrity sha1-086gTWsBeyiUrWkED+yLYj60vVI=
- dependencies:
- fast-deep-equal "^2.0.1"
- fast-json-stable-stringify "^2.0.0"
- json-schema-traverse "^0.4.1"
- uri-js "^4.2.2"
-
-algoliasearch@^3.24.5:
- version "3.35.1"
- resolved "https://registry.npm.alibaba-inc.com/algoliasearch/download/algoliasearch-3.35.1.tgz#297d15f534a3507cab2f5dfb996019cac7568f0c"
- integrity sha1-KX0V9TSjUHyrL137mWAZysdWjww=
- dependencies:
- agentkeepalive "^2.2.0"
- debug "^2.6.9"
- envify "^4.0.0"
- es6-promise "^4.1.0"
- events "^1.1.0"
- foreach "^2.0.5"
- global "^4.3.2"
- inherits "^2.0.1"
- isarray "^2.0.1"
- load-script "^1.0.0"
- object-keys "^1.0.11"
- querystring-es3 "^0.2.1"
- reduce "^1.0.1"
- semver "^5.1.0"
- tunnel-agent "^0.6.0"
-
-align-text@^0.1.1, align-text@^0.1.3:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
- integrity sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=
- dependencies:
- kind-of "^3.0.2"
- longest "^1.0.1"
- repeat-string "^1.5.2"
-
-alphanum-sort@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
- integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
-
-amdefine@>=0.0.4:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/amdefine/download/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
- integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
-
-ansi-align@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f"
- integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=
- dependencies:
- string-width "^2.0.0"
-
-ansi-align@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
- integrity sha1-tTazcc9ofKrvI2wY0+If43l0Z8s=
- dependencies:
- string-width "^3.0.0"
-
-ansi-colors@^3.0.0:
- version "3.2.4"
- resolved "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
- integrity sha1-46PaS/uubIapwoViXeEkojQCb78=
-
-ansi-escapes@^3.0.0, ansi-escapes@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
- integrity sha1-h4C5j/nb9WOBUtHx/lwde0RCl2s=
-
-ansi-escapes@^4.2.1:
- version "4.3.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d"
- integrity sha1-pM4rM9ayFLeVDYWVwhLxKsnMVp0=
- dependencies:
- type-fest "^0.8.1"
-
-ansi-html@0.0.7:
- version "0.0.7"
- resolved "https://registry.npm.alibaba-inc.com/ansi-html/download/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
- integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4=
-
-ansi-regex@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
- integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
-
-ansi-regex@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
- integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
-
-ansi-regex@^4.0.0, ansi-regex@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
- integrity sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=
-
-ansi-regex@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
- integrity sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=
-
-ansi-styles@^2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
- integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
-
-ansi-styles@^3.2.0, ansi-styles@^3.2.1:
- version "3.2.1"
- resolved "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
- integrity sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=
- dependencies:
- color-convert "^1.9.0"
-
-ansi-to-html@^0.6.11:
- version "0.6.12"
- resolved "https://registry.npm.alibaba-inc.com/ansi-to-html/download/ansi-to-html-0.6.12.tgz#9dcd1646f17770d02ec065615e97f979f4e313cb"
- integrity sha1-nc0WRvF3cNAuwGVhXpf5efTjE8s=
- dependencies:
- entities "^1.1.2"
-
-ansicolors@~0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/ansicolors/download/ansicolors-0.2.1.tgz#be089599097b74a5c9c4a84a0cdbcdb62bd87aef"
- integrity sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=
-
-antd@^3.25.0:
- version "3.25.2"
- resolved "https://registry.npm.alibaba-inc.com/antd/download/antd-3.25.2.tgz#6994e2f9639194c08dce4634c6296577ad44ac9d"
- integrity sha1-aZTi+WORlMCNzkY0xilld61ErJ0=
- dependencies:
- "@ant-design/create-react-context" "^0.2.4"
- "@ant-design/icons" "~2.1.1"
- "@ant-design/icons-react" "~2.0.1"
- "@types/react-slick" "^0.23.4"
- array-tree-filter "^2.1.0"
- babel-runtime "6.x"
- classnames "~2.2.6"
- copy-to-clipboard "^3.2.0"
- css-animation "^1.5.0"
- dom-closest "^0.2.0"
- enquire.js "^2.1.6"
- lodash "^4.17.13"
- moment "^2.24.0"
- omit.js "^1.0.2"
- prop-types "^15.7.2"
- raf "^3.4.1"
- rc-animate "^2.10.2"
- rc-calendar "~9.15.5"
- rc-cascader "~0.17.4"
- rc-checkbox "~2.1.6"
- rc-collapse "~1.11.3"
- rc-dialog "~7.5.2"
- rc-drawer "~3.0.0"
- rc-dropdown "~2.4.1"
- rc-editor-mention "^1.1.13"
- rc-form "^2.4.10"
- rc-input-number "~4.5.0"
- rc-mentions "~0.4.0"
- rc-menu "~7.5.1"
- rc-notification "~3.3.1"
- rc-pagination "~1.20.5"
- rc-progress "~2.5.0"
- rc-rate "~2.5.0"
- rc-resize-observer "^0.1.0"
- rc-select "~9.2.0"
- rc-slider "~8.7.1"
- rc-steps "~3.5.0"
- rc-switch "~1.9.0"
- rc-table "~6.9.4"
- rc-tabs "~9.6.4"
- rc-time-picker "~3.7.1"
- rc-tooltip "~3.7.3"
- rc-tree "~2.1.0"
- rc-tree-select "~2.9.1"
- rc-trigger "^2.6.2"
- rc-upload "~2.9.1"
- rc-util "^4.10.0"
- react-lazy-load "^3.0.13"
- react-lifecycles-compat "^3.0.4"
- react-slick "~0.25.2"
- resize-observer-polyfill "^1.5.1"
- shallowequal "^1.1.0"
- warning "~4.0.3"
-
-any-base@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/any-base/download/any-base-1.1.0.tgz#ae101a62bc08a597b4c9ab5b7089d456630549fe"
- integrity sha1-rhAaYrwIpZe0yatbcInUVmMFSf4=
-
-any-observable@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
- integrity sha1-r5M0deWAamfQ198JDdXovvZdEZs=
-
-any-promise@^1.0.0, any-promise@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/any-promise/download/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
- integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
-
-anymatch@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
- integrity sha1-vLJLTzeTTZqnrBe0ra+J58du8us=
- dependencies:
- micromatch "^3.1.4"
- normalize-path "^2.1.1"
-
-anymatch@~3.1.1:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
- integrity sha1-xV7PAhheJGklk5kxDBc84xIzsUI=
- dependencies:
- normalize-path "^3.0.0"
- picomatch "^2.0.4"
-
-app-root-dir@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/app-root-dir/download/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118"
- integrity sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg=
-
-aproba@^1.0.3, aproba@^1.1.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
- integrity sha1-aALmJk79GMeQobDVF/DyYnvyyUo=
-
-aproba@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/aproba/download/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
- integrity sha1-UlILiuW1aSFbNU78DKo/4eRaitw=
-
-arch@^2.1.0, arch@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/arch/download/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e"
- integrity sha1-j1wnMao1owkpIhuwZA7tZRdeyE4=
-
-archive-type@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/archive-type/download/archive-type-4.0.0.tgz#f92e72233056dfc6969472749c267bdb046b1d70"
- integrity sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA=
- dependencies:
- file-type "^4.2.0"
-
-are-we-there-yet@~1.1.2:
- version "1.1.5"
- resolved "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
- integrity sha1-SzXClE8GKov82mZBB2A1D+nd/CE=
- dependencies:
- delegates "^1.0.0"
- readable-stream "^2.0.6"
-
-argparse@^1.0.10, argparse@^1.0.7:
- version "1.0.10"
- resolved "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
- integrity sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=
- dependencies:
- sprintf-js "~1.0.2"
-
-aria-query@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
- integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=
- dependencies:
- ast-types-flow "0.0.7"
- commander "^2.11.0"
-
-arr-diff@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
- integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
-
-arr-flatten@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
- integrity sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=
-
-arr-union@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
- integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
-
-array-differ@^2.0.3:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1"
- integrity sha1-S5wcPxS5BnVwgpJXaeirkE9IAbE=
-
-array-differ@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b"
- integrity sha1-PLs9DzFoEOr8xHYkc0I31q7krms=
-
-array-equal@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/array-equal/download/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
- integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
-
-array-filter@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/array-filter/download/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
- integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=
-
-array-filter@~0.0.0:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/array-filter/download/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
- integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw=
-
-array-find-index@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/array-find-index/download/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
- integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
-
-array-flatten@1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
- integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
-
-array-flatten@^2.1.0:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
- integrity sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk=
-
-array-ify@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/array-ify/download/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
- integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
-
-array-includes@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
- integrity sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=
- dependencies:
- define-properties "^1.1.2"
- es-abstract "^1.7.0"
-
-array-iterate@^1.0.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/array-iterate/download/array-iterate-1.1.3.tgz#b116bdb1e37f3c3fec13acdfb91ac829f122543c"
- integrity sha1-sRa9seN/PD/sE6zfuRrIKfEiVDw=
-
-array-map@~0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/array-map/download/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
- integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=
-
-array-reduce@~0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/array-reduce/download/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
- integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=
-
-array-tree-filter@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/array-tree-filter/download/array-tree-filter-2.1.0.tgz#873ac00fec83749f255ac8dd083814b4f6329190"
- integrity sha1-hzrAD+yDdJ8lWsjdCDgUtPYykZA=
-
-array-union@^1.0.1, array-union@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
- integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
- dependencies:
- array-uniq "^1.0.1"
-
-array-union@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
- integrity sha1-t5hCCtvrHego2ErNii4j0+/oXo0=
-
-array-uniq@^1.0.1, array-uniq@^1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
- integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
-
-array-uniq@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-2.1.0.tgz#46603d5e28e79bfd02b046fcc1d77c6820bd8e98"
- integrity sha1-RmA9Xijnm/0CsEb8wdd8aCC9jpg=
-
-array-unique@^0.3.2:
- version "0.3.2"
- resolved "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
- integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
-
-array.prototype.find@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/array.prototype.find/download/array.prototype.find-2.1.0.tgz#630f2eaf70a39e608ac3573e45cf8ccd0ede9ad7"
- integrity sha1-Yw8ur3CjnmCKw1c+Rc+MzQ7emtc=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.13.0"
-
-array.prototype.flat@^1.2.1:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
- integrity sha1-jzxx0kW6NJtrZLQHj3b1V28f1yM=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.15.0"
- function-bind "^1.1.1"
-
-array.prototype.flatmap@^1.2.1:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.2.tgz#28d621d351c19a62b84331b01669395ef6cef4c4"
- integrity sha1-KNYh01HBmmK4QzGwFmk5XvbO9MQ=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.15.0"
- function-bind "^1.1.1"
-
-arraybuffer.slice@~0.0.7:
- version "0.0.7"
- resolved "https://registry.npm.alibaba-inc.com/arraybuffer.slice/download/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
- integrity sha1-O7xCdd1YTMGxCAm4nU6LY6aednU=
-
-arrify@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
- integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
-
-arrify@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/arrify/download/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
- integrity sha1-yWVekzHgq81YjSp8rX6ZVvZnAfo=
-
-asap@^2.0.0, asap@~2.0.3:
- version "2.0.6"
- resolved "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
- integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
-
-asn1.js@^4.0.0:
- version "4.10.1"
- resolved "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
- integrity sha1-ucK/WAXx5kqt7tbfOiv6+1pz9aA=
- dependencies:
- bn.js "^4.0.0"
- inherits "^2.0.1"
- minimalistic-assert "^1.0.0"
-
-asn1@~0.2.3:
- version "0.2.4"
- resolved "https://registry.npm.alibaba-inc.com/asn1/download/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
- integrity sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=
- dependencies:
- safer-buffer "~2.1.0"
-
-assert-plus@1.0.0, assert-plus@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
- integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
-
-assert@^1.1.1:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/assert/download/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
- integrity sha1-VcEJqvbgrv2z3EtxJAxwv1dLGOs=
- dependencies:
- object-assign "^4.1.1"
- util "0.10.3"
-
-assign-symbols@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
- integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
-
-ast-types-flow@0.0.7, ast-types-flow@^0.0.7:
- version "0.0.7"
- resolved "https://registry.npm.alibaba-inc.com/ast-types-flow/download/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
- integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
-
-ast-types@0.11.3:
- version "0.11.3"
- resolved "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.11.3.tgz#c20757fe72ee71278ea0ff3d87e5c2ca30d9edf8"
- integrity sha1-wgdX/nLucSeOoP89h+XCyjDZ7fg=
-
-ast-types@0.12.4:
- version "0.12.4"
- resolved "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.12.4.tgz#71ce6383800f24efc9a1a3308f3a6e420a0974d1"
- integrity sha1-cc5jg4APJO/JoaMwjzpuQgoJdNE=
-
-ast-types@0.9.6:
- version "0.9.6"
- resolved "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9"
- integrity sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=
-
-astral-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
- integrity sha1-bIw/uCfdQ+45GPJ7gngqt2WKb9k=
-
-async-each@^1.0.1:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
- integrity sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=
-
-async-foreach@^0.1.3:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/async-foreach/download/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
- integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=
-
-async-limiter@^1.0.0, async-limiter@~1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
- integrity sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=
-
-async-retry@1.2.3:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/async-retry/download/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0"
- integrity sha1-plIfM4NY0yKxoAEreQMMb0EdHOA=
- dependencies:
- retry "0.12.0"
-
-async-validator@~1.11.3:
- version "1.11.5"
- resolved "https://registry.npm.alibaba-inc.com/async-validator/download/async-validator-1.11.5.tgz#9d43cf49ef6bb76be5442388d19fb9a6e47597ea"
- integrity sha1-nUPPSe9rt2vlRCOI0Z+5puR1l+o=
-
-async@1.5.2:
- version "1.5.2"
- resolved "https://registry.npm.alibaba-inc.com/async/download/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
- integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
-
-async@^2.1.4, async@^2.6.1, async@^2.6.2, async@^2.6.3:
- version "2.6.3"
- resolved "https://registry.npm.alibaba-inc.com/async/download/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
- integrity sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=
- dependencies:
- lodash "^4.17.14"
-
-asynckit@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/asynckit/download/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
- integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
-
-atob-lite@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/atob-lite/download/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
- integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=
-
-atob@^2.1.1:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/atob/download/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
- integrity sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k=
-
-auto-bind@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/auto-bind/download/auto-bind-2.1.1.tgz#8ae509671ecdfbd5009fc99b0f19ae9c3a2abf50"
- integrity sha1-iuUJZx7N+9UAn8mbDxmunDoqv1A=
- dependencies:
- "@types/react" "^16.8.12"
-
-autocomplete.js@0.36.0:
- version "0.36.0"
- resolved "https://registry.npm.alibaba-inc.com/autocomplete.js/download/autocomplete.js-0.36.0.tgz#94fe775fe64b6cd42e622d076dc7fd26bedd837b"
- integrity sha1-lP53X+ZLbNQuYi0Hbcf9Jr7dg3s=
- dependencies:
- immediate "^3.2.3"
-
-autoprefixer@^9.0.0, autoprefixer@^9.4.9:
- version "9.7.1"
- resolved "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.7.1.tgz#9ffc44c55f5ca89253d9bb7186cefb01ef57747f"
- integrity sha1-n/xExV9cqJJT2btxhs77Ae9XdH8=
- dependencies:
- browserslist "^4.7.2"
- caniuse-lite "^1.0.30001006"
- chalk "^2.4.2"
- normalize-range "^0.1.2"
- num2fraction "^1.2.2"
- postcss "^7.0.21"
- postcss-value-parser "^4.0.2"
-
-autoprefixer@^9.7.1:
- version "9.7.2"
- resolved "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.7.2.tgz#26cf729fbb709323b40171a874304884dcceffed"
- integrity sha1-Js9yn7twkyO0AXGodDBIhNzO/+0=
- dependencies:
- browserslist "^4.7.3"
- caniuse-lite "^1.0.30001010"
- chalk "^2.4.2"
- normalize-range "^0.1.2"
- num2fraction "^1.2.2"
- postcss "^7.0.23"
- postcss-value-parser "^4.0.2"
-
-awesome-typescript-loader@^5.2.1:
- version "5.2.1"
- resolved "https://registry.npm.alibaba-inc.com/awesome-typescript-loader/download/awesome-typescript-loader-5.2.1.tgz#a41daf7847515f4925cdbaa3075d61f289e913fc"
- integrity sha1-pB2veEdRX0klzbqjB11h8onpE/w=
- dependencies:
- chalk "^2.4.1"
- enhanced-resolve "^4.0.0"
- loader-utils "^1.1.0"
- lodash "^4.17.5"
- micromatch "^3.1.9"
- mkdirp "^0.5.1"
- source-map-support "^0.5.3"
- webpack-log "^1.2.0"
-
-aws-sign2@~0.7.0:
- version "0.7.0"
- resolved "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
- integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
-
-aws4@^1.8.0:
- version "1.8.0"
- resolved "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
- integrity sha1-8OAD2cqef1nHpQiUXXsu+aBKVC8=
-
-axios@^0.16.2:
- version "0.16.2"
- resolved "https://registry.npm.alibaba-inc.com/axios/download/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d"
- integrity sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=
- dependencies:
- follow-redirects "^1.2.3"
- is-buffer "^1.1.5"
-
-axios@^0.19.0:
- version "0.19.0"
- resolved "https://registry.npm.alibaba-inc.com/axios/download/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
- integrity sha1-jgm/89kSLhM/e4EByPvdAO09Krg=
- dependencies:
- follow-redirects "1.5.10"
- is-buffer "^2.0.2"
-
-axobject-query@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/axobject-query/download/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
- integrity sha1-6hh6vluQArN3+SXYv30cVhrfOPk=
- dependencies:
- ast-types-flow "0.0.7"
-
-babel-code-frame@6.26.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
- version "6.26.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
- integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
- dependencies:
- chalk "^1.1.3"
- esutils "^2.0.2"
- js-tokens "^3.0.2"
-
-babel-core@7.0.0-bridge.0:
- version "7.0.0-bridge.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-core/download/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
- integrity sha1-laSS3dkPm06aSh2hTrM1uHtjTs4=
-
-babel-eslint@^10.0.3:
- version "10.0.3"
- resolved "https://registry.npm.alibaba-inc.com/babel-eslint/download/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
- integrity sha1-gaLGab4PIF4ZRi/tJILTPkaHqIo=
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/parser" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- "@babel/types" "^7.0.0"
- eslint-visitor-keys "^1.0.0"
- resolve "^1.12.0"
-
-babel-extract-comments@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-extract-comments/download/babel-extract-comments-1.0.0.tgz#0a2aedf81417ed391b85e18b4614e693a0351a21"
- integrity sha1-Cirt+BQX7TkbheGLRhTmk6A1GiE=
- dependencies:
- babylon "^6.18.0"
-
-babel-helper-evaluate-path@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz#a62fa9c4e64ff7ea5cea9353174ef023a900a67c"
- integrity sha1-pi+pxOZP9+pc6pNTF07wI6kApnw=
-
-babel-helper-flip-expressions@^0.4.3:
- version "0.4.3"
- resolved "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz#3696736a128ac18bc25254b5f40a22ceb3c1d3fd"
- integrity sha1-NpZzahKKwYvCUlS19AoizrPB0/0=
-
-babel-helper-is-nodes-equiv@^0.0.1:
- 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#34e9b300b1479ddd98ec77ea0bbe9342dfe39684"
- integrity sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ=
-
-babel-helper-is-void-0@^0.4.3:
- 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#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e"
- integrity sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4=
-
-babel-helper-mark-eval-scopes@^0.4.3:
- 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#d244a3bef9844872603ffb46e22ce8acdf551562"
- integrity sha1-0kSjvvmESHJgP/tG4izorN9VFWI=
-
-babel-helper-remove-or-void@^0.4.3:
- 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#a4f03b40077a0ffe88e45d07010dee241ff5ae60"
- integrity sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA=
-
-babel-helper-to-multiple-sequence-expressions@^0.5.0:
- 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#a3f924e3561882d42fcf48907aa98f7979a4588d"
- integrity sha1-o/kk41YYgtQvz0iQeqmPeXmkWI0=
-
-babel-jest@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-24.9.0.tgz#3fc327cb8467b89d14d7bc70e315104a783ccd54"
- integrity sha1-P8Mny4RnuJ0U17xw4xUQSng8zVQ=
- dependencies:
- "@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"
-
-babel-loader@^8.0.6:
- version "8.0.6"
- resolved "https://registry.npm.alibaba-inc.com/babel-loader/download/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb"
- integrity sha1-4zvbbzYrA/S7FBoMIauHxQG3Dfs=
- dependencies:
- find-cache-dir "^2.0.0"
- loader-utils "^1.0.2"
- mkdirp "^0.5.1"
- pify "^4.0.1"
-
-babel-plugin-add-module-exports@^0.3.3:
- version "0.3.3"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-add-module-exports/download/babel-plugin-add-module-exports-0.3.3.tgz#b9f7c0a93b989170dce07c3e97071a905a13fc29"
- integrity sha1-uffAqTuYkXDc4Hw+lwcakFoT/Ck=
- optionalDependencies:
- chokidar "^2.0.4"
-
-babel-plugin-add-react-displayname@^0.0.5:
- 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#339d4cddb7b65fd62d1df9db9fe04de134122bd5"
- integrity sha1-M51M3be2X9YtHfnbn+BN4TQSK9U=
-
-babel-plugin-const-enum@^0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-const-enum/download/babel-plugin-const-enum-0.0.2.tgz#ace63825bdb4caafbb1e3bc441361463e45ec824"
- integrity sha1-rOY4Jb20yq+7HjvEQTYUY+ReyCQ=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-typescript" "^7.3.3"
-
-babel-plugin-css-modules-transform@^1.6.2:
- version "1.6.2"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-css-modules-transform/download/babel-plugin-css-modules-transform-1.6.2.tgz#eecf4889637bf1c56cda25ee21df060775d1bd22"
- integrity sha1-7s9IiWN78cVs2iXuId8GB3XRvSI=
- dependencies:
- css-modules-require-hook "^4.0.6"
- mkdirp "^0.5.1"
-
-babel-plugin-dynamic-import-node@2.3.0, babel-plugin-dynamic-import-node@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
- integrity sha1-8A9Qe9qjw+P/bn5emNkKesq5b38=
- dependencies:
- object.assign "^4.1.0"
-
-babel-plugin-emotion@^10.0.14, babel-plugin-emotion@^10.0.22, babel-plugin-emotion@^10.0.23:
- version "10.0.23"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.0.23.tgz#040d40bf61dcab6d31dd6043d10e180240b8515b"
- integrity sha1-BA1Av2Hcq20x3WBD0Q4YAkC4UVs=
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@emotion/hash" "0.7.3"
- "@emotion/memoize" "0.7.3"
- "@emotion/serialize" "^0.11.14"
- 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"
-
-babel-plugin-import@^1.12.0:
- version "1.12.2"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-import/download/babel-plugin-import-1.12.2.tgz#bb8e11dabae68fbff4484c8e2bc2db1e086286a8"
- integrity sha1-u44R2rrmj7/0SEyOK8LbHghihqg=
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/runtime" "^7.0.0"
-
-babel-plugin-inline-import@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-inline-import/download/babel-plugin-inline-import-3.0.0.tgz#220eb2a52f8e779d8fb89447f950275e1e3f5981"
- integrity sha1-Ig6ypS+Od52PuJRH+VAnXh4/WYE=
- dependencies:
- require-resolve "0.0.2"
-
-babel-plugin-inline-webgl-constants@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-inline-webgl-constants/download/babel-plugin-inline-webgl-constants-1.0.1.tgz#ca81b3e3c3816356a23414a44bf367f51c5b7a89"
- integrity sha1-yoGz48OBY1aiNBSkS/Nn9Rxbeok=
- dependencies:
- "@luma.gl/constants" "^7.3.0-alpha.1"
-
-babel-plugin-istanbul@^5.1.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854"
- integrity sha1-30reg9iXqS3wacTZolzyZxKTyFQ=
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- find-up "^3.0.0"
- istanbul-lib-instrument "^3.3.0"
- test-exclude "^5.2.3"
-
-babel-plugin-jest-hoist@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-24.9.0.tgz#4f837091eb407e01447c8843cbec546d0002d756"
- integrity sha1-T4NwketAfgFEfIhDy+xUbQAC11Y=
- dependencies:
- "@types/babel__traverse" "^7.0.6"
-
-babel-plugin-lodash@^3.3.4:
- version "3.3.4"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-lodash/download/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
- integrity sha1-T2hENYoTQLrtGCrb7/qN+ZZ7wZY=
- dependencies:
- "@babel/helper-module-imports" "^7.0.0-beta.49"
- "@babel/types" "^7.0.0-beta.49"
- glob "^7.1.1"
- lodash "^4.17.10"
- require-package-name "^2.0.1"
-
-babel-plugin-macros@2.6.1:
- version "2.6.1"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.6.1.tgz#41f7ead616fc36f6a93180e89697f69f51671181"
- integrity sha1-Qffq1hb8NvapMYDolpf2n1FnEYE=
- dependencies:
- "@babel/runtime" "^7.4.2"
- cosmiconfig "^5.2.0"
- resolve "^1.10.0"
-
-babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.4.5, babel-plugin-macros@^2.6.1:
- version "2.6.2"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.6.2.tgz#98ae30a02645dfa8033628fe613854ec9541bbc8"
- integrity sha1-mK4woCZF36gDNij+YThU7JVBu8g=
- dependencies:
- "@babel/runtime" "^7.7.2"
- cosmiconfig "^6.0.0"
- resolve "^1.12.0"
-
-babel-plugin-minify-builtins@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.5.0.tgz#31eb82ed1a0d0efdc31312f93b6e4741ce82c36b"
- integrity sha1-MeuC7RoNDv3DExL5O25HQc6Cw2s=
-
-babel-plugin-minify-constant-folding@^0.5.0:
- 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#f84bc8dbf6a561e5e350ff95ae216b0ad5515b6e"
- integrity sha1-+EvI2/alYeXjUP+VriFrCtVRW24=
- dependencies:
- babel-helper-evaluate-path "^0.5.0"
-
-babel-plugin-minify-dead-code-elimination@^0.5.1:
- 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#1a0c68e44be30de4976ca69ffc535e08be13683f"
- integrity sha1-Ggxo5EvjDeSXbKaf/FNeCL4TaD8=
- dependencies:
- 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"
-
-babel-plugin-minify-flip-comparisons@^0.4.3:
- 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#00ca870cb8f13b45c038b3c1ebc0f227293c965a"
- integrity sha1-AMqHDLjxO0XAOLPB68DyJyk8llo=
- dependencies:
- babel-helper-is-void-0 "^0.4.3"
-
-babel-plugin-minify-guarded-expressions@^0.4.4:
- 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#818960f64cc08aee9d6c75bec6da974c4d621135"
- integrity sha1-gYlg9kzAiu6dbHW+xtqXTE1iETU=
- dependencies:
- babel-helper-evaluate-path "^0.5.0"
- babel-helper-flip-expressions "^0.4.3"
-
-babel-plugin-minify-infinity@^0.4.3:
- version "0.4.3"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.4.3.tgz#dfb876a1b08a06576384ef3f92e653ba607b39ca"
- integrity sha1-37h2obCKBldjhO8/kuZTumB7Oco=
-
-babel-plugin-minify-mangle-names@^0.5.0:
- 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#bcddb507c91d2c99e138bd6b17a19c3c271e3fd3"
- integrity sha1-vN21B8kdLJnhOL1rF6GcPCceP9M=
- dependencies:
- babel-helper-mark-eval-scopes "^0.4.3"
-
-babel-plugin-minify-numeric-literals@^0.4.3:
- 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#8e4fd561c79f7801286ff60e8c5fd9deee93c0bc"
- integrity sha1-jk/VYcefeAEob/YOjF/Z3u6TwLw=
-
-babel-plugin-minify-replace@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.5.0.tgz#d3e2c9946c9096c070efc96761ce288ec5c3f71c"
- integrity sha1-0+LJlGyQlsBw78lnYc4ojsXD9xw=
-
-babel-plugin-minify-simplify@^0.5.1:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.5.1.tgz#f21613c8b95af3450a2ca71502fdbd91793c8d6a"
- integrity sha1-8hYTyLla80UKLKcVAv29kXk8jWo=
- dependencies:
- 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"
-
-babel-plugin-minify-type-constructors@^0.4.3:
- 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#1bc6f15b87f7ab1085d42b330b717657a2156500"
- integrity sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA=
- dependencies:
- babel-helper-is-void-0 "^0.4.3"
-
-babel-plugin-named-asset-import@^0.3.1:
- version "0.3.4"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-named-asset-import/download/babel-plugin-named-asset-import-0.3.4.tgz#4a8fc30e9a3e2b1f5ed36883386ab2d84e1089bd"
- integrity sha1-So/DDpo+Kx9e02iDOGqy2E4Qib0=
-
-babel-plugin-react-docgen@^3.0.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-react-docgen/download/babel-plugin-react-docgen-3.2.0.tgz#c072364d61d1f6bb19a6ca81734fc270870e8b96"
- integrity sha1-wHI2TWHR9rsZpsqBc0/CcIcOi5Y=
- dependencies:
- lodash "^4.17.15"
- react-docgen "^4.1.1"
- recast "^0.14.7"
-
-babel-plugin-remove-graphql-queries@^2.7.16:
- version "2.7.16"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-remove-graphql-queries/download/babel-plugin-remove-graphql-queries-2.7.16.tgz#32b6d305e8f8ee17036840cb31649e8d32453f81"
- integrity sha1-MrbTBej47hcDaEDLMWSejTJFP4E=
-
-babel-plugin-syntax-jsx@^6.18.0:
- version "6.18.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
- integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
-
-babel-plugin-syntax-object-rest-spread@^6.8.0:
- version "6.13.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-object-rest-spread/download/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
- integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
-
-babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
- version "7.0.0-beta.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-trailing-function-commas/download/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
- integrity sha1-qiE8FDXiv/62/KhCKH71NK0F1c8=
-
-babel-plugin-transform-inline-consecutive-adds@^0.4.3:
- 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#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1"
- integrity sha1-Mj1Ho+pjqDp6w8gRro5pQfrysNE=
-
-babel-plugin-transform-member-expression-literals@^6.9.4:
- 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#37039c9a0c3313a39495faac2ff3a6b5b9d038bf"
- integrity sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8=
-
-babel-plugin-transform-merge-sibling-variables@^6.9.4:
- 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#85b422fc3377b449c9d1cde44087203532401dae"
- integrity sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4=
-
-babel-plugin-transform-minify-booleans@^6.9.4:
- 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#acbb3e56a3555dd23928e4b582d285162dd2b198"
- integrity sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg=
-
-babel-plugin-transform-object-rest-spread@^6.26.0:
- version "6.26.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-transform-object-rest-spread/download/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
- integrity sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=
- dependencies:
- babel-plugin-syntax-object-rest-spread "^6.8.0"
- babel-runtime "^6.26.0"
-
-babel-plugin-transform-postcss@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-plugin-transform-postcss/download/babel-plugin-transform-postcss-0.3.0.tgz#1f2e5d047bbd0ce84ac443c4715003d3796ee237"
- integrity sha1-Hy5dBHu9DOhKxEPEcVAD03lu4jc=
- dependencies:
- debug "^2.6.0"
- postcss-load-config "^1.1.0"
-
-babel-plugin-transform-property-literals@^6.9.4:
- 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#98c1d21e255736573f93ece54459f6ce24985d39"
- integrity sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk=
- dependencies:
- esutils "^2.0.2"
-
-babel-plugin-transform-react-remove-prop-types@0.4.24, babel-plugin-transform-react-remove-prop-types@^0.4.24:
- 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#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
- integrity sha1-8u2vm0xqX75cHWeL+1MQeMFVXzo=
-
-babel-plugin-transform-regexp-constructors@^0.4.3:
- 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#58b7775b63afcf33328fae9a5f88fbd4fb0b4965"
- integrity sha1-WLd3W2OvzzMyj66aX4j71PsLSWU=
-
-babel-plugin-transform-remove-console@^6.9.4:
- 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#b980360c067384e24b357a588d807d3c83527780"
- integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A=
-
-babel-plugin-transform-remove-debugger@^6.9.4:
- 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#42b727631c97978e1eb2d199a7aec84a18339ef2"
- integrity sha1-QrcnYxyXl44estGZp67IShgznvI=
-
-babel-plugin-transform-remove-undefined@^0.5.0:
- 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#80208b31225766c630c97fa2d288952056ea22dd"
- integrity sha1-gCCLMSJXZsYwyX+i0oiVIFbqIt0=
- dependencies:
- babel-helper-evaluate-path "^0.5.0"
-
-babel-plugin-transform-simplify-comparison-operators@^6.9.4:
- 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#f62afe096cab0e1f68a2d753fdf283888471ceb9"
- integrity sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk=
-
-babel-plugin-transform-undefined-to-void@^6.9.4:
- 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#be241ca81404030678b748717322b89d0c8fe280"
- integrity sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA=
-
-babel-polyfill@6.26.0:
- version "6.26.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-polyfill/download/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
- integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=
- dependencies:
- babel-runtime "^6.26.0"
- core-js "^2.5.0"
- regenerator-runtime "^0.10.5"
-
-babel-preset-fbjs@^3.1.2:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-preset-fbjs/download/babel-preset-fbjs-3.3.0.tgz#a6024764ea86c8e06a22d794ca8b69534d263541"
- integrity sha1-pgJHZOqGyOBqIteUyotpU00mNUE=
- dependencies:
- "@babel/plugin-proposal-class-properties" "^7.0.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
- "@babel/plugin-syntax-class-properties" "^7.0.0"
- "@babel/plugin-syntax-flow" "^7.0.0"
- "@babel/plugin-syntax-jsx" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
- "@babel/plugin-transform-arrow-functions" "^7.0.0"
- "@babel/plugin-transform-block-scoped-functions" "^7.0.0"
- "@babel/plugin-transform-block-scoping" "^7.0.0"
- "@babel/plugin-transform-classes" "^7.0.0"
- "@babel/plugin-transform-computed-properties" "^7.0.0"
- "@babel/plugin-transform-destructuring" "^7.0.0"
- "@babel/plugin-transform-flow-strip-types" "^7.0.0"
- "@babel/plugin-transform-for-of" "^7.0.0"
- "@babel/plugin-transform-function-name" "^7.0.0"
- "@babel/plugin-transform-literals" "^7.0.0"
- "@babel/plugin-transform-member-expression-literals" "^7.0.0"
- "@babel/plugin-transform-modules-commonjs" "^7.0.0"
- "@babel/plugin-transform-object-super" "^7.0.0"
- "@babel/plugin-transform-parameters" "^7.0.0"
- "@babel/plugin-transform-property-literals" "^7.0.0"
- "@babel/plugin-transform-react-display-name" "^7.0.0"
- "@babel/plugin-transform-react-jsx" "^7.0.0"
- "@babel/plugin-transform-shorthand-properties" "^7.0.0"
- "@babel/plugin-transform-spread" "^7.0.0"
- "@babel/plugin-transform-template-literals" "^7.0.0"
- babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
-
-babel-preset-gatsby@^0.2.13, babel-preset-gatsby@^0.2.20, babel-preset-gatsby@^0.2.22:
- version "0.2.22"
- resolved "https://registry.npm.alibaba-inc.com/babel-preset-gatsby/download/babel-preset-gatsby-0.2.22.tgz#116cd8d7982f07b8063c783ac3ad3bc849ce3238"
- integrity sha1-EWzY15gvB7gGPHg6w607yEnOMjg=
- dependencies:
- "@babel/plugin-proposal-class-properties" "^7.7.0"
- "@babel/plugin-syntax-dynamic-import" "^7.2.0"
- "@babel/plugin-transform-runtime" "^7.6.2"
- "@babel/plugin-transform-spread" "^7.6.2"
- "@babel/preset-env" "^7.7.1"
- "@babel/preset-react" "^7.7.0"
- "@babel/runtime" "^7.7.2"
- babel-plugin-dynamic-import-node "^2.3.0"
- babel-plugin-macros "^2.6.1"
- babel-plugin-transform-react-remove-prop-types "^0.4.24"
-
-babel-preset-jest@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-24.9.0.tgz#192b521e2217fb1d1f67cf73f70c336650ad3cdc"
- integrity sha1-GStSHiIX+x0fZ89z9wwzZlCtPNw=
- dependencies:
- "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
- babel-plugin-jest-hoist "^24.9.0"
-
-"babel-preset-minify@^0.5.0 || 0.6.0-alpha.5":
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/babel-preset-minify/download/babel-preset-minify-0.5.1.tgz#25f5d0bce36ec818be80338d0e594106e21eaa9f"
- integrity sha1-JfXQvONuyBi+gDONDllBBuIeqp8=
- dependencies:
- 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"
-
-babel-preset-react-app@^9.0.0:
- version "9.0.2"
- resolved "https://registry.npm.alibaba-inc.com/babel-preset-react-app/download/babel-preset-react-app-9.0.2.tgz#247d37e883d6d6f4b4691e5f23711bb2dd80567d"
- integrity sha1-JH036IPW1vS0aR5fI3Ebst2AVn0=
- dependencies:
- "@babel/core" "7.6.0"
- "@babel/plugin-proposal-class-properties" "7.5.5"
- "@babel/plugin-proposal-decorators" "7.6.0"
- "@babel/plugin-proposal-object-rest-spread" "7.5.5"
- "@babel/plugin-syntax-dynamic-import" "7.2.0"
- "@babel/plugin-transform-destructuring" "7.6.0"
- "@babel/plugin-transform-flow-strip-types" "7.4.4"
- "@babel/plugin-transform-react-display-name" "7.2.0"
- "@babel/plugin-transform-runtime" "7.6.0"
- "@babel/preset-env" "7.6.0"
- "@babel/preset-react" "7.0.0"
- "@babel/preset-typescript" "7.6.0"
- "@babel/runtime" "7.6.0"
- babel-plugin-dynamic-import-node "2.3.0"
- babel-plugin-macros "2.6.1"
- babel-plugin-transform-react-remove-prop-types "0.4.24"
-
-babel-runtime@6.x, babel-runtime@^6.18.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0:
- version "6.26.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
- integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
- dependencies:
- core-js "^2.4.0"
- regenerator-runtime "^0.11.0"
-
-babel-standalone@^6.26.0:
- version "6.26.0"
- resolved "https://registry.npm.alibaba-inc.com/babel-standalone/download/babel-standalone-6.26.0.tgz#15fb3d35f2c456695815ebf1ed96fe7f015b6886"
- integrity sha1-Ffs9NfLEVmlYFevx7Zb+fwFbaIY=
-
-babylon@^6.18.0:
- version "6.18.0"
- resolved "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
- integrity sha1-ry87iPpvXB5MY00aD46sT1WzleM=
-
-backo2@1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/backo2/download/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
- integrity sha1-MasayLEpNjRj41s+u2n038+6eUc=
-
-bail@^1.0.0:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.4.tgz#7181b66d508aa3055d3f6c13f0a0c720641dde9b"
- integrity sha1-cYG2bVCKowVdP2wT8KDHIGQd3ps=
-
-balanced-match@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
- integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
-
-base62@^1.1.0:
- version "1.2.8"
- resolved "https://registry.npm.alibaba-inc.com/base62/download/base62-1.2.8.tgz#1264cb0fb848d875792877479dbe8bae6bae3428"
- integrity sha1-EmTLD7hI2HV5KHdHnb6LrmuuNCg=
-
-base64-arraybuffer@0.1.5:
- version "0.1.5"
- resolved "https://registry.npm.alibaba-inc.com/base64-arraybuffer/download/base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8"
- integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg=
-
-base64-js@^1.0.2:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/base64-js/download/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
- integrity sha1-WOzoy3XdB+ce0IxzarxfrE2/jfE=
-
-base64id@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/base64id/download/base64id-2.0.0.tgz#2770ac6bc47d312af97a8bf9a634342e0cd25cb6"
- integrity sha1-J3Csa8R9MSr5eov5pjQ0LgzSXLY=
-
-base@^0.11.1:
- version "0.11.2"
- resolved "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
- integrity sha1-e95c7RRbbVUakNuH+DxVi060io8=
- dependencies:
- 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"
-
-batch-processor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/batch-processor/download/batch-processor-1.0.0.tgz#75c95c32b748e0850d10c2b168f6bdbe9891ace8"
- integrity sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg=
-
-batch@0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/batch/download/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
- integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=
-
-bcrypt-pbkdf@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
- integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
- dependencies:
- tweetnacl "^0.14.3"
-
-before-after-hook@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/before-after-hook/download/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635"
- integrity sha1-tsA0h/ROJCAN0wyl5qGXnF0vtjU=
-
-better-assert@~1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/better-assert/download/better-assert-1.0.2.tgz#40866b9e1b9e0b55b481894311e68faffaebc522"
- integrity sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=
- dependencies:
- callsite "1.0.0"
-
-better-opn@1.0.0, better-opn@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/better-opn/download/better-opn-1.0.0.tgz#0454e4bb9115c6a9e4e5744417dd9c97fb9fce41"
- integrity sha1-BFTku5EVxqnk5XREF92cl/ufzkE=
- dependencies:
- open "^6.4.0"
-
-better-queue-memory@^1.0.1:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/better-queue-memory/download/better-queue-memory-1.0.4.tgz#f390d6b30bb3b36aaf2ce52b37a483e8a7a81a22"
- integrity sha1-85DWswuzs2qvLOUrN6SD6KeoGiI=
-
-better-queue@^3.8.10:
- version "3.8.10"
- resolved "https://registry.npm.alibaba-inc.com/better-queue/download/better-queue-3.8.10.tgz#1c93b9ec4cb3d1b72eb91d0efcb84fc80e8c6835"
- integrity sha1-HJO57Eyz0bcuuR0O/LhPyA6MaDU=
- dependencies:
- better-queue-memory "^1.0.1"
- node-eta "^0.9.0"
- uuid "^3.0.0"
-
-big.js@^3.1.3:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/big.js/download/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
- integrity sha1-pfwpi4G54Nyi5FiCR4S2XFK6WI4=
-
-big.js@^5.2.2:
- version "5.2.2"
- resolved "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
- integrity sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=
-
-bin-build@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/bin-build/download/bin-build-3.0.0.tgz#c5780a25a8a9f966d8244217e6c1f5082a143861"
- integrity sha1-xXgKJaip+WbYJEIX5sH1CCoUOGE=
- dependencies:
- decompress "^4.0.0"
- download "^6.2.2"
- execa "^0.7.0"
- p-map-series "^1.0.0"
- tempfile "^2.0.0"
-
-bin-check@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/bin-check/download/bin-check-4.1.0.tgz#fc495970bdc88bb1d5a35fc17e65c4a149fc4a49"
- integrity sha1-/ElZcL3Ii7HVo1/BfmXEoUn8Skk=
- dependencies:
- execa "^0.7.0"
- executable "^4.1.0"
-
-bin-version-check@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/bin-version-check/download/bin-version-check-4.0.0.tgz#7d819c62496991f80d893e6e02a3032361608f71"
- integrity sha1-fYGcYklpkfgNiT5uAqMDI2Fgj3E=
- dependencies:
- bin-version "^3.0.0"
- semver "^5.6.0"
- semver-truncate "^1.1.2"
-
-bin-version@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/bin-version/download/bin-version-3.1.0.tgz#5b09eb280752b1bd28f0c9db3f96f2f43b6c0839"
- integrity sha1-WwnrKAdSsb0o8MnbP5by9DtsCDk=
- dependencies:
- execa "^1.0.0"
- find-versions "^3.0.0"
-
-bin-wrapper@^4.0.0, bin-wrapper@^4.0.1:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/bin-wrapper/download/bin-wrapper-4.1.0.tgz#99348f2cf85031e3ef7efce7e5300aeaae960605"
- integrity sha1-mTSPLPhQMePvfvzn5TAK6q6WBgU=
- dependencies:
- bin-check "^4.1.0"
- bin-version-check "^4.0.0"
- download "^7.1.0"
- import-lazy "^3.1.0"
- os-filter-obj "^2.0.0"
- pify "^4.0.1"
-
-binary-extensions@^1.0.0:
- version "1.13.1"
- resolved "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
- integrity sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=
-
-binary-extensions@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
- integrity sha1-I8DfFPaogHf1+YbA0WfsA8PVU3w=
-
-binaryextensions@^2.1.2:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/binaryextensions/download/binaryextensions-2.2.0.tgz#e7c6ba82d4f5f5758c26078fe8eea28881233311"
- integrity sha1-58a6gtT19XWMJgeP6O6iiIEjMxE=
-
-bindings@^1.5.0:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/bindings/download/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
- integrity sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=
- dependencies:
- file-uri-to-path "1.0.0"
-
-bit-twiddle@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/bit-twiddle/download/bit-twiddle-1.0.2.tgz#0c6c1fabe2b23d17173d9a61b7b7093eb9e1769e"
- integrity sha1-DGwfq+KyPRcXPZpht7cJPrnhdp4=
-
-bl@^1.0.0:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/bl/download/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
- integrity sha1-oWCRFxcQPAdBDO9j71Gzl8Alr5w=
- dependencies:
- readable-stream "^2.3.5"
- safe-buffer "^5.1.1"
-
-bl@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/bl/download/bl-3.0.0.tgz#3611ec00579fd18561754360b21e9f784500ff88"
- integrity sha1-NhHsAFef0YVhdUNgsh6feEUA/4g=
- dependencies:
- readable-stream "^3.0.1"
-
-blob@0.0.5:
- version "0.0.5"
- resolved "https://registry.npm.alibaba-inc.com/blob/download/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683"
- integrity sha1-1oDu7yX4zZGtUz9bAe7UjmTK9oM=
-
-block-stream@*:
- version "0.0.9"
- resolved "https://registry.npm.alibaba-inc.com/block-stream/download/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
- integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=
- dependencies:
- inherits "~2.0.0"
-
-bluebird@^3.3.5, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1:
- version "3.7.1"
- resolved "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
- integrity sha1-33DjArRx10c0iazyapPWO1P4dN4=
-
-bmp-js@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/bmp-js/download/bmp-js-0.1.0.tgz#e05a63f796a6c1ff25f4771ec7adadc148c07233"
- integrity sha1-4Fpj95amwf8l9Hcex62twUjAcjM=
-
-bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
- version "4.11.8"
- resolved "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
- integrity sha1-LN4J617jQfSEdGuwMJsyU7GxRC8=
-
-body-parser@1.19.0:
- version "1.19.0"
- resolved "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
- integrity sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io=
- dependencies:
- 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"
-
-bonjour@^3.5.0:
- version "3.5.0"
- resolved "https://registry.npm.alibaba-inc.com/bonjour/download/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
- integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU=
- dependencies:
- array-flatten "^2.1.0"
- deep-equal "^1.0.1"
- dns-equal "^1.0.0"
- dns-txt "^2.0.2"
- multicast-dns "^6.0.1"
- multicast-dns-service-types "^1.1.0"
-
-boolbase@^1.0.0, boolbase@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
- integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
-
-bowser@^1.7.3:
- version "1.9.4"
- resolved "https://registry.npm.alibaba-inc.com/bowser/download/bowser-1.9.4.tgz#890c58a2813a9d3243704334fa81b96a5c150c9a"
- integrity sha1-iQxYooE6nTJDcEM0+oG5alwVDJo=
-
-boxen@^1.2.1:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/boxen/download/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
- integrity sha1-VcbDmouljZxhrSLNh3Uy3rZlogs=
- dependencies:
- ansi-align "^2.0.0"
- camelcase "^4.0.0"
- chalk "^2.0.1"
- cli-boxes "^1.0.0"
- string-width "^2.0.0"
- term-size "^1.2.0"
- widest-line "^2.0.0"
-
-boxen@^3.0.0, boxen@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"
- integrity sha1-+9/w3pNjarRFCIa2/0W5LQmPRes=
- dependencies:
- 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"
-
-brace-expansion@^1.0.0, brace-expansion@^1.1.7:
- version "1.1.11"
- resolved "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
- integrity sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=
- dependencies:
- balanced-match "^1.0.0"
- concat-map "0.0.1"
-
-braces@^2.3.1, braces@^2.3.2:
- version "2.3.2"
- resolved "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
- integrity sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=
- dependencies:
- 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"
-
-braces@^3.0.1, braces@~3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
- integrity sha1-NFThpGLujVmeI23zNs2epPiv4Qc=
- dependencies:
- fill-range "^7.0.1"
-
-brorand@^1.0.1:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
- integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
-
-browser-process-hrtime@^0.1.2:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
- integrity sha1-YW8A+u8d9+wbW/nP4r3DFw8mx7Q=
-
-browser-resolve@^1.11.3:
- version "1.11.3"
- resolved "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
- integrity sha1-m3y7PQ9RDky4a9vXlhJNKLWJCvY=
- dependencies:
- resolve "1.1.7"
-
-browserify-aes@^1.0.0, browserify-aes@^1.0.4:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
- integrity sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=
- dependencies:
- 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"
-
-browserify-cipher@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
- integrity sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=
- dependencies:
- browserify-aes "^1.0.4"
- browserify-des "^1.0.0"
- evp_bytestokey "^1.0.0"
-
-browserify-des@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/browserify-des/download/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
- integrity sha1-OvTx9Zg5QDVy8cZiBDdfen9wPpw=
- dependencies:
- cipher-base "^1.0.1"
- des.js "^1.0.0"
- inherits "^2.0.1"
- safe-buffer "^5.1.2"
-
-browserify-rsa@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524"
- integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=
- dependencies:
- bn.js "^4.1.0"
- randombytes "^2.0.1"
-
-browserify-sign@^4.0.0:
- version "4.0.4"
- resolved "https://registry.npm.alibaba-inc.com/browserify-sign/download/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298"
- integrity sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=
- dependencies:
- bn.js "^4.1.1"
- browserify-rsa "^4.0.0"
- create-hash "^1.1.0"
- create-hmac "^1.1.2"
- elliptic "^6.0.0"
- inherits "^2.0.1"
- parse-asn1 "^5.0.0"
-
-browserify-zlib@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
- integrity sha1-KGlFnZqjviRf6P4sofRuLn9U1z8=
- dependencies:
- pako "~1.0.5"
-
-browserslist@3.2.8:
- version "3.2.8"
- resolved "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6"
- integrity sha1-sABTYdZHHw9ZUnl6dvyYXx+Xj8Y=
- dependencies:
- caniuse-lite "^1.0.30000844"
- electron-to-chromium "^1.3.47"
-
-browserslist@4.7.0:
- version "4.7.0"
- resolved "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
- integrity sha1-nuiSJf/AfbA0CfL+5STcgidFihc=
- dependencies:
- caniuse-lite "^1.0.30000989"
- electron-to-chromium "^1.3.247"
- node-releases "^1.1.29"
-
-browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.7.2, browserslist@^4.7.3:
- version "4.7.3"
- resolved "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.3.tgz#02341f162b6bcc1e1028e30624815d4924442dc3"
- integrity sha1-AjQfFitrzB4QKOMGJIFdSSRELcM=
- dependencies:
- caniuse-lite "^1.0.30001010"
- electron-to-chromium "^1.3.306"
- node-releases "^1.1.40"
-
-bs-logger@0.x:
- version "0.2.6"
- resolved "https://registry.npm.alibaba-inc.com/bs-logger/download/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
- integrity sha1-6302UwenLPl0zGzadraDVK0za9g=
- dependencies:
- fast-json-stable-stringify "2.x"
-
-bser@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
- integrity sha1-5nh9og7OnQeZhTPP2d5vXDj0vAU=
- dependencies:
- node-int64 "^0.4.0"
-
-btoa-lite@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/btoa-lite/download/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
- integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc=
-
-buffer-alloc-unsafe@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/buffer-alloc-unsafe/download/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
- integrity sha1-vX3CauKXLQ7aJTvgYdupkjScGfA=
-
-buffer-alloc@^1.1.0, buffer-alloc@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/buffer-alloc/download/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
- integrity sha1-iQ3ZDZI6hz4I4Q5f1RpX5bfM4Ow=
- dependencies:
- buffer-alloc-unsafe "^1.1.0"
- buffer-fill "^1.0.0"
-
-buffer-crc32@~0.2.3:
- version "0.2.13"
- resolved "https://registry.npm.alibaba-inc.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
- integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
-
-buffer-equal@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/buffer-equal/download/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b"
- integrity sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=
-
-buffer-fill@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/buffer-fill/download/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
- integrity sha1-+PeLdniYiO858gXNY39o5wISKyw=
-
-buffer-from@1.x, buffer-from@^1.0.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
- integrity sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8=
-
-buffer-indexof@^1.0.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/buffer-indexof/download/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
- integrity sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=
-
-buffer-xor@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
- integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
-
-buffer@^4.3.0:
- version "4.9.2"
- resolved "https://registry.npm.alibaba-inc.com/buffer/download/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8"
- integrity sha1-Iw6tNEACmIZEhBqwJEr4xEu+Pvg=
- dependencies:
- base64-js "^1.0.2"
- ieee754 "^1.1.4"
- isarray "^1.0.0"
-
-buffer@^5.0.3, buffer@^5.2.0, buffer@^5.2.1:
- version "5.4.3"
- resolved "https://registry.npm.alibaba-inc.com/buffer/download/buffer-5.4.3.tgz#3fbc9c69eb713d323e3fc1a895eee0710c072115"
- integrity sha1-P7ycaetxPTI+P8Gole7gcQwHIRU=
- dependencies:
- base64-js "^1.0.2"
- ieee754 "^1.1.4"
-
-builtin-modules@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/builtin-modules/download/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
- integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
-
-builtin-modules@^3.0.0, builtin-modules@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/builtin-modules/download/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484"
- integrity sha1-qtl8FRMet2tltQ7yCOdYTNdqdIQ=
-
-builtin-status-codes@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
- integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
-
-builtins@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/builtins/download/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
- integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
-
-byline@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/byline/download/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"
- integrity sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=
-
-byte-size@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/byte-size/download/byte-size-5.0.1.tgz#4b651039a5ecd96767e71a3d7ed380e48bed4191"
- integrity sha1-S2UQOaXs2Wdn5xo9ftOA5IvtQZE=
-
-bytes@3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
- integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
-
-bytes@3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
- integrity sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY=
-
-cacache@^10.0.0, cacache@^10.0.4:
- version "10.0.4"
- resolved "https://registry.npm.alibaba-inc.com/cacache/download/cacache-10.0.4.tgz#6452367999eff9d4188aefd9a14e9d7c6a263460"
- integrity sha1-ZFI2eZnv+dQYiu/ZoU6dfGomNGA=
- dependencies:
- bluebird "^3.5.1"
- chownr "^1.0.1"
- glob "^7.1.2"
- graceful-fs "^4.1.11"
- lru-cache "^4.1.1"
- mississippi "^2.0.0"
- mkdirp "^0.5.1"
- move-concurrently "^1.0.1"
- promise-inflight "^1.0.1"
- rimraf "^2.6.2"
- ssri "^5.2.4"
- unique-filename "^1.1.0"
- y18n "^4.0.0"
-
-cacache@^12.0.0, cacache@^12.0.2, cacache@^12.0.3:
- version "12.0.3"
- resolved "https://registry.npm.alibaba-inc.com/cacache/download/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390"
- integrity sha1-vpmruk4b9d9GHNWiwQcfxDJXM5A=
- dependencies:
- 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"
-
-cacache@^9.2.9:
- version "9.3.0"
- resolved "https://registry.npm.alibaba-inc.com/cacache/download/cacache-9.3.0.tgz#9cd58f2dd0b8c8cacf685b7067b416d6d3cf9db1"
- integrity sha1-nNWPLdC4yMrPaFtwZ7QW1tPPnbE=
- dependencies:
- bluebird "^3.5.0"
- chownr "^1.0.1"
- glob "^7.1.2"
- graceful-fs "^4.1.11"
- lru-cache "^4.1.1"
- mississippi "^1.3.0"
- mkdirp "^0.5.1"
- move-concurrently "^1.0.1"
- promise-inflight "^1.0.1"
- rimraf "^2.6.1"
- ssri "^4.1.6"
- unique-filename "^1.1.0"
- y18n "^3.2.1"
-
-cache-base@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cache-base/download/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
- integrity sha1-Cn9GQWgxyLZi7jb+TnxZ129marI=
- dependencies:
- 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"
-
-cache-manager-fs-hash@^0.0.7:
- version "0.0.7"
- resolved "https://registry.npm.alibaba-inc.com/cache-manager-fs-hash/download/cache-manager-fs-hash-0.0.7.tgz#297f34b9c1a2aaec7b526e7ae0742c4e3fae4888"
- integrity sha1-KX80ucGiqux7Um564HQsTj+uSIg=
- dependencies:
- es6-promisify "^6.0.0"
- lockfile "^1.0.4"
-
-cache-manager@^2.10.1:
- version "2.10.1"
- resolved "https://registry.npm.alibaba-inc.com/cache-manager/download/cache-manager-2.10.1.tgz#d8f312381255966cfc19c990bc8834c8d24edb2a"
- integrity sha1-2PMSOBJVlmz8GcmQvIg0yNJO2yo=
- dependencies:
- async "1.5.2"
- lru-cache "4.0.0"
-
-cacheable-request@^2.1.1:
- version "2.1.4"
- resolved "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d"
- integrity sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=
- dependencies:
- clone-response "1.0.2"
- get-stream "3.0.0"
- http-cache-semantics "3.8.1"
- keyv "3.0.0"
- lowercase-keys "1.0.0"
- normalize-url "2.0.1"
- responselike "1.0.2"
-
-cacheable-request@^6.0.0:
- version "6.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912"
- integrity sha1-IP+4vRYrpL4R6VZ9gj22UQUsqRI=
- dependencies:
- 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"
-
-cachedir@2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/cachedir/download/cachedir-2.2.0.tgz#19afa4305e05d79e417566882e0c8f960f62ff0e"
- integrity sha1-Ga+kMF4F155BdWaILgyPlg9i/w4=
-
-call-me-maybe@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/call-me-maybe/download/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
- integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=
-
-caller-callsite@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/caller-callsite/download/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
- integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
- dependencies:
- callsites "^2.0.0"
-
-caller-path@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/caller-path/download/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
- integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
- dependencies:
- caller-callsite "^2.0.0"
-
-callsite@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/callsite/download/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20"
- integrity sha1-KAOY5dZkvXQDi28JBRU+borxvCA=
-
-callsites@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/callsites/download/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
- integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
-
-callsites@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
- integrity sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=
-
-camel-case@3.0.x, camel-case@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/camel-case/download/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73"
- integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=
- dependencies:
- no-case "^2.2.0"
- upper-case "^1.1.1"
-
-camelcase-keys@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
- integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc=
- dependencies:
- camelcase "^2.0.0"
- map-obj "^1.0.0"
-
-camelcase-keys@^4.0.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77"
- integrity sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=
- dependencies:
- camelcase "^4.1.0"
- map-obj "^2.0.0"
- quick-lru "^1.0.0"
-
-camelcase@^1.0.2:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
- integrity sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=
-
-camelcase@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
- integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
-
-camelcase@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
- integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo=
-
-camelcase@^4.0.0, camelcase@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
- integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
-
-camelcase@^5.0.0, camelcase@^5.3.1:
- version "5.3.1"
- resolved "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
- integrity sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=
-
-camelize@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/camelize/download/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
- integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
-
-can-use-dom@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/can-use-dom/download/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a"
- integrity sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo=
-
-caniuse-api@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
- integrity sha1-Xk2Q4idJYdRikZl99Znj7QCO5MA=
- dependencies:
- browserslist "^4.0.0"
- caniuse-lite "^1.0.0"
- lodash.memoize "^4.1.2"
- lodash.uniq "^4.5.0"
-
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001006, caniuse-lite@^1.0.30001010:
- version "1.0.30001010"
- resolved "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001010.tgz#397a14034d384260453cc81994f494626d34b938"
- integrity sha1-OXoUA004QmBFPMgZlPSUYm00uTg=
-
-caniuse-lite@^1.0.30000989:
- version "1.0.30001009"
- resolved "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001009.tgz#69b77997b882a7aee6af24c8d7d2fa27ee41f348"
- integrity sha1-abd5l7iCp67mryTI19L6J+5B80g=
-
-capture-exit@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
- integrity sha1-+5U7+uvreB9iiYI52rtCbQilCaQ=
- dependencies:
- rsvp "^4.8.4"
-
-capture-stack-trace@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/capture-stack-trace/download/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d"
- integrity sha1-psC74fOPOqC5Ijjstv9Cw0TUE10=
-
-cardinal@~0.4.2:
- version "0.4.4"
- resolved "https://registry.npm.alibaba-inc.com/cardinal/download/cardinal-0.4.4.tgz#ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2"
- integrity sha1-ylu2iltRG5D+k7ms6km97lwyv+I=
- dependencies:
- ansicolors "~0.2.1"
- redeyed "~0.4.0"
-
-case-sensitive-paths-webpack-plugin@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.2.0.tgz#3371ef6365ef9c25fa4b81c16ace0e9c7dc58c3e"
- integrity sha1-M3HvY2XvnCX6S4HBas4OnH3FjD4=
-
-case@^1.2.1:
- version "1.6.2"
- resolved "https://registry.npm.alibaba-inc.com/case/download/case-1.6.2.tgz#2ea68af6956752cd69c349c8b3e6bc860d1cba95"
- integrity sha1-LqaK9pVnUs1pw0nIs+a8hg0cupU=
-
-caseless@~0.12.0:
- version "0.12.0"
- resolved "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
- integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
-
-caw@^2.0.0, caw@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/caw/download/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95"
- integrity sha1-bDygcfwZRyCIPC3F2psHS/x+npU=
- dependencies:
- get-proxy "^2.0.0"
- isurl "^1.0.0-alpha5"
- tunnel-agent "^0.6.0"
- url-to-options "^1.0.1"
-
-ccount@^1.0.0, ccount@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.0.4.tgz#9cf2de494ca84060a2a8d2854edd6dfb0445f386"
- integrity sha1-nPLeSUyoQGCiqNKFTt1t+wRF84Y=
-
-center-align@^0.1.1:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/center-align/download/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
- integrity sha1-qg0yYptu6XIgBBHL1EYckHvCt60=
- dependencies:
- align-text "^0.1.3"
- lazy-cache "^1.0.3"
-
-chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
- integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
- dependencies:
- 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"
-
-chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
- version "2.4.2"
- resolved "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
- integrity sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
-changelog-filename-regex@^1.1.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/changelog-filename-regex/download/changelog-filename-regex-1.1.2.tgz#19e98e38248cff0c1cf3ae3bf51bfb22c48592d6"
- integrity sha1-GemOOCSM/wwc86479Rv7IsSFktY=
-
-character-entities-html4@^1.0.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/character-entities-html4/download/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef"
- integrity sha1-XObgFhjkcEisIvNPfznbXG/Wee8=
-
-character-entities-legacy@^1.0.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.3.tgz#3c729991d9293da0ede6dddcaf1f2ce1009ee8b4"
- integrity sha1-PHKZkdkpPaDt5t3crx8s4QCe6LQ=
-
-character-entities@^1.0.0:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.3.tgz#bbed4a52fe7ef98cc713c6d80d9faa26916d54e6"
- integrity sha1-u+1KUv5++YzHE8bYDZ+qJpFtVOY=
-
-character-reference-invalid@^1.0.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.3.tgz#1647f4f726638d3ea4a750cf5d1975c1c7919a85"
- integrity sha1-Fkf09yZjjT6kp1DPXRl1wceRmoU=
-
-chardet@^0.4.0:
- version "0.4.2"
- resolved "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
- integrity sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=
-
-chardet@^0.7.0:
- version "0.7.0"
- resolved "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
- integrity sha1-kAlISfCTfy7twkJdDSip5fDLrZ4=
-
-charenc@~0.0.1:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/charenc/download/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
- integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
-
-cheerio@^1.0.0-rc.2, cheerio@^1.0.0-rc.3:
- version "1.0.0-rc.3"
- resolved "https://registry.npm.alibaba-inc.com/cheerio/download/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
- integrity sha1-CUY21CWy6cD065GkbAVjDJoai/Y=
- dependencies:
- css-select "~1.2.0"
- dom-serializer "~0.1.1"
- entities "~1.1.1"
- htmlparser2 "^3.9.1"
- lodash "^4.15.0"
- parse5 "^3.0.1"
-
-chokidar@3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"
- integrity sha1-EsBxRmjFWAD2WeJi1JYql/r1VKY=
- dependencies:
- anymatch "~3.1.1"
- braces "~3.0.2"
- glob-parent "~5.1.0"
- is-binary-path "~2.1.0"
- is-glob "~4.0.1"
- normalize-path "~3.0.0"
- readdirp "~3.2.0"
- optionalDependencies:
- fsevents "~2.1.1"
-
-chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.8:
- version "2.1.8"
- resolved "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
- integrity sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=
- dependencies:
- 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"
- optionalDependencies:
- fsevents "^1.2.7"
-
-chownr@^1.0.1, chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142"
- integrity sha1-Qtg31SOWiNVfMDADpQgjD6ZycUI=
-
-chrome-trace-event@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
- integrity sha1-I0CQ7pfH1K0aLEvq4nUF3v/GCKQ=
- dependencies:
- tslib "^1.9.0"
-
-ci-info@2.0.0, ci-info@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
- integrity sha1-Z6npZL4xpR4V5QENWObxKDQAL0Y=
-
-ci-info@^1.5.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
- integrity sha1-LKINu5zrMtRSSmgzAzE/AwSx5Jc=
-
-cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
- integrity sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=
- dependencies:
- inherits "^2.0.1"
- safe-buffer "^5.0.1"
-
-class-utils@^0.3.5:
- version "0.3.6"
- resolved "https://registry.npm.alibaba-inc.com/class-utils/download/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
- integrity sha1-+TNprouafOAv1B+q0MqDAzGQxGM=
- dependencies:
- arr-union "^3.1.0"
- define-property "^0.2.5"
- isobject "^3.0.0"
- static-extend "^0.1.1"
-
-classnames@2.x, classnames@^2.2.0, classnames@^2.2.1, classnames@^2.2.3, classnames@^2.2.5, classnames@^2.2.6, classnames@~2.2.6:
- version "2.2.6"
- resolved "https://registry.npm.alibaba-inc.com/classnames/download/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
- integrity sha1-Q5Nb/90pHzJtrQogUwmzjQD2UM4=
-
-clean-css@4.2.x, clean-css@^4.2.1:
- version "4.2.1"
- resolved "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17"
- integrity sha1-LUEe92uFabbQyEBo2r6FsKpeXBc=
- dependencies:
- source-map "~0.6.0"
-
-clean-stack@^2.0.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/clean-stack/download/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
- integrity sha1-7oRy27Ep5yezHooQpCfe6d/kAIs=
-
-clean-webpack-plugin@^0.1.19:
- version "0.1.19"
- resolved "https://registry.npm.alibaba-inc.com/clean-webpack-plugin/download/clean-webpack-plugin-0.1.19.tgz#ceda8bb96b00fe168e9b080272960d20fdcadd6d"
- integrity sha1-ztqLuWsA/haOmwgCcpYNIP3K3W0=
- dependencies:
- rimraf "^2.6.1"
-
-cli-boxes@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143"
- integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM=
-
-cli-boxes@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d"
- integrity sha1-U47K6PnGylCOPDyVtFP+k8tMFo0=
-
-cli-cursor@^2.0.0, cli-cursor@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
- integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=
- dependencies:
- restore-cursor "^2.0.0"
-
-cli-cursor@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
- integrity sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=
- dependencies:
- restore-cursor "^3.1.0"
-
-cli-spinners@^1.0.0, cli-spinners@^1.0.1:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/cli-spinners/download/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a"
- integrity sha1-ACwZkJEtDVlYDJO9NsBW3pnkJZo=
-
-cli-spinners@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-spinners/download/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77"
- integrity sha1-6LmI2SBsaSMC2O6DTnqFwBRNj3c=
-
-cli-table3@0.5.1, cli-table3@^0.5.1:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/cli-table3/download/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202"
- integrity sha1-AlI3LZTfxA29jfBgBfSPMfZW8gI=
- dependencies:
- object-assign "^4.1.0"
- string-width "^2.1.1"
- optionalDependencies:
- colors "^1.1.2"
-
-cli-truncate@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574"
- integrity sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=
- dependencies:
- slice-ansi "0.0.4"
- string-width "^1.0.1"
-
-cli-truncate@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-1.1.0.tgz#2b2dfd83c53cfd3572b87fc4d430a808afb04086"
- integrity sha1-Ky39g8U8/TVyuH/E1DCoCK+wQIY=
- dependencies:
- slice-ansi "^1.0.0"
- string-width "^2.0.0"
-
-cli-width@^2.0.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
- integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
-
-clipboard@^2.0.0:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.4.tgz#836dafd66cf0fea5d71ce5d5b0bf6e958009112d"
- integrity sha1-g22v1mzw/qXXHOXVsL9ulYAJES0=
- dependencies:
- good-listener "^1.2.2"
- select "^1.1.2"
- tiny-emitter "^2.0.0"
-
-clipboardy@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/clipboardy/download/clipboardy-2.1.0.tgz#0123a0c8fac92f256dc56335e0bb8be97a4909a5"
- integrity sha1-ASOgyPrJLyVtxWM14LuL6XpJCaU=
- dependencies:
- arch "^2.1.1"
- execa "^1.0.0"
-
-cliui@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cliui/download/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
- integrity sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=
- dependencies:
- center-align "^0.1.1"
- right-align "^0.1.1"
- wordwrap "0.0.2"
-
-cliui@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/cliui/download/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
- integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=
- dependencies:
- string-width "^1.0.1"
- strip-ansi "^3.0.1"
- wrap-ansi "^2.0.0"
-
-cliui@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cliui/download/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
- integrity sha1-NIQi2+gtgAswIu709qwQvy5NG0k=
- dependencies:
- string-width "^2.1.1"
- strip-ansi "^4.0.0"
- wrap-ansi "^2.0.0"
-
-cliui@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
- integrity sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=
- dependencies:
- string-width "^3.1.0"
- strip-ansi "^5.2.0"
- wrap-ansi "^5.1.0"
-
-clone-deep@^0.2.4:
- version "0.2.4"
- resolved "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-0.2.4.tgz#4e73dd09e9fb971cc38670c5dced9c1896481cc6"
- integrity sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY=
- dependencies:
- 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"
-
-clone-deep@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
- integrity sha1-wZ/Zvbv4WUK0/ZechNz31fB8I4c=
- dependencies:
- is-plain-object "^2.0.4"
- kind-of "^6.0.2"
- shallow-clone "^3.0.0"
-
-clone-regexp@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f"
- integrity sha1-BRgFzTMXM3XYIRj8CRhgbaOf1g8=
- dependencies:
- is-regexp "^1.0.0"
- is-supported-regexp-flag "^1.0.0"
-
-clone-response@1.0.2, clone-response@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/clone-response/download/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
- integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=
- dependencies:
- mimic-response "^1.0.0"
-
-clone@^1.0.2:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/clone/download/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
- integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
-
-clone@^2.1.1, clone@^2.1.2:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
- integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
-
-co@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
- integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
-
-coa@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
- integrity sha1-Q/bCEVG07yv1cYfbDXPeIp4+fsM=
- dependencies:
- "@types/q" "^1.5.1"
- chalk "^2.4.1"
- q "^1.1.2"
-
-code-point-at@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
- integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
-
-codemirror@^5.49.2:
- version "5.49.2"
- resolved "https://registry.npm.alibaba-inc.com/codemirror/download/codemirror-5.49.2.tgz#c84fdaf11b19803f828b0c67060c7bc6d154ccad"
- integrity sha1-yE/a8RsZgD+CiwxnBgx7xtFUzK0=
-
-codesandbox-import-util-types@^2.1.9:
- version "2.1.9"
- resolved "https://registry.npm.alibaba-inc.com/codesandbox-import-util-types/download/codesandbox-import-util-types-2.1.9.tgz#24ba5ec3d966f51f18b78c48d32e6411da90aa74"
- integrity sha1-JLpew9lm9R8Yt4xI0y5kEdqQqnQ=
-
-codesandbox-import-utils@^2.1.9:
- version "2.1.9"
- resolved "https://registry.npm.alibaba-inc.com/codesandbox-import-utils/download/codesandbox-import-utils-2.1.9.tgz#8126c08e9ab509d00a164ef5583c549b9252c7c1"
- integrity sha1-gSbAjpq1CdAKFk71WDxUm5JSx8E=
- dependencies:
- codesandbox-import-util-types "^2.1.9"
- istextorbinary "^2.2.1"
- lz-string "^1.4.4"
-
-codesandbox@^2.1.10:
- version "2.1.10"
- resolved "https://registry.npm.alibaba-inc.com/codesandbox/download/codesandbox-2.1.10.tgz#61cd1ae35b62dd99aae829085335f6270fb514d0"
- integrity sha1-Yc0a41ti3Zmq6CkIUzX2Jw+1FNA=
- dependencies:
- axios "^0.16.2"
- chalk "^2.4.1"
- codesandbox-import-util-types "^2.1.9"
- codesandbox-import-utils "^2.1.9"
- commander "^2.9.0"
- datauri "^1.1.0"
- filesize "^3.6.1"
- fs-extra "^3.0.1"
- git-branch "^1.0.0"
- git-repo-name "^0.6.0"
- git-username "^0.5.0"
- humps "^2.0.1"
- inquirer "^6.2.2"
- lodash "^4.17.5"
- lz-string "^1.4.4"
- ms "^2.0.0"
- open "^6.3.0"
- ora "^1.3.0"
- pacote "^2.7.36"
- shortid "^2.2.8"
- update-notifier "^2.2.0"
-
-collapse-white-space@^1.0.0, collapse-white-space@^1.0.2:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.5.tgz#c2495b699ab1ed380d29a1091e01063e75dbbe3a"
- integrity sha1-wklbaZqx7TgNKaEJHgEGPnXbvjo=
-
-collection-visit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/collection-visit/download/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
- integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
- dependencies:
- map-visit "^1.0.0"
- object-visit "^1.0.0"
-
-color-convert@^1.9.0, color-convert@^1.9.1:
- version "1.9.3"
- resolved "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
- integrity sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=
- dependencies:
- color-name "1.1.3"
-
-color-name@1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
- integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
-
-color-name@^1.0.0:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
- integrity sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=
-
-color-string@^1.5.2:
- version "1.5.3"
- resolved "https://registry.npm.alibaba-inc.com/color-string/download/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc"
- integrity sha1-ybvF8BtYtUkvPWhXRZy2WQziBMw=
- dependencies:
- color-name "^1.0.0"
- simple-swizzle "^0.2.2"
-
-color@^3.0.0, color@^3.1.2:
- version "3.1.2"
- resolved "https://registry.npm.alibaba-inc.com/color/download/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
- integrity sha1-aBSOf4XUGtdknF+oyBBvCY0inhA=
- dependencies:
- color-convert "^1.9.1"
- color-string "^1.5.2"
-
-colors@^1.1.2:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
- integrity sha1-xQSRR51MG9rtLJztMs98fcI2D3g=
-
-columnify@^1.5.4:
- version "1.5.4"
- resolved "https://registry.npm.alibaba-inc.com/columnify/download/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
- integrity sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=
- dependencies:
- strip-ansi "^3.0.0"
- wcwidth "^1.0.0"
-
-combined-stream@^1.0.6, combined-stream@~1.0.6:
- version "1.0.8"
- resolved "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
- integrity sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=
- dependencies:
- delayed-stream "~1.0.0"
-
-comma-separated-tokens@^1.0.0, comma-separated-tokens@^1.0.1:
- version "1.0.7"
- resolved "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.7.tgz#419cd7fb3258b1ed838dc0953167a25e152f5b59"
- integrity sha1-QZzX+zJYse2DjcCVMWeiXhUvW1k=
-
-command-exists@^1.2.2:
- version "1.2.8"
- resolved "https://registry.npm.alibaba-inc.com/command-exists/download/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291"
- integrity sha1-cVrO/dEiO5ybNxEKFJxjksKFIpE=
-
-commander@2, commander@^2.11.0, commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.5.0, commander@^2.8.1, commander@^2.9.0, commander@~2.20.3:
- version "2.20.3"
- resolved "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
- integrity sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=
-
-commander@2.17.x:
- version "2.17.1"
- resolved "https://registry.npm.alibaba-inc.com/commander/download/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
- integrity sha1-vXerfebelCBc6sxy8XFtKfIKd78=
-
-commander@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/commander/download/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c"
- integrity sha1-tnYicheFmTGC6Af0iDYz5kAbpTw=
-
-commander@~2.19.0:
- version "2.19.0"
- resolved "https://registry.npm.alibaba-inc.com/commander/download/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
- integrity sha1-9hmKqE5bg8RgVLlN3tv+1e6f8So=
-
-commander@~2.8.1:
- version "2.8.1"
- resolved "https://registry.npm.alibaba-inc.com/commander/download/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4"
- integrity sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=
- dependencies:
- graceful-readlink ">= 1.0.0"
-
-commitizen@^4.0.3:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/commitizen/download/commitizen-4.0.3.tgz#c19a4213257d0525b85139e2f36db7cc3b4f6dae"
- integrity sha1-wZpCEyV9BSW4UTni8223zDtPba4=
- dependencies:
- cachedir "2.2.0"
- cz-conventional-changelog "3.0.1"
- dedent "0.7.0"
- detect-indent "6.0.0"
- find-node-modules "2.0.0"
- find-root "1.1.0"
- fs-extra "8.1.0"
- glob "7.1.4"
- inquirer "6.5.0"
- is-utf8 "^0.2.1"
- lodash "4.17.15"
- minimist "1.2.0"
- shelljs "0.7.6"
- strip-bom "4.0.0"
- strip-json-comments "3.0.1"
-
-common-tags@^1.8.0:
- version "1.8.0"
- resolved "https://registry.npm.alibaba-inc.com/common-tags/download/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
- integrity sha1-jjFT5ULUo56bEFVENK+q+YlWqTc=
-
-commondir@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
- integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
-
-commoner@^0.10.1:
- version "0.10.8"
- resolved "https://registry.npm.alibaba-inc.com/commoner/download/commoner-0.10.8.tgz#34fc3672cd24393e8bb47e70caa0293811f4f2c5"
- integrity sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=
- dependencies:
- commander "^2.5.0"
- detective "^4.3.1"
- glob "^5.0.15"
- graceful-fs "^4.1.2"
- iconv-lite "^0.4.5"
- mkdirp "^0.5.0"
- private "^0.1.6"
- q "^1.1.2"
- recast "^0.11.17"
-
-compare-func@^1.3.1:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/compare-func/download/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648"
- integrity sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=
- dependencies:
- array-ify "^1.0.0"
- dot-prop "^3.0.0"
-
-component-bind@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/component-bind/download/component-bind-1.0.0.tgz#00c608ab7dcd93897c0009651b1d3a8e1e73bbd1"
- integrity sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=
-
-component-classes@1.x, component-classes@^1.2.5, component-classes@^1.2.6:
- version "1.2.6"
- resolved "https://registry.npm.alibaba-inc.com/component-classes/download/component-classes-1.2.6.tgz#c642394c3618a4d8b0b8919efccbbd930e5cd691"
- integrity sha1-xkI5TDYYpNiwuJGe/Mu9kw5c1pE=
- dependencies:
- component-indexof "0.0.3"
-
-component-emitter@1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
- integrity sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=
-
-component-emitter@^1.2.1:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
- integrity sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=
-
-component-indexof@0.0.3:
- version "0.0.3"
- resolved "https://registry.npm.alibaba-inc.com/component-indexof/download/component-indexof-0.0.3.tgz#11d091312239eb8f32c8f25ae9cb002ffe8d3c24"
- integrity sha1-EdCRMSI5648yyPJa6csAL/6NPCQ=
-
-component-inherit@0.0.3:
- version "0.0.3"
- resolved "https://registry.npm.alibaba-inc.com/component-inherit/download/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143"
- integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=
-
-compressible@~2.0.16:
- version "2.0.17"
- resolved "https://registry.npm.alibaba-inc.com/compressible/download/compressible-2.0.17.tgz#6e8c108a16ad58384a977f3a482ca20bff2f38c1"
- integrity sha1-bowQihatWDhKl386SCyiC/8vOME=
- dependencies:
- mime-db ">= 1.40.0 < 2"
-
-compression@^1.7.4:
- version "1.7.4"
- resolved "https://registry.npm.alibaba-inc.com/compression/download/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
- integrity sha1-lVI+/xcMpXwpoMpB5v4TH0Hlu48=
- dependencies:
- accepts "~1.3.5"
- bytes "3.0.0"
- compressible "~2.0.16"
- debug "2.6.9"
- on-headers "~1.0.2"
- safe-buffer "5.1.2"
- vary "~1.1.2"
-
-concat-map@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/concat-map/download/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
- integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
-
-concat-stream@^1.5.0, concat-stream@~1.6.0:
- version "1.6.2"
- resolved "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
- integrity sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=
- dependencies:
- buffer-from "^1.0.0"
- inherits "^2.0.3"
- readable-stream "^2.2.2"
- typedarray "^0.0.6"
-
-concat-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"
- integrity sha1-QUz1r3kKSMYKub5FJ9VtXkETPLE=
- dependencies:
- buffer-from "^1.0.0"
- inherits "^2.0.3"
- readable-stream "^3.0.2"
- typedarray "^0.0.6"
-
-config-chain@^1.1.11:
- version "1.1.12"
- resolved "https://registry.npm.alibaba-inc.com/config-chain/download/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa"
- integrity sha1-D96NCRIA616AjK8l/mGMAvSOTvo=
- dependencies:
- ini "^1.3.4"
- proto-list "~1.2.1"
-
-configstore@^3.0.0:
- version "3.1.2"
- resolved "https://registry.npm.alibaba-inc.com/configstore/download/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f"
- integrity sha1-xvJd767vJt8S3TNBSwAf6BpUP48=
- dependencies:
- 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"
-
-configstore@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz#5933311e95d3687efb592c528b922d9262d227e7"
- integrity sha1-WTMxHpXTaH77WSxSi5ItkmLSJ+c=
- dependencies:
- 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"
-
-configstore@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/configstore/download/configstore-5.0.0.tgz#37de662c7a49b5fe8dbcf8f6f5818d2d81ed852b"
- integrity sha1-N95mLHpJtf6NvPj29YGNLYHthSs=
- dependencies:
- dot-prop "^5.1.0"
- graceful-fs "^4.1.2"
- make-dir "^3.0.0"
- unique-string "^2.0.0"
- write-file-atomic "^3.0.0"
- xdg-basedir "^4.0.0"
-
-confusing-browser-globals@^1.0.9:
- version "1.0.9"
- resolved "https://registry.npm.alibaba-inc.com/confusing-browser-globals/download/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
- integrity sha1-crwTtIPAJ2gBaBhx1ImFFvj1T90=
-
-connect-history-api-fallback@^1.6.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/connect-history-api-fallback/download/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
- integrity sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=
-
-console-browserify@^1.1.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/console-browserify/download/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
- integrity sha1-ZwY871fOts9Jk6KrOlWECujEkzY=
-
-console-control-strings@^1.0.0, console-control-strings@~1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
- integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
-
-console-stream@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/console-stream/download/console-stream-0.1.1.tgz#a095fe07b20465955f2fafd28b5d72bccd949d44"
- integrity sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=
-
-constants-browserify@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/constants-browserify/download/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
- integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
-
-contains-path@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/contains-path/download/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
- integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
-
-content-disposition@0.5.3, content-disposition@^0.5.2:
- version "0.5.3"
- resolved "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
- integrity sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=
- dependencies:
- safe-buffer "5.1.2"
-
-content-type@^1.0.4, content-type@~1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
- integrity sha1-4TjMdeBAxyexlm/l5fjJruJW/js=
-
-contour_plot@^0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/contour_plot/download/contour_plot-0.0.1.tgz#475870f032b8e338412aa5fc507880f0bf495c77"
- integrity sha1-R1hw8DK44zhBKqX8UHiA8L9JXHc=
-
-conventional-changelog-angular@^1.3.3:
- version "1.6.6"
- resolved "https://registry.npm.alibaba-inc.com/conventional-changelog-angular/download/conventional-changelog-angular-1.6.6.tgz#b27f2b315c16d0a1f23eb181309d0e6a4698ea0f"
- integrity sha1-sn8rMVwW0KHyPrGBMJ0OakaY6g8=
- dependencies:
- compare-func "^1.3.1"
- q "^1.5.1"
-
-conventional-changelog-angular@^5.0.3:
- version "5.0.6"
- resolved "https://registry.npm.alibaba-inc.com/conventional-changelog-angular/download/conventional-changelog-angular-5.0.6.tgz#269540c624553aded809c29a3508fdc2b544c059"
- integrity sha1-JpVAxiRVOt7YCcKaNQj9wrVEwFk=
- dependencies:
- compare-func "^1.3.1"
- q "^1.5.1"
-
-conventional-changelog-core@^3.1.6:
- version "3.2.3"
- resolved "https://registry.npm.alibaba-inc.com/conventional-changelog-core/download/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"
- integrity sha1-sxQQhW9DHIRwhqfctNLKGEp9iPs=
- dependencies:
- conventional-changelog-writer "^4.0.6"
- conventional-commits-parser "^3.0.3"
- dateformat "^3.0.0"
- get-pkg-repo "^1.0.0"
- git-raw-commits "2.0.0"
- git-remote-origin-url "^2.0.0"
- git-semver-tags "^2.0.3"
- lodash "^4.2.1"
- normalize-package-data "^2.3.5"
- q "^1.5.1"
- read-pkg "^3.0.0"
- read-pkg-up "^3.0.0"
- through2 "^3.0.0"
-
-conventional-changelog-preset-loader@^2.1.1:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/conventional-changelog-preset-loader/download/conventional-changelog-preset-loader-2.3.0.tgz#580fa8ab02cef22c24294d25e52d7ccd247a9a6a"
- integrity sha1-WA+oqwLO8iwkKU0l5S18zSR6mmo=
-
-conventional-changelog-writer@^4.0.6:
- version "4.0.10"
- resolved "https://registry.npm.alibaba-inc.com/conventional-changelog-writer/download/conventional-changelog-writer-4.0.10.tgz#39f6458cca62a8151b3ce582a57ff71fd2b0ff7a"
- integrity sha1-OfZFjMpiqBUbPOWCpX/3H9Kw/3o=
- dependencies:
- compare-func "^1.3.1"
- conventional-commits-filter "^2.0.2"
- dateformat "^3.0.0"
- handlebars "^4.4.0"
- json-stringify-safe "^5.0.1"
- lodash "^4.17.15"
- meow "^4.0.0"
- semver "^6.0.0"
- split "^1.0.0"
- through2 "^3.0.0"
-
-conventional-commit-types@^2.0.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/conventional-commit-types/download/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
- integrity sha1-vDyOu6Cp5LPsxUjx0GdOJRq4viI=
-
-conventional-commits-filter@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/conventional-commits-filter/download/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
- integrity sha1-8SL4n7zVu4Hiry/KwCVNBi0QOcE=
- dependencies:
- lodash.ismatch "^4.4.0"
- modify-values "^1.0.0"
-
-conventional-commits-parser@^2.1.0:
- version "2.1.7"
- resolved "https://registry.npm.alibaba-inc.com/conventional-commits-parser/download/conventional-commits-parser-2.1.7.tgz#eca45ed6140d72ba9722ee4132674d639e644e8e"
- integrity sha1-7KRe1hQNcrqXIu5BMmdNY55kTo4=
- dependencies:
- JSONStream "^1.0.4"
- is-text-path "^1.0.0"
- lodash "^4.2.1"
- meow "^4.0.0"
- split2 "^2.0.0"
- through2 "^2.0.0"
- trim-off-newlines "^1.0.0"
-
-conventional-commits-parser@^3.0.3:
- version "3.0.7"
- resolved "https://registry.npm.alibaba-inc.com/conventional-commits-parser/download/conventional-commits-parser-3.0.7.tgz#55b6cde6a2d0b4a7ab399392777d527134a8d05c"
- integrity sha1-VbbN5qLQtKerOZOSd31ScTSo0Fw=
- dependencies:
- JSONStream "^1.0.4"
- is-text-path "^1.0.1"
- lodash "^4.17.15"
- meow "^4.0.0"
- split2 "^2.0.0"
- through2 "^3.0.0"
- trim-off-newlines "^1.0.0"
-
-conventional-recommended-bump@^5.0.0:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/conventional-recommended-bump/download/conventional-recommended-bump-5.0.1.tgz#5af63903947b6e089e77767601cb592cabb106ba"
- integrity sha1-WvY5A5R7bgied3Z2ActZLKuxBro=
- dependencies:
- concat-stream "^2.0.0"
- conventional-changelog-preset-loader "^2.1.1"
- conventional-commits-filter "^2.0.2"
- conventional-commits-parser "^3.0.3"
- git-raw-commits "2.0.0"
- git-semver-tags "^2.0.3"
- meow "^4.0.0"
- q "^1.5.1"
-
-convert-hrtime@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/convert-hrtime/download/convert-hrtime-3.0.0.tgz#62c7593f5809ca10be8da858a6d2f702bcda00aa"
- integrity sha1-YsdZP1gJyhC+jahYptL3ArzaAKo=
-
-convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
- integrity sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI=
- dependencies:
- safe-buffer "~5.1.1"
-
-cookie-signature@1.0.6:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
- integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
-
-cookie@0.3.1:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
- integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=
-
-cookie@0.4.0:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
- integrity sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo=
-
-copy-concurrently@^1.0.0:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
- integrity sha1-kilzmMrjSTf8r9bsgTnBgFHwteA=
- dependencies:
- 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"
-
-copy-descriptor@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
- integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
-
-copy-to-clipboard@^3.0.8, copy-to-clipboard@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/copy-to-clipboard/download/copy-to-clipboard-3.2.0.tgz#d2724a3ccbfed89706fac8a894872c979ac74467"
- integrity sha1-0nJKPMv+2JcG+siolIcsl5rHRGc=
- dependencies:
- toggle-selection "^1.0.6"
-
-copy-webpack-plugin@^4.5.2:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/copy-webpack-plugin/download/copy-webpack-plugin-4.6.0.tgz#e7f40dd8a68477d405dd1b7a854aae324b158bae"
- integrity sha1-5/QN2KaEd9QF3Rt6hUquMksVi64=
- dependencies:
- cacache "^10.0.4"
- find-cache-dir "^1.0.0"
- globby "^7.1.1"
- is-glob "^4.0.0"
- loader-utils "^1.1.0"
- minimatch "^3.0.4"
- p-limit "^1.0.0"
- serialize-javascript "^1.4.0"
-
-copyfiles@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/copyfiles/download/copyfiles-2.1.1.tgz#d430e122d7880f92c45d372208b0af03b0c39db6"
- integrity sha1-1DDhIteID5LEXTciCLCvA7DDnbY=
- dependencies:
- glob "^7.0.5"
- minimatch "^3.0.3"
- mkdirp "^0.5.1"
- noms "0.0.0"
- through2 "^2.0.1"
- yargs "^13.2.4"
-
-core-js-compat@^3.1.1:
- version "3.4.1"
- resolved "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.4.1.tgz#e12c5a3ef9fcb50fd9d9a32805bfe674f9139246"
- integrity sha1-4SxaPvn8tQ/Z2aMoBb/mdPkTkkY=
- dependencies:
- browserslist "^4.7.2"
- semver "^6.3.0"
-
-core-js-pure@^3.0.1:
- version "3.4.1"
- resolved "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.4.1.tgz#483dbc687016b45cab4c185cf998c2c59e772c2a"
- integrity sha1-SD28aHAWtFyrTBhc+ZjCxZ53LCo=
-
-core-js@^1.0.0:
- version "1.2.7"
- resolved "https://registry.npm.alibaba-inc.com/core-js/download/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
- integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=
-
-core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7, core-js@^2.6.10, core-js@^2.6.5:
- version "2.6.10"
- resolved "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"
- integrity sha1-iluDkfjMcBPacDQRzltYVwYwDX8=
-
-core-js@^3.0.1, core-js@^3.0.4:
- version "3.4.1"
- resolved "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.4.1.tgz#76dd6828412900ab27c8ce0b22e6114d7ce21b18"
- integrity sha1-dt1oKEEpAKsnyM4LIuYRTXziGxg=
-
-core-util-is@1.0.2, core-util-is@~1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
- integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
-
-corejs-upgrade-webpack-plugin@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/corejs-upgrade-webpack-plugin/download/corejs-upgrade-webpack-plugin-2.2.0.tgz#503293bf1fdcb104918eb40d0294e4776ad6923a"
- integrity sha1-UDKTvx/csQSRjrQNApTkd2rWkjo=
- dependencies:
- resolve-from "^5.0.0"
- webpack "^4.38.0"
-
-cors@^2.8.5:
- version "2.8.5"
- resolved "https://registry.npm.alibaba-inc.com/cors/download/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
- integrity sha1-6sEdpRWS3Ya58G9uesKTs9+HXSk=
- dependencies:
- object-assign "^4"
- vary "^1"
-
-cosmiconfig@5.2.1, cosmiconfig@^5.0.0, cosmiconfig@^5.1.0, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
- version "5.2.1"
- resolved "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
- integrity sha1-BA9yaAnFked6F8CjYmykW08Wixo=
- dependencies:
- import-fresh "^2.0.0"
- is-directory "^0.3.1"
- js-yaml "^3.13.1"
- parse-json "^4.0.0"
-
-cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892"
- integrity sha1-YXPOvVb6wELB9DkO33r2wHx8uJI=
- dependencies:
- is-directory "^0.3.1"
- js-yaml "^3.4.3"
- minimist "^1.2.0"
- object-assign "^4.1.0"
- os-homedir "^1.0.1"
- parse-json "^2.2.0"
- require-from-string "^1.1.0"
-
-cosmiconfig@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
- integrity sha1-2k/uhTxS9rHmk19BwaL8UL1KmYI=
- dependencies:
- "@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"
-
-coveralls@^3.0.7:
- version "3.0.7"
- resolved "https://registry.npm.alibaba-inc.com/coveralls/download/coveralls-3.0.7.tgz#1eca48e47976e9573d6a2f18b97c2fea4026f34a"
- integrity sha1-HspI5Hl26Vc9ai8YuXwv6kAm80o=
- dependencies:
- growl "~> 1.10.0"
- js-yaml "^3.13.1"
- lcov-parse "^0.0.10"
- log-driver "^1.2.7"
- minimist "^1.2.0"
- request "^2.86.0"
-
-create-ecdh@^4.0.0:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/create-ecdh/download/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
- integrity sha1-yREbbzMEXEaX8UR4f5JUzcd8Rf8=
- dependencies:
- bn.js "^4.1.0"
- elliptic "^6.0.0"
-
-create-error-class@^3.0.0:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/create-error-class/download/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
- integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=
- dependencies:
- capture-stack-trace "^1.0.0"
-
-create-hash@^1.1.0, create-hash@^1.1.2:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
- integrity sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=
- dependencies:
- cipher-base "^1.0.1"
- inherits "^2.0.1"
- md5.js "^1.3.4"
- ripemd160 "^2.0.1"
- sha.js "^2.4.0"
-
-create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
- version "1.1.7"
- resolved "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
- integrity sha1-aRcMeLOrlXFHsriwRXLkfq0iQ/8=
- dependencies:
- 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"
-
-create-react-class@^15.5.3:
- version "15.6.3"
- resolved "https://registry.npm.alibaba-inc.com/create-react-class/download/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
- integrity sha1-LXMjf7P5cK5uvgEanmb0bbyoADY=
- dependencies:
- fbjs "^0.8.9"
- loose-envify "^1.3.1"
- object-assign "^4.1.1"
-
-create-react-context@^0.2.1:
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.2.3.tgz#9ec140a6914a22ef04b8b09b7771de89567cb6f3"
- integrity sha1-nsFAppFKIu8EuLCbd3HeiVZ8tvM=
- dependencies:
- fbjs "^0.8.0"
- gud "^1.0.0"
-
-create-react-context@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c"
- integrity sha1-VG3t6dxCLe8NP8L+A6/gvA9PfYw=
- dependencies:
- gud "^1.0.0"
- warning "^4.0.3"
-
-cross-fetch@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cross-fetch/download/cross-fetch-2.0.0.tgz#a17475449561e0f325146cea636a8619efb9b382"
- integrity sha1-oXR1RJVh4PMlFGzqY2qGGe+5s4I=
- dependencies:
- node-fetch "2.0.0"
- whatwg-fetch "2.0.3"
-
-cross-fetch@2.2.2:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/cross-fetch/download/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
- integrity sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=
- dependencies:
- node-fetch "2.1.2"
- whatwg-fetch "2.0.4"
-
-cross-spawn@5.1.0, cross-spawn@^5.0.1:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
- integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=
- dependencies:
- lru-cache "^4.0.1"
- shebang-command "^1.2.0"
- which "^1.2.9"
-
-cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5:
- version "6.0.5"
- resolved "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
- integrity sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=
- dependencies:
- nice-try "^1.0.4"
- path-key "^2.0.1"
- semver "^5.5.0"
- shebang-command "^1.2.0"
- which "^1.2.9"
-
-cross-spawn@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
- integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI=
- dependencies:
- lru-cache "^4.0.1"
- which "^1.2.9"
-
-cross-spawn@^7.0.0:
- version "7.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
- integrity sha1-CrVihuD3wk4VPQTMKqAn5DqaXRQ=
- dependencies:
- path-key "^3.1.0"
- shebang-command "^2.0.0"
- which "^2.0.1"
-
-crypt@~0.0.1:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/crypt/download/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
- integrity sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=
-
-crypto-browserify@^3.11.0:
- version "3.12.0"
- resolved "https://registry.npm.alibaba-inc.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
- integrity sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=
- dependencies:
- 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"
-
-crypto-random-string@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
- integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=
-
-crypto-random-string@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
- integrity sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU=
-
-css-animation@1.x, css-animation@^1.3.2, css-animation@^1.5.0:
- version "1.6.1"
- resolved "https://registry.npm.alibaba-inc.com/css-animation/download/css-animation-1.6.1.tgz#162064a3b0d51f958b7ff37b3d6d4de18e17039e"
- integrity sha1-FiBko7DVH5WLf/N7PW1N4Y4XA54=
- dependencies:
- babel-runtime "6.x"
- component-classes "^1.2.5"
-
-css-color-keywords@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/css-color-keywords/download/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05"
- integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=
-
-css-color-names@0.0.4, css-color-names@^0.0.4:
- version "0.0.4"
- resolved "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
- integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
-
-css-declaration-sorter@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22"
- integrity sha1-wZiUD2OnbX42wecQGLABchBUyyI=
- dependencies:
- postcss "^7.0.1"
- timsort "^0.3.0"
-
-css-in-js-utils@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/css-in-js-utils/download/css-in-js-utils-2.0.1.tgz#3b472b398787291b47cfe3e44fecfdd9e914ba99"
- integrity sha1-O0crOYeHKRtHz+PkT+z92ekUupk=
- dependencies:
- hyphenate-style-name "^1.0.2"
- isobject "^3.0.1"
-
-css-loader@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/css-loader/download/css-loader-1.0.1.tgz#6885bb5233b35ec47b006057da01cc640b6b79fe"
- integrity sha1-aIW7UjOzXsR7AGBX2gHMZAtref4=
- dependencies:
- babel-code-frame "^6.26.0"
- css-selector-tokenizer "^0.7.0"
- icss-utils "^2.1.0"
- loader-utils "^1.0.2"
- lodash "^4.17.11"
- postcss "^6.0.23"
- postcss-modules-extract-imports "^1.2.0"
- postcss-modules-local-by-default "^1.2.0"
- postcss-modules-scope "^1.1.0"
- postcss-modules-values "^1.3.0"
- postcss-value-parser "^3.3.0"
- source-list-map "^2.0.0"
-
-css-loader@^3.0.0, css-loader@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/css-loader/download/css-loader-3.2.0.tgz#bb570d89c194f763627fcf1f80059c6832d009b2"
- integrity sha1-u1cNicGU92Nif88fgAWcaDLQCbI=
- dependencies:
- 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.17"
- postcss-modules-extract-imports "^2.0.0"
- postcss-modules-local-by-default "^3.0.2"
- postcss-modules-scope "^2.1.0"
- postcss-modules-values "^3.0.0"
- postcss-value-parser "^4.0.0"
- schema-utils "^2.0.0"
-
-css-modules-require-hook@^4.0.6:
- version "4.2.3"
- resolved "https://registry.npm.alibaba-inc.com/css-modules-require-hook/download/css-modules-require-hook-4.2.3.tgz#6792ca412b15e23e6f9be6a07dcef7f577ff904d"
- integrity sha1-Z5LKQSsV4j5vm+agfc739Xf/kE0=
- dependencies:
- debug "^2.2.0"
- generic-names "^1.0.1"
- glob-to-regexp "^0.3.0"
- icss-replace-symbols "^1.0.2"
- lodash "^4.3.0"
- postcss "^6.0.1"
- postcss-modules-extract-imports "^1.0.0"
- postcss-modules-local-by-default "^1.0.1"
- postcss-modules-resolve-imports "^1.3.0"
- postcss-modules-scope "^1.0.0"
- postcss-modules-values "^1.1.1"
- seekout "^1.0.1"
-
-css-select-base-adapter@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7"
- integrity sha1-Oy/0lyzDYquIVhUHqVQIoUMhNdc=
-
-css-select@^1.1.0, css-select@~1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/css-select/download/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
- integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=
- dependencies:
- boolbase "~1.0.0"
- css-what "2.1"
- domutils "1.5.1"
- nth-check "~1.0.1"
-
-css-select@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef"
- integrity sha1-ajRlM1ZjWTSoG6ymjQJVQyEF2+8=
- dependencies:
- boolbase "^1.0.0"
- css-what "^3.2.1"
- domutils "^1.7.0"
- nth-check "^1.0.2"
-
-css-selector-parser@^1.1.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/css-selector-parser/download/css-selector-parser-1.3.0.tgz#5f1ad43e2d8eefbfdc304fcd39a521664943e3eb"
- integrity sha1-XxrUPi2O77/cME/NOaUhZklD4+s=
-
-css-selector-tokenizer@^0.7.0:
- version "0.7.1"
- resolved "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.1.tgz#a177271a8bca5019172f4f891fc6eed9cbf68d5d"
- integrity sha1-oXcnGovKUBkXL0+JH8bu2cv2jV0=
- dependencies:
- cssesc "^0.1.0"
- fastparse "^1.1.1"
- regexpu-core "^1.0.0"
-
-css-to-react-native@^2.0.3:
- version "2.3.2"
- resolved "https://registry.npm.alibaba-inc.com/css-to-react-native/download/css-to-react-native-2.3.2.tgz#e75e2f8f7aa385b4c3611c52b074b70a002f2e7d"
- integrity sha1-514vj3qjhbTDYRxSsHS3CgAvLn0=
- dependencies:
- camelize "^1.0.0"
- css-color-keywords "^1.0.0"
- postcss-value-parser "^3.3.0"
-
-css-tree@1.0.0-alpha.37, css-tree@^1.0.0-alpha.28:
- version "1.0.0-alpha.37"
- resolved "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
- integrity sha1-mL69YsTB2flg7DQM+fdSLjBwmiI=
- dependencies:
- mdn-data "2.0.4"
- source-map "^0.6.1"
-
-css-unit-converter@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/css-unit-converter/download/css-unit-converter-1.1.1.tgz#d9b9281adcfd8ced935bdbaba83786897f64e996"
- integrity sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=
-
-css-what@2.1:
- version "2.1.3"
- resolved "https://registry.npm.alibaba-inc.com/css-what/download/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
- integrity sha1-ptdgRXM2X+dGhsPzEcVlE9iChfI=
-
-css-what@^3.2.1:
- version "3.2.1"
- resolved "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.2.1.tgz#f4a8f12421064621b456755e34a03a2c22df5da1"
- integrity sha1-9KjxJCEGRiG0VnVeNKA6LCLfXaE=
-
-css@^2.2.4:
- version "2.2.4"
- resolved "https://registry.npm.alibaba-inc.com/css/download/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
- integrity sha1-xkZ1XHOXHyu6amAeLPL9cbEpiSk=
- dependencies:
- inherits "^2.0.3"
- source-map "^0.6.1"
- source-map-resolve "^0.5.2"
- urix "^0.1.0"
-
-cssauron-glsl@X.X.X:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cssauron-glsl/download/cssauron-glsl-1.0.0.tgz#9873641442b52bae08b9103f8546885af69c74cc"
- integrity sha1-mHNkFEK1K64IuRA/hUaIWvacdMw=
- dependencies:
- cssauron "~1.0.0"
-
-cssauron@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cssauron/download/cssauron-1.0.0.tgz#3c9891541075be90ee59c0c2a3d400e4fffec42d"
- integrity sha1-PJiRVBB1vpDuWcDCo9QA5P/+xC0=
- dependencies:
- through X.X.X
-
-csscolorparser@~1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/csscolorparser/download/csscolorparser-1.0.3.tgz#b34f391eea4da8f3e98231e2ccd8df9c041f171b"
- integrity sha1-s085HupNqPPpgjHizNjfnAQfFxs=
-
-cssesc@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
- integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=
-
-cssesc@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
- integrity sha1-OxO9G7HLNuG8taTc0n9UxdyzVwM=
-
-cssesc@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
- integrity sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4=
-
-cssnano-preset-default@^4.0.7:
- version "4.0.7"
- resolved "https://registry.npm.alibaba-inc.com/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76"
- integrity sha1-UexmLM/KD4izltzZZ5zbkxvhf3Y=
- dependencies:
- 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"
-
-cssnano-util-get-arguments@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f"
- integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=
-
-cssnano-util-get-match@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d"
- integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=
-
-cssnano-util-raw-cache@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282"
- integrity sha1-sm1f1fcqEd/np4RvtMZyYPlr8oI=
- dependencies:
- postcss "^7.0.0"
-
-cssnano-util-same-parent@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3"
- integrity sha1-V0CC+yhZ0ttDOFWDXZqEVuoYu/M=
-
-cssnano@^4.1.10:
- version "4.1.10"
- resolved "https://registry.npm.alibaba-inc.com/cssnano/download/cssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2"
- integrity sha1-CsQfCxPRPUZUh+ERt3jULaYxuLI=
- dependencies:
- cosmiconfig "^5.0.0"
- cssnano-preset-default "^4.0.7"
- is-resolvable "^1.0.0"
- postcss "^7.0.0"
-
-csso@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/csso/download/csso-4.0.2.tgz#e5f81ab3a56b8eefb7f0092ce7279329f454de3d"
- integrity sha1-5fgas6Vrju+38Aks5yeTKfRU3j0=
- dependencies:
- css-tree "1.0.0-alpha.37"
-
-cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
- version "0.3.8"
- resolved "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
- integrity sha1-nxJ29bK0Y/IRTT8sdSUK+MGjb0o=
-
-cssstyle@^1.0.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-1.4.0.tgz#9d31328229d3c565c61e586b02041a28fccdccf1"
- integrity sha1-nTEyginTxWXGHlhrAgQaKPzNzPE=
- dependencies:
- cssom "0.3.x"
-
-csstype@^2.2.0, csstype@^2.5.5, csstype@^2.5.7:
- version "2.6.7"
- resolved "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
- integrity sha1-ILACTCC2cY9O2jhTofWhzOf15KU=
-
-currently-unhandled@^0.4.1:
- version "0.4.1"
- resolved "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
- integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
- dependencies:
- array-find-index "^1.0.1"
-
-cwd@^0.9.1:
- version "0.9.1"
- resolved "https://registry.npm.alibaba-inc.com/cwd/download/cwd-0.9.1.tgz#41e10a7e1ab833dc59c2eca83814c7de77b5a4fd"
- integrity sha1-QeEKfhq4M9xZwuyoOBTH3ne1pP0=
- dependencies:
- find-pkg "^0.1.0"
-
-cwebp-bin@^5.0.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/cwebp-bin/download/cwebp-bin-5.1.0.tgz#d5bea87c127358558e7bf7a90a6d440d42dcb074"
- integrity sha1-1b6ofBJzWFWOe/epCm1EDULcsHQ=
- dependencies:
- bin-build "^3.0.0"
- bin-wrapper "^4.0.1"
- logalot "^2.1.0"
-
-cyclist@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cyclist/download/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
- integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
-
-cz-conventional-changelog@3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/cz-conventional-changelog/download/cz-conventional-changelog-3.0.1.tgz#b1f207ae050355e7ada65aad5c52e9de3d0c8e5b"
- integrity sha1-sfIHrgUDVeetplqtXFLp3j0Mjls=
- dependencies:
- chalk "^2.4.1"
- conventional-commit-types "^2.0.0"
- lodash.map "^4.5.1"
- longest "^2.0.1"
- right-pad "^1.0.1"
- word-wrap "^1.0.3"
- optionalDependencies:
- "@commitlint/load" ">6.1.1"
-
-cz-conventional-changelog@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/cz-conventional-changelog/download/cz-conventional-changelog-3.0.2.tgz#f6b9a406177ab07f9a3a087e06103a045b376260"
- integrity sha1-9rmkBhd6sH+aOgh+BhA6BFs3YmA=
- dependencies:
- chalk "^2.4.1"
- commitizen "^4.0.3"
- conventional-commit-types "^2.0.0"
- lodash.map "^4.5.1"
- longest "^2.0.1"
- right-pad "^1.0.1"
- word-wrap "^1.0.3"
- optionalDependencies:
- "@commitlint/load" ">6.1.1"
-
-"d3-array@1.2.0 - 2", d3-array@^2.3.1:
- version "2.4.0"
- resolved "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.4.0.tgz#87f8b9ad11088769c82b5ea846bcb1cc9393f242"
- integrity sha1-h/i5rREIh2nIK16oRryxzJOT8kI=
-
-d3-color@1, d3-color@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.0.tgz#89c45a995ed773b13314f06460df26d60ba0ecaf"
- integrity sha1-icRamV7Xc7EzFPBkYN8m1gug7K8=
-
-d3-dispatch@1:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/d3-dispatch/download/d3-dispatch-1.0.5.tgz#e25c10a186517cd6c82dd19ea018f07e01e39015"
- integrity sha1-4lwQoYZRfNbILdGeoBjwfgHjkBU=
-
-d3-dsv@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/d3-dsv/download/d3-dsv-1.1.1.tgz#aaa830ecb76c4b5015572c647cc6441e3c7bb701"
- integrity sha1-qqgw7LdsS1AVVyxkfMZEHjx7twE=
- dependencies:
- commander "2"
- iconv-lite "0.4"
- rw "1"
-
-d3-ease@1, d3-ease@~1.0.3:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.5.tgz#8ce59276d81241b1b72042d6af2d40e76d936ffb"
- integrity sha1-jOWSdtgSQbG3IELWry1A522Tb/s=
-
-d3-format@1:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/d3-format/download/d3-format-1.4.1.tgz#c45f74b17c5a290c072a4ba7039dd19662cd5ce6"
- integrity sha1-xF90sXxaKQwHKkunA53RlmLNXOY=
-
-d3-hexbin@^0.2.2:
- version "0.2.2"
- resolved "https://registry.npm.alibaba-inc.com/d3-hexbin/download/d3-hexbin-0.2.2.tgz#9c5837dacfd471ab05337a9e91ef10bfc4f98831"
- integrity sha1-nFg32s/UcasFM3qeke8Qv8T5iDE=
-
-d3-interpolate@1:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.3.2.tgz#417d3ebdeb4bc4efcc8fd4361c55e4040211fd68"
- integrity sha1-QX0+vetLxO/Mj9Q2HFXkBAIR/Wg=
- dependencies:
- d3-color "1"
-
-d3-interpolate@~1.1.5:
- version "1.1.6"
- resolved "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.1.6.tgz#2cf395ae2381804df08aa1bf766b7f97b5f68fb6"
- integrity sha1-LPOVriOBgE3wiqG/dmt/l7X2j7Y=
- dependencies:
- d3-color "1"
-
-d3-scale@^3.1.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/d3-scale/download/d3-scale-3.2.0.tgz#4071896216b3173caccd944be209e73c8c244e5d"
- integrity sha1-QHGJYhazFzyszZRL4gnnPIwkTl0=
- dependencies:
- d3-array "1.2.0 - 2"
- d3-format "1"
- d3-interpolate "1"
- d3-time "1"
- d3-time-format "2"
-
-d3-selection@^1.0.2, d3-selection@^1.1.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/d3-selection/download/d3-selection-1.4.0.tgz#ab9ac1e664cf967ebf1b479cc07e28ce9908c474"
- integrity sha1-q5rB5mTPln6/G0ecwH4ozpkIxHQ=
-
-d3-time-format@2:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/d3-time-format/download/d3-time-format-2.2.1.tgz#971f66aae3b8fb268040494986f41512d4d4dca6"
- integrity sha1-lx9mquO4+yaAQElJhvQVEtTU3KY=
- dependencies:
- d3-time "1"
-
-d3-time@1:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/d3-time/download/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1"
- integrity sha1-seGdMH2unJALflsl/8XcwkmooPE=
-
-d3-timer@1, d3-timer@~1.0.6:
- version "1.0.9"
- resolved "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.9.tgz#f7bb8c0d597d792ff7131e1c24a36dd471a471ba"
- integrity sha1-97uMDVl9eS/3Ex4cJKNt1HGkcbo=
-
-d3-transition@^1.0.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/d3-transition/download/d3-transition-1.2.0.tgz#f538c0e21b2aa1f05f3e965f8567e81284b3b2b8"
- integrity sha1-9TjA4hsqofBfPpZfhWfoEoSzsrg=
- dependencies:
- d3-color "1"
- d3-dispatch "1"
- d3-ease "1"
- d3-interpolate "1"
- d3-selection "^1.1.0"
- d3-timer "1"
-
-d@1, d@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
- integrity sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=
- dependencies:
- es5-ext "^0.10.50"
- type "^1.0.1"
-
-damerau-levenshtein@^1.0.4:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/damerau-levenshtein/download/damerau-levenshtein-1.0.5.tgz#780cf7144eb2e8dbd1c3bb83ae31100ccc31a414"
- integrity sha1-eAz3FE6y6NvRw7uDrjEQDMwxpBQ=
-
-dargs@^4.0.1:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/dargs/download/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17"
- integrity sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=
- dependencies:
- number-is-nan "^1.0.0"
-
-dashdash@^1.12.0:
- version "1.14.1"
- resolved "https://registry.npm.alibaba-inc.com/dashdash/download/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
- integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
- dependencies:
- assert-plus "^1.0.0"
-
-dat.gui@^0.7.2:
- version "0.7.6"
- resolved "https://registry.npm.alibaba-inc.com/dat.gui/download/dat.gui-0.7.6.tgz#92182a0f2dc96c26910f888238d3839166d82f76"
- integrity sha1-khgqDy3JbCaRD4iCONODkWbYL3Y=
-
-data-urls@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe"
- integrity sha1-Fe4Fgrql4iu1nHcUDaj5x2lju/4=
- dependencies:
- abab "^2.0.0"
- whatwg-mimetype "^2.2.0"
- whatwg-url "^7.0.0"
-
-datauri@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/datauri/download/datauri-1.1.0.tgz#c6184ff6b928ede4e41ccc23ab954c7839c4fb39"
- integrity sha1-xhhP9rko7eTkHMwjq5VMeDnE+zk=
- dependencies:
- image-size "^0.6.2"
- mimer "^0.3.2"
- semver "^5.5.0"
-
-date-fns@^1.27.2:
- version "1.30.1"
- resolved "https://registry.npm.alibaba-inc.com/date-fns/download/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
- integrity sha1-LnG/CxGRU9u0zE6I2epaz7UNwFw=
-
-dateformat@^3.0.0:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/dateformat/download/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
- integrity sha1-puN0maTZqc+F71hyBE1ikByYia4=
-
-debug@2, debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.3, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9:
- version "2.6.9"
- resolved "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
- integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=
- dependencies:
- ms "2.0.0"
-
-debug@3.1.0, debug@=3.1.0, debug@~3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/debug/download/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
- integrity sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=
- dependencies:
- ms "2.0.0"
-
-debug@4.1.1, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@~4.1.0:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/debug/download/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
- integrity sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=
- dependencies:
- ms "^2.1.1"
-
-debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
- version "3.2.6"
- resolved "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
- integrity sha1-6D0X3hbYp++3cX7b5fsQE17uYps=
- dependencies:
- ms "^2.1.1"
-
-debuglog@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/debuglog/download/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
- integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
-
-decamelize-keys@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
- integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=
- dependencies:
- decamelize "^1.1.0"
- map-obj "^1.0.0"
-
-decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
- integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
-
-decode-uri-component@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
- integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
-
-decompress-response@^3.2.0, decompress-response@^3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
- integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
- dependencies:
- mimic-response "^1.0.0"
-
-decompress-response@^4.2.0:
- version "4.2.1"
- resolved "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-4.2.1.tgz#414023cc7a302da25ce2ec82d0d5238ccafd8986"
- integrity sha1-QUAjzHowLaJc4uyC0NUjjMr9iYY=
- dependencies:
- mimic-response "^2.0.0"
-
-decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/decompress-tar/download/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1"
- integrity sha1-cYy9P8sWIJcW5womuE57pFkuWvE=
- dependencies:
- file-type "^5.2.0"
- is-stream "^1.1.0"
- tar-stream "^1.5.2"
-
-decompress-tarbz2@^4.0.0:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/decompress-tarbz2/download/decompress-tarbz2-4.1.1.tgz#3082a5b880ea4043816349f378b56c516be1a39b"
- integrity sha1-MIKluIDqQEOBY0nzeLVsUWvho5s=
- dependencies:
- decompress-tar "^4.1.0"
- file-type "^6.1.0"
- is-stream "^1.1.0"
- seek-bzip "^1.0.5"
- unbzip2-stream "^1.0.9"
-
-decompress-targz@^4.0.0:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/decompress-targz/download/decompress-targz-4.1.1.tgz#c09bc35c4d11f3de09f2d2da53e9de23e7ce1eee"
- integrity sha1-wJvDXE0R894J8tLaU+neI+fOHu4=
- dependencies:
- decompress-tar "^4.1.1"
- file-type "^5.2.0"
- is-stream "^1.1.0"
-
-decompress-unzip@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/decompress-unzip/download/decompress-unzip-4.0.1.tgz#deaaccdfd14aeaf85578f733ae8210f9b4848f69"
- integrity sha1-3qrM39FK6vhVePczroIQ+bSEj2k=
- dependencies:
- file-type "^3.8.0"
- get-stream "^2.2.0"
- pify "^2.3.0"
- yauzl "^2.4.2"
-
-decompress@^4.0.0, decompress@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/decompress/download/decompress-4.2.0.tgz#7aedd85427e5a92dacfe55674a7c505e96d01f9d"
- integrity sha1-eu3YVCflqS2s/lVnSnxQXpbQH50=
- dependencies:
- decompress-tar "^4.0.0"
- decompress-tarbz2 "^4.0.0"
- decompress-targz "^4.0.0"
- decompress-unzip "^4.0.1"
- graceful-fs "^4.1.10"
- make-dir "^1.0.0"
- pify "^2.3.0"
- strip-dirs "^2.0.0"
-
-dedent@0.7.0, dedent@^0.7.0:
- version "0.7.0"
- resolved "https://registry.npm.alibaba-inc.com/dedent/download/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
- integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
-
-deep-equal@^1.0.1, deep-equal@^1.1.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/deep-equal/download/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
- integrity sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=
- dependencies:
- is-arguments "^1.0.4"
- is-date-object "^1.0.1"
- is-regex "^1.0.4"
- object-is "^1.0.1"
- object-keys "^1.1.1"
- regexp.prototype.flags "^1.2.0"
-
-deep-equal@~1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/deep-equal/download/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
- integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=
-
-deep-extend@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
- integrity sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw=
-
-deep-is@~0.1.3:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
- integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
-
-deep-object-diff@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz#d6fabf476c2ed1751fc94d5ca693d2ed8c18bc5a"
- integrity sha1-1vq/R2wu0XUfyU1cppPS7YwYvFo=
-
-deepmerge@^4.0.0:
- version "4.2.2"
- resolved "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
- integrity sha1-RNLqNnm49NT/ujPwPYZfwee/SVU=
-
-default-gateway@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/default-gateway/download/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
- integrity sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=
- dependencies:
- execa "^1.0.0"
- ip-regex "^2.1.0"
-
-defaults@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/defaults/download/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
- integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=
- dependencies:
- clone "^1.0.2"
-
-defer-to-connect@^1.0.1:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/defer-to-connect/download/defer-to-connect-1.1.0.tgz#b41bd7efa8508cef13f8456975f7a278c72833fd"
- integrity sha1-tBvX76hQjO8T+EVpdfeieMcoM/0=
-
-define-properties@^1.1.2, define-properties@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
- integrity sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=
- dependencies:
- object-keys "^1.0.12"
-
-define-property@^0.2.5:
- version "0.2.5"
- resolved "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
- integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
- dependencies:
- is-descriptor "^0.1.0"
-
-define-property@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
- integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
- dependencies:
- is-descriptor "^1.0.0"
-
-define-property@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
- integrity sha1-1Flono1lS6d+AqgX+HENcCyxbp0=
- dependencies:
- is-descriptor "^1.0.2"
- isobject "^3.0.1"
-
-defined@^1.0.0, defined@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/defined/download/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
- integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=
-
-del@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/del/download/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
- integrity sha1-no8RciLqRKMf86FWwEm5kFKp8LQ=
- dependencies:
- "@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"
-
-del@^5.0.0, del@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/del/download/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
- integrity sha1-2Uh8lONnQQ5u/ykl7ljAyEp1s6c=
- dependencies:
- globby "^10.0.1"
- graceful-fs "^4.2.2"
- is-glob "^4.0.1"
- is-path-cwd "^2.2.0"
- is-path-inside "^3.0.1"
- p-map "^3.0.0"
- rimraf "^3.0.0"
- slash "^3.0.0"
-
-delayed-stream@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
- integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
-
-delegate@^3.1.2:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/delegate/download/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"
- integrity sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=
-
-delegates@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/delegates/download/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
- integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
-
-depd@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
- integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
-
-deprecated-obj@1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/deprecated-obj/download/deprecated-obj-1.0.1.tgz#d7051278d2c141dc672ac3410d06642e990003b7"
- integrity sha1-1wUSeNLBQdxnKsNBDQZkLpkAA7c=
- dependencies:
- flat "^4.1.0"
- lodash "^4.17.11"
-
-deprecation@^2.0.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/deprecation/download/deprecation-2.2.0.tgz#6445d064cadfeec53d45ab8d0eba66be03d58455"
- integrity sha1-ZEXQZMrf7sU9RauNDrpmvgPVhFU=
-
-des.js@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/des.js/download/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
- integrity sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM=
- dependencies:
- inherits "^2.0.1"
- minimalistic-assert "^1.0.0"
-
-destroy@~1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
- integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
-
-detab@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/detab/download/detab-2.0.2.tgz#074970d1a807b045d0258a4235df5928dd683561"
- integrity sha1-B0lw0agHsEXQJYpCNd9ZKN1oNWE=
- dependencies:
- repeat-string "^1.5.4"
-
-detect-file@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
- integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
-
-detect-indent@6.0.0, detect-indent@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npm.alibaba-inc.com/detect-indent/download/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
- integrity sha1-Cr0PVJ9p/GZZolT+lnhhhrb1KP0=
-
-detect-indent@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/detect-indent/download/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
- integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50=
-
-detect-libc@^1.0.2, detect-libc@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/detect-libc/download/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
- integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
-
-detect-newline@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
- integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
-
-detect-node@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/detect-node/download/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
- integrity sha1-AU7o+PZpxcWAI9pkuBecCDooxGw=
-
-detect-port-alt@1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.3.tgz#a4d2f061d757a034ecf37c514260a98750f2b131"
- integrity sha1-pNLwYddXoDTs83xRQmCph1DysTE=
- dependencies:
- address "^1.0.1"
- debug "^2.6.0"
-
-detect-port-alt@1.1.6:
- version "1.1.6"
- resolved "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
- integrity sha1-JHB96r6TLUo89iEwICfCsmZWgnU=
- dependencies:
- address "^1.0.1"
- debug "^2.6.0"
-
-detect-port@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/detect-port/download/detect-port-1.3.0.tgz#d9c40e9accadd4df5cac6a782aefd014d573d1f1"
- integrity sha1-2cQOmsyt1N9crGp4Ku/QFNVz0fE=
- dependencies:
- address "^1.0.1"
- debug "^2.6.0"
-
-detect-repo-changelog@1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/detect-repo-changelog/download/detect-repo-changelog-1.0.1.tgz#c2108cbbf0964da7bc074645b6ad1d3b80a6bd6d"
- integrity sha1-whCMu/CWTae8B0ZFtq0dO4CmvW0=
- dependencies:
- changelog-filename-regex "^1.1.0"
- is-regular-file "^1.0.1"
- lodash.find "^4.6.0"
- pify "^2.3.0"
-
-detective@^4.3.1:
- version "4.7.1"
- resolved "https://registry.npm.alibaba-inc.com/detective/download/detective-4.7.1.tgz#0eca7314338442febb6d65da54c10bb1c82b246e"
- integrity sha1-DspzFDOEQv67bWXaVMELscgrJG4=
- dependencies:
- acorn "^5.2.1"
- defined "^1.0.0"
-
-devcert-san@^0.3.3:
- version "0.3.3"
- resolved "https://registry.npm.alibaba-inc.com/devcert-san/download/devcert-san-0.3.3.tgz#aa77244741b2d831771c011f22ee25e396ad4ba9"
- integrity sha1-qnckR0Gy2DF3HAEfIu4l45atS6k=
- dependencies:
- "@types/configstore" "^2.1.1"
- "@types/debug" "^0.0.29"
- "@types/get-port" "^0.0.4"
- "@types/glob" "^5.0.30"
- "@types/mkdirp" "^0.3.29"
- "@types/node" "^7.0.11"
- "@types/tmp" "^0.0.32"
- command-exists "^1.2.2"
- configstore "^3.0.0"
- debug "^2.6.3"
- eol "^0.8.1"
- get-port "^3.0.0"
- glob "^7.1.1"
- mkdirp "^0.5.1"
- tmp "^0.0.31"
- tslib "^1.6.0"
-
-dezalgo@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/dezalgo/download/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
- integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=
- dependencies:
- asap "^2.0.0"
- wrappy "1"
-
-diff-sequences@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5"
- integrity sha1-VxXWJE4qpl9Iu6C8ly2wsLEelbU=
-
-diff@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/diff/download/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
- integrity sha1-DGZ8tGfru1zqfxTxNcwtuneAqP8=
-
-diffie-hellman@^5.0.0:
- version "5.0.3"
- resolved "https://registry.npm.alibaba-inc.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
- integrity sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=
- dependencies:
- bn.js "^4.1.0"
- miller-rabin "^4.0.0"
- randombytes "^2.0.0"
-
-dir-glob@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
- integrity sha1-CyBdK2rvmCOMooZZioIE0p0KADQ=
- dependencies:
- arrify "^1.0.1"
- path-type "^3.0.0"
-
-dir-glob@^2.0.0, dir-glob@^2.2.2:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
- integrity sha1-+gnwaUFTyJGLGLoN6vrpR2n8UMQ=
- dependencies:
- path-type "^3.0.0"
-
-dir-glob@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
- integrity sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=
- dependencies:
- path-type "^4.0.0"
-
-discontinuous-range@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/discontinuous-range/download/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
- integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=
-
-dns-equal@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/dns-equal/download/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
- integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
-
-dns-packet@^1.3.1:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/dns-packet/download/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
- integrity sha1-EqpCaYEHW+UAuRDu3NC0fdfe2lo=
- dependencies:
- ip "^1.1.0"
- safe-buffer "^5.0.1"
-
-dns-txt@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/dns-txt/download/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
- integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=
- dependencies:
- buffer-indexof "^1.0.0"
-
-docsearch.js@^2.6.3:
- version "2.6.3"
- resolved "https://registry.npm.alibaba-inc.com/docsearch.js/download/docsearch.js-2.6.3.tgz#57cb4600d3b6553c677e7cbbe6a734593e38625d"
- integrity sha1-V8tGANO2VTxnfny75qc0WT44Yl0=
- dependencies:
- algoliasearch "^3.24.5"
- autocomplete.js "0.36.0"
- hogan.js "^3.0.2"
- request "^2.87.0"
- stack-utils "^1.0.1"
- to-factory "^1.0.0"
- zepto "^1.2.0"
-
-doctrine@1.5.0:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
- integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
- dependencies:
- esutils "^2.0.2"
- isarray "^1.0.0"
-
-doctrine@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
- integrity sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=
- dependencies:
- esutils "^2.0.2"
-
-doctrine@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
- integrity sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=
- dependencies:
- esutils "^2.0.2"
-
-dom-align@^1.7.0:
- version "1.10.2"
- resolved "https://registry.npm.alibaba-inc.com/dom-align/download/dom-align-1.10.2.tgz#540ea1c9e20462bd11b9fc28c561dc8351ece4c6"
- integrity sha1-VA6hyeIEYr0RufwoxWHcg1Hs5MY=
-
-dom-closest@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/dom-closest/download/dom-closest-0.2.0.tgz#ebd9f91d1bf22e8d6f477876bbcd3ec90216c0cf"
- integrity sha1-69n5HRvyLo1vR3h2u80+yQIWwM8=
- dependencies:
- dom-matches ">=1.0.1"
-
-dom-converter@^0.2:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/dom-converter/download/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
- integrity sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=
- dependencies:
- utila "~0.4"
-
-dom-helpers@^3.2.1, dom-helpers@^3.4.0:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/dom-helpers/download/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8"
- integrity sha1-6bNpcA+Vn2Ls3lprq95LzNkWmvg=
- dependencies:
- "@babel/runtime" "^7.1.2"
-
-dom-matches@>=1.0.1:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/dom-matches/download/dom-matches-2.0.0.tgz#d2728b416a87533980eb089b848d253cf23a758c"
- integrity sha1-0nKLQWqHUzmA6wibhI0lPPI6dYw=
-
-dom-scroll-into-view@1.x, dom-scroll-into-view@^1.2.0, dom-scroll-into-view@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/dom-scroll-into-view/download/dom-scroll-into-view-1.2.1.tgz#e8f36732dd089b0201a88d7815dc3f88e6d66c7e"
- integrity sha1-6PNnMt0ImwIBqI14Fdw/iObWbH4=
-
-dom-serializer@0:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.1.tgz#13650c850daffea35d8b626a4cfc4d3a17643fdb"
- integrity sha1-E2UMhQ2v/qNdi2JqTPxNOhdkP9s=
- dependencies:
- domelementtype "^2.0.1"
- entities "^2.0.0"
-
-dom-serializer@~0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
- integrity sha1-HsQFnihLq+027sKUHUqXChic58A=
- dependencies:
- domelementtype "^1.3.0"
- entities "^1.1.1"
-
-dom-walk@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/dom-walk/download/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
- integrity sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg=
-
-domain-browser@^1.1.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/domain-browser/download/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
- integrity sha1-PTH1AZGmdJ3RN1p/Ui6CPULlTto=
-
-domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
- integrity sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8=
-
-domelementtype@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d"
- integrity sha1-H4vf6R9aeAYydOgDtL3O326U+U0=
-
-domexception@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/domexception/download/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90"
- integrity sha1-k3RCZEymoxJh7zbj7Gd/6AVYLJA=
- dependencies:
- webidl-conversions "^4.0.2"
-
-domhandler@^2.3.0:
- version "2.4.2"
- resolved "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
- integrity sha1-iAUJfpM9ZehVRvcm1g9euItE+AM=
- dependencies:
- domelementtype "1"
-
-domutils@1.5.1:
- version "1.5.1"
- resolved "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
- integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=
- dependencies:
- dom-serializer "0"
- domelementtype "1"
-
-domutils@^1.5.1, domutils@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
- integrity sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=
- dependencies:
- dom-serializer "0"
- domelementtype "1"
-
-dot-prop@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
- integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc=
- dependencies:
- is-obj "^1.0.0"
-
-dot-prop@^4.1.0, dot-prop@^4.1.1, dot-prop@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
- integrity sha1-HxngwuGqDjJ5fEl5nyg3rGr2nFc=
- dependencies:
- is-obj "^1.0.0"
-
-dot-prop@^5.1.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
- integrity sha1-w07MKVVtxF8fTCJpe29JBODMT8s=
- dependencies:
- is-obj "^2.0.0"
-
-dotenv-defaults@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/dotenv-defaults/download/dotenv-defaults-1.0.2.tgz#441cf5f067653fca4bbdce9dd3b803f6f84c585d"
- integrity sha1-RBz18GdlP8pLvc6d07gD9vhMWF0=
- dependencies:
- dotenv "^6.2.0"
-
-dotenv-expand@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/dotenv-expand/download/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
- integrity sha1-P7rwIL/XlIhAcuomsel5HUWmKfA=
-
-dotenv-webpack@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/dotenv-webpack/download/dotenv-webpack-1.7.0.tgz#4384d8c57ee6f405c296278c14a9f9167856d3a1"
- integrity sha1-Q4TYxX7m9AXClieMFKn5FnhW06E=
- dependencies:
- dotenv-defaults "^1.0.2"
-
-dotenv@^6.2.0:
- version "6.2.0"
- resolved "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
- integrity sha1-lBwEEFNdlCyL7PKNPzV9vZ1HYGQ=
-
-dotenv@^8.0.0, dotenv@^8.2.0:
- version "8.2.0"
- resolved "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
- integrity sha1-l+YZJZradQ7qPk6j4mvO6lQksWo=
-
-download@^6.2.2:
- version "6.2.5"
- resolved "https://registry.npm.alibaba-inc.com/download/download/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714"
- integrity sha1-rNalQuTNC7Qspwz8mMnkOwcDlxQ=
- dependencies:
- caw "^2.0.0"
- content-disposition "^0.5.2"
- decompress "^4.0.0"
- ext-name "^5.0.0"
- file-type "5.2.0"
- filenamify "^2.0.0"
- get-stream "^3.0.0"
- got "^7.0.0"
- make-dir "^1.0.0"
- p-event "^1.0.0"
- pify "^3.0.0"
-
-download@^7.1.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/download/download/download-7.1.0.tgz#9059aa9d70b503ee76a132897be6dec8e5587233"
- integrity sha1-kFmqnXC1A+52oTKJe+beyOVYcjM=
- dependencies:
- archive-type "^4.0.0"
- caw "^2.0.1"
- content-disposition "^0.5.2"
- decompress "^4.2.0"
- ext-name "^5.0.0"
- file-type "^8.1.0"
- filenamify "^2.0.0"
- get-stream "^3.0.0"
- got "^8.3.1"
- make-dir "^1.2.0"
- p-event "^2.1.0"
- pify "^3.0.0"
-
-draft-js@^0.10.0, draft-js@~0.10.0:
- version "0.10.5"
- resolved "https://registry.npm.alibaba-inc.com/draft-js/download/draft-js-0.10.5.tgz#bfa9beb018fe0533dbb08d6675c371a6b08fa742"
- integrity sha1-v6m+sBj+BTPbsI1mdcNxprCPp0I=
- dependencies:
- fbjs "^0.8.15"
- immutable "~3.7.4"
- object-assign "^4.1.0"
-
-duplexer3@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
- integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
-
-duplexer@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
- integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
-
-duplexify@^3.4.2, duplexify@^3.6.0:
- version "3.7.1"
- resolved "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
- integrity sha1-Kk31MX9sz9kfhtb9JdjYoQO4gwk=
- dependencies:
- end-of-stream "^1.0.0"
- inherits "^2.0.1"
- readable-stream "^2.0.0"
- stream-shift "^1.0.0"
-
-earcut@^2.2.0, earcut@^2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/earcut/download/earcut-2.2.1.tgz#3bae0b1b6fec41853b56b126f03a42a34b28f1d5"
- integrity sha1-O64LG2/sQYU7VrEm8DpCo0so8dU=
-
-ecc-jsbn@~0.1.1:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
- integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
- dependencies:
- jsbn "~0.1.0"
- safer-buffer "^2.1.0"
-
-editions@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/editions/download/editions-2.2.0.tgz#dacd0c2a9441ebef592bba316a6264febb337f35"
- integrity sha1-2s0MKpRB6+9ZK7oxamJk/rszfzU=
- dependencies:
- errlop "^1.1.2"
- semver "^6.3.0"
-
-ee-first@1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
- integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
-
-ejs@^2.6.1:
- version "2.7.2"
- resolved "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.2.tgz#749037c4c09bd57626a6140afbe6b7e650661614"
- integrity sha1-dJA3xMCb1XYmphQK++a35lBmFhQ=
-
-electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.306, electron-to-chromium@^1.3.47:
- version "1.3.306"
- resolved "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.306.tgz#e8265301d053d5f74e36cb876486830261fbe946"
- integrity sha1-6CZTAdBT1fdONsuHZIaDAmH76UY=
-
-elegant-spinner@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/elegant-spinner/download/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
- integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=
-
-element-resize-detector@^1.1.15:
- version "1.1.15"
- resolved "https://registry.npm.alibaba-inc.com/element-resize-detector/download/element-resize-detector-1.1.15.tgz#48eba1a2eaa26969a4c998d972171128c971d8d2"
- integrity sha1-SOuhouqiaWmkyZjZchcRKMlx2NI=
- dependencies:
- batch-processor "^1.0.0"
-
-elliptic@^6.0.0:
- version "6.5.1"
- resolved "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.1.tgz#c380f5f909bf1b9b4428d028cd18d3b0efd6b52b"
- integrity sha1-w4D1+Qm/G5tEKNAozRjTsO/WtSs=
- dependencies:
- bn.js "^4.4.0"
- brorand "^1.0.1"
- hash.js "^1.0.0"
- hmac-drbg "^1.0.0"
- inherits "^2.0.1"
- minimalistic-assert "^1.0.0"
- minimalistic-crypto-utils "^1.0.0"
-
-email-addresses@^3.0.1:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/email-addresses/download/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb"
- integrity sha1-yr9+CFy9tjAIpwMZp05hNhiIEvs=
-
-"emoji-regex@>=6.0.0 <=6.1.1":
- version "6.1.1"
- resolved "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
- integrity sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=
-
-emoji-regex@^7.0.1, emoji-regex@^7.0.2:
- version "7.0.3"
- resolved "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
- integrity sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=
-
-emoji-regex@^8.0.0:
- version "8.0.0"
- resolved "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
- integrity sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=
-
-emojis-list@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
- integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
-
-emotion-theming@^10.0.14:
- version "10.0.19"
- resolved "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.19.tgz#66d13db74fccaefad71ba57c915b306cf2250295"
- integrity sha1-ZtE9t0/MrvrXG6V8kVswbPIlApU=
- dependencies:
- "@babel/runtime" "^7.5.5"
- "@emotion/weak-memoize" "0.2.4"
- hoist-non-react-statics "^3.3.0"
-
-encodeurl@~1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
- integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
-
-encoding@^0.1.11:
- version "0.1.12"
- resolved "https://registry.npm.alibaba-inc.com/encoding/download/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
- integrity sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=
- dependencies:
- iconv-lite "~0.4.13"
-
-end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
- version "1.4.4"
- resolved "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
- integrity sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=
- dependencies:
- once "^1.4.0"
-
-engine.io-client@~3.4.0:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/engine.io-client/download/engine.io-client-3.4.0.tgz#82a642b42862a9b3f7a188f41776b2deab643700"
- integrity sha1-gqZCtChiqbP3oYj0F3ay3qtkNwA=
- dependencies:
- component-emitter "1.2.1"
- component-inherit "0.0.3"
- debug "~4.1.0"
- engine.io-parser "~2.2.0"
- has-cors "1.1.0"
- indexof "0.0.1"
- parseqs "0.0.5"
- parseuri "0.0.5"
- ws "~6.1.0"
- xmlhttprequest-ssl "~1.5.4"
- yeast "0.1.2"
-
-engine.io-parser@~2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/engine.io-parser/download/engine.io-parser-2.2.0.tgz#312c4894f57d52a02b420868da7b5c1c84af80ed"
- integrity sha1-MSxIlPV9UqArQgho2ntcHISvgO0=
- dependencies:
- after "0.8.2"
- arraybuffer.slice "~0.0.7"
- base64-arraybuffer "0.1.5"
- blob "0.0.5"
- has-binary2 "~1.0.2"
-
-engine.io@~3.4.0:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/engine.io/download/engine.io-3.4.0.tgz#3a962cc4535928c252759a00f98519cb46c53ff3"
- integrity sha1-OpYsxFNZKMJSdZoA+YUZy0bFP/M=
- dependencies:
- accepts "~1.3.4"
- base64id "2.0.0"
- cookie "0.3.1"
- debug "~4.1.0"
- engine.io-parser "~2.2.0"
- ws "^7.1.2"
-
-enhanced-resolve@4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f"
- integrity sha1-Qcfgv9/nSsH/4eV61qXGyfN0Kn8=
- dependencies:
- graceful-fs "^4.1.2"
- memory-fs "^0.4.0"
- tapable "^1.0.0"
-
-enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66"
- integrity sha1-KTfiuAZs0P584JkKmPDXGjUYn2Y=
- dependencies:
- graceful-fs "^4.1.2"
- memory-fs "^0.5.0"
- tapable "^1.0.0"
-
-enquire.js@^2.1.6:
- version "2.1.6"
- resolved "https://registry.npm.alibaba-inc.com/enquire.js/download/enquire.js-2.1.6.tgz#3e8780c9b8b835084c3f60e166dbc3c2a3c89814"
- integrity sha1-PoeAybi4NQhMP2DhZtvDwqPImBQ=
-
-entities@^1.1.1, entities@^1.1.2, entities@~1.1.1:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
- integrity sha1-vfpzUplmTfr9NFKe1PhSKidf6lY=
-
-entities@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/entities/download/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
- integrity sha1-aNYITKsbB5dnVA2A5Wo5tCPkq/Q=
-
-env-paths@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/env-paths/download/env-paths-1.0.0.tgz#4168133b42bb05c38a35b1ae4397c8298ab369e0"
- integrity sha1-QWgTO0K7BcOKNbGuQ5fIKYqzaeA=
-
-envify@^3.0.0:
- version "3.4.1"
- resolved "https://registry.npm.alibaba-inc.com/envify/download/envify-3.4.1.tgz#d7122329e8df1688ba771b12501917c9ce5cbce8"
- integrity sha1-1xIjKejfFoi6dxsSUBkXyc5cvOg=
- dependencies:
- jstransform "^11.0.3"
- through "~2.3.4"
-
-envify@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/envify/download/envify-4.1.0.tgz#f39ad3db9d6801b4e6b478b61028d3f0b6819f7e"
- integrity sha1-85rT251oAbTmtHi2ECjT8LaBn34=
- dependencies:
- esprima "^4.0.0"
- through "~2.3.4"
-
-envinfo@^7.4.0:
- version "7.4.0"
- resolved "https://registry.npm.alibaba-inc.com/envinfo/download/envinfo-7.4.0.tgz#bef4ece9e717423aaf0c3584651430b735ad6630"
- integrity sha1-vvTs6ecXQjqvDDWEZRQwtzWtZjA=
-
-enzyme-adapter-react-16@^1.5.0:
- version "1.15.1"
- resolved "https://registry.npm.alibaba-inc.com/enzyme-adapter-react-16/download/enzyme-adapter-react-16-1.15.1.tgz#8ad55332be7091dc53a25d7d38b3485fc2ba50d5"
- integrity sha1-itVTMr5wkdxTol19OLNIX8K6UNU=
- dependencies:
- enzyme-adapter-utils "^1.12.1"
- enzyme-shallow-equal "^1.0.0"
- has "^1.0.3"
- object.assign "^4.1.0"
- object.values "^1.1.0"
- prop-types "^15.7.2"
- react-is "^16.10.2"
- react-test-renderer "^16.0.0-0"
- semver "^5.7.0"
-
-enzyme-adapter-utils@^1.12.1:
- version "1.12.1"
- resolved "https://registry.npm.alibaba-inc.com/enzyme-adapter-utils/download/enzyme-adapter-utils-1.12.1.tgz#e828e0d038e2b1efa4b9619ce896226f85c9dd88"
- integrity sha1-6Cjg0Djise+kuWGc6JYib4XJ3Yg=
- dependencies:
- airbnb-prop-types "^2.15.0"
- function.prototype.name "^1.1.1"
- object.assign "^4.1.0"
- object.fromentries "^2.0.1"
- prop-types "^15.7.2"
- semver "^5.7.0"
-
-enzyme-shallow-equal@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/enzyme-shallow-equal/download/enzyme-shallow-equal-1.0.0.tgz#d8e4603495e6ea279038eef05a4bf4887b55dc69"
- integrity sha1-2ORgNJXm6ieQOO7wWkv0iHtV3Gk=
- dependencies:
- has "^1.0.3"
- object-is "^1.0.1"
-
-enzyme-to-json@^3.0.0-beta6:
- version "3.4.3"
- resolved "https://registry.npm.alibaba-inc.com/enzyme-to-json/download/enzyme-to-json-3.4.3.tgz#ed4386f48768ed29e2d1a2910893542c34e7e0af"
- integrity sha1-7UOG9Ido7Sni0aKRCJNULDTn4K8=
- dependencies:
- lodash "^4.17.15"
-
-enzyme@^3.6.0:
- version "3.10.0"
- resolved "https://registry.npm.alibaba-inc.com/enzyme/download/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
- integrity sha1-chjjR8SndG4TP46WSq2ko1I0UvY=
- dependencies:
- array.prototype.flat "^1.2.1"
- cheerio "^1.0.0-rc.2"
- function.prototype.name "^1.1.0"
- has "^1.0.3"
- html-element-map "^1.0.0"
- is-boolean-object "^1.0.0"
- is-callable "^1.1.4"
- is-number-object "^1.0.3"
- is-regex "^1.0.4"
- is-string "^1.0.4"
- is-subset "^0.1.1"
- lodash.escape "^4.0.1"
- lodash.isequal "^4.5.0"
- object-inspect "^1.6.0"
- object-is "^1.0.1"
- object.assign "^4.1.0"
- object.entries "^1.0.4"
- object.values "^1.0.4"
- raf "^3.4.0"
- rst-selector-parser "^2.2.3"
- string.prototype.trim "^1.1.2"
-
-eol@^0.8.1:
- version "0.8.1"
- resolved "https://registry.npm.alibaba-inc.com/eol/download/eol-0.8.1.tgz#defc3224990c7eca73bb34461a56cf9dc24761d0"
- integrity sha1-3vwyJJkMfspzuzRGGlbPncJHYdA=
-
-err-code@^1.0.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/err-code/download/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960"
- integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=
-
-errlop@^1.1.2:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/errlop/download/errlop-1.3.0.tgz#ae6624cf8ba838ca0d34770606c230878586ee44"
- integrity sha1-rmYkz4uoOMoNNHcGBsIwh4WG7kQ=
- dependencies:
- editions "^2.2.0"
-
-errno@^0.1.1, errno@^0.1.3, errno@~0.1.7:
- version "0.1.7"
- resolved "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
- integrity sha1-RoTXF3mtOa8Xfj8AeZb3xnyFJhg=
- dependencies:
- prr "~1.0.1"
-
-error-ex@^1.2.0, error-ex@^1.3.1:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
- integrity sha1-tKxAZIEH/c3PriQvQovqihTU8b8=
- dependencies:
- is-arrayish "^0.2.1"
-
-error-stack-parser@^2.0.0, error-stack-parser@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/error-stack-parser/download/error-stack-parser-2.0.4.tgz#a757397dc5d9de973ac9a5d7d4e8ade7cfae9101"
- integrity sha1-p1c5fcXZ3pc6yaXX1Oit58+ukQE=
- dependencies:
- stackframe "^1.1.0"
-
-es-abstract@^1.12.0, es-abstract@^1.13.0, es-abstract@^1.15.0, es-abstract@^1.16.0, es-abstract@^1.4.3, es-abstract@^1.5.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
- version "1.16.0"
- resolved "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
- integrity sha1-06JtycMoOsl1DcpWlYbpdtncwG0=
- dependencies:
- es-to-primitive "^1.2.0"
- function-bind "^1.1.1"
- has "^1.0.3"
- has-symbols "^1.0.0"
- is-callable "^1.1.4"
- is-regex "^1.0.4"
- object-inspect "^1.6.0"
- object-keys "^1.1.1"
- string.prototype.trimleft "^2.1.0"
- string.prototype.trimright "^2.1.0"
-
-es-to-primitive@^1.2.0:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
- integrity sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=
- dependencies:
- is-callable "^1.1.4"
- is-date-object "^1.0.1"
- is-symbol "^1.0.2"
-
-es5-ext@^0.10.35, es5-ext@^0.10.50:
- version "0.10.52"
- resolved "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.52.tgz#bb21777e919a04263736ded120a9d665f10ea63f"
- integrity sha1-uyF3fpGaBCY3Nt7RIKnWZfEOpj8=
- dependencies:
- es6-iterator "~2.0.3"
- es6-symbol "~3.1.2"
- next-tick "~1.0.0"
-
-es5-shim@^4.5.13:
- version "4.5.13"
- resolved "https://registry.npm.alibaba-inc.com/es5-shim/download/es5-shim-4.5.13.tgz#5d88062de049f8969f83783f4a4884395f21d28b"
- integrity sha1-XYgGLeBJ+Jafg3g/SkiEOV8h0os=
-
-es6-iterator@~2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
- integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
- dependencies:
- d "1"
- es5-ext "^0.10.35"
- es6-symbol "^3.1.1"
-
-es6-promise@^4.0.3, es6-promise@^4.1.0:
- version "4.2.8"
- resolved "https://registry.npm.alibaba-inc.com/es6-promise/download/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
- integrity sha1-TrIVlMlyvEBVPSduUQU5FD21Pgo=
-
-es6-promisify@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/es6-promisify/download/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
- integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
- dependencies:
- es6-promise "^4.0.3"
-
-es6-promisify@^6.0.0:
- version "6.0.2"
- resolved "https://registry.npm.alibaba-inc.com/es6-promisify/download/es6-promisify-6.0.2.tgz#525c23725b8510f5f1f2feb5a1fbad93a93e29b4"
- integrity sha1-UlwjcluFEPXx8v61ofutk6k+KbQ=
-
-es6-shim@^0.35.5:
- version "0.35.5"
- resolved "https://registry.npm.alibaba-inc.com/es6-shim/download/es6-shim-0.35.5.tgz#46f59dc0a84a1c5029e8ff1166ca0a902077a9ab"
- integrity sha1-RvWdwKhKHFAp6P8RZsoKkCB3qas=
-
-es6-symbol@^3.1.1, es6-symbol@~3.1.2:
- version "3.1.3"
- resolved "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
- integrity sha1-utXTwbzawoJp9MszHkMceKxwXRg=
- dependencies:
- d "^1.0.1"
- ext "^1.1.2"
-
-escape-html@^1.0.3, escape-html@~1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
- integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
-
-escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
- integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
-
-escodegen@^1.9.1:
- version "1.12.0"
- resolved "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.12.0.tgz#f763daf840af172bb3a2b6dd7219c0e17f7ff541"
- integrity sha1-92Pa+ECvFyuzorbdchnA4X9/9UE=
- dependencies:
- esprima "^3.1.3"
- estraverse "^4.2.0"
- esutils "^2.0.2"
- optionator "^0.8.1"
- optionalDependencies:
- source-map "~0.6.1"
-
-eslint-config-react-app@^5.0.2:
- version "5.0.2"
- resolved "https://registry.npm.alibaba-inc.com/eslint-config-react-app/download/eslint-config-react-app-5.0.2.tgz#df40d73a1402986030680c040bbee520db5a32a4"
- integrity sha1-30DXOhQCmGAwaAwEC77lINtaMqQ=
- dependencies:
- confusing-browser-globals "^1.0.9"
-
-eslint-import-resolver-node@^0.3.2:
- version "0.3.2"
- resolved "https://registry.npm.alibaba-inc.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
- integrity sha1-WPFfuDm40FdsqYBBNHaqskcttmo=
- dependencies:
- debug "^2.6.9"
- resolve "^1.5.0"
-
-eslint-loader@^2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/eslint-loader/download/eslint-loader-2.2.1.tgz#28b9c12da54057af0845e2a6112701a2f6bf8337"
- integrity sha1-KLnBLaVAV68IReKmEScBova/gzc=
- dependencies:
- loader-fs-cache "^1.0.0"
- loader-utils "^1.0.2"
- object-assign "^4.0.1"
- object-hash "^1.1.4"
- rimraf "^2.6.1"
-
-eslint-module-utils@^2.4.0:
- version "2.4.1"
- resolved "https://registry.npm.alibaba-inc.com/eslint-module-utils/download/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
- integrity sha1-e0Z1h1v5aw2/GyGXdFblux9eAYw=
- dependencies:
- debug "^2.6.8"
- pkg-dir "^2.0.0"
-
-eslint-plugin-flowtype@^3.13.0:
- version "3.13.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-flowtype/download/eslint-plugin-flowtype-3.13.0.tgz#e241ebd39c0ce519345a3f074ec1ebde4cf80f2c"
- integrity sha1-4kHr05wM5Rk0Wj8HTsHr3kz4Dyw=
- dependencies:
- lodash "^4.17.15"
-
-eslint-plugin-graphql@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-graphql/download/eslint-plugin-graphql-3.1.0.tgz#ccf0d3c61961f6307170ac565c1fb0902dd4f11f"
- integrity sha1-zPDTxhlh9jBxcKxWXB+wkC3U8R8=
- dependencies:
- graphql-config "^2.0.1"
- lodash "^4.11.1"
-
-eslint-plugin-import@^2.18.2:
- version "2.18.2"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-import/download/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
- integrity sha1-AvEYC5Cwd7M9RHoXojJs60AKzrY=
- dependencies:
- array-includes "^3.0.3"
- contains-path "^0.1.0"
- debug "^2.6.9"
- doctrine "1.5.0"
- eslint-import-resolver-node "^0.3.2"
- eslint-module-utils "^2.4.0"
- has "^1.0.3"
- minimatch "^3.0.4"
- object.values "^1.1.0"
- read-pkg-up "^2.0.0"
- resolve "^1.11.0"
-
-eslint-plugin-jsx-a11y@^6.2.3:
- version "6.2.3"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-jsx-a11y/download/eslint-plugin-jsx-a11y-6.2.3.tgz#b872a09d5de51af70a97db1eea7dc933043708aa"
- integrity sha1-uHKgnV3lGvcKl9se6n3JMwQ3CKo=
- dependencies:
- "@babel/runtime" "^7.4.5"
- aria-query "^3.0.0"
- array-includes "^3.0.3"
- ast-types-flow "^0.0.7"
- axobject-query "^2.0.2"
- damerau-levenshtein "^1.0.4"
- emoji-regex "^7.0.2"
- has "^1.0.3"
- jsx-ast-utils "^2.2.1"
-
-eslint-plugin-prettier@^2.2.0:
- version "2.7.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-prettier/download/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
- integrity sha1-tDEtzywdllN51/nVtfiqrcakWQQ=
- dependencies:
- fast-diff "^1.1.1"
- jest-docblock "^21.0.0"
-
-eslint-plugin-react-hooks@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-react-hooks/download/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
- integrity sha1-YhC21aNyBfC5KFj4laToJwIKfQQ=
-
-eslint-plugin-react@^7.16.0:
- version "7.16.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-plugin-react/download/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
- integrity sha1-mSjk8+ISLtO6altW0DA7o+QdjAk=
- dependencies:
- array-includes "^3.0.3"
- doctrine "^2.1.0"
- has "^1.0.3"
- jsx-ast-utils "^2.2.1"
- object.entries "^1.1.0"
- object.fromentries "^2.0.0"
- object.values "^1.1.0"
- prop-types "^15.7.2"
- resolve "^1.12.0"
-
-eslint-scope@^4.0.3:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
- integrity sha1-ygODMxD2iJoyZHgaqC5j65z+eEg=
- dependencies:
- esrecurse "^4.1.0"
- estraverse "^4.1.1"
-
-eslint-scope@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
- integrity sha1-6HyIh8c+jR7ITxylkWRcNYv8j7k=
- dependencies:
- esrecurse "^4.1.0"
- estraverse "^4.1.1"
-
-eslint-utils@^1.4.3:
- version "1.4.3"
- resolved "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
- integrity sha1-dP7HxU0Hdrb2fgJRBAtYBlZOmB8=
- dependencies:
- eslint-visitor-keys "^1.1.0"
-
-eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
- integrity sha1-4qgs6oT/JGrW+1f5veW0ZiFFnsI=
-
-eslint@^6.6.0:
- version "6.6.0"
- resolved "https://registry.npm.alibaba-inc.com/eslint/download/eslint-6.6.0.tgz#4a01a2fb48d32aacef5530ee9c5a78f11a8afd04"
- integrity sha1-SgGi+0jTKqzvVTDunFp48RqK/QQ=
- dependencies:
- "@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 "^11.7.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.2"
- 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"
-
-espree@^6.1.2:
- version "6.1.2"
- resolved "https://registry.npm.alibaba-inc.com/espree/download/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d"
- integrity sha1-bCcmUJMrT5HDcU5ee19eLs9HJi0=
- dependencies:
- acorn "^7.1.0"
- acorn-jsx "^5.1.0"
- eslint-visitor-keys "^1.1.0"
-
-esprima-fb@^15001.1.0-dev-harmony-fb:
- version "15001.1.0-dev-harmony-fb"
- resolved "https://registry.npm.alibaba-inc.com/esprima-fb/download/esprima-fb-15001.1.0-dev-harmony-fb.tgz#30a947303c6b8d5e955bee2b99b1d233206a6901"
- integrity sha1-MKlHMDxrjV6VW+4rmbHSMyBqaQE=
-
-esprima@^3.1.3, esprima@~3.1.0:
- version "3.1.3"
- resolved "https://registry.npm.alibaba-inc.com/esprima/download/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
- integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
-
-esprima@^4.0.0, esprima@~4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
- integrity sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=
-
-esprima@~1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/esprima/download/esprima-1.0.4.tgz#9f557e08fc3b4d26ece9dd34f8fbf476b62585ad"
- integrity sha1-n1V+CPw7TSbs6d00+Pv0drYlha0=
-
-esquery@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
- integrity sha1-QGxRZYsfWZGl+bYrHcJbAOPlxwg=
- dependencies:
- estraverse "^4.0.0"
-
-esrecurse@^4.1.0:
- version "4.2.1"
- resolved "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
- integrity sha1-AHo7n9vCs7uH5IeeoZyS/b05Qs8=
- dependencies:
- estraverse "^4.1.0"
-
-estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
- version "4.3.0"
- resolved "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
- integrity sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=
-
-estree-walker@^0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
- integrity sha1-UwSRQ/QMbrkYsjZx0f4yGfOhs2I=
-
-esutils@^2.0.0, esutils@^2.0.2:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
- integrity sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=
-
-etag@~1.8.1:
- version "1.8.1"
- resolved "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
- integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
-
-event-source-polyfill@^1.0.9:
- version "1.0.9"
- resolved "https://registry.npm.alibaba-inc.com/event-source-polyfill/download/event-source-polyfill-1.0.9.tgz#1fe3ebf8e3faddafd4fc237424f5e5ab2706b6d0"
- integrity sha1-H+Pr+OP63a/U/CN0JPXlqycGttA=
-
-eventemitter3@^3.1.0:
- version "3.1.2"
- resolved "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7"
- integrity sha1-LT1I+cNGaY/Og6hdfWZOmFNd9uc=
-
-eventemitter3@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb"
- integrity sha1-1lF2FjiH7lnzhtZMgmELaWpKdOs=
-
-eventlistener@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/eventlistener/download/eventlistener-0.0.1.tgz#ed2baabb852227af2bcf889152c72c63ca532eb8"
- integrity sha1-7Suqu4UiJ68rz4iRUscsY8pTLrg=
-
-events@^1.1.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/events/download/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
- integrity sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=
-
-events@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/events/download/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88"
- integrity sha1-mgoN+vYok9krh1uPJpjKQRSXPog=
-
-eventsource@0.1.6:
- version "0.1.6"
- resolved "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-0.1.6.tgz#0acede849ed7dd1ccc32c811bb11b944d4f29232"
- integrity sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=
- dependencies:
- original ">=0.0.5"
-
-eventsource@^1.0.7:
- version "1.0.7"
- resolved "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0"
- integrity sha1-j7xyyT/NNAiAkLwKTmT0tc7m2NA=
- dependencies:
- original "^1.0.0"
-
-evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
- integrity sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=
- dependencies:
- md5.js "^1.3.4"
- safe-buffer "^5.1.1"
-
-exec-buffer@^3.0.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/exec-buffer/download/exec-buffer-3.2.0.tgz#b1686dbd904c7cf982e652c1f5a79b1e5573082b"
- integrity sha1-sWhtvZBMfPmC5lLB9aebHlVzCCs=
- dependencies:
- execa "^0.7.0"
- p-finally "^1.0.0"
- pify "^3.0.0"
- rimraf "^2.5.4"
- tempfile "^2.0.0"
-
-exec-sh@^0.3.2:
- version "0.3.4"
- resolved "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5"
- integrity sha1-OgGM61JsxvbfK7UEsr/o46STTsU=
-
-execa@^0.10.0:
- version "0.10.0"
- resolved "https://registry.npm.alibaba-inc.com/execa/download/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
- integrity sha1-/0Vqj1P5D47MxxqW0Rvfx/CCy1A=
- dependencies:
- cross-spawn "^6.0.0"
- 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"
-
-execa@^0.7.0:
- version "0.7.0"
- resolved "https://registry.npm.alibaba-inc.com/execa/download/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
- integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
- dependencies:
- 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"
-
-execa@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/execa/download/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
- integrity sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=
- dependencies:
- 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"
-
-execa@^2.0.3, execa@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/execa/download/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
- integrity sha1-5dPs2DfSpg7FDz2nj9OXZ3R7vpk=
- dependencies:
- cross-spawn "^7.0.0"
- get-stream "^5.0.0"
- is-stream "^2.0.0"
- merge-stream "^2.0.0"
- npm-run-path "^3.0.0"
- onetime "^5.1.0"
- p-finally "^2.0.0"
- signal-exit "^3.0.2"
- strip-final-newline "^2.0.0"
-
-execa@^3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/execa/download/execa-3.3.0.tgz#7e348eef129a1937f21ecbbd53390942653522c1"
- integrity sha1-fjSO7xKaGTfyHsu9UzkJQmU1IsE=
- dependencies:
- 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"
-
-execall@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/execall/download/execall-1.0.0.tgz#73d0904e395b3cab0658b08d09ec25307f29bb73"
- integrity sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=
- dependencies:
- clone-regexp "^1.0.0"
-
-executable@^4.1.0:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/executable/download/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
- integrity sha1-QVMr/zYdPlevTXY7cFgtsY9dEzw=
- dependencies:
- pify "^2.2.0"
-
-exif-parser@^0.1.12:
- version "0.1.12"
- resolved "https://registry.npm.alibaba-inc.com/exif-parser/download/exif-parser-0.1.12.tgz#58a9d2d72c02c1f6f02a0ef4a9166272b7760922"
- integrity sha1-WKnS1ywCwfbwKg70qRZicrd2CSI=
-
-exit@^0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
- integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
-
-expand-brackets@^2.1.4:
- version "2.1.4"
- resolved "https://registry.npm.alibaba-inc.com/expand-brackets/download/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
- integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
- dependencies:
- 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"
-
-expand-template@^2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/expand-template/download/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c"
- integrity sha1-bhSz/O4POmNA7LV9LokYaSBSpHw=
-
-expand-tilde@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-1.2.2.tgz#0b81eba897e5a3d31d1c3d102f8f01441e559449"
- integrity sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=
- dependencies:
- os-homedir "^1.0.1"
-
-expand-tilde@^2.0.0, expand-tilde@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
- integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
- dependencies:
- homedir-polyfill "^1.0.1"
-
-expect@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz#b75165b4817074fa4a157794f46fe9f1ba15b6ca"
- integrity sha1-t1FltIFwdPpKFXeU9G/p8boVtso=
- dependencies:
- "@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"
-
-express-graphql@^0.9.0:
- version "0.9.0"
- resolved "https://registry.npm.alibaba-inc.com/express-graphql/download/express-graphql-0.9.0.tgz#00fd8552f866bac5c9a4612b2c4c82076107b3c2"
- integrity sha1-AP2FUvhmusXJpGErLEyCB2EHs8I=
- dependencies:
- accepts "^1.3.7"
- content-type "^1.0.4"
- http-errors "^1.7.3"
- raw-body "^2.4.1"
-
-express@^4.17.0, express@^4.17.1:
- version "4.17.1"
- resolved "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
- integrity sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=
- dependencies:
- 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"
-
-ext-list@^2.0.0:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/ext-list/download/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37"
- integrity sha1-C5jmTtgvWs8PKTG6v2khLvUt3Tc=
- dependencies:
- mime-db "^1.28.0"
-
-ext-name@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ext-name/download/ext-name-5.0.0.tgz#70781981d183ee15d13993c8822045c506c8f0a6"
- integrity sha1-cHgZgdGD7hXROZPIgiBFxQbI8KY=
- dependencies:
- ext-list "^2.0.0"
- sort-keys-length "^1.0.0"
-
-ext@^1.1.2:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/ext/download/ext-1.2.0.tgz#8dd8d2dd21bcced3045be09621fa0cbf73908ba4"
- integrity sha1-jdjS3SG8ztMEW+CWIfoMv3OQi6Q=
- dependencies:
- type "^2.0.0"
-
-extend-shallow@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
- integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
- dependencies:
- is-extendable "^0.1.0"
-
-extend-shallow@^3.0.0, extend-shallow@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
- integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
- dependencies:
- assign-symbols "^1.0.0"
- is-extendable "^1.0.1"
-
-extend@^3.0.0, extend@~3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
- integrity sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=
-
-external-editor@^2.0.4:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
- integrity sha1-BFURz9jRM/OEZnPRBHwVTiFK09U=
- dependencies:
- chardet "^0.4.0"
- iconv-lite "^0.4.17"
- tmp "^0.0.33"
-
-external-editor@^3.0.3:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
- integrity sha1-ywP3QL764D6k0oPK7SdBqD8zVJU=
- dependencies:
- chardet "^0.7.0"
- iconv-lite "^0.4.24"
- tmp "^0.0.33"
-
-extglob@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
- integrity sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=
- dependencies:
- 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"
-
-extsprintf@1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
- integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
-
-extsprintf@^1.2.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
- integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
-
-fast-deep-equal@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
- integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
-
-fast-diff@^1.1.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/fast-diff/download/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
- integrity sha1-c+4RmC2Gyq95WYKNUZz+kn+sXwM=
-
-fast-glob@^2.0.2, fast-glob@^2.2.2, fast-glob@^2.2.6:
- version "2.2.7"
- resolved "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d"
- integrity sha1-aVOFfDr6R1//ku5gFdUtpwpM050=
- dependencies:
- "@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"
-
-fast-glob@^3.0.3:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.1.0.tgz#77375a7e3e6f6fc9b18f061cddd28b8d1eec75ae"
- integrity sha1-dzdafj5vb8mxjwYc3dKLjR7sda4=
- dependencies:
- "@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"
-
-fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
- integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
-
-fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
- version "2.0.6"
- resolved "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
- integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
-
-fastest-stable-stringify@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/fastest-stable-stringify/download/fastest-stable-stringify-1.0.1.tgz#9122d406d4c9d98bea644a6b6853d5874b87b028"
- integrity sha1-kSLUBtTJ2YvqZEpraFPVh0uHsCg=
-
-fastparse@^1.1.1:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
- integrity sha1-kXKMWllC7O2FMSg8eUQe5BIsNak=
-
-fastq@^1.6.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/fastq/download/fastq-1.6.0.tgz#4ec8a38f4ac25f21492673adb7eae9cfef47d1c2"
- integrity sha1-Tsijj0rCXyFJJnOtt+rpz+9H0cI=
- dependencies:
- reusify "^1.0.0"
-
-fault@^1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/fault/download/fault-1.0.3.tgz#4da88cf979b6b792b4e13c7ec836767725170b7e"
- integrity sha1-TaiM+Xm2t5K04Tx+yDZ2dyUXC34=
- dependencies:
- format "^0.2.2"
-
-faye-websocket@^0.10.0:
- version "0.10.0"
- resolved "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"
- integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=
- dependencies:
- websocket-driver ">=0.5.1"
-
-faye-websocket@~0.11.0, faye-websocket@~0.11.1:
- version "0.11.3"
- resolved "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e"
- integrity sha1-XA6aiWjokSwoZjn96XeosgnyUI4=
- dependencies:
- websocket-driver ">=0.5.1"
-
-fb-watchman@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
- integrity sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=
- dependencies:
- bser "^2.0.0"
-
-fbjs-css-vars@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/fbjs-css-vars/download/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
- integrity sha1-IWVRE2rgL+JVkyw+yHdfGOLAeLg=
-
-fbjs@^0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.6.1.tgz#9636b7705f5ba9684d44b72f78321254afc860f7"
- integrity sha1-lja3cF9bqWhNRLcveDISVK/IYPc=
- dependencies:
- core-js "^1.0.0"
- loose-envify "^1.0.0"
- promise "^7.0.3"
- ua-parser-js "^0.7.9"
- whatwg-fetch "^0.9.0"
-
-fbjs@^0.8.0, fbjs@^0.8.15, fbjs@^0.8.16, fbjs@^0.8.4, fbjs@^0.8.9:
- version "0.8.17"
- resolved "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
- integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=
- dependencies:
- 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"
-
-fbjs@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-1.0.0.tgz#52c215e0883a3c86af2a7a776ed51525ae8e0a5a"
- integrity sha1-UsIV4Ig6PIavKnp3btUVJa6OClo=
- dependencies:
- core-js "^2.4.1"
- fbjs-css-vars "^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"
-
-fd-slicer@~1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/fd-slicer/download/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
- integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
- dependencies:
- pend "~1.2.0"
-
-fecha@~2.3.3:
- version "2.3.3"
- resolved "https://registry.npm.alibaba-inc.com/fecha/download/fecha-2.3.3.tgz#948e74157df1a32fd1b12c3a3c3cdcb6ec9d96cd"
- integrity sha1-lI50FX3xoy/RsSw6PDzctuydls0=
-
-figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
- version "3.5.1"
- resolved "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
- integrity sha1-hiRwESkBxyeg5JWoB0S9W6odZ5A=
-
-figures@^1.3.5, figures@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/figures/download/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
- integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=
- dependencies:
- escape-string-regexp "^1.0.5"
- object-assign "^4.1.0"
-
-figures@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
- integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=
- dependencies:
- escape-string-regexp "^1.0.5"
-
-figures@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/figures/download/figures-3.1.0.tgz#4b198dd07d8d71530642864af2d45dd9e459c4ec"
- integrity sha1-SxmN0H2NcVMGQoZK8tRd2eRZxOw=
- dependencies:
- escape-string-regexp "^1.0.5"
-
-file-entry-cache@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-4.0.0.tgz#633567d15364aefe0b299e1e217735e8f3a9f6e8"
- integrity sha1-YzVn0VNkrv4LKZ4eIXc16POp9ug=
- dependencies:
- flat-cache "^2.0.1"
-
-file-entry-cache@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
- integrity sha1-yg9u+m3T1WEzP7FFFQZcL6/fQ5w=
- dependencies:
- flat-cache "^2.0.1"
-
-file-loader@^1.1.11:
- version "1.1.11"
- resolved "https://registry.npm.alibaba-inc.com/file-loader/download/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
- integrity sha1-b+iGRJsPKpNuQ8q6rAzb+zaVBvg=
- dependencies:
- loader-utils "^1.0.2"
- schema-utils "^0.4.5"
-
-file-loader@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/file-loader/download/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
- integrity sha1-+OC6C1mZGLUa3+RdZtHnca1WD6o=
- dependencies:
- loader-utils "^1.0.2"
- schema-utils "^1.0.0"
-
-file-name@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/file-name/download/file-name-0.1.0.tgz#12b122f120f9c34dbc176c1ab81a548aced6def7"
- integrity sha1-ErEi8SD5w028F2wauBpUis7W3vc=
-
-file-system-cache@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/file-system-cache/download/file-system-cache-1.0.5.tgz#84259b36a2bbb8d3d6eb1021d3132ffe64cfff4f"
- integrity sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08=
- dependencies:
- bluebird "^3.3.5"
- fs-extra "^0.30.0"
- ramda "^0.21.0"
-
-file-type@5.2.0, file-type@^5.2.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6"
- integrity sha1-LdvqfHP/42No365J3DOMBYwritY=
-
-file-type@^10.7.0:
- version "10.11.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-10.11.0.tgz#2961d09e4675b9fb9a3ee6b69e9cd23f43fd1890"
- integrity sha1-KWHQnkZ1ufuaPua2npzSP0P9GJA=
-
-file-type@^12.4.0:
- version "12.4.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-12.4.0.tgz#a9a399459e1940d9f34b3973039958f1f36a565e"
- integrity sha1-qaOZRZ4ZQNnzSzlzA5lY8fNqVl4=
-
-file-type@^3.8.0:
- version "3.9.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
- integrity sha1-JXoHg4TR24CHvESdEH1SpSZyuek=
-
-file-type@^4.2.0, file-type@^4.3.0:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5"
- integrity sha1-G2AOX8ofvcboDApwxxyNul95BsU=
-
-file-type@^6.1.0:
- version "6.2.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-6.2.0.tgz#e50cd75d356ffed4e306dc4f5bcf52a79903a919"
- integrity sha1-5QzXXTVv/tTjBtxPW89Sp5kDqRk=
-
-file-type@^8.1.0:
- version "8.1.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c"
- integrity sha1-JE87fvZBu+DMoZbHJ25LMyOZ9ow=
-
-file-type@^9.0.0:
- version "9.0.0"
- resolved "https://registry.npm.alibaba-inc.com/file-type/download/file-type-9.0.0.tgz#a68d5ad07f486414dfb2c8866f73161946714a18"
- integrity sha1-po1a0H9IZBTfssiGb3MWGUZxShg=
-
-file-uri-to-path@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
- integrity sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90=
-
-filename-reserved-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/filename-reserved-regex/download/filename-reserved-regex-1.0.0.tgz#e61cf805f0de1c984567d0386dc5df50ee5af7e4"
- integrity sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=
-
-filename-reserved-regex@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/filename-reserved-regex/download/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
- integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik=
-
-filenamify-url@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/filenamify-url/download/filenamify-url-1.0.0.tgz#b32bd81319ef5863b73078bed50f46a4f7975f50"
- integrity sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=
- dependencies:
- filenamify "^1.0.0"
- humanize-url "^1.0.0"
-
-filenamify@^1.0.0:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/filenamify/download/filenamify-1.2.1.tgz#a9f2ffd11c503bed300015029272378f1f1365a5"
- integrity sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=
- dependencies:
- filename-reserved-regex "^1.0.0"
- strip-outer "^1.0.0"
- trim-repeated "^1.0.0"
-
-filenamify@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/filenamify/download/filenamify-2.1.0.tgz#88faf495fb1b47abfd612300002a16228c677ee9"
- integrity sha1-iPr0lfsbR6v9YSMAACoWIoxnfuk=
- dependencies:
- filename-reserved-regex "^2.0.0"
- strip-outer "^1.0.0"
- trim-repeated "^1.0.0"
-
-filesize@3.5.11:
- version "3.5.11"
- resolved "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.5.11.tgz#1919326749433bb3cf77368bd158caabcc19e9ee"
- integrity sha1-GRkyZ0lDO7PPdzaL0VjKq8wZ6e4=
-
-filesize@3.6.1, filesize@^3.6.1:
- version "3.6.1"
- resolved "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
- integrity sha1-CQuz7gG2+AGoqL6Z0xcQs0Irsxc=
-
-fill-range@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
- integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
- dependencies:
- extend-shallow "^2.0.1"
- is-number "^3.0.0"
- repeat-string "^1.6.1"
- to-regex-range "^2.1.0"
-
-fill-range@^7.0.1:
- version "7.0.1"
- resolved "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
- integrity sha1-GRmmp8df44ssfHflGYU12prN2kA=
- dependencies:
- to-regex-range "^5.0.1"
-
-finalhandler@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
- integrity sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=
- dependencies:
- 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"
-
-find-cache-dir@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-0.1.1.tgz#c8defae57c8a52a8a784f9e31c57c742e993a0b9"
- integrity sha1-yN765XyKUqinhPnjHFfHQumToLk=
- dependencies:
- commondir "^1.0.1"
- mkdirp "^0.5.1"
- pkg-dir "^1.0.0"
-
-find-cache-dir@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f"
- integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=
- dependencies:
- commondir "^1.0.1"
- make-dir "^1.0.0"
- pkg-dir "^2.0.0"
-
-find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
- integrity sha1-jQ+UzRP+Q8bHwmGg2GEVypGMBfc=
- dependencies:
- commondir "^1.0.1"
- make-dir "^2.0.0"
- pkg-dir "^3.0.0"
-
-find-cache-dir@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.1.0.tgz#9935894999debef4cf9f677fdf646d002c4cdecb"
- integrity sha1-mTWJSZnevvTPn2d/32RtACxM3ss=
- dependencies:
- commondir "^1.0.1"
- make-dir "^3.0.0"
- pkg-dir "^4.1.0"
-
-find-file-up@^0.1.2:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/find-file-up/download/find-file-up-0.1.3.tgz#cf68091bcf9f300a40da411b37da5cce5a2fbea0"
- integrity sha1-z2gJG8+fMApA2kEbN9pczlovvqA=
- dependencies:
- fs-exists-sync "^0.1.0"
- resolve-dir "^0.1.0"
-
-find-node-modules@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/find-node-modules/download/find-node-modules-2.0.0.tgz#5db1fb9e668a3d451db3d618cd167cdd59e41b69"
- integrity sha1-XbH7nmaKPUUds9YYzRZ83VnkG2k=
- dependencies:
- findup-sync "^3.0.0"
- merge "^1.2.1"
-
-find-pkg@^0.1.0:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/find-pkg/download/find-pkg-0.1.2.tgz#1bdc22c06e36365532e2a248046854b9788da557"
- integrity sha1-G9wiwG42NlUy4qJIBGhUuXiNpVc=
- dependencies:
- find-file-up "^0.1.2"
-
-find-root@1.1.0, find-root@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
- integrity sha1-q8/Iunb3CMQql7PWhbfpRQv7nOQ=
-
-find-up@3.0.0, find-up@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
- integrity sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=
- dependencies:
- locate-path "^3.0.0"
-
-find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
- integrity sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=
- dependencies:
- locate-path "^5.0.0"
- path-exists "^4.0.0"
-
-find-up@^1.0.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/find-up/download/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
- integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
- dependencies:
- path-exists "^2.0.0"
- pinkie-promise "^2.0.0"
-
-find-up@^2.0.0, find-up@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
- integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
- dependencies:
- locate-path "^2.0.0"
-
-find-versions@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/find-versions/download/find-versions-3.1.0.tgz#10161f29cf3eb4350dec10a29bdde75bff0df32d"
- integrity sha1-EBYfKc8+tDUN7BCim93nW/8N8y0=
- dependencies:
- array-uniq "^2.1.0"
- semver-regex "^2.0.0"
-
-findup-sync@3.0.0, findup-sync@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
- integrity sha1-F7EI+e5RLft6XH88iyfqnhqcCNE=
- dependencies:
- detect-file "^1.0.0"
- is-glob "^4.0.0"
- micromatch "^3.0.4"
- resolve-dir "^1.0.1"
-
-flat-cache@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
- integrity sha1-XSltbwS9pEpGMKMBQTvbwuwIXsA=
- dependencies:
- flatted "^2.0.0"
- rimraf "2.6.3"
- write "1.0.3"
-
-flat@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/flat/download/flat-4.1.0.tgz#090bec8b05e39cba309747f1d588f04dbaf98db2"
- integrity sha1-CQvsiwXjnLowl0fx1YjwTbr5jbI=
- dependencies:
- is-buffer "~2.0.3"
-
-flatted@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/flatted/download/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
- integrity sha1-aeV8qo8OrLwoHS4stFjUb9tEngg=
-
-flush-write-stream@^1.0.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
- integrity sha1-jdfYc6G6vCB9lOrQwuDkQnbr8ug=
- dependencies:
- inherits "^2.0.3"
- readable-stream "^2.3.6"
-
-fmin@0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/fmin/download/fmin-0.0.2.tgz#59bbb40d43ffdc1c94cd00a568c41f95f1973017"
- integrity sha1-Wbu0DUP/3ByUzQClaMQflfGXMBc=
- dependencies:
- contour_plot "^0.0.1"
- json2module "^0.0.3"
- rollup "^0.25.8"
- tape "^4.5.1"
- uglify-js "^2.6.2"
-
-fn-name@~1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/fn-name/download/fn-name-1.0.1.tgz#de8d8a15388b33cbf2145782171f73770c6030f0"
- integrity sha1-3o2KFTiLM8vyFFeCFx9zdwxgMPA=
-
-focus-lock@^0.6.3:
- version "0.6.6"
- resolved "https://registry.npm.alibaba-inc.com/focus-lock/download/focus-lock-0.6.6.tgz#98119a755a38cfdbeda0280eaa77e307eee850c7"
- integrity sha1-mBGadVo4z9vtoCgOqnfjB+7oUMc=
-
-folktale@^2.0.1:
- version "2.3.2"
- resolved "https://registry.npm.alibaba-inc.com/folktale/download/folktale-2.3.2.tgz#38231b039e5ef36989920cbf805bf6b227bf4fd4"
- integrity sha1-OCMbA55e82mJkgy/gFv2sie/T9Q=
-
-follow-redirects@1.5.10:
- version "1.5.10"
- resolved "https://registry.npm.alibaba-inc.com/follow-redirects/download/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
- integrity sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio=
- dependencies:
- debug "=3.1.0"
-
-follow-redirects@^1.0.0, follow-redirects@^1.2.3:
- version "1.9.0"
- resolved "https://registry.npm.alibaba-inc.com/follow-redirects/download/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
- integrity sha1-jVvNxltxCP4VCGScecEtcy3O208=
- dependencies:
- debug "^3.0.0"
-
-for-each@~0.3.3:
- version "0.3.3"
- resolved "https://registry.npm.alibaba-inc.com/for-each/download/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
- integrity sha1-abRH6IoKXTLD5whPPxcQA0shN24=
- dependencies:
- is-callable "^1.1.3"
-
-for-in@^0.1.3:
- version "0.1.8"
- resolved "https://registry.npm.alibaba-inc.com/for-in/download/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
- integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=
-
-for-in@^1.0.1, for-in@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
- integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
-
-for-own@^0.1.3:
- version "0.1.5"
- resolved "https://registry.npm.alibaba-inc.com/for-own/download/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
- integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=
- dependencies:
- for-in "^1.0.1"
-
-foreach@^2.0.5:
- version "2.0.5"
- resolved "https://registry.npm.alibaba-inc.com/foreach/download/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
- integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k=
-
-forever-agent@~0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
- integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
-
-fork-ts-checker-webpack-plugin@1.5.0:
- 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#ce1d77190b44d81a761b10b6284a373795e41f0c"
- integrity sha1-zh13GQtE2Bp2GxC2KEo3N5XkHww=
- dependencies:
- 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"
-
-form-data@2.5.1:
- version "2.5.1"
- resolved "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
- integrity sha1-8svsV7XlniNxbhKP5E1OXdI4lfQ=
- dependencies:
- asynckit "^0.4.0"
- combined-stream "^1.0.6"
- mime-types "^2.1.12"
-
-form-data@~2.3.2:
- version "2.3.3"
- resolved "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
- integrity sha1-3M5SwF9kTymManq5Nr1yTO/786Y=
- dependencies:
- asynckit "^0.4.0"
- combined-stream "^1.0.6"
- mime-types "^2.1.12"
-
-format@^0.2.2:
- version "0.2.2"
- resolved "https://registry.npm.alibaba-inc.com/format/download/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
- integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=
-
-forwarded@~0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/forwarded/download/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
- integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
-
-fragment-cache@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
- integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
- dependencies:
- map-cache "^0.2.2"
-
-fresh@0.5.2:
- version "0.5.2"
- resolved "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
- integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
-
-from2@^2.1.0, from2@^2.1.1:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/from2/download/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
- integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=
- dependencies:
- inherits "^2.0.1"
- readable-stream "^2.0.0"
-
-fs-constants@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-constants/download/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
- integrity sha1-a+Dem+mYzhavivwkSXue6bfM2a0=
-
-fs-exists-cached@1.0.0, fs-exists-cached@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-exists-cached/download/fs-exists-cached-1.0.0.tgz#cf25554ca050dc49ae6656b41de42258989dcbce"
- integrity sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=
-
-fs-exists-sync@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-exists-sync/download/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
- integrity sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=
-
-fs-extra@8.1.0, fs-extra@^8.0.1, fs-extra@^8.1.0:
- version "8.1.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
- integrity sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=
- dependencies:
- graceful-fs "^4.2.0"
- jsonfile "^4.0.0"
- universalify "^0.1.0"
-
-fs-extra@^0.30.0:
- version "0.30.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
- integrity sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=
- dependencies:
- graceful-fs "^4.1.2"
- jsonfile "^2.1.0"
- klaw "^1.0.0"
- path-is-absolute "^1.0.0"
- rimraf "^2.2.8"
-
-fs-extra@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
- integrity sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=
- dependencies:
- graceful-fs "^4.1.2"
- jsonfile "^3.0.0"
- universalify "^0.1.0"
-
-fs-extra@^4.0.0, fs-extra@^4.0.2:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
- integrity sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=
- dependencies:
- graceful-fs "^4.1.2"
- jsonfile "^4.0.0"
- universalify "^0.1.0"
-
-fs-extra@^7.0.0:
- version "7.0.1"
- resolved "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
- integrity sha1-TxicRKoSO4lfcigE9V6iPq3DSOk=
- dependencies:
- graceful-fs "^4.1.2"
- jsonfile "^4.0.0"
- universalify "^0.1.0"
-
-fs-minipass@^1.2.5:
- version "1.2.7"
- resolved "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
- integrity sha1-zP+FcIQef+QmVpPaiJNsVa7X98c=
- dependencies:
- minipass "^2.6.0"
-
-fs-minipass@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-2.0.0.tgz#a6415edab02fae4b9e9230bc87ee2e4472003cd1"
- integrity sha1-pkFe2rAvrkuekjC8h+4uRHIAPNE=
- dependencies:
- minipass "^3.0.0"
-
-fs-readdir-recursive@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/fs-readdir-recursive/download/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
- integrity sha1-4y/AMKLM7kSmtTcTCNpUvgs5fSc=
-
-fs-write-stream-atomic@^1.0.8:
- version "1.0.10"
- resolved "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
- integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=
- dependencies:
- graceful-fs "^4.1.2"
- iferr "^0.1.5"
- imurmurhash "^0.1.4"
- readable-stream "1 || 2"
-
-fs.realpath@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
- integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
-
-fsevents@^1.2.7:
- version "1.2.9"
- resolved "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f"
- integrity sha1-P17WZYPM1vQAtaANtvfoYTY+OI8=
- dependencies:
- nan "^2.12.1"
- node-pre-gyp "^0.12.0"
-
-fsevents@~2.1.1:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
- integrity sha1-TAofs0vGjlQ7S4Kp7Dkr+9qECAU=
-
-fstream@^1.0.0, fstream@^1.0.12:
- version "1.0.12"
- resolved "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
- integrity sha1-Touo7i1Ivk99DeUFRVVI6uWTIEU=
- dependencies:
- graceful-fs "^4.1.2"
- inherits "~2.0.0"
- mkdirp ">=0.5 0"
- rimraf "2"
-
-function-bind@^1.0.2, function-bind@^1.1.1, function-bind@~1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
- integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=
-
-function.prototype.name@^1.1.0, function.prototype.name@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/function.prototype.name/download/function.prototype.name-1.1.1.tgz#6d252350803085abc2ad423d4fe3be2f9cbda392"
- integrity sha1-bSUjUIAwhavCrUI9T+O+L5y9o5I=
- dependencies:
- define-properties "^1.1.3"
- function-bind "^1.1.1"
- functions-have-names "^1.1.1"
- is-callable "^1.1.4"
-
-functional-red-black-tree@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
- integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
-
-functions-have-names@^1.1.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/functions-have-names/download/functions-have-names-1.2.0.tgz#83da7583e4ea0c9ac5ff530f73394b033e0bf77d"
- integrity sha1-g9p1g+TqDJrF/1MPczlLAz4L930=
-
-fuse.js@^3.4.4:
- version "3.4.5"
- resolved "https://registry.npm.alibaba-inc.com/fuse.js/download/fuse.js-3.4.5.tgz#8954fb43f9729bd5dbcb8c08f251db552595a7a6"
- integrity sha1-iVT7Q/lym9Xby4wI8lHbVSWVp6Y=
-
-gatsby-cli@^2.8.11, gatsby-cli@^2.8.12:
- version "2.8.12"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-cli/download/gatsby-cli-2.8.12.tgz#e1d870a15258003b3ee6db68a24d5b6bc9d4368d"
- integrity sha1-4dhwoVJYADs+5ttook1ba8nUNo0=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/runtime" "^7.7.2"
- "@hapi/joi" "^15.1.1"
- better-opn "^1.0.0"
- bluebird "^3.7.1"
- chalk "^2.4.2"
- clipboardy "^2.1.0"
- common-tags "^1.8.0"
- configstore "^5.0.0"
- convert-hrtime "^3.0.0"
- core-js "^2.6.10"
- envinfo "^7.4.0"
- execa "^3.3.0"
- fs-exists-cached "^1.0.0"
- fs-extra "^8.1.0"
- gatsby-core-utils "^1.0.20"
- gatsby-telemetry "^1.1.38"
- hosted-git-info "^3.0.2"
- is-valid-path "^0.1.1"
- lodash "^4.17.15"
- meant "^1.0.1"
- node-fetch "^2.6.0"
- object.entries "^1.1.0"
- opentracing "^0.14.4"
- pretty-error "^2.1.1"
- progress "^2.0.3"
- prompts "^2.3.0"
- react "^16.11.0"
- redux "^4.0.4"
- resolve-cwd "^2.0.0"
- semver "^6.3.0"
- signal-exit "^3.0.2"
- source-map "0.7.3"
- stack-trace "^0.0.10"
- strip-ansi "^5.2.0"
- update-notifier "^2.5.0"
- uuid "3.3.3"
- yargs "^12.0.5"
- yurnalist "^1.1.1"
- optionalDependencies:
- ink "^2.5.0"
- ink-spinner "^3.0.1"
-
-gatsby-core-utils@^1.0.19, gatsby-core-utils@^1.0.20:
- version "1.0.20"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-core-utils/download/gatsby-core-utils-1.0.20.tgz#f4788c2591fa7165c87f0ee5e8edf664c91978ea"
- integrity sha1-9HiMJZH6cWXIfw7l6O32ZMkZeOo=
- dependencies:
- ci-info "2.0.0"
-
-gatsby-graphiql-explorer@^0.2.28:
- version "0.2.28"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-graphiql-explorer/download/gatsby-graphiql-explorer-0.2.28.tgz#56cf660f46f2a8fac8fd99ef75772d69a239d613"
- integrity sha1-Vs9mD0byqPrI/ZnvdXctaaI51hM=
- dependencies:
- "@babel/runtime" "^7.7.2"
-
-gatsby-image@^2.2.19:
- version "2.2.33"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-image/download/gatsby-image-2.2.33.tgz#130f0dec89780bd8b367b7eebfe296eb2222286e"
- integrity sha1-Ew8N7Il4C9izZ7fuv+KW6yIiKG4=
- dependencies:
- "@babel/runtime" "^7.7.2"
- object-fit-images "^3.2.4"
- prop-types "^15.7.2"
-
-gatsby-link@^2.2.24:
- version "2.2.24"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-link/download/gatsby-link-2.2.24.tgz#6d314bc8212a576e24009a826568707481142857"
- integrity sha1-bTFLyCEqV24kAJqCZWhwdIEUKFc=
- dependencies:
- "@babel/runtime" "^7.7.2"
- "@types/reach__router" "^1.2.6"
- prop-types "^15.7.2"
-
-gatsby-page-utils@^0.0.31:
- version "0.0.31"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-page-utils/download/gatsby-page-utils-0.0.31.tgz#4314675d059627a56cc2ca66e921a5aa105058c0"
- integrity sha1-QxRnXQWWJ6Vswspm6SGlqhBQWMA=
- dependencies:
- "@babel/runtime" "^7.7.2"
- bluebird "^3.7.1"
- chokidar "3.3.0"
- fs-exists-cached "^1.0.0"
- gatsby-core-utils "^1.0.20"
- glob "^7.1.6"
- lodash "^4.17.15"
- micromatch "^3.1.10"
-
-gatsby-plugin-antd@^2.0.2:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-antd/download/gatsby-plugin-antd-2.1.0.tgz#df90e0515fd249549fdbe293b52e9454db96cace"
- integrity sha1-35DgUV/SSVSf2+KTtS6UVNuWys4=
- dependencies:
- antd "^3.25.0"
- babel-plugin-import "^1.12.0"
-
-gatsby-plugin-catch-links@^2.1.12:
- version "2.1.17"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-catch-links/download/gatsby-plugin-catch-links-2.1.17.tgz#5568d9bb71c675711fd9dcb6c93da44e877e9099"
- integrity sha1-VWjZu3HGdXEf2dy2yT2kTod+kJk=
- dependencies:
- "@babel/runtime" "^7.7.2"
- escape-string-regexp "^1.0.5"
-
-gatsby-plugin-copy-files@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-copy-files/download/gatsby-plugin-copy-files-1.0.3.tgz#391fb465324c3709a6b433fb2d4990a37f2a7dce"
- integrity sha1-OR+0ZTJMNwmmtDP7LUmQo38qfc4=
- dependencies:
- fs-extra "^4.0.0"
-
-gatsby-plugin-google-analytics@^2.1.16:
- version "2.1.28"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-google-analytics/download/gatsby-plugin-google-analytics-2.1.28.tgz#3f3b5105a1d47e3f07b1d4a4383e5173f483534c"
- integrity sha1-PztRBaHUfj8HsdSkOD5Rc/SDU0w=
- dependencies:
- "@babel/runtime" "^7.7.2"
-
-gatsby-plugin-google-analytics@^2.1.27:
- version "2.1.27"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-google-analytics/download/gatsby-plugin-google-analytics-2.1.27.tgz#adbf24bb971ce3fb67ecdc3dcec36b833ff70abc"
- integrity sha1-rb8ku5cc4/tn7Nw9zsNrgz/3Crw=
- dependencies:
- "@babel/runtime" "^7.7.2"
-
-gatsby-plugin-i18n@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-i18n/download/gatsby-plugin-i18n-1.0.1.tgz#573fb98b85654c29e0cda50740037061fa38e694"
- integrity sha1-Vz+5i4VlTCngzaUHQANwYfo45pQ=
- dependencies:
- folktale "^2.0.1"
- graphql "^0.11.7"
- ptz-i18n "^1.0.0"
-
-gatsby-plugin-layout@^1.1.11:
- version "1.1.15"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-layout/download/gatsby-plugin-layout-1.1.15.tgz#b0fffccd8bf9d0e6c2963145bf6098ac5e268619"
- integrity sha1-sP/8zYv50ObCljFFv2CYrF4mhhk=
- dependencies:
- "@babel/runtime" "^7.7.2"
-
-gatsby-plugin-less@^3.0.6:
- version "3.0.14"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-less/download/gatsby-plugin-less-3.0.14.tgz#2bbf6e08e333409e1757571e05f9107d6dcf2114"
- integrity sha1-K79uCOMzQJ4XV1ceBfkQfW3PIRQ=
- dependencies:
- "@babel/runtime" "^7.7.2"
- less-loader "^5.0.0"
-
-gatsby-plugin-manifest@^2.2.16:
- version "2.2.29"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-manifest/download/gatsby-plugin-manifest-2.2.29.tgz#f5c4d65c424059007f8c23a49e332436614c03a4"
- integrity sha1-9cTWXEJAWQB/jCOknjMkNmFMA6Q=
- dependencies:
- "@babel/runtime" "^7.7.2"
- gatsby-core-utils "^1.0.20"
- semver "^5.7.1"
- sharp "^0.23.2"
-
-gatsby-plugin-meta-redirect@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-meta-redirect/download/gatsby-plugin-meta-redirect-1.1.1.tgz#058e8e53edff38dc44d3bb6153109d01c910f863"
- integrity sha1-BY6OU+3/ONxE07thUxCdAckQ+GM=
- dependencies:
- fs-extra "^7.0.0"
-
-gatsby-plugin-nprogress@^2.1.12:
- version "2.1.14"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-nprogress/download/gatsby-plugin-nprogress-2.1.14.tgz#f416aaf3092a579548f43a252ed0362b400e4c98"
- integrity sha1-9Baq8wkqV5VI9DolLtA2K0AOTJg=
- dependencies:
- "@babel/runtime" "^7.7.2"
- nprogress "^0.2.0"
-
-gatsby-plugin-offline@^3.0.7:
- version "3.0.22"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-offline/download/gatsby-plugin-offline-3.0.22.tgz#a8fb03e4d6abbd8cc14a03a9427424734675d484"
- integrity sha1-qPsD5NarvYzBSgOpQnQkc0Z11IQ=
- dependencies:
- "@babel/runtime" "^7.7.2"
- cheerio "^1.0.0-rc.3"
- gatsby-core-utils "^1.0.20"
- glob "^7.1.6"
- idb-keyval "^3.2.0"
- lodash "^4.17.15"
- workbox-build "^4.3.1"
-
-gatsby-plugin-page-creator@^2.1.25, gatsby-plugin-page-creator@^2.1.30, gatsby-plugin-page-creator@^2.1.31:
- version "2.1.31"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-page-creator/download/gatsby-plugin-page-creator-2.1.31.tgz#21554d125d5bd333b5307ea12ece7da297a8eb89"
- integrity sha1-IVVNEl1b0zO1MH6hLs59opeo64k=
- dependencies:
- "@babel/runtime" "^7.7.2"
- bluebird "^3.7.1"
- fs-exists-cached "^1.0.0"
- gatsby-page-utils "^0.0.31"
- glob "^7.1.6"
- lodash "^4.17.15"
- micromatch "^3.1.10"
-
-gatsby-plugin-react-helmet@^3.1.7:
- version "3.1.15"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-react-helmet/download/gatsby-plugin-react-helmet-3.1.15.tgz#0f81ec0106e86ac2d44cb714a79a3a928e5c40a6"
- integrity sha1-D4HsAQboasLUTLcUp5o6ko5cQKY=
- dependencies:
- "@babel/runtime" "^7.7.2"
-
-gatsby-plugin-remove-trailing-slashes@^2.1.9:
- version "2.1.14"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-remove-trailing-slashes/download/gatsby-plugin-remove-trailing-slashes-2.1.14.tgz#3895e8559f12e740284f70a45da0bdbdcab9a597"
- integrity sha1-OJXoVZ8S50AoT3CkXaC9vcq5pZc=
- dependencies:
- "@babel/runtime" "^7.7.2"
-
-gatsby-plugin-sharp@^2.2.22:
- version "2.3.2"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-sharp/download/gatsby-plugin-sharp-2.3.2.tgz#bf9eb6234f7a6c38a9611466f4bd7fae14635dd4"
- integrity sha1-v562I096bDipYRRm9L1/rhRjXdQ=
- dependencies:
- "@babel/runtime" "^7.7.2"
- async "^2.6.3"
- bluebird "^3.7.1"
- fs-extra "^8.1.0"
- gatsby-core-utils "^1.0.20"
- got "^8.3.2"
- imagemin "^6.1.0"
- imagemin-mozjpeg "^8.0.0"
- imagemin-pngquant "^6.0.1"
- imagemin-webp "^5.1.0"
- lodash "^4.17.15"
- mini-svg-data-uri "^1.1.3"
- p-defer "^3.0.0"
- potrace "^2.1.2"
- probe-image-size "^4.1.1"
- progress "^2.0.3"
- semver "^5.7.1"
- sharp "^0.23.2"
- svgo "1.3.2"
- uuid "^3.3.3"
-
-gatsby-plugin-typescript@^2.1.8:
- version "2.1.18"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-plugin-typescript/download/gatsby-plugin-typescript-2.1.18.tgz#68377e792b3ff3db1f52c1c18157f983b4c1d515"
- integrity sha1-aDd+eSs/89sfUsHBgVf5g7TB1RU=
- dependencies:
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.4.4"
- "@babel/plugin-proposal-optional-chaining" "^7.6.0"
- "@babel/preset-typescript" "^7.7.2"
- "@babel/runtime" "^7.7.2"
- babel-plugin-remove-graphql-queries "^2.7.16"
-
-gatsby-react-router-scroll@^2.1.16:
- version "2.1.16"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-react-router-scroll/download/gatsby-react-router-scroll-2.1.16.tgz#7e1ac76ceda23d049fe1453bed3cb0c3664a94de"
- integrity sha1-fhrHbO2iPQSf4UU77Tyww2ZKlN4=
- dependencies:
- "@babel/runtime" "^7.7.2"
- scroll-behavior "^0.9.10"
- warning "^3.0.0"
-
-gatsby-redirect-from@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-redirect-from/download/gatsby-redirect-from-0.2.1.tgz#d5041f8730348d4652f1a8a752bca1cf7e86bc75"
- integrity sha1-1QQfhzA0jUZS8ainUryhz36GvHU=
-
-gatsby-remark-autolink-headers@^2.1.13:
- version "2.1.18"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-remark-autolink-headers/download/gatsby-remark-autolink-headers-2.1.18.tgz#351c9365093c37e4f8b9f6861158ae1a2ac9bec3"
- integrity sha1-NRyTZQk8N+T4ufaGEViuGirJvsM=
- dependencies:
- "@babel/runtime" "^7.7.2"
- github-slugger "^1.2.1"
- lodash "^4.17.15"
- mdast-util-to-string "^1.0.7"
- unist-util-visit "^1.4.1"
-
-gatsby-remark-external-links@^0.0.4:
- version "0.0.4"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-remark-external-links/download/gatsby-remark-external-links-0.0.4.tgz#85b98c1e9dacfaa58085319648c904ff3cab42f0"
- integrity sha1-hbmMHp2s+qWAhTGWSMkE/zyrQvA=
- dependencies:
- babel-runtime "^6.26.0"
- is-relative-url "^2.0.0"
- unist-util-find "^1.0.1"
- unist-util-visit "^1.1.3"
-
-gatsby-remark-prettier@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-remark-prettier/download/gatsby-remark-prettier-1.0.0.tgz#ca426a594f45d0febefec63708bf0b4c4b085daf"
- integrity sha1-ykJqWU9F0P6+/sY3CL8LTEsIXa8=
- dependencies:
- "@babel/runtime" "7.0.0-beta.51"
- unist-util-visit "^1.3.0"
-
-gatsby-remark-prismjs@^3.3.16:
- version "3.3.23"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-remark-prismjs/download/gatsby-remark-prismjs-3.3.23.tgz#226033600e34fdd5bc2e0d0272a394b84b62aeeb"
- integrity sha1-ImAzYA40/dW8Lg0CcqOUuEtirus=
- dependencies:
- "@babel/runtime" "^7.7.2"
- parse-numeric-range "^0.0.2"
- unist-util-visit "^1.4.1"
-
-gatsby-remark-reading-time@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-remark-reading-time/download/gatsby-remark-reading-time-1.0.1.tgz#188fbe19bc7bc6f62d4e32397b18b5540f92f033"
- integrity sha1-GI++Gbx7xvYtTjI5exi1VA+S8DM=
- dependencies:
- reading-time "^1.1.3"
-
-gatsby-source-filesystem@^2.1.22:
- version "2.1.38"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-source-filesystem/download/gatsby-source-filesystem-2.1.38.tgz#174fbef19826844c92e5679cb2e379eeb52acf80"
- integrity sha1-F0++8ZgmhEyS5WecsuN57rUqz4A=
- dependencies:
- "@babel/runtime" "^7.7.2"
- better-queue "^3.8.10"
- bluebird "^3.7.1"
- chokidar "3.3.0"
- file-type "^12.4.0"
- fs-extra "^8.1.0"
- gatsby-core-utils "^1.0.20"
- got "^7.1.0"
- md5-file "^3.2.3"
- mime "^2.4.4"
- pretty-bytes "^5.3.0"
- progress "^2.0.3"
- read-chunk "^3.2.0"
- valid-url "^1.0.9"
- xstate "^4.6.7"
-
-gatsby-source-github@^0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-source-github/download/gatsby-source-github-0.0.2.tgz#ea15cd5e725d60d618bba84037dcf4cb40e0e564"
- integrity sha1-6hXNXnJdYNYYu6hAN9z0y0Dg5WQ=
- dependencies:
- graphql-request "~1.5.1"
- lodash "~4.17.5"
- yup "~0.24.1"
-
-gatsby-telemetry@^1.1.37, gatsby-telemetry@^1.1.38:
- version "1.1.38"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-telemetry/download/gatsby-telemetry-1.1.38.tgz#e8ac949565b87e37699ccbd067f55cc2fe62793e"
- integrity sha1-6KyUlWW4fjdpnMvQZ/Vcwv5ieT4=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/runtime" "^7.7.2"
- bluebird "^3.7.1"
- boxen "^3.2.0"
- configstore "^5.0.0"
- envinfo "^7.4.0"
- fs-extra "^8.1.0"
- gatsby-core-utils "^1.0.20"
- git-up "4.0.1"
- is-docker "2.0.0"
- lodash "^4.17.15"
- node-fetch "2.6.0"
- resolve-cwd "^2.0.0"
- source-map "^0.7.3"
- stack-trace "^0.0.10"
- stack-utils "1.0.2"
- uuid "3.3.3"
-
-gatsby-transformer-remark@^2.6.24:
- version "2.6.37"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-transformer-remark/download/gatsby-transformer-remark-2.6.37.tgz#695202116d94a85f02a122753e8a1d22f73a12b3"
- integrity sha1-aVICEW2UqF8CoSJ1PoodIvc6ErM=
- dependencies:
- "@babel/runtime" "^7.7.2"
- bluebird "^3.7.1"
- gatsby-core-utils "^1.0.20"
- gray-matter "^4.0.2"
- hast-util-raw "^4.0.0"
- hast-util-to-html "^4.0.1"
- lodash "^4.17.15"
- mdast-util-to-hast "^3.0.4"
- mdast-util-to-string "^1.0.7"
- mdast-util-toc "^2.1.0"
- remark "^10.0.1"
- remark-parse "^6.0.3"
- remark-retext "^3.1.3"
- remark-stringify "^5.0.0"
- retext-english "^3.0.4"
- sanitize-html "^1.20.1"
- underscore.string "^3.3.5"
- unified "^6.2.0"
- unist-util-remove-position "^1.1.4"
- unist-util-select "^1.5.0"
- unist-util-visit "^1.4.1"
-
-gatsby-transformer-sharp@^2.2.14:
- version "2.3.5"
- resolved "https://registry.npm.alibaba-inc.com/gatsby-transformer-sharp/download/gatsby-transformer-sharp-2.3.5.tgz#014f46ec464cf5c6ff57a948bf43ea7a9c3452e2"
- integrity sha1-AU9G7EZM9cb/V6lIv0Pqepw0UuI=
- dependencies:
- "@babel/runtime" "^7.7.2"
- bluebird "^3.7.1"
- fs-extra "^8.1.0"
- potrace "^2.1.2"
- probe-image-size "^4.1.1"
- semver "^5.7.1"
- sharp "^0.23.2"
-
-gatsby@^2.15.16:
- version "2.17.17"
- resolved "https://registry.npm.alibaba-inc.com/gatsby/download/gatsby-2.17.17.tgz#f0999ce134d9abc8f29fc783abe90f69d3b08269"
- integrity sha1-8Jmc4TTZq8jyn8eDq+kPadOwgmk=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/core" "^7.7.2"
- "@babel/parser" "^7.7.3"
- "@babel/polyfill" "^7.7.0"
- "@babel/runtime" "^7.7.2"
- "@babel/traverse" "^7.7.2"
- "@gatsbyjs/relay-compiler" "2.0.0-printer-fix.4"
- "@hapi/joi" "^15.1.1"
- "@mikaelkristiansson/domready" "^1.0.9"
- "@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
- "@reach/router" "^1.2.1"
- "@typescript-eslint/eslint-plugin" "^2.7.0"
- "@typescript-eslint/parser" "^2.7.0"
- address "1.1.2"
- autoprefixer "^9.7.1"
- axios "^0.19.0"
- babel-core "7.0.0-bridge.0"
- babel-eslint "^10.0.3"
- babel-loader "^8.0.6"
- babel-plugin-add-module-exports "^0.3.3"
- babel-plugin-dynamic-import-node "^2.3.0"
- babel-plugin-remove-graphql-queries "^2.7.16"
- babel-preset-gatsby "^0.2.22"
- better-opn "1.0.0"
- better-queue "^3.8.10"
- bluebird "^3.7.1"
- browserslist "3.2.8"
- cache-manager "^2.10.1"
- cache-manager-fs-hash "^0.0.7"
- chalk "^2.4.2"
- chokidar "3.3.0"
- common-tags "^1.8.0"
- compression "^1.7.4"
- convert-hrtime "^3.0.0"
- copyfiles "^2.1.1"
- core-js "^2.6.10"
- cors "^2.8.5"
- css-loader "^1.0.1"
- debug "^3.2.6"
- del "^5.1.0"
- detect-port "^1.3.0"
- devcert-san "^0.3.3"
- dotenv "^8.2.0"
- eslint "^6.6.0"
- eslint-config-react-app "^5.0.2"
- eslint-loader "^2.2.1"
- eslint-plugin-flowtype "^3.13.0"
- eslint-plugin-graphql "^3.1.0"
- eslint-plugin-import "^2.18.2"
- eslint-plugin-jsx-a11y "^6.2.3"
- eslint-plugin-react "^7.16.0"
- eslint-plugin-react-hooks "^1.7.0"
- event-source-polyfill "^1.0.9"
- express "^4.17.1"
- express-graphql "^0.9.0"
- fast-levenshtein "^2.0.6"
- file-loader "^1.1.11"
- flat "^4.1.0"
- fs-exists-cached "1.0.0"
- fs-extra "^8.1.0"
- gatsby-cli "^2.8.12"
- gatsby-core-utils "^1.0.20"
- gatsby-graphiql-explorer "^0.2.28"
- gatsby-link "^2.2.24"
- gatsby-plugin-page-creator "^2.1.31"
- gatsby-react-router-scroll "^2.1.16"
- gatsby-telemetry "^1.1.38"
- glob "^7.1.6"
- got "8.3.2"
- graphql "^14.5.8"
- graphql-compose "^6.3.7"
- graphql-playground-middleware-express "^1.7.12"
- invariant "^2.2.4"
- is-relative "^1.0.0"
- is-relative-url "^3.0.0"
- is-wsl "^2.1.1"
- jest-worker "^24.9.0"
- json-loader "^0.5.7"
- json-stringify-safe "^5.0.1"
- lodash "^4.17.15"
- lokijs "^1.5.8"
- md5 "^2.2.1"
- md5-file "^3.2.3"
- micromatch "^3.1.10"
- mime "^2.4.4"
- mini-css-extract-plugin "^0.8.0"
- mitt "^1.2.0"
- mkdirp "^0.5.1"
- moment "^2.24.0"
- name-all-modules-plugin "^1.0.1"
- normalize-path "^2.1.1"
- null-loader "^0.1.1"
- opentracing "^0.14.4"
- optimize-css-assets-webpack-plugin "^5.0.3"
- parseurl "^1.3.3"
- physical-cpu-count "^2.0.0"
- pnp-webpack-plugin "^1.5.0"
- postcss-flexbugs-fixes "^3.3.1"
- postcss-loader "^2.1.6"
- prompts "^2.3.0"
- prop-types "^15.7.2"
- raw-loader "^0.5.1"
- react-dev-utils "^4.2.3"
- react-error-overlay "^3.0.0"
- react-hot-loader "^4.12.16"
- redux "^4.0.4"
- redux-thunk "^2.3.0"
- semver "^5.7.1"
- shallow-compare "^1.2.2"
- sift "^5.1.0"
- signal-exit "^3.0.2"
- slugify "^1.3.6"
- socket.io "^2.3.0"
- stack-trace "^0.0.10"
- string-similarity "^1.2.2"
- style-loader "^0.23.1"
- terser-webpack-plugin "1.4.1"
- "true-case-path" "^2.2.1"
- type-of "^2.0.1"
- url-loader "^1.1.2"
- util.promisify "^1.0.0"
- uuid "^3.3.3"
- v8-compile-cache "^1.1.2"
- webpack "~4.41.2"
- webpack-dev-middleware "^3.7.2"
- webpack-dev-server "^3.9.0"
- webpack-hot-middleware "^2.25.0"
- webpack-merge "^4.2.2"
- webpack-stats-plugin "^0.3.0"
- xstate "^4.6.7"
- yaml-loader "^0.5.0"
-
-gatsby@^2.17.7:
- version "2.17.15"
- resolved "https://registry.npm.alibaba-inc.com/gatsby/download/gatsby-2.17.15.tgz#731e44f4292256889f374d434d56ace29ac2cfec"
- integrity sha1-cx5E9CkiVoifN01DTVas4prCz+w=
- dependencies:
- "@babel/code-frame" "^7.5.5"
- "@babel/core" "^7.7.2"
- "@babel/parser" "^7.7.3"
- "@babel/polyfill" "^7.7.0"
- "@babel/runtime" "^7.7.2"
- "@babel/traverse" "^7.7.2"
- "@gatsbyjs/relay-compiler" "2.0.0-printer-fix.4"
- "@hapi/joi" "^15.1.1"
- "@mikaelkristiansson/domready" "^1.0.9"
- "@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
- "@reach/router" "^1.2.1"
- "@typescript-eslint/eslint-plugin" "^2.7.0"
- "@typescript-eslint/parser" "^2.7.0"
- address "1.1.2"
- autoprefixer "^9.7.1"
- axios "^0.19.0"
- babel-core "7.0.0-bridge.0"
- babel-eslint "^10.0.3"
- babel-loader "^8.0.6"
- babel-plugin-add-module-exports "^0.3.3"
- babel-plugin-dynamic-import-node "^2.3.0"
- babel-plugin-remove-graphql-queries "^2.7.16"
- babel-preset-gatsby "^0.2.22"
- better-opn "1.0.0"
- better-queue "^3.8.10"
- bluebird "^3.7.1"
- browserslist "3.2.8"
- cache-manager "^2.10.1"
- cache-manager-fs-hash "^0.0.7"
- chalk "^2.4.2"
- chokidar "3.3.0"
- common-tags "^1.8.0"
- compression "^1.7.4"
- convert-hrtime "^3.0.0"
- copyfiles "^2.1.1"
- core-js "^2.6.10"
- cors "^2.8.5"
- css-loader "^1.0.1"
- debug "^3.2.6"
- del "^5.1.0"
- detect-port "^1.3.0"
- devcert-san "^0.3.3"
- dotenv "^8.2.0"
- eslint "^6.6.0"
- eslint-config-react-app "^5.0.2"
- eslint-loader "^2.2.1"
- eslint-plugin-flowtype "^3.13.0"
- eslint-plugin-graphql "^3.1.0"
- eslint-plugin-import "^2.18.2"
- eslint-plugin-jsx-a11y "^6.2.3"
- eslint-plugin-react "^7.16.0"
- eslint-plugin-react-hooks "^1.7.0"
- event-source-polyfill "^1.0.9"
- express "^4.17.1"
- express-graphql "^0.9.0"
- fast-levenshtein "^2.0.6"
- file-loader "^1.1.11"
- flat "^4.1.0"
- fs-exists-cached "1.0.0"
- fs-extra "^8.1.0"
- gatsby-cli "^2.8.11"
- gatsby-core-utils "^1.0.19"
- gatsby-graphiql-explorer "^0.2.28"
- gatsby-link "^2.2.24"
- gatsby-plugin-page-creator "^2.1.30"
- gatsby-react-router-scroll "^2.1.16"
- gatsby-telemetry "^1.1.37"
- glob "^7.1.6"
- got "8.3.2"
- graphql "^14.5.8"
- graphql-compose "^6.3.7"
- graphql-playground-middleware-express "^1.7.12"
- invariant "^2.2.4"
- is-relative "^1.0.0"
- is-relative-url "^3.0.0"
- is-wsl "^2.1.1"
- jest-worker "^24.9.0"
- json-loader "^0.5.7"
- json-stringify-safe "^5.0.1"
- lodash "^4.17.15"
- lokijs "^1.5.8"
- md5 "^2.2.1"
- md5-file "^3.2.3"
- micromatch "^3.1.10"
- mime "^2.4.4"
- mini-css-extract-plugin "^0.8.0"
- mitt "^1.2.0"
- mkdirp "^0.5.1"
- moment "^2.24.0"
- name-all-modules-plugin "^1.0.1"
- normalize-path "^2.1.1"
- null-loader "^0.1.1"
- opentracing "^0.14.4"
- optimize-css-assets-webpack-plugin "^5.0.3"
- parseurl "^1.3.3"
- physical-cpu-count "^2.0.0"
- pnp-webpack-plugin "^1.5.0"
- postcss-flexbugs-fixes "^3.3.1"
- postcss-loader "^2.1.6"
- prompts "^2.3.0"
- prop-types "^15.7.2"
- raw-loader "^0.5.1"
- react-dev-utils "^4.2.3"
- react-error-overlay "^3.0.0"
- react-hot-loader "^4.12.16"
- redux "^4.0.4"
- redux-thunk "^2.3.0"
- semver "^5.7.1"
- shallow-compare "^1.2.2"
- sift "^5.1.0"
- signal-exit "^3.0.2"
- slash "^3.0.0"
- socket.io "^2.3.0"
- stack-trace "^0.0.10"
- string-similarity "^1.2.2"
- style-loader "^0.23.1"
- terser-webpack-plugin "1.4.1"
- "true-case-path" "^2.2.1"
- type-of "^2.0.1"
- url-loader "^1.1.2"
- util.promisify "^1.0.0"
- uuid "^3.3.3"
- v8-compile-cache "^1.1.2"
- webpack "~4.41.2"
- webpack-dev-middleware "^3.7.2"
- webpack-dev-server "^3.9.0"
- webpack-hot-middleware "^2.25.0"
- webpack-merge "^4.2.2"
- webpack-stats-plugin "^0.3.0"
- xstate "^4.6.7"
- yaml-loader "^0.5.0"
-
-gauge@~2.7.3:
- version "2.7.4"
- resolved "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
- integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
- dependencies:
- 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"
-
-gaze@^1.0.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/gaze/download/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a"
- integrity sha1-xEFzPhO5J6yMD/C0w7Az8ogSkko=
- dependencies:
- globule "^1.0.0"
-
-generic-names@^1.0.1:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-1.0.3.tgz#2d786a121aee508876796939e8e3bff836c20917"
- integrity sha1-LXhqEhruUIh2eWk56OO/+DbCCRc=
- dependencies:
- loader-utils "^0.2.16"
-
-genfun@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/genfun/download/genfun-4.0.1.tgz#ed10041f2e4a7f1b0a38466d17a5c3e27df1dfc1"
- integrity sha1-7RAEHy5KfxsKOEZtF6XD4n3x38E=
-
-genfun@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/genfun/download/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537"
- integrity sha1-ndlxCgaQClxKW/V6yl2k5S/nZTc=
-
-geojson-vt@^3.2.1:
- version "3.2.1"
- resolved "https://registry.npm.alibaba-inc.com/geojson-vt/download/geojson-vt-3.2.1.tgz#f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7"
- integrity sha1-+K22FNLB0/bufEJlytS7861gyLc=
-
-geotiff@^1.0.0-beta.6:
- version "1.0.0-beta.6"
- resolved "https://registry.npm.alibaba-inc.com/geotiff/download/geotiff-1.0.0-beta.6.tgz#500f256196a2c23517b73ccb36a45dc82a1f7a70"
- integrity sha1-UA8lYZaiwjUXtzzLNqRdyCofenA=
- dependencies:
- pako "^1.0.3"
- xmldom "0.1.*"
-
-get-caller-file@^1.0.1:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
- integrity sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o=
-
-get-caller-file@^2.0.1:
- version "2.0.5"
- resolved "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
- integrity sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=
-
-get-own-enumerable-property-symbols@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/get-own-enumerable-property-symbols/download/get-own-enumerable-property-symbols-3.0.1.tgz#6f7764f88ea11e0b514bd9bd860a132259992ca4"
- integrity sha1-b3dk+I6hHgtRS9m9hgoTIlmZLKQ=
-
-get-pkg-repo@^1.0.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/get-pkg-repo/download/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
- integrity sha1-xztInAbYDMVTbCyFP54FIyBWly0=
- dependencies:
- hosted-git-info "^2.1.4"
- meow "^3.3.0"
- normalize-package-data "^2.3.0"
- parse-github-repo-url "^1.3.0"
- through2 "^2.0.0"
-
-get-port@^3.0.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/get-port/download/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
- integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=
-
-get-port@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/get-port/download/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
- integrity sha1-43Nosehjt2KcQ8WjI2Jflc8ksRk=
-
-get-proxy@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/get-proxy/download/get-proxy-2.1.0.tgz#349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93"
- integrity sha1-NJ8rTZHUTE1NTpy6KtkBQ/rF75M=
- dependencies:
- npm-conf "^1.1.0"
-
-get-stdin@7.0.0, get-stdin@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
- integrity sha1-jV3pjxUXGhJcXlFmQ8em0OqKlvY=
-
-get-stdin@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
- integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
-
-get-stdin@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
- integrity sha1-ngm/cSs2CrkiXoEgSPcf3pyJZXs=
-
-get-stream@3.0.0, get-stream@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
- integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
-
-get-stream@^2.2.0:
- version "2.3.1"
- resolved "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de"
- integrity sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=
- dependencies:
- object-assign "^4.0.1"
- pinkie-promise "^2.0.0"
-
-get-stream@^4.0.0, get-stream@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
- integrity sha1-wbJVV189wh1Zv8ec09K0axw6VLU=
- dependencies:
- pump "^3.0.0"
-
-get-stream@^5.0.0, get-stream@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
- integrity sha1-ASA83JJZf5uQkGfD5lbMH008Tck=
- dependencies:
- pump "^3.0.0"
-
-get-value@^2.0.3, get-value@^2.0.6:
- version "2.0.6"
- resolved "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
- integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
-
-getpass@^0.1.1:
- version "0.1.7"
- resolved "https://registry.npm.alibaba-inc.com/getpass/download/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
- integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
- dependencies:
- assert-plus "^1.0.0"
-
-gh-pages@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/gh-pages/download/gh-pages-2.1.1.tgz#5be70a92f9cb70404bafabd8bb149c0e9a8c264b"
- integrity sha1-W+cKkvnLcEBLr6vYuxScDpqMJks=
- dependencies:
- async "^2.6.1"
- commander "^2.18.0"
- email-addresses "^3.0.1"
- filenamify-url "^1.0.0"
- fs-extra "^7.0.0"
- globby "^6.1.0"
- graceful-fs "^4.1.11"
- rimraf "^2.6.2"
-
-git-branch@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/git-branch/download/git-branch-1.0.0.tgz#64cc7dd75da2d81a9d4679087c1f8b56e6bd2d3d"
- integrity sha1-ZMx9112i2BqdRnkIfB+LVua9LT0=
-
-git-config-path@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/git-config-path/download/git-config-path-1.0.1.tgz#6d33f7ed63db0d0e118131503bab3aca47d54664"
- integrity sha1-bTP37WPbDQ4RgTFQO6s6ykfVRmQ=
- dependencies:
- extend-shallow "^2.0.1"
- fs-exists-sync "^0.1.0"
- homedir-polyfill "^1.0.0"
-
-git-raw-commits@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/git-raw-commits/download/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5"
- integrity sha1-2Srd90RAwUvMXIPszj+3+KeRGLU=
- dependencies:
- dargs "^4.0.1"
- lodash.template "^4.0.2"
- meow "^4.0.0"
- split2 "^2.0.0"
- through2 "^2.0.0"
-
-git-raw-commits@^1.3.0:
- version "1.3.6"
- resolved "https://registry.npm.alibaba-inc.com/git-raw-commits/download/git-raw-commits-1.3.6.tgz#27c35a32a67777c1ecd412a239a6c19d71b95aff"
- integrity sha1-J8NaMqZ3d8Hs1BKiOabBnXG5Wv8=
- dependencies:
- dargs "^4.0.1"
- lodash.template "^4.0.2"
- meow "^4.0.0"
- split2 "^2.0.0"
- through2 "^2.0.0"
-
-git-remote-origin-url@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/git-remote-origin-url/download/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f"
- integrity sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=
- dependencies:
- gitconfiglocal "^1.0.0"
- pify "^2.3.0"
-
-git-repo-name@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npm.alibaba-inc.com/git-repo-name/download/git-repo-name-0.6.0.tgz#af09884656aa537ec625c7087008175cd61228ff"
- integrity sha1-rwmIRlaqU37GJccIcAgXXNYSKP8=
- dependencies:
- cwd "^0.9.1"
- file-name "^0.1.0"
- lazy-cache "^1.0.4"
- remote-origin-url "^0.5.1"
-
-git-semver-tags@^2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/git-semver-tags/download/git-semver-tags-2.0.3.tgz#48988a718acf593800f99622a952a77c405bfa34"
- integrity sha1-SJiKcYrPWTgA+ZYiqVKnfEBb+jQ=
- dependencies:
- meow "^4.0.0"
- semver "^6.0.0"
-
-git-up@4.0.1, git-up@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/git-up/download/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0"
- integrity sha1-yy7whmU2QOch0gQv4xBIV9iQB8A=
- dependencies:
- is-ssh "^1.3.0"
- parse-url "^5.0.0"
-
-git-url-parse@11.1.2, git-url-parse@^11.1.2:
- version "11.1.2"
- resolved "https://registry.npm.alibaba-inc.com/git-url-parse/download/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67"
- integrity sha1-r/Gol8NsyTaZJwWHvqPby7uV3mc=
- dependencies:
- git-up "^4.0.0"
-
-git-username@^0.5.0:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/git-username/download/git-username-0.5.1.tgz#432a41b34a19607892354004c9893a8829ffa4f0"
- integrity sha1-QypBs0oZYHiSNUAEyYk6iCn/pPA=
- dependencies:
- remote-origin-url "^0.4.0"
-
-gitconfiglocal@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/gitconfiglocal/download/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b"
- integrity sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=
- dependencies:
- ini "^1.3.2"
-
-github-from-package@0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/github-from-package/download/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce"
- integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=
-
-github-slugger@^1.1.1, github-slugger@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/github-slugger/download/github-slugger-1.2.1.tgz#47e904e70bf2dccd0014748142d31126cfd49508"
- integrity sha1-R+kE5wvy3M0AFHSBQtMRJs/UlQg=
- dependencies:
- emoji-regex ">=6.0.0 <=6.1.1"
-
-gl-matrix@^3.0.0, gl-matrix@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.1.0.tgz#f5b2de17d8fed95a79e5025b10cded0ab9ccbed0"
- integrity sha1-9bLeF9j+2Vp55QJbEM3tCrnMvtA=
-
-gl-vec2@^1.0.0, gl-vec2@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/gl-vec2/download/gl-vec2-1.3.0.tgz#83d472ed46034de8e09cbc857123fb6c81c51199"
- integrity sha1-g9Ry7UYDTejgnLyFcSP7bIHFEZk=
-
-gl@^4.4.0:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/gl/download/gl-4.4.0.tgz#3d448769a9222ba809da4db80dd1f3c4b85498a0"
- integrity sha1-PUSHaakiK6gJ2k24DdHzxLhUmKA=
- dependencies:
- bindings "^1.5.0"
- bit-twiddle "^1.0.2"
- glsl-tokenizer "^2.0.2"
- nan "^2.14.0"
- node-gyp "^4.0.0"
- prebuild-install "^5.1.0"
-
-glob-parent@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
- integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
- dependencies:
- is-glob "^3.1.0"
- path-dirname "^1.0.0"
-
-glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
- integrity sha1-X0wdHnSNMM1zrSlEs1d6gbCB6MI=
- dependencies:
- is-glob "^4.0.1"
-
-glob-to-regexp@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
- integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
-
-glob@7.1.4:
- version "7.1.4"
- resolved "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
- integrity sha1-qmCKL2xXetNX4a5aXCbZqNGWklU=
- dependencies:
- 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"
-
-glob@^5.0.15:
- version "5.0.15"
- resolved "https://registry.npm.alibaba-inc.com/glob/download/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
- integrity sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=
- dependencies:
- inflight "^1.0.4"
- inherits "2"
- minimatch "2 || 3"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
-glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1, glob@~7.1.4:
- version "7.1.6"
- resolved "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
- integrity sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=
- dependencies:
- 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"
-
-global-dirs@^0.1.0, global-dirs@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
- integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
- dependencies:
- ini "^1.3.4"
-
-global-modules@1.0.0, global-modules@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
- integrity sha1-bXcPDrUjrHgWTXK15xqIdyZcw+o=
- dependencies:
- global-prefix "^1.0.1"
- is-windows "^1.0.1"
- resolve-dir "^1.0.0"
-
-global-modules@2.0.0, global-modules@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
- integrity sha1-mXYFrSNF8n9RU5vqJldEISFcd4A=
- dependencies:
- global-prefix "^3.0.0"
-
-global-modules@^0.2.3:
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d"
- integrity sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=
- dependencies:
- global-prefix "^0.1.4"
- is-windows "^0.2.0"
-
-global-prefix@^0.1.4:
- version "0.1.5"
- resolved "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-0.1.5.tgz#8d3bc6b8da3ca8112a160d8d496ff0462bfef78f"
- integrity sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=
- dependencies:
- homedir-polyfill "^1.0.0"
- ini "^1.3.4"
- is-windows "^0.2.0"
- which "^1.2.12"
-
-global-prefix@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
- integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
- dependencies:
- expand-tilde "^2.0.2"
- homedir-polyfill "^1.0.1"
- ini "^1.3.4"
- is-windows "^1.0.1"
- which "^1.2.14"
-
-global-prefix@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97"
- integrity sha1-/IX3MGTfafUEIfR/iD/luRO6m5c=
- dependencies:
- ini "^1.3.5"
- kind-of "^6.0.2"
- which "^1.3.1"
-
-global@^4.3.0, global@^4.3.2, global@^4.4.0:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
- integrity sha1-PnsQUXkAajI+1xqvyj6cV6XMZAY=
- dependencies:
- min-document "^2.19.0"
- process "^0.11.10"
-
-global@~4.3.0:
- version "4.3.2"
- resolved "https://registry.npm.alibaba-inc.com/global/download/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f"
- integrity sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=
- dependencies:
- min-document "^2.19.0"
- process "~0.5.1"
-
-globals@^11.1.0, globals@^11.7.0:
- version "11.12.0"
- resolved "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
- integrity sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=
-
-globalthis@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/globalthis/download/globalthis-1.0.0.tgz#c5fb98213a9b4595f59cf3e7074f141b4169daae"
- integrity sha1-xfuYITqbRZX1nPPnB08UG0Fp2q4=
- dependencies:
- define-properties "^1.1.2"
- function-bind "^1.1.1"
- object-keys "^1.0.12"
-
-globby@10.0.1, globby@^10.0.1:
- version "10.0.1"
- resolved "https://registry.npm.alibaba-inc.com/globby/download/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
- integrity sha1-R4LDTLdd1oM1EzXFgpzDQg5gayI=
- dependencies:
- "@types/glob" "^7.1.1"
- array-union "^2.1.0"
- dir-glob "^3.0.1"
- fast-glob "^3.0.3"
- glob "^7.1.3"
- ignore "^5.1.1"
- merge2 "^1.2.3"
- slash "^3.0.0"
-
-globby@8.0.2, globby@^8.0.1:
- version "8.0.2"
- resolved "https://registry.npm.alibaba-inc.com/globby/download/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
- integrity sha1-VpdhnM2VxSdduy1vqkIIfBqUHY0=
- dependencies:
- 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"
-
-globby@^6.1.0:
- version "6.1.0"
- resolved "https://registry.npm.alibaba-inc.com/globby/download/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
- integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
- dependencies:
- array-union "^1.0.1"
- glob "^7.0.3"
- object-assign "^4.0.1"
- pify "^2.0.0"
- pinkie-promise "^2.0.0"
-
-globby@^7.1.1:
- version "7.1.1"
- resolved "https://registry.npm.alibaba-inc.com/globby/download/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
- integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA=
- dependencies:
- array-union "^1.0.1"
- dir-glob "^2.0.0"
- glob "^7.1.2"
- ignore "^3.3.5"
- pify "^3.0.0"
- slash "^1.0.0"
-
-globby@^9.0.0, globby@^9.2.0:
- version "9.2.0"
- resolved "https://registry.npm.alibaba-inc.com/globby/download/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
- integrity sha1-/QKacGxwPSm90XD0tts6P3p8tj0=
- dependencies:
- "@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"
-
-globjoin@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
- integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=
-
-globule@^1.0.0:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/globule/download/globule-1.2.1.tgz#5dffb1b191f22d20797a9369b49eab4e9839696d"
- integrity sha1-Xf+xsZHyLSB5epNptJ6rTpg5aW0=
- dependencies:
- glob "~7.1.1"
- lodash "~4.17.10"
- minimatch "~3.0.2"
-
-glsl-deparser@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/glsl-deparser/download/glsl-deparser-1.0.0.tgz#5e7eb363ec54af92916ccffc82ed03e9bfe33e0c"
- integrity sha1-Xn6zY+xUr5KRbM/8gu0D6b/jPgw=
- dependencies:
- cssauron-glsl X.X.X
- through "~1.1.2"
-
-glsl-min-stream@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/glsl-min-stream/download/glsl-min-stream-1.0.0.tgz#b6bfe6353a42b15b1fac354290cb3551e0582812"
- integrity sha1-tr/mNTpCsVsfrDVCkMs1UeBYKBI=
- dependencies:
- cssauron-glsl X.X.X
- shortest "0.0.0"
- through "~1.1.2"
-
-glsl-minifier@^0.0.13:
- version "0.0.13"
- resolved "https://registry.npm.alibaba-inc.com/glsl-minifier/download/glsl-minifier-0.0.13.tgz#12c92150f6da4a4f417059ff02ead2b986552fee"
- integrity sha1-EskhUPbaSk9BcFn/AurSuYZVL+4=
- dependencies:
- argparse "^1.0.10"
- glsl-deparser "^1.0.0"
- glsl-min-stream "^1.0.0"
- glsl-parser "^2.0.1"
- glsl-tokenizer "^2.1.4"
- string-to-stream "^1.1.1"
-
-glsl-parser@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/glsl-parser/download/glsl-parser-2.0.1.tgz#3ffac4ee05cc4d8141fd6b1e41e82b3766ff61b9"
- integrity sha1-P/rE7gXMTYFB/WseQegrN2b/Ybk=
- dependencies:
- glsl-tokenizer "^2.1.4"
- through "2.3.4"
- through2 "^0.6.3"
-
-glsl-tokenizer@^2.0.2, glsl-tokenizer@^2.1.4:
- version "2.1.5"
- resolved "https://registry.npm.alibaba-inc.com/glsl-tokenizer/download/glsl-tokenizer-2.1.5.tgz#1c2e78c16589933c274ba278d0a63b370c5fee1a"
- integrity sha1-HC54wWWJkzwnS6J40KY7Nwxf7ho=
- dependencies:
- through2 "^0.6.3"
-
-gonzales-pe@^4.2.3:
- version "4.2.4"
- resolved "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.2.4.tgz#356ae36a312c46fe0f1026dd6cb539039f8500d2"
- integrity sha1-NWrjajEsRv4PECbdbLU5A5+FANI=
- dependencies:
- minimist "1.1.x"
-
-good-listener@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
- integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=
- dependencies:
- delegate "^3.1.2"
-
-got@8.3.2, got@^8.3.1, got@^8.3.2:
- version "8.3.2"
- resolved "https://registry.npm.alibaba-inc.com/got/download/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937"
- integrity sha1-HSP2Q5Dpf3dsrFLluTbl9RTS6Tc=
- dependencies:
- "@sindresorhus/is" "^0.7.0"
- cacheable-request "^2.1.1"
- decompress-response "^3.3.0"
- duplexer3 "^0.1.4"
- get-stream "^3.0.0"
- into-stream "^3.1.0"
- is-retry-allowed "^1.1.0"
- isurl "^1.0.0-alpha5"
- lowercase-keys "^1.0.0"
- mimic-response "^1.0.0"
- p-cancelable "^0.4.0"
- p-timeout "^2.0.1"
- pify "^3.0.0"
- safe-buffer "^5.1.1"
- timed-out "^4.0.1"
- url-parse-lax "^3.0.0"
- url-to-options "^1.0.1"
-
-got@9.6.0, got@^9.6.0:
- version "9.6.0"
- resolved "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
- integrity sha1-7fRefWf5lUVwXeH3u+7rEhdl7YU=
- dependencies:
- "@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"
-
-got@^6.7.1:
- version "6.7.1"
- resolved "https://registry.npm.alibaba-inc.com/got/download/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
- integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=
- dependencies:
- create-error-class "^3.0.0"
- duplexer3 "^0.1.4"
- get-stream "^3.0.0"
- is-redirect "^1.0.0"
- is-retry-allowed "^1.0.0"
- is-stream "^1.0.0"
- lowercase-keys "^1.0.0"
- safe-buffer "^5.0.1"
- timed-out "^4.0.0"
- unzip-response "^2.0.1"
- url-parse-lax "^1.0.0"
-
-got@^7.0.0, got@^7.1.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/got/download/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
- integrity sha1-BUUP2ECU5rvqVvRRpDqcKJFmOFo=
- dependencies:
- decompress-response "^3.2.0"
- duplexer3 "^0.1.4"
- get-stream "^3.0.0"
- is-plain-obj "^1.1.0"
- is-retry-allowed "^1.0.0"
- is-stream "^1.0.0"
- isurl "^1.0.0-alpha5"
- lowercase-keys "^1.0.0"
- p-cancelable "^0.3.0"
- p-timeout "^1.1.1"
- safe-buffer "^5.0.1"
- timed-out "^4.0.0"
- url-parse-lax "^1.0.0"
- url-to-options "^1.0.1"
-
-graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2:
- version "4.2.3"
- resolved "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
- integrity sha1-ShL/G2A3bvCYYsIJPt2Qgyi+hCM=
-
-"graceful-readlink@>= 1.0.0":
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/graceful-readlink/download/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
- integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=
-
-graphql-compose@^6.3.7:
- version "6.3.7"
- resolved "https://registry.npm.alibaba-inc.com/graphql-compose/download/graphql-compose-6.3.7.tgz#a252076818260d861bc01d5a8d1fcfc90cda3eff"
- integrity sha1-olIHaBgmDYYbwB1ajR/PyQzaPv8=
- dependencies:
- graphql-type-json "^0.2.4"
- object-path "^0.11.4"
-
-graphql-config@^2.0.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/graphql-config/download/graphql-config-2.2.1.tgz#5fd0ec77ac7428ca5fb2026cf131be10151a0cb2"
- integrity sha1-X9Dsd6x0KMpfsgJs8TG+EBUaDLI=
- dependencies:
- graphql-import "^0.7.1"
- graphql-request "^1.5.0"
- js-yaml "^3.10.0"
- lodash "^4.17.4"
- minimatch "^3.0.4"
-
-graphql-import@^0.7.1:
- version "0.7.1"
- resolved "https://registry.npm.alibaba-inc.com/graphql-import/download/graphql-import-0.7.1.tgz#4add8d91a5f752d764b0a4a7a461fcd93136f223"
- integrity sha1-St2NkaX3UtdksKSnpGH82TE28iM=
- dependencies:
- lodash "^4.17.4"
- resolve-from "^4.0.0"
-
-graphql-playground-html@1.6.12:
- version "1.6.12"
- resolved "https://registry.npm.alibaba-inc.com/graphql-playground-html/download/graphql-playground-html-1.6.12.tgz#8b3b34ab6013e2c877f0ceaae478fafc8ca91b85"
- integrity sha1-izs0q2AT4sh38M6q5Hj6/IypG4U=
-
-graphql-playground-middleware-express@^1.7.12:
- version "1.7.12"
- resolved "https://registry.npm.alibaba-inc.com/graphql-playground-middleware-express/download/graphql-playground-middleware-express-1.7.12.tgz#de4b2402a02159b2125561fe38eb378b56cf6d99"
- integrity sha1-3kskAqAhWbISVWH+OOs3i1bPbZk=
- dependencies:
- graphql-playground-html "1.6.12"
-
-graphql-request@^1.5.0:
- version "1.8.2"
- resolved "https://registry.npm.alibaba-inc.com/graphql-request/download/graphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe"
- integrity sha1-OY0QrhXFhWdnQb3j/AHVypSPj74=
- dependencies:
- cross-fetch "2.2.2"
-
-graphql-request@~1.5.1:
- version "1.5.2"
- resolved "https://registry.npm.alibaba-inc.com/graphql-request/download/graphql-request-1.5.2.tgz#cf329fad59e36daf6925f41751b4ba8ad93371c3"
- integrity sha1-zzKfrVnjba9pJfQXUbS6itkzccM=
- dependencies:
- cross-fetch "2.0.0"
-
-graphql-type-json@^0.2.4:
- version "0.2.4"
- resolved "https://registry.npm.alibaba-inc.com/graphql-type-json/download/graphql-type-json-0.2.4.tgz#545af27903e40c061edd30840a272ea0a49992f9"
- integrity sha1-VFryeQPkDAYe3TCECicuoKSZkvk=
-
-graphql@^0.11.7:
- version "0.11.7"
- resolved "https://registry.npm.alibaba-inc.com/graphql/download/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
- integrity sha1-5auqnLe3zMuE6fCDa/Q3DSaHUMY=
- dependencies:
- iterall "1.1.3"
-
-graphql@^14.5.8:
- version "14.5.8"
- resolved "https://registry.npm.alibaba-inc.com/graphql/download/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c"
- integrity sha1-UE89MRTLmgo/NZu7zzjZ5b9qazw=
- dependencies:
- iterall "^1.2.2"
-
-gray-matter@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/gray-matter/download/gray-matter-4.0.2.tgz#9aa379e3acaf421193fce7d2a28cebd4518ac454"
- integrity sha1-mqN546yvQhGT/OfSoozr1FGKxFQ=
- dependencies:
- js-yaml "^3.11.0"
- kind-of "^6.0.2"
- section-matter "^1.0.0"
- strip-bom-string "^1.0.0"
-
-grid-index@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/grid-index/download/grid-index-1.1.0.tgz#97f8221edec1026c8377b86446a7c71e79522ea7"
- integrity sha1-l/giHt7BAmyDd7hkRqfHHnlSLqc=
-
-"growl@~> 1.10.0":
- version "1.10.5"
- resolved "https://registry.npm.alibaba-inc.com/growl/download/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
- integrity sha1-8nNdwig2dPpnR4sQGBBZNVw2nl4=
-
-growly@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/growly/download/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
- integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
-
-gud@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
- integrity sha1-pIlYGxfmpwvsqavjrlfeekmYUsA=
-
-gzip-size@3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-3.0.0.tgz#546188e9bdc337f673772f81660464b389dce520"
- integrity sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=
- dependencies:
- duplexer "^0.1.1"
-
-gzip-size@5.1.1:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
- integrity sha1-y5vuaS+HwGErIyhAqHOQTkwTUnQ=
- dependencies:
- duplexer "^0.1.1"
- pify "^4.0.1"
-
-hammerjs@^2.0.8:
- version "2.0.8"
- resolved "https://registry.npm.alibaba-inc.com/hammerjs/download/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1"
- integrity sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=
-
-handle-thing@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/handle-thing/download/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
- integrity sha1-DgOWlf9QyT/CiFV9aW88HcZ3Z1Q=
-
-handlebars@^4.1.2, handlebars@^4.4.0:
- version "4.5.2"
- resolved "https://registry.npm.alibaba-inc.com/handlebars/download/handlebars-4.5.2.tgz#5a4eb92ab5962ca3415ac188c86dc7f784f76a0f"
- integrity sha1-Wk65KrWWLKNBWsGIyG3H94T3ag8=
- dependencies:
- neo-async "^2.6.0"
- optimist "^0.6.1"
- source-map "^0.6.1"
- optionalDependencies:
- uglify-js "^3.1.4"
-
-har-schema@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/har-schema/download/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
- integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
-
-har-validator@~5.1.0:
- version "5.1.3"
- resolved "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
- integrity sha1-HvievT5JllV2de7ZiTEQ3DUPoIA=
- dependencies:
- ajv "^6.5.5"
- har-schema "^2.0.0"
-
-has-ansi@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
- integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
- dependencies:
- ansi-regex "^2.0.0"
-
-has-binary2@~1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/has-binary2/download/has-binary2-1.0.3.tgz#7776ac627f3ea77250cfc332dab7ddf5e4f5d11d"
- integrity sha1-d3asYn8+p3JQz8My2rfd9eT10R0=
- dependencies:
- isarray "2.0.1"
-
-has-cors@1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/has-cors/download/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39"
- integrity sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=
-
-has-flag@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
- integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=
-
-has-flag@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
- integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
-
-has-flag@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
- integrity sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=
-
-has-symbol-support-x@^1.4.1:
- version "1.4.2"
- resolved "https://registry.npm.alibaba-inc.com/has-symbol-support-x/download/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
- integrity sha1-FAn5i8ACR9pF2mfO4KNvKC/yZFU=
-
-has-symbols@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
- integrity sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg=
-
-has-to-string-tag-x@^1.2.0:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/has-to-string-tag-x/download/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
- integrity sha1-oEWrOD17SyASoAFIqwql8pAETU0=
- dependencies:
- has-symbol-support-x "^1.4.1"
-
-has-unicode@^2.0.0, has-unicode@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/has-unicode/download/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
- integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
-
-has-value@^0.3.1:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/has-value/download/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
- integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
- dependencies:
- get-value "^2.0.3"
- has-values "^0.1.4"
- isobject "^2.0.0"
-
-has-value@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/has-value/download/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
- integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
- dependencies:
- get-value "^2.0.6"
- has-values "^1.0.0"
- isobject "^3.0.0"
-
-has-values@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/has-values/download/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
- integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
-
-has-values@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/has-values/download/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
- integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
- dependencies:
- is-number "^3.0.0"
- kind-of "^4.0.0"
-
-has-yarn@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77"
- integrity sha1-E34RNUp7W/EapctknPDG8/8rLnc=
-
-has@^1.0.0, has@^1.0.1, has@^1.0.3, has@~1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
- integrity sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=
- dependencies:
- function-bind "^1.1.1"
-
-hash-base@^3.0.0:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
- integrity sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=
- dependencies:
- inherits "^2.0.1"
- safe-buffer "^5.0.1"
-
-hash.js@^1.0.0, hash.js@^1.0.3:
- version "1.1.7"
- resolved "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
- integrity sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=
- dependencies:
- inherits "^2.0.3"
- minimalistic-assert "^1.0.1"
-
-hast-to-hyperscript@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/hast-to-hyperscript/download/hast-to-hyperscript-5.0.0.tgz#5106cbba78edb7c95e2e8a49079371eb196c1ced"
- integrity sha1-UQbLunjtt8leLopJB5Nx6xlsHO0=
- dependencies:
- comma-separated-tokens "^1.0.0"
- property-information "^4.0.0"
- space-separated-tokens "^1.0.0"
- style-to-object "^0.2.1"
- unist-util-is "^2.0.0"
- web-namespaces "^1.1.2"
-
-hast-util-from-parse5@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-from-parse5/download/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab"
- integrity sha1-txZKf/yI2k91HcfC+AH/jXwUO6s=
- dependencies:
- ccount "^1.0.3"
- hastscript "^4.0.0"
- property-information "^4.0.0"
- web-namespaces "^1.1.2"
- xtend "^4.0.1"
-
-hast-util-is-element@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-is-element/download/hast-util-is-element-1.0.3.tgz#423b4b26fe8bf1f25950fe052e9ce8f83fd5f6a4"
- integrity sha1-QjtLJv6L8fJZUP4FLpzo+D/V9qQ=
-
-hast-util-parse-selector@^2.0.0, hast-util-parse-selector@^2.2.0:
- version "2.2.3"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.3.tgz#57edd449103900c7f63fd9e6f694ffd7e4634719"
- integrity sha1-V+3USRA5AMf2P9nm9pT/1+RjRxk=
-
-hast-util-raw@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-raw/download/hast-util-raw-4.0.0.tgz#2dc10c9facd9b810ea6ac51df251e6f87c2ed5b5"
- integrity sha1-LcEMn6zZuBDqasUd8lHm+Hwu1bU=
- dependencies:
- hast-util-from-parse5 "^4.0.2"
- hast-util-to-parse5 "^4.0.1"
- html-void-elements "^1.0.1"
- parse5 "^5.0.0"
- unist-util-position "^3.0.0"
- web-namespaces "^1.0.0"
- xtend "^4.0.1"
- zwitch "^1.0.0"
-
-hast-util-to-html@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-to-html/download/hast-util-to-html-4.0.1.tgz#3666b05afb62bd69f8f5e6c94db04dea19438e2a"
- integrity sha1-NmawWvtivWn49ebJTbBN6hlDjio=
- dependencies:
- ccount "^1.0.0"
- comma-separated-tokens "^1.0.1"
- hast-util-is-element "^1.0.0"
- hast-util-whitespace "^1.0.0"
- html-void-elements "^1.0.0"
- property-information "^4.0.0"
- space-separated-tokens "^1.0.0"
- stringify-entities "^1.0.1"
- unist-util-is "^2.0.0"
- xtend "^4.0.1"
-
-hast-util-to-parse5@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-to-parse5/download/hast-util-to-parse5-4.0.1.tgz#e52534b4bf40dc4e7d0428fcaf6d32bc75c62ee5"
- integrity sha1-5SU0tL9A3E59BCj8r20yvHXGLuU=
- dependencies:
- hast-to-hyperscript "^5.0.0"
- property-information "^4.0.0"
- web-namespaces "^1.0.0"
- xtend "^4.0.1"
- zwitch "^1.0.0"
-
-hast-util-whitespace@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/hast-util-whitespace/download/hast-util-whitespace-1.0.3.tgz#6d161b307bd0693b5ec000c7c7e8b5445109ee34"
- integrity sha1-bRYbMHvQaTtewADHx+i1RFEJ7jQ=
-
-hastscript@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-4.1.0.tgz#ea5593fa6f6709101fc790ced818393ddaa045ce"
- integrity sha1-6lWT+m9nCRAfx5DO2Bg5PdqgRc4=
- dependencies:
- comma-separated-tokens "^1.0.0"
- hast-util-parse-selector "^2.2.0"
- property-information "^4.0.0"
- space-separated-tokens "^1.0.0"
-
-hastscript@^5.0.0:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-5.1.1.tgz#71726ee1e97220575d1f29a8e937387d99d48275"
- integrity sha1-cXJu4elyIFddHymo6Tc4fZnUgnU=
- dependencies:
- comma-separated-tokens "^1.0.0"
- hast-util-parse-selector "^2.0.0"
- property-information "^5.0.0"
- space-separated-tokens "^1.0.0"
-
-he@1.2.x, he@^1.1.1, he@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
- integrity sha1-hK5l+n6vsWX922FWauFLrwVmTw8=
-
-hex-color-regex@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
- integrity sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4=
-
-highlight.js@~9.12.0:
- version "9.12.0"
- resolved "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"
- integrity sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4=
-
-hmac-drbg@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
- integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
- dependencies:
- hash.js "^1.0.3"
- minimalistic-assert "^1.0.0"
- minimalistic-crypto-utils "^1.0.1"
-
-hogan.js@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/hogan.js/download/hogan.js-3.0.2.tgz#4cd9e1abd4294146e7679e41d7898732b02c7bfd"
- integrity sha1-TNnhq9QpQUbnZ55B14mHMrAse/0=
- dependencies:
- mkdirp "0.3.0"
- nopt "1.0.10"
-
-hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
- version "2.5.5"
- resolved "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
- integrity sha1-xZA89AnA39kI84jmGdhrnBF0y0c=
-
-hoist-non-react-statics@^3.3.0:
- version "3.3.1"
- resolved "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"
- integrity sha1-EBaF06/zsj6iExY/bo4S9PER4Z8=
- dependencies:
- react-is "^16.7.0"
-
-homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
- integrity sha1-dDKYzvTlrz4ZQWH7rcwhUdOgWOg=
- dependencies:
- parse-passwd "^1.0.0"
-
-hosted-git-info@^2.1.4, hosted-git-info@^2.4.2, hosted-git-info@^2.7.1:
- version "2.8.5"
- resolved "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
- integrity sha1-dZz88sTRVq3lmwst+r3cQqa5xww=
-
-hosted-git-info@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.2.tgz#8b7e3bd114b59b51786f8bade0f39ddc80275a97"
- integrity sha1-i3470RS1m1F4b4ut4POd3IAnWpc=
- dependencies:
- lru-cache "^5.1.1"
-
-hpack.js@^2.1.6:
- version "2.1.6"
- resolved "https://registry.npm.alibaba-inc.com/hpack.js/download/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
- integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=
- dependencies:
- inherits "^2.0.1"
- obuf "^1.0.0"
- readable-stream "^2.0.1"
- wbuf "^1.1.0"
-
-hsl-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/hsl-regex/download/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e"
- integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=
-
-hsla-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/hsla-regex/download/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
- integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
-
-html-comment-regex@^1.1.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/html-comment-regex/download/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
- integrity sha1-l9RoiutcgYhqNk+qDK0d2hTUM6c=
-
-html-element-map@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/html-element-map/download/html-element-map-1.1.0.tgz#e5aab9a834caf883b421f8bd9eaedcaac887d63c"
- integrity sha1-5aq5qDTK+IO0Ifi9nq7cqsiH1jw=
- dependencies:
- array-filter "^1.0.0"
-
-html-encoding-sniffer@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
- integrity sha1-5w2EuU2lOqN14R/jo1G+ZkLKRvg=
- dependencies:
- whatwg-encoding "^1.0.1"
-
-html-entities@^1.2.0, html-entities@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/html-entities/download/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f"
- integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=
-
-html-minifier-terser@^5.0.1:
- version "5.0.2"
- resolved "https://registry.npm.alibaba-inc.com/html-minifier-terser/download/html-minifier-terser-5.0.2.tgz#0e67a0b062ae1dd0719fc73199479298f807ae16"
- integrity sha1-DmegsGKuHdBxn8cxmUeSmPgHrhY=
- dependencies:
- camel-case "^3.0.0"
- clean-css "^4.2.1"
- commander "^4.0.0"
- he "^1.2.0"
- param-case "^2.1.1"
- relateurl "^0.2.7"
- terser "^4.3.9"
-
-html-minifier@^3.2.3:
- version "3.5.21"
- resolved "https://registry.npm.alibaba-inc.com/html-minifier/download/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c"
- integrity sha1-0AQOBUcw41TbAIRjWTGUAVIS0gw=
- dependencies:
- camel-case "3.0.x"
- clean-css "4.2.x"
- commander "2.17.x"
- he "1.2.x"
- param-case "2.1.x"
- relateurl "0.2.x"
- uglify-js "3.4.x"
-
-html-parse-stringify2@2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/html-parse-stringify2/download/html-parse-stringify2-2.0.1.tgz#dc5670b7292ca158b7bc916c9a6735ac8872834a"
- integrity sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=
- dependencies:
- void-elements "^2.0.1"
-
-html-tags@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b"
- integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=
-
-html-void-elements@^1.0.0, html-void-elements@^1.0.1:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/html-void-elements/download/html-void-elements-1.0.4.tgz#95e8bb5ecd6b88766569c2645f2b5f1591db9ba5"
- integrity sha1-lei7Xs1riHZlacJkXytfFZHbm6U=
-
-html-webpack-plugin@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b"
- integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s=
- dependencies:
- html-minifier "^3.2.3"
- loader-utils "^0.2.16"
- lodash "^4.17.3"
- pretty-error "^2.0.2"
- tapable "^1.0.0"
- toposort "^1.0.0"
- util.promisify "1.0.0"
-
-html-webpack-plugin@^4.0.0-beta.2:
- version "4.0.0-beta.11"
- resolved "https://registry.npm.alibaba-inc.com/html-webpack-plugin/download/html-webpack-plugin-4.0.0-beta.11.tgz#3059a69144b5aecef97708196ca32f9e68677715"
- integrity sha1-MFmmkUS1rs75dwgZbKMvnmhndxU=
- dependencies:
- html-minifier-terser "^5.0.1"
- loader-utils "^1.2.3"
- lodash "^4.17.15"
- pretty-error "^2.1.1"
- tapable "^1.1.3"
- util.promisify "1.0.0"
-
-htmlparser2@^3.10.0, htmlparser2@^3.3.0, htmlparser2@^3.9.1:
- version "3.10.1"
- resolved "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
- integrity sha1-vWedw/WYl7ajS7EHSchVu1OpOS8=
- dependencies:
- 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"
-
-http-cache-semantics@3.8.1, http-cache-semantics@^3.8.0, http-cache-semantics@^3.8.1:
- version "3.8.1"
- resolved "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
- integrity sha1-ObDhat2bYFvwqe89nar0hDtMrNI=
-
-http-cache-semantics@^4.0.0:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-4.0.3.tgz#495704773277eeef6e43f9ab2c2c7d259dda25c5"
- integrity sha1-SVcEdzJ37u9uQ/mrLCx9JZ3aJcU=
-
-http-deceiver@^1.2.7:
- version "1.2.7"
- resolved "https://registry.npm.alibaba-inc.com/http-deceiver/download/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
- integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=
-
-http-errors@1.7.2:
- version "1.7.2"
- resolved "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
- integrity sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=
- dependencies:
- depd "~1.1.2"
- inherits "2.0.3"
- setprototypeof "1.1.1"
- statuses ">= 1.5.0 < 2"
- toidentifier "1.0.0"
-
-http-errors@1.7.3, http-errors@^1.7.3, http-errors@~1.7.2:
- version "1.7.3"
- resolved "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
- integrity sha1-bGGeT5xgMIw4UZSYwU+7EKrOuwY=
- dependencies:
- depd "~1.1.2"
- inherits "2.0.4"
- setprototypeof "1.1.1"
- statuses ">= 1.5.0 < 2"
- toidentifier "1.0.0"
-
-http-errors@~1.6.2:
- version "1.6.3"
- resolved "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
- integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=
- dependencies:
- depd "~1.1.2"
- inherits "2.0.3"
- setprototypeof "1.1.0"
- statuses ">= 1.4.0 < 2"
-
-"http-parser-js@>=0.4.0 <0.4.11":
- version "0.4.10"
- resolved "https://registry.npm.alibaba-inc.com/http-parser-js/download/http-parser-js-0.4.10.tgz#92c9c1374c35085f75db359ec56cc257cbb93fa4"
- integrity sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=
-
-http-proxy-agent@^2.0.0, http-proxy-agent@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/http-proxy-agent/download/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405"
- integrity sha1-5IIb7vWyFCogJr1zkm/lN2McVAU=
- dependencies:
- agent-base "4"
- debug "3.1.0"
-
-http-proxy-middleware@0.19.1:
- version "0.19.1"
- resolved "https://registry.npm.alibaba-inc.com/http-proxy-middleware/download/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a"
- integrity sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=
- dependencies:
- http-proxy "^1.17.0"
- is-glob "^4.0.0"
- lodash "^4.17.11"
- micromatch "^3.1.10"
-
-http-proxy@^1.17.0:
- version "1.18.0"
- resolved "https://registry.npm.alibaba-inc.com/http-proxy/download/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a"
- integrity sha1-2+VfY+daNH2389mZdPJpKjFKajo=
- dependencies:
- eventemitter3 "^4.0.0"
- follow-redirects "^1.0.0"
- requires-port "^1.0.0"
-
-http-signature@~1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
- integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
- dependencies:
- assert-plus "^1.0.0"
- jsprim "^1.2.2"
- sshpk "^1.7.0"
-
-https-browserify@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/https-browserify/download/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
- integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
-
-https-proxy-agent@^2.1.0, https-proxy-agent@^2.2.3:
- version "2.2.4"
- resolved "https://registry.npm.alibaba-inc.com/https-proxy-agent/download/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
- integrity sha1-TuenN6vZJniik9mzShr00NCMeHs=
- dependencies:
- agent-base "^4.3.0"
- debug "^3.1.0"
-
-human-signals@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
- integrity sha1-xbHNFPUK6uCatsWf5jujOV/k36M=
-
-humanize-ms@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/humanize-ms/download/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
- integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=
- dependencies:
- ms "^2.0.0"
-
-humanize-url@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/humanize-url/download/humanize-url-1.0.1.tgz#f4ab99e0d288174ca4e1e50407c55fbae464efff"
- integrity sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=
- dependencies:
- normalize-url "^1.0.0"
- strip-url-auth "^1.0.0"
-
-humps@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/humps/download/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa"
- integrity sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao=
-
-husky@^3.0.9:
- version "3.0.9"
- resolved "https://registry.npm.alibaba-inc.com/husky/download/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044"
- integrity sha1-osPpgpv9a0lXUJqVANLu9dv8gEQ=
- dependencies:
- chalk "^2.4.2"
- ci-info "^2.0.0"
- cosmiconfig "^5.2.1"
- execa "^1.0.0"
- get-stdin "^7.0.0"
- opencollective-postinstall "^2.0.2"
- pkg-dir "^4.2.0"
- please-upgrade-node "^3.2.0"
- read-pkg "^5.2.0"
- run-node "^1.0.0"
- slash "^3.0.0"
-
-hyphenate-style-name@^1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/hyphenate-style-name/download/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48"
- integrity sha1-CXu3+guPGpzwvVxzTPlYmZgam0g=
-
-i18next@^19.0.0:
- version "19.0.0"
- resolved "https://registry.npm.alibaba-inc.com/i18next/download/i18next-19.0.0.tgz#5418207d7286128e6cfe558e659fa8c60d89794b"
- integrity sha1-VBggfXKGEo5s/lWOZZ+oxg2JeUs=
- dependencies:
- "@babel/runtime" "^7.3.1"
-
-iconv-lite@0.4, iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@^0.4.5, iconv-lite@~0.4.13:
- version "0.4.24"
- resolved "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
- integrity sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=
- dependencies:
- safer-buffer ">= 2.1.2 < 3"
-
-icss-replace-symbols@^1.0.2, icss-replace-symbols@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded"
- integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=
-
-icss-utils@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-2.1.0.tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962"
- integrity sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=
- dependencies:
- postcss "^6.0.1"
-
-icss-utils@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-3.0.1.tgz#ee70d3ae8cac38c6be5ed91e851b27eed343ad0f"
- integrity sha1-7nDTroysOMa+XtkehRsn7tNDrQ8=
- dependencies:
- postcss "^6.0.2"
-
-icss-utils@^4.0.0, icss-utils@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
- integrity sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=
- dependencies:
- postcss "^7.0.14"
-
-idb-keyval@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/idb-keyval/download/idb-keyval-3.2.0.tgz#cbbf354deb5684b6cdc84376294fc05932845bd6"
- integrity sha1-y781TetWhLbNyEN2KU/AWTKEW9Y=
-
-ieee754@^1.1.12, ieee754@^1.1.4:
- version "1.1.13"
- resolved "https://registry.npm.alibaba-inc.com/ieee754/download/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
- integrity sha1-7BaFWOlaoYH9h9N/VcMrvLZwi4Q=
-
-iferr@^0.1.5:
- version "0.1.5"
- resolved "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
- integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
-
-ignore-walk@^3.0.1:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/ignore-walk/download/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
- integrity sha1-AX4kRxhL/q3nwjjkrv3R6PlbHjc=
- dependencies:
- minimatch "^3.0.4"
-
-ignore@^3.3.5:
- version "3.3.10"
- resolved "https://registry.npm.alibaba-inc.com/ignore/download/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
- integrity sha1-Cpf7h2mG6AgcYxFg+PnziRV/AEM=
-
-ignore@^4.0.3, ignore@^4.0.6:
- version "4.0.6"
- resolved "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
- integrity sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=
-
-ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.4:
- version "5.1.4"
- resolved "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
- integrity sha1-hLez2+ZFUrbvDsqZ9nQ9vsbZet8=
-
-image-size@^0.6.2:
- version "0.6.3"
- resolved "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2"
- integrity sha1-5+XGW7U0vXzc7dbLUWYnKoX3X7I=
-
-image-size@~0.5.0:
- version "0.5.5"
- resolved "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
- integrity sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=
-
-imagemin-mozjpeg@^8.0.0:
- version "8.0.0"
- resolved "https://registry.npm.alibaba-inc.com/imagemin-mozjpeg/download/imagemin-mozjpeg-8.0.0.tgz#d2ca4e8c982c7c6eda55069af89dee4c1cebcdfd"
- integrity sha1-0spOjJgsfG7aVQaa+J3uTBzrzf0=
- dependencies:
- execa "^1.0.0"
- is-jpg "^2.0.0"
- mozjpeg "^6.0.0"
-
-imagemin-pngquant@^6.0.1:
- version "6.0.1"
- resolved "https://registry.npm.alibaba-inc.com/imagemin-pngquant/download/imagemin-pngquant-6.0.1.tgz#07b4c80e327ac60ef5246758029b1e8aecd879b9"
- integrity sha1-B7TIDjJ6xg71JGdYApseiuzYebk=
- dependencies:
- execa "^0.10.0"
- is-png "^1.0.0"
- is-stream "^1.1.0"
- pngquant-bin "^5.0.0"
-
-imagemin-webp@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/imagemin-webp/download/imagemin-webp-5.1.0.tgz#ddb1307ad97aff97293c5a600e384e40c07f68a7"
- integrity sha1-3bEwetl6/5cpPFpgDjhOQMB/aKc=
- dependencies:
- cwebp-bin "^5.0.0"
- exec-buffer "^3.0.0"
- is-cwebp-readable "^2.0.1"
-
-imagemin@^6.1.0:
- version "6.1.0"
- resolved "https://registry.npm.alibaba-inc.com/imagemin/download/imagemin-6.1.0.tgz#62508b465728fea36c03cdc07d915fe2d8cf9e13"
- integrity sha1-YlCLRlco/qNsA83AfZFf4tjPnhM=
- dependencies:
- file-type "^10.7.0"
- globby "^8.0.1"
- make-dir "^1.0.0"
- p-pipe "^1.1.0"
- pify "^4.0.1"
- replace-ext "^1.0.0"
-
-immediate@^3.2.3:
- version "3.2.3"
- resolved "https://registry.npm.alibaba-inc.com/immediate/download/immediate-3.2.3.tgz#d140fa8f614659bd6541233097ddaac25cdd991c"
- integrity sha1-0UD6j2FGWb1lQSMwl92qwlzdmRw=
-
-immer@1.10.0:
- version "1.10.0"
- resolved "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
- integrity sha1-utZ2BbqcgQJ12R4cKkfUWC6YKG0=
-
-immutable@^3.7.4:
- version "3.8.2"
- resolved "https://registry.npm.alibaba-inc.com/immutable/download/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3"
- integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=
-
-immutable@^4.0.0-rc.9:
- version "4.0.0-rc.12"
- resolved "https://registry.npm.alibaba-inc.com/immutable/download/immutable-4.0.0-rc.12.tgz#ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217"
- integrity sha1-ylmn5MGa6Nm/dKl73w9uLypdAhc=
-
-immutable@~3.7.4, immutable@~3.7.6:
- version "3.7.6"
- resolved "https://registry.npm.alibaba-inc.com/immutable/download/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
- integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks=
-
-import-cwd@3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92"
- integrity sha1-IIRVR3GAFRJuqbNna3WS+4vUz5I=
- dependencies:
- import-from "^3.0.0"
-
-import-cwd@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
- integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=
- dependencies:
- import-from "^2.1.0"
-
-import-fresh@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
- integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
- dependencies:
- caller-path "^2.0.0"
- resolve-from "^3.0.0"
-
-import-fresh@^3.0.0, import-fresh@^3.1.0:
- version "3.2.1"
- resolved "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
- integrity sha1-Yz/2GFBueTr1rJG/SLcmd+FcvmY=
- dependencies:
- parent-module "^1.0.0"
- resolve-from "^4.0.0"
-
-import-from@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/import-from/download/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
- integrity sha1-M1238qev/VOqpHHUuAId7ja387E=
- dependencies:
- resolve-from "^3.0.0"
-
-import-from@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/import-from/download/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
- integrity sha1-BVz+w4zVon2AV8pRN219O/CJGWY=
- dependencies:
- resolve-from "^5.0.0"
-
-import-lazy@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
- integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
-
-import-lazy@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc"
- integrity sha1-iRJ5ICyKIoD9vWZ029jaGh38Z8w=
-
-import-local@2.0.0, import-local@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/import-local/download/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
- integrity sha1-VQcL44pZk88Y72236WH1vuXFoJ0=
- dependencies:
- pkg-dir "^3.0.0"
- resolve-cwd "^2.0.0"
-
-imurmurhash@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
- integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
-
-in-publish@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51"
- integrity sha1-4g/146KvwmkDILbcVSaCqcf631E=
-
-indent-string@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
- integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=
- dependencies:
- repeating "^2.0.0"
-
-indent-string@^3.0.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
- integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=
-
-indent-string@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
- integrity sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE=
-
-indexes-of@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
- integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
-
-indexof@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/indexof/download/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
- integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
-
-infer-owner@^1.0.3, infer-owner@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
- integrity sha1-xM78qo5RBRwqQLos6KPScpWvlGc=
-
-inflight@^1.0.4:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
- integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
- dependencies:
- once "^1.3.0"
- wrappy "1"
-
-inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
- integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
-
-inherits@2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
- integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
-
-inherits@2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
- integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
-
-ini@^1.3.2, ini@^1.3.3, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
- version "1.3.5"
- resolved "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
- integrity sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc=
-
-init-package-json@^1.10.3:
- version "1.10.3"
- resolved "https://registry.npm.alibaba-inc.com/init-package-json/download/init-package-json-1.10.3.tgz#45ffe2f610a8ca134f2bd1db5637b235070f6cbe"
- integrity sha1-Rf/i9hCoyhNPK9HbVjeyNQcPbL4=
- dependencies:
- glob "^7.1.1"
- npm-package-arg "^4.0.0 || ^5.0.0 || ^6.0.0"
- promzard "^0.3.0"
- read "~1.0.1"
- read-package-json "1 || 2"
- semver "2.x || 3.x || 4 || 5"
- validate-npm-package-license "^3.0.1"
- validate-npm-package-name "^3.0.0"
-
-ink-spinner@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/ink-spinner/download/ink-spinner-3.0.1.tgz#7b4b206d2b18538701fd92593f9acabbfe308dce"
- integrity sha1-e0sgbSsYU4cB/ZJZP5rKu/4wjc4=
- dependencies:
- cli-spinners "^1.0.0"
- prop-types "^15.5.10"
-
-ink@^2.5.0:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/ink/download/ink-2.5.0.tgz#66cf988b65ca06d14f00f385eb531fde29f95819"
- integrity sha1-Zs+Yi2XKBtFPAPOF61Mf3in5WBk=
- dependencies:
- "@types/react" "^16.8.6"
- ansi-escapes "^4.2.1"
- arrify "^1.0.1"
- auto-bind "^2.0.0"
- chalk "^2.4.1"
- cli-cursor "^2.1.0"
- cli-truncate "^1.1.0"
- is-ci "^2.0.0"
- lodash.throttle "^4.1.1"
- log-update "^3.0.0"
- prop-types "^15.6.2"
- react-reconciler "^0.21.0"
- scheduler "^0.15.0"
- signal-exit "^3.0.2"
- slice-ansi "^1.0.0"
- string-length "^2.0.0"
- widest-line "^2.0.0"
- wrap-ansi "^5.0.0"
- yoga-layout-prebuilt "^1.9.3"
-
-inline-style-parser@0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1"
- integrity sha1-7Io7QpJ06cCh8cT/qUU6f+9yzqE=
-
-inline-style-prefixer@^4.0.0:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/inline-style-prefixer/download/inline-style-prefixer-4.0.2.tgz#d390957d26f281255fe101da863158ac6eb60911"
- integrity sha1-05CVfSbygSVf4QHahjFYrG62CRE=
- dependencies:
- bowser "^1.7.3"
- css-in-js-utils "^2.0.0"
-
-inquirer@3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
- integrity sha1-ndLyrXZdyrH/BEO0kUQqILoifck=
- dependencies:
- ansi-escapes "^3.0.0"
- chalk "^2.0.0"
- cli-cursor "^2.1.0"
- cli-width "^2.0.0"
- external-editor "^2.0.4"
- figures "^2.0.0"
- lodash "^4.3.0"
- mute-stream "0.0.7"
- run-async "^2.2.0"
- rx-lite "^4.0.8"
- rx-lite-aggregates "^4.0.8"
- string-width "^2.1.0"
- strip-ansi "^4.0.0"
- through "^2.3.6"
-
-inquirer@6.5.0:
- version "6.5.0"
- resolved "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
- integrity sha1-IwMxfvyaTqfsLi32+GVptzSsz0I=
- dependencies:
- 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"
-
-inquirer@7.0.0, inquirer@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
- integrity sha1-nisDLd532h2124BHWLj+o6lwUZo=
- dependencies:
- ansi-escapes "^4.2.1"
- chalk "^2.4.2"
- cli-cursor "^3.1.0"
- cli-width "^2.0.0"
- external-editor "^3.0.3"
- figures "^3.0.0"
- lodash "^4.17.15"
- mute-stream "0.0.8"
- run-async "^2.2.0"
- rxjs "^6.4.0"
- string-width "^4.1.0"
- strip-ansi "^5.1.0"
- through "^2.3.6"
-
-inquirer@^6.2.0, inquirer@^6.2.2:
- version "6.5.2"
- resolved "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
- integrity sha1-rVCUI3XQNtMn/1KMCL1fqwiZKMo=
- dependencies:
- 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"
-
-insert-css@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/insert-css/download/insert-css-2.0.0.tgz#eb5d1097b7542f4c79ea3060d3aee07d053880f4"
- integrity sha1-610Ql7dUL0x56jBg067gfQU4gPQ=
-
-internal-ip@^4.3.0:
- version "4.3.0"
- resolved "https://registry.npm.alibaba-inc.com/internal-ip/download/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
- integrity sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=
- dependencies:
- default-gateway "^4.2.0"
- ipaddr.js "^1.9.0"
-
-interpret@1.2.0, interpret@^1.0.0, interpret@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
- integrity sha1-1QYaYiS+WOgIOYX1AU2EQ1lXYpY=
-
-into-stream@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/into-stream/download/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6"
- integrity sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=
- dependencies:
- from2 "^2.1.1"
- p-is-promise "^1.1.0"
-
-invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4:
- version "2.2.4"
- resolved "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
- integrity sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=
- dependencies:
- loose-envify "^1.0.0"
-
-inversify-inject-decorators@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/inversify-inject-decorators/download/inversify-inject-decorators-3.1.0.tgz#d9941080bad77cec8a65ee29d905e4d5d73e1e95"
- integrity sha1-2ZQQgLrXfOyKZe4p2QXk1dc+HpU=
-
-inversify-logging@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/inversify-logging/download/inversify-logging-0.2.1.tgz#6c85a37a0761de872345fab47a6e335efa75ad83"
- integrity sha1-bIWjegdh3ocjRfq0em4zXvp1rYM=
- dependencies:
- lodash "^4.17.5"
- reflect-metadata "0.1.8"
-
-inversify@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/inversify/download/inversify-5.0.1.tgz#500d709b1434896ce5a0d58915c4a4210e34fb6e"
- integrity sha1-UA1wmxQ0iWzloNWJFcSkIQ40+24=
-
-invert-kv@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
- integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY=
-
-invert-kv@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
- integrity sha1-c5P1r6Weyf9fZ6J2INEcIm4+7AI=
-
-ip-regex@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
- integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
-
-ip@1.1.5, ip@^1.1.0, ip@^1.1.4, ip@^1.1.5:
- version "1.1.5"
- resolved "https://registry.npm.alibaba-inc.com/ip/download/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
- integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
-
-ipaddr.js@1.9.0:
- version "1.9.0"
- resolved "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65"
- integrity sha1-N9905DCg5HVQ/lSi3v4w2KzZX2U=
-
-ipaddr.js@^1.9.0:
- version "1.9.1"
- resolved "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
- integrity sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=
-
-is-absolute-url@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
- integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=
-
-is-absolute-url@^3.0.0, is-absolute-url@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698"
- integrity sha1-lsaiK2ojkpsR6gr7GDbDatSl1pg=
-
-is-accessor-descriptor@^0.1.6:
- version "0.1.6"
- resolved "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
- integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
- dependencies:
- kind-of "^3.0.2"
-
-is-accessor-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
- integrity sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=
- dependencies:
- kind-of "^6.0.0"
-
-is-alphabetical@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.3.tgz#eb04cc47219a8895d8450ace4715abff2258a1f8"
- integrity sha1-6wTMRyGaiJXYRQrORxWr/yJYofg=
-
-is-alphanumeric@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-alphanumeric/download/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4"
- integrity sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=
-
-is-alphanumerical@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.3.tgz#57ae21c374277b3defe0274c640a5704b8f6657c"
- integrity sha1-V64hw3Qnez3v4CdMZApXBLj2ZXw=
- dependencies:
- is-alphabetical "^1.0.0"
- is-decimal "^1.0.0"
-
-is-arguments@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/is-arguments/download/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3"
- integrity sha1-P6+WbHy6D/Q3+zH2JQCC/PBEjPM=
-
-is-arrayish@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
- integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
-
-is-arrayish@^0.3.1:
- version "0.3.2"
- resolved "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
- integrity sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=
-
-is-binary-path@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
- integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
- dependencies:
- binary-extensions "^1.0.0"
-
-is-binary-path@~2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
- integrity sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=
- dependencies:
- binary-extensions "^2.0.0"
-
-is-boolean-object@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-boolean-object/download/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
- integrity sha1-mPiygDBoQhmpXzdc+9iM40Bd/5M=
-
-is-buffer@^1.0.2, is-buffer@^1.1.4, is-buffer@^1.1.5, is-buffer@~1.1.1:
- version "1.1.6"
- resolved "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
- integrity sha1-76ouqdqg16suoTqXsritUf776L4=
-
-is-buffer@^2.0.0, is-buffer@^2.0.2, is-buffer@~2.0.3:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
- integrity sha1-PlcvI8hBGlz9lVfISeNmXgspBiM=
-
-is-builtin-module@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-builtin-module/download/is-builtin-module-3.0.0.tgz#137d3d2425023a19a660fb9dd6ddfabe52c03466"
- integrity sha1-E309JCUCOhmmYPud1t36vlLANGY=
- dependencies:
- builtin-modules "^3.0.0"
-
-is-callable@^1.1.3, is-callable@^1.1.4:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
- integrity sha1-HhrfIZ4e62hNaR+dagX/DTCiTXU=
-
-is-ci@2.0.0, is-ci@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
- integrity sha1-a8YzQYGBDgS1wis9WJ/cpVAmQEw=
- dependencies:
- ci-info "^2.0.0"
-
-is-ci@^1.0.10:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
- integrity sha1-43ecjuF/zPQoSI9uKBGH8uYyhBw=
- dependencies:
- ci-info "^1.5.0"
-
-is-color-stop@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-color-stop/download/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
- integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
- dependencies:
- 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"
-
-is-cwebp-readable@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-cwebp-readable/download/is-cwebp-readable-2.0.1.tgz#afb93b0c0abd0a25101016ae33aea8aedf926d26"
- integrity sha1-r7k7DAq9CiUQEBauM66ort+SbSY=
- dependencies:
- file-type "^4.3.0"
-
-is-data-descriptor@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
- integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
- dependencies:
- kind-of "^3.0.2"
-
-is-data-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
- integrity sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=
- dependencies:
- kind-of "^6.0.0"
-
-is-date-object@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
- integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=
-
-is-decimal@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.3.tgz#381068759b9dc807d8c0dc0bfbae2b68e1da48b7"
- integrity sha1-OBBodZudyAfYwNwL+64raOHaSLc=
-
-is-descriptor@^0.1.0:
- version "0.1.6"
- resolved "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
- integrity sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=
- dependencies:
- is-accessor-descriptor "^0.1.6"
- is-data-descriptor "^0.1.4"
- kind-of "^5.0.0"
-
-is-descriptor@^1.0.0, is-descriptor@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
- integrity sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=
- dependencies:
- is-accessor-descriptor "^1.0.0"
- is-data-descriptor "^1.0.0"
- kind-of "^6.0.2"
-
-is-directory@^0.3.1:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
- integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
-
-is-docker@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b"
- integrity sha1-LLDfDnXi0GT+GGTDfN6st7Lc8ls=
-
-is-dom@^1.0.9:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-dom/download/is-dom-1.1.0.tgz#af1fced292742443bb59ca3f76ab5e80907b4e8a"
- integrity sha1-rx/O0pJ0JEO7Wco/dqtegJB7Too=
- dependencies:
- is-object "^1.0.1"
- is-window "^1.0.2"
-
-is-extendable@^0.1.0, is-extendable@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
- integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
-
-is-extendable@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
- integrity sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=
- dependencies:
- is-plain-object "^2.0.4"
-
-is-extglob@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
- integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
-
-is-extglob@^2.1.0, is-extglob@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
- integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
-
-is-finite@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/is-finite/download/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa"
- integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=
- dependencies:
- number-is-nan "^1.0.0"
-
-is-fullwidth-code-point@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
- integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
- dependencies:
- number-is-nan "^1.0.0"
-
-is-fullwidth-code-point@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
- integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
-
-is-fullwidth-code-point@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
- integrity sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=
-
-is-function@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5"
- integrity sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU=
-
-is-generator-fn@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
- integrity sha1-fRQK3DiarzARqPKipM+m+q3/sRg=
-
-is-glob@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
- integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=
- dependencies:
- is-extglob "^1.0.0"
-
-is-glob@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
- integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
- dependencies:
- is-extglob "^2.1.0"
-
-is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
- integrity sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=
- dependencies:
- is-extglob "^2.1.1"
-
-is-hexadecimal@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.3.tgz#e8a426a69b6d31470d3a33a47bb825cda02506ee"
- integrity sha1-6KQmppttMUcNOjOke7glzaAlBu4=
-
-is-installed-globally@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
- integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=
- dependencies:
- global-dirs "^0.1.0"
- is-path-inside "^1.0.0"
-
-is-interactive@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-interactive/download/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
- integrity sha1-zqbmrlyHCnsKAAQHC3tYfgJSkS4=
-
-is-invalid-path@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-invalid-path/download/is-invalid-path-0.1.0.tgz#307a855b3cf1a938b44ea70d2c61106053714f34"
- integrity sha1-MHqFWzzxqTi0TqcNLGEQYFNxTzQ=
- dependencies:
- is-glob "^2.0.0"
-
-is-jpg@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-jpg/download/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97"
- integrity sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=
-
-is-module@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-module/download/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
- integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=
-
-is-natural-number@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-natural-number/download/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
- integrity sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=
-
-is-npm@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
- integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ=
-
-is-npm@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz#ec9147bfb629c43f494cf67936a961edec7e8053"
- integrity sha1-7JFHv7YpxD9JTPZ5Nqlh7ex+gFM=
-
-is-number-object@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-number-object/download/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
- integrity sha1-8mWrian0RQNO9q/xWo8AsA9VF5k=
-
-is-number@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
- integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
- dependencies:
- kind-of "^3.0.2"
-
-is-number@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-number/download/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
- integrity sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=
-
-is-obj@^1.0.0, is-obj@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
- integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
-
-is-obj@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
- integrity sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI=
-
-is-object@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-object/download/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470"
- integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA=
-
-is-observable@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-observable/download/is-observable-1.1.0.tgz#b3e986c8f44de950867cab5403f5a3465005975e"
- integrity sha1-s+mGyPRN6VCGfKtUA/WjRlAFl14=
- dependencies:
- symbol-observable "^1.1.0"
-
-is-path-cwd@^2.0.0, is-path-cwd@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
- integrity sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=
-
-is-path-in-cwd@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb"
- integrity sha1-v+Lcomxp85cmWkAJljYCk1oFOss=
- dependencies:
- is-path-inside "^2.1.0"
-
-is-path-inside@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"
- integrity sha1-jvW33lBDej/cprToZe96pVy0gDY=
- dependencies:
- path-is-inside "^1.0.1"
-
-is-path-inside@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2"
- integrity sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=
- dependencies:
- path-is-inside "^1.0.2"
-
-is-path-inside@^3.0.1:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-3.0.2.tgz#f5220fc82a3e233757291dddc9c5877f2a1f3017"
- integrity sha1-9SIPyCo+IzdXKR3dycWHfyofMBc=
-
-is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
- integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
-
-is-plain-object@3.0.0, is-plain-object@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928"
- integrity sha1-R7/F2htdUNZBEIBsGZNZSC51qSg=
- dependencies:
- isobject "^4.0.0"
-
-is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
- integrity sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=
- dependencies:
- isobject "^3.0.1"
-
-is-png@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-png/download/is-png-1.1.0.tgz#d574b12bf275c0350455570b0e5b57ab062077ce"
- integrity sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=
-
-is-promise@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
- integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
-
-is-redirect@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-redirect/download/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
- integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
-
-is-reference@^1.1.2:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/is-reference/download/is-reference-1.1.4.tgz#3f95849886ddb70256a3e6d062b1a68c13c51427"
- integrity sha1-P5WEmIbdtwJWo+bQYrGmjBPFFCc=
- dependencies:
- "@types/estree" "0.0.39"
-
-is-regex@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
- integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
- dependencies:
- has "^1.0.1"
-
-is-regexp@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
- integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
-
-is-regular-file@^1.0.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/is-regular-file/download/is-regular-file-1.1.1.tgz#ffcf9cae56ec63bc55b17d6fed1af441986dab66"
- integrity sha1-/8+crlbsY7xVsX1v7Rr0QZhtq2Y=
-
-is-relative-url@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-relative-url/download/is-relative-url-2.0.0.tgz#72902d7fe04b3d4792e7db15f9db84b7204c9cef"
- integrity sha1-cpAtf+BLPUeS59sV+duEtyBMnO8=
- dependencies:
- is-absolute-url "^2.0.0"
-
-is-relative-url@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-relative-url/download/is-relative-url-3.0.0.tgz#f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3"
- integrity sha1-9iPI4muqW9N0Kzt+wHT1DztFs/M=
- dependencies:
- is-absolute-url "^3.0.0"
-
-is-relative@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz#a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d"
- integrity sha1-obtpNc6MXboei5dUubLcwCDiJg0=
- dependencies:
- is-unc-path "^1.0.0"
-
-is-resolvable@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-resolvable/download/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
- integrity sha1-+xj4fOH+uSUWnJpAfBkxijIG7Yg=
-
-is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/is-retry-allowed/download/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
- integrity sha1-13hIi9CkZmo76KFIK58rqv7eqLQ=
-
-is-root@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-root/download/is-root-1.0.0.tgz#07b6c233bc394cd9d02ba15c966bd6660d6342d5"
- integrity sha1-B7bCM7w5TNnQK6FclmvWZg1jQtU=
-
-is-root@2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
- integrity sha1-gJ4YEpzxEpZEMCpPhUQDXVGYSpw=
-
-is-ssh@^1.3.0:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/is-ssh/download/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3"
- integrity sha1-80moyt0k5lKYA3pSLPdSDy6BoPM=
- dependencies:
- protocols "^1.1.0"
-
-is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
- integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
-
-is-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
- integrity sha1-venDJoDW+uBBKdasnZIc54FfeOM=
-
-is-string@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
- integrity sha1-zDqbaYV9Yh6WNyWiTK7shzuCbmQ=
-
-is-subset@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/is-subset/download/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
- integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
-
-is-supported-regexp-flag@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-supported-regexp-flag/download/is-supported-regexp-flag-1.0.1.tgz#21ee16518d2c1dd3edd3e9a0d57e50207ac364ca"
- integrity sha1-Ie4WUY0sHdPt0+mg1X5QIHrDZMo=
-
-is-svg@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-svg/download/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
- integrity sha1-kyHb0pwhLlypnE+peUxxS8r6L3U=
- dependencies:
- html-comment-regex "^1.1.0"
-
-is-symbol@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
- integrity sha1-oFX2rlcZLK7jKeeoYBGLSXqVDzg=
- dependencies:
- has-symbols "^1.0.0"
-
-is-text-path@^1.0.0, is-text-path@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/is-text-path/download/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
- integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=
- dependencies:
- text-extensions "^1.0.0"
-
-is-typedarray@^1.0.0, is-typedarray@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
- integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
-
-is-unc-path@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/is-unc-path/download/is-unc-path-1.0.0.tgz#d731e8898ed090a12c352ad2eaed5095ad322c9d"
- integrity sha1-1zHoiY7QkKEsNSrS6u1Qla0yLJ0=
- dependencies:
- unc-path-regex "^0.1.2"
-
-is-utf8@^0.2.0, is-utf8@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
- integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
-
-is-valid-path@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/is-valid-path/download/is-valid-path-0.1.1.tgz#110f9ff74c37f663e1ec7915eb451f2db93ac9df"
- integrity sha1-EQ+f90w39mPh7HkV60UfLbk6yd8=
- dependencies:
- is-invalid-path "^0.1.0"
-
-is-whitespace-character@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.3.tgz#b3ad9546d916d7d3ffa78204bca0c26b56257fac"
- integrity sha1-s62VRtkW19P/p4IEvKDCa1Ylf6w=
-
-is-window@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/is-window/download/is-window-1.0.2.tgz#2c896ca53db97de45d3c33133a65d8c9f563480d"
- integrity sha1-LIlspT25feRdPDMTOmXYyfVjSA0=
-
-is-windows@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c"
- integrity sha1-3hqm1j6indJIc3tp8f+LgALSEIw=
-
-is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
- integrity sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=
-
-is-word-character@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.3.tgz#264d15541cbad0ba833d3992c34e6b40873b08aa"
- integrity sha1-Jk0VVBy60LqDPTmSw05rQIc7CKo=
-
-is-wsl@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
- integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
-
-is-wsl@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d"
- integrity sha1-ShwVLUKd89RBZpSY4khtNZbrrx0=
-
-is-yarn-global@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
- integrity sha1-1QLTOCWQ6jAEiTdGdUyJE5lz4jI=
-
-isarray@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
- integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
-
-isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
- integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
-
-isarray@2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.1.tgz#a37d94ed9cda2d59865c9f76fe596ee1f338741e"
- integrity sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=
-
-isarray@^2.0.1:
- version "2.0.5"
- resolved "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
- integrity sha1-ivHkwSISRMxiRZ+vOJQNTmRKVyM=
-
-isexe@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
- integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
-
-isobject@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/isobject/download/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
- integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
- dependencies:
- isarray "1.0.0"
-
-isobject@^3.0.0, isobject@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
- integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
-
-isobject@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0"
- integrity sha1-PxyRVec7GSAiqAgZus0DQ3EWl7A=
-
-isomorphic-fetch@^2.1.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
- integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=
- dependencies:
- node-fetch "^1.0.1"
- whatwg-fetch ">=0.10.0"
-
-isstream@~0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
- integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
-
-istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.5:
- version "2.0.5"
- resolved "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
- integrity sha1-Z18KtpUD+tSx2En3NrqsqAM0T0k=
-
-istanbul-lib-instrument@^3.0.1, istanbul-lib-instrument@^3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630"
- integrity sha1-pfY9kfC7wMPkee9MXeAnM17G1jA=
- dependencies:
- "@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"
-
-istanbul-lib-report@^2.0.4:
- version "2.0.8"
- resolved "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-2.0.8.tgz#5a8113cd746d43c4889eba36ab10e7d50c9b4f33"
- integrity sha1-WoETzXRtQ8SInro2qxDn1QybTzM=
- dependencies:
- istanbul-lib-coverage "^2.0.5"
- make-dir "^2.1.0"
- supports-color "^6.1.0"
-
-istanbul-lib-source-maps@^3.0.1:
- version "3.0.6"
- resolved "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-3.0.6.tgz#284997c48211752ec486253da97e3879defba8c8"
- integrity sha1-KEmXxIIRdS7EhiU9qX44ed77qMg=
- dependencies:
- debug "^4.1.1"
- istanbul-lib-coverage "^2.0.5"
- make-dir "^2.1.0"
- rimraf "^2.6.3"
- source-map "^0.6.1"
-
-istanbul-reports@^2.2.6:
- version "2.2.6"
- resolved "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-2.2.6.tgz#7b4f2660d82b29303a8fe6091f8ca4bf058da1af"
- integrity sha1-e08mYNgrKTA6j+YJH4ykvwWNoa8=
- dependencies:
- handlebars "^4.1.2"
-
-istextorbinary@^2.2.1:
- version "2.6.0"
- resolved "https://registry.npm.alibaba-inc.com/istextorbinary/download/istextorbinary-2.6.0.tgz#60776315fb0fa3999add276c02c69557b9ca28ab"
- integrity sha1-YHdjFfsPo5ma3SdsAsaVV7nKKKs=
- dependencies:
- binaryextensions "^2.1.2"
- editions "^2.2.0"
- textextensions "^2.5.0"
-
-isurl@^1.0.0-alpha5:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/isurl/download/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67"
- integrity sha1-sn9PSfPNqj6kSgpbfzRi5u3DnWc=
- dependencies:
- has-to-string-tag-x "^1.2.0"
- is-object "^1.0.1"
-
-iterall@1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/iterall/download/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
- integrity sha1-HLv/liBAVt3mZW4u0uIibQ5tcsk=
-
-iterall@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/iterall/download/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
- integrity sha1-ktcN64Ao4MOf8xZP2/TYsIgTDNc=
-
-jest-changed-files@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-changed-files/download/jest-changed-files-24.9.0.tgz#08d8c15eb79a7fa3fc98269bc14b451ee82f8039"
- integrity sha1-CNjBXreaf6P8mCabwUtFHugvgDk=
- dependencies:
- "@jest/types" "^24.9.0"
- execa "^1.0.0"
- throat "^4.0.0"
-
-jest-cli@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-cli/download/jest-cli-24.9.0.tgz#ad2de62d07472d419c6abc301fc432b98b10d2af"
- integrity sha1-rS3mLQdHLUGcarwwH8QyuYsQ0q8=
- dependencies:
- "@jest/core" "^24.9.0"
- "@jest/test-result" "^24.9.0"
- "@jest/types" "^24.9.0"
- chalk "^2.0.1"
- exit "^0.1.2"
- import-local "^2.0.0"
- is-ci "^2.0.0"
- jest-config "^24.9.0"
- jest-util "^24.9.0"
- jest-validate "^24.9.0"
- prompts "^2.0.1"
- realpath-native "^1.1.0"
- yargs "^13.3.0"
-
-jest-config@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz#fb1bbc60c73a46af03590719efa4825e6e4dd1b5"
- integrity sha1-+xu8YMc6Rq8DWQcZ76SCXm5N0bU=
- dependencies:
- "@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"
-
-jest-diff@^24.3.0, jest-diff@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
- integrity sha1-kxt9DVd4obr3RSy4FuMl43JAVdo=
- dependencies:
- chalk "^2.0.1"
- diff-sequences "^24.9.0"
- jest-get-type "^24.9.0"
- pretty-format "^24.9.0"
-
-jest-docblock@^21.0.0:
- version "21.2.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"
- integrity sha1-UVKcOzDV/RWdpgwnzu3Blfr41BQ=
-
-jest-docblock@^24.3.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-24.9.0.tgz#7970201802ba560e1c4092cc25cbedf5af5a8ce2"
- integrity sha1-eXAgGAK6Vg4cQJLMJcvt9a9ajOI=
- dependencies:
- detect-newline "^2.1.0"
-
-jest-each@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-24.9.0.tgz#eb2da602e2a610898dbc5f1f6df3ba86b55f8b05"
- integrity sha1-6y2mAuKmEImNvF8fbfO6hrVfiwU=
- dependencies:
- "@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"
-
-jest-environment-jsdom@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-24.9.0.tgz#4b0806c7fc94f95edb369a69cc2778eec2b7375b"
- integrity sha1-SwgGx/yU+V7bNpppzCd47sK3N1s=
- dependencies:
- "@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"
-
-jest-environment-node@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-24.9.0.tgz#333d2d2796f9687f2aeebf0742b519f33c1cbfd3"
- integrity sha1-Mz0tJ5b5aH8q7r8HQrUZ8zwcv9M=
- dependencies:
- "@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"
-
-jest-get-type@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz#1684a0c8a50f2e4901b6644ae861f579eed2ef0e"
- integrity sha1-FoSgyKUPLkkBtmRK6GH1ee7S7w4=
-
-jest-haste-map@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz#b38a5d64274934e21fa417ae9a9fbeb77ceaac7d"
- integrity sha1-s4pdZCdJNOIfpBeump++t3zqrH0=
- dependencies:
- "@jest/types" "^24.9.0"
- anymatch "^2.0.0"
- fb-watchman "^2.0.0"
- 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"
- optionalDependencies:
- fsevents "^1.2.7"
-
-jest-jasmine2@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz#1f7b1bd3242c1774e62acabb3646d96afc3be6a0"
- integrity sha1-H3sb0yQsF3TmKsq7NkbZavw75qA=
- dependencies:
- "@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"
-
-jest-leak-detector@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-24.9.0.tgz#b665dea7c77100c5c4f7dfcb153b65cf07dcf96a"
- integrity sha1-tmXep8dxAMXE99/LFTtlzwfc+Wo=
- dependencies:
- jest-get-type "^24.9.0"
- pretty-format "^24.9.0"
-
-jest-matcher-utils@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz#f5b3661d5e628dffe6dd65251dfdae0e87c3a073"
- integrity sha1-9bNmHV5ijf/m3WUlHf2uDofDoHM=
- dependencies:
- chalk "^2.0.1"
- jest-diff "^24.9.0"
- jest-get-type "^24.9.0"
- pretty-format "^24.9.0"
-
-jest-message-util@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3"
- integrity sha1-Un9UoeOA9eICqNEUmw7IcvQxGeM=
- dependencies:
- "@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"
-
-jest-mock@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz#c22835541ee379b908673ad51087a2185c13f1c6"
- integrity sha1-wig1VB7jebkIZzrVEIeiGFwT8cY=
- dependencies:
- "@jest/types" "^24.9.0"
-
-jest-pnp-resolver@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a"
- integrity sha1-7NrmBMB3p/vHDe+21RfDwciYkjo=
-
-jest-regex-util@^24.3.0, jest-regex-util@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636"
- integrity sha1-wT+zOAveIr9ldUMsST6o/jeWVjY=
-
-jest-resolve-dependencies@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-resolve-dependencies/download/jest-resolve-dependencies-24.9.0.tgz#ad055198959c4cfba8a4f066c673a3f0786507ab"
- integrity sha1-rQVRmJWcTPuopPBmxnOj8HhlB6s=
- dependencies:
- "@jest/types" "^24.9.0"
- jest-regex-util "^24.3.0"
- jest-snapshot "^24.9.0"
-
-jest-resolve@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz#dff04c7687af34c4dd7e524892d9cf77e5d17321"
- integrity sha1-3/BMdoevNMTdflJIktnPd+XRcyE=
- dependencies:
- "@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"
-
-jest-runner@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-24.9.0.tgz#574fafdbd54455c2b34b4bdf4365a23857fcdf42"
- integrity sha1-V0+v29VEVcKzS0vfQ2WiOFf830I=
- dependencies:
- "@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"
-
-jest-runtime@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz#9f14583af6a4f7314a6a9d9f0226e1a781c8e4ac"
- integrity sha1-nxRYOvak9zFKap2fAibhp4HI5Kw=
- dependencies:
- "@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"
-
-jest-serializer@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73"
- integrity sha1-5tfX75bTHouQeacUdUxdXFgojnM=
-
-jest-snapshot@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz#ec8e9ca4f2ec0c5c87ae8f925cf97497b0e951ba"
- integrity sha1-7I6cpPLsDFyHro+SXPl0l7DpUbo=
- dependencies:
- "@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"
-
-jest-styled-components@^6.2.1:
- version "6.3.4"
- resolved "https://registry.npm.alibaba-inc.com/jest-styled-components/download/jest-styled-components-6.3.4.tgz#64de9c0ceae14f311248734c79dcc66b447f90f1"
- integrity sha1-ZN6cDOrhTzESSHNMedzGa0R/kPE=
- dependencies:
- css "^2.2.4"
-
-jest-util@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz#7396814e48536d2e85a37de3e4c431d7cb140162"
- integrity sha1-c5aBTkhTbS6Fo33j5MQx18sUAWI=
- dependencies:
- "@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"
-
-jest-validate@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab"
- integrity sha1-B3XFU2DRc82FTkAYB1bU/1Le+Ks=
- dependencies:
- "@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"
-
-jest-watcher@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-watcher/download/jest-watcher-24.9.0.tgz#4b56e5d1ceff005f5b88e528dc9afc8dd4ed2b3b"
- integrity sha1-S1bl0c7/AF9biOUo3Jr8jdTtKzs=
- dependencies:
- "@jest/test-result" "^24.9.0"
- "@jest/types" "^24.9.0"
- "@types/yargs" "^13.0.0"
- ansi-escapes "^3.0.0"
- chalk "^2.0.1"
- jest-util "^24.9.0"
- string-length "^2.0.0"
-
-jest-worker@^24.6.0, jest-worker@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5"
- integrity sha1-Xb/bWy0yLphWeJgjipaXvM5ns+U=
- dependencies:
- merge-stream "^2.0.0"
- supports-color "^6.1.0"
-
-jest@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/jest/download/jest-24.9.0.tgz#987d290c05a08b52c56188c1002e368edb007171"
- integrity sha1-mH0pDAWgi1LFYYjBAC42jtsAcXE=
- dependencies:
- import-local "^2.0.0"
- jest-cli "^24.9.0"
-
-jimp@^0.6.4:
- version "0.6.8"
- resolved "https://registry.npm.alibaba-inc.com/jimp/download/jimp-0.6.8.tgz#63074984337cc469cd4030946e503e7c02a18b5c"
- integrity sha1-YwdJhDN8xGnNQDCUblA+fAKhi1w=
- dependencies:
- "@jimp/custom" "^0.6.8"
- "@jimp/plugins" "^0.6.8"
- "@jimp/types" "^0.6.8"
- core-js "^2.5.7"
- regenerator-runtime "^0.13.3"
-
-jpeg-js@^0.3.4:
- version "0.3.6"
- resolved "https://registry.npm.alibaba-inc.com/jpeg-js/download/jpeg-js-0.3.6.tgz#c40382aac9506e7d1f2d856eb02f6c7b2a98b37c"
- integrity sha1-xAOCqslQbn0fLYVusC9seyqYs3w=
-
-js-base64@^2.1.8:
- version "2.5.1"
- resolved "https://registry.npm.alibaba-inc.com/js-base64/download/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
- integrity sha1-Hvo57yxfeYC7F4St5KivLeMpESE=
-
-js-levenshtein@^1.1.3:
- version "1.1.6"
- resolved "https://registry.npm.alibaba-inc.com/js-levenshtein/download/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
- integrity sha1-xs7ljrNVA3LfjeuF+tXOZs4B1Z0=
-
-"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
- integrity sha1-GSA/tZmR35jjoocFDUZHzerzJJk=
-
-js-tokens@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
- integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
-
-js-yaml@^3.10.0, js-yaml@^3.11.0, js-yaml@^3.13.1, js-yaml@^3.4.3, js-yaml@^3.5.2:
- version "3.13.1"
- resolved "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
- integrity sha1-r/FRswv9+o5J4F2iLnQV6d+jeEc=
- dependencies:
- argparse "^1.0.7"
- esprima "^4.0.0"
-
-jsbn@~0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
- integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
-
-jsdom@^11.5.1:
- version "11.12.0"
- resolved "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8"
- integrity sha1-GoDUDd03ih3lllbp5txaO6hle8g=
- dependencies:
- 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"
-
-jsesc@^2.5.1:
- version "2.5.2"
- resolved "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
- integrity sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=
-
-jsesc@~0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
- integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
-
-json-buffer@3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/json-buffer/download/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
- integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
-
-json-loader@^0.5.7:
- version "0.5.7"
- resolved "https://registry.npm.alibaba-inc.com/json-loader/download/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
- integrity sha1-3KFKcCNf+C8KyaOr62DTN6NlGF0=
-
-json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
- integrity sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk=
-
-json-schema-traverse@^0.4.1:
- version "0.4.1"
- resolved "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
- integrity sha1-afaofZUTq4u4/mO9sJecRI5oRmA=
-
-json-schema@0.2.3:
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/json-schema/download/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
- integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
-
-json-stable-stringify-without-jsonify@^1.0.1:
- 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#9db7b59496ad3f3cfef30a75142d2d930ad72651"
- integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
-
-json-stringify-pretty-compact@^1.0.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/json-stringify-pretty-compact/download/json-stringify-pretty-compact-1.2.0.tgz#0bc316b5e6831c07041fc35612487fb4e9ab98b8"
- integrity sha1-C8MWteaDHAcEH8NWEkh/tOmrmLg=
-
-json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
- integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
-
-json2module@^0.0.3:
- version "0.0.3"
- resolved "https://registry.npm.alibaba-inc.com/json2module/download/json2module-0.0.3.tgz#00fb5f4a9b7adfc3f0647c29cb17bcd1979be9b2"
- integrity sha1-APtfSpt638PwZHwpyxe80Zeb6bI=
- dependencies:
- rw "^1.3.2"
-
-json2mq@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/json2mq/download/json2mq-0.2.0.tgz#b637bd3ba9eabe122c83e9720483aeb10d2c904a"
- integrity sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=
- dependencies:
- string-convert "^0.2.0"
-
-json3@^3.3.2:
- version "3.3.3"
- resolved "https://registry.npm.alibaba-inc.com/json3/download/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
- integrity sha1-f8EON1/FrkLEcFpcwKpvYr4wW4E=
-
-json5@2.x, json5@^2.1.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/json5/download/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
- integrity sha1-gbbLBOm6SW8ccAXQe0NoomOPkLY=
- dependencies:
- minimist "^1.2.0"
-
-json5@^0.5.0:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/json5/download/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
- integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
-
-json5@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
- integrity sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=
- dependencies:
- minimist "^1.2.0"
-
-jsonfile@^2.1.0:
- version "2.4.0"
- resolved "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
- integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug=
- optionalDependencies:
- graceful-fs "^4.1.6"
-
-jsonfile@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-3.0.1.tgz#a5ecc6f65f53f662c4415c7675a0331d0992ec66"
- integrity sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=
- optionalDependencies:
- graceful-fs "^4.1.6"
-
-jsonfile@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
- integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
- optionalDependencies:
- graceful-fs "^4.1.6"
-
-jsonify@~0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/jsonify/download/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
- integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
-
-jsonparse@^1.2.0:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/jsonparse/download/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
- integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
-
-jsprim@^1.2.2:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/jsprim/download/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
- integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
- dependencies:
- assert-plus "1.0.0"
- extsprintf "1.3.0"
- json-schema "0.2.3"
- verror "1.10.0"
-
-jstransform@^11.0.3:
- version "11.0.3"
- resolved "https://registry.npm.alibaba-inc.com/jstransform/download/jstransform-11.0.3.tgz#09a78993e0ae4d4ef4487f6155a91f6190cb4223"
- integrity sha1-CaeJk+CuTU70SH9hVakfYZDLQiM=
- dependencies:
- base62 "^1.1.0"
- commoner "^0.10.1"
- esprima-fb "^15001.1.0-dev-harmony-fb"
- object-assign "^2.0.0"
- source-map "^0.4.2"
-
-jsx-ast-utils@^2.2.1:
- version "2.2.3"
- resolved "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
- integrity sha1-ipNk5AJEijzn8U01dzgxDZJIBU8=
- dependencies:
- array-includes "^3.0.3"
- object.assign "^4.1.0"
-
-jsx-to-string@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/jsx-to-string/download/jsx-to-string-1.4.0.tgz#66dc34d773dab9f40fe993cff9940e5da655b705"
- integrity sha1-Ztw013PaufQP6ZPP+ZQOXaZVtwU=
- dependencies:
- immutable "^4.0.0-rc.9"
- json-stringify-pretty-compact "^1.0.1"
- react "^0.14.0"
-
-kdbush@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/kdbush/download/kdbush-3.0.0.tgz#f8484794d47004cc2d85ed3a79353dbe0abc2bf0"
- integrity sha1-+EhHlNRwBMwthe06eTU9vgq8K/A=
-
-keyv@3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373"
- integrity sha1-RJI7o55osSp87H32wyaMAx8u83M=
- dependencies:
- json-buffer "3.0.0"
-
-keyv@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9"
- integrity sha1-7MIoSG9pmR5J6UdkhaW+Ho/FxNk=
- dependencies:
- json-buffer "3.0.0"
-
-killable@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/killable/download/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
- integrity sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=
-
-kind-of@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5"
- integrity sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU=
- dependencies:
- is-buffer "^1.0.2"
-
-kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
- version "3.2.2"
- resolved "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
- integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
- integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^5.0.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
- integrity sha1-cpyR4thXt6QZofmqZWhcTDP1hF0=
-
-kind-of@^6.0.0, kind-of@^6.0.2:
- version "6.0.2"
- resolved "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
- integrity sha1-ARRrNqYhjmTljzqNZt5df8b20FE=
-
-klaw@^1.0.0:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/klaw/download/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439"
- integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk=
- optionalDependencies:
- graceful-fs "^4.1.9"
-
-kleur@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/kleur/download/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
- integrity sha1-p5yezIbuHOP6YgbRIWxQHxR/wH4=
-
-known-css-properties@^0.11.0:
- version "0.11.0"
- resolved "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.11.0.tgz#0da784f115ea77c76b81536d7052e90ee6c86a8a"
- integrity sha1-DaeE8RXqd8drgVNtcFLpDubIaoo=
-
-last-call-webpack-plugin@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/last-call-webpack-plugin/download/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555"
- integrity sha1-l0LfDhDjz0blwDgcLekNOnotdVU=
- dependencies:
- lodash "^4.17.5"
- webpack-sources "^1.1.0"
-
-latest-version@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15"
- integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=
- dependencies:
- package-json "^4.0.0"
-
-latest-version@^5.0.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
- integrity sha1-EZ3+kI/jjRXfpD7NE/oS7Igy+s4=
- dependencies:
- package-json "^6.3.0"
-
-lazy-cache@^0.2.3:
- version "0.2.7"
- resolved "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65"
- integrity sha1-f+3fLctu23fRHvHRF6tf/fCrG2U=
-
-lazy-cache@^1.0.3, lazy-cache@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
- integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4=
-
-lazy-universal-dotenv@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/lazy-universal-dotenv/download/lazy-universal-dotenv-3.0.1.tgz#a6c8938414bca426ab8c9463940da451a911db38"
- integrity sha1-psiThBS8pCarjJRjlA2kUakR2zg=
- dependencies:
- "@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"
-
-lcid@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lcid/download/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
- integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=
- dependencies:
- invert-kv "^1.0.0"
-
-lcid@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lcid/download/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf"
- integrity sha1-bvXS32DlL4LrIopMNz6NHzlyU88=
- dependencies:
- invert-kv "^2.0.0"
-
-lcov-parse@^0.0.10:
- version "0.0.10"
- resolved "https://registry.npm.alibaba-inc.com/lcov-parse/download/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
- integrity sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=
-
-left-pad@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/left-pad/download/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
- integrity sha1-W4o6d2Xf4AEmHd6RVYnngvjJTR4=
-
-lerna@^3.16.4:
- version "3.18.4"
- resolved "https://registry.npm.alibaba-inc.com/lerna/download/lerna-3.18.4.tgz#132858cabb8fc8393341ddddbbbd85dd0ca82a79"
- integrity sha1-EyhYyruPyDkzQd3du72F3QyoKnk=
- dependencies:
- "@lerna/add" "3.18.4"
- "@lerna/bootstrap" "3.18.4"
- "@lerna/changed" "3.18.4"
- "@lerna/clean" "3.18.4"
- "@lerna/cli" "3.18.0"
- "@lerna/create" "3.18.0"
- "@lerna/diff" "3.18.0"
- "@lerna/exec" "3.18.4"
- "@lerna/import" "3.18.0"
- "@lerna/init" "3.18.0"
- "@lerna/link" "3.18.0"
- "@lerna/list" "3.18.4"
- "@lerna/publish" "3.18.4"
- "@lerna/run" "3.18.4"
- "@lerna/version" "3.18.4"
- import-local "^2.0.0"
- npmlog "^4.1.2"
-
-less-loader@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/less-loader/download/less-loader-5.0.0.tgz#498dde3a6c6c4f887458ee9ed3f086a12ad1b466"
- integrity sha1-SY3eOmxsT4h0WO6e0/CGoSrRtGY=
- dependencies:
- clone "^2.1.1"
- loader-utils "^1.1.0"
- pify "^4.0.1"
-
-less@^3.10.3:
- version "3.10.3"
- resolved "https://registry.npm.alibaba-inc.com/less/download/less-3.10.3.tgz#417a0975d5eeecc52cff4bcfa3c09d35781e6792"
- integrity sha1-QXoJddXu7MUs/0vPo8CdNXgeZ5I=
- dependencies:
- clone "^2.1.2"
- optionalDependencies:
- 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"
-
-leven@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/leven/download/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
- integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA=
-
-leven@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
- integrity sha1-d4kd6DQGTMy6gq54QrtrFKE+1/I=
-
-levn@^0.3.0, levn@~0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
- integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
- dependencies:
- prelude-ls "~1.1.2"
- type-check "~0.3.2"
-
-lines-and-columns@^1.1.6:
- version "1.1.6"
- resolved "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
- integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
-
-lint-staged@^9.2.4:
- version "9.4.3"
- resolved "https://registry.npm.alibaba-inc.com/lint-staged/download/lint-staged-9.4.3.tgz#f55ad5f94f6e105294bfd6499b23142961f7b982"
- integrity sha1-9VrV+U9uEFKUv9ZJmyMUKWH3uYI=
- dependencies:
- chalk "^2.4.2"
- commander "^2.20.0"
- cosmiconfig "^5.2.1"
- debug "^4.1.1"
- dedent "^0.7.0"
- del "^5.0.0"
- execa "^2.0.3"
- listr "^0.14.3"
- log-symbols "^3.0.0"
- micromatch "^4.0.2"
- normalize-path "^3.0.0"
- please-upgrade-node "^3.1.1"
- string-argv "^0.3.0"
- stringify-object "^3.3.0"
-
-listr-silent-renderer@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/listr-silent-renderer/download/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e"
- integrity sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=
-
-listr-update-renderer@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/listr-update-renderer/download/listr-update-renderer-0.5.0.tgz#4ea8368548a7b8aecb7e06d8c95cb45ae2ede6a2"
- integrity sha1-Tqg2hUinuK7LfgbYyVy0WuLt5qI=
- dependencies:
- 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"
-
-listr-verbose-renderer@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/listr-verbose-renderer/download/listr-verbose-renderer-0.5.0.tgz#f1132167535ea4c1261102b9f28dac7cba1e03db"
- integrity sha1-8RMhZ1NepMEmEQK58o2sfLoeA9s=
- dependencies:
- chalk "^2.4.1"
- cli-cursor "^2.1.0"
- date-fns "^1.27.2"
- figures "^2.0.0"
-
-listr@^0.14.3:
- version "0.14.3"
- resolved "https://registry.npm.alibaba-inc.com/listr/download/listr-0.14.3.tgz#2fea909604e434be464c50bddba0d496928fa586"
- integrity sha1-L+qQlgTkNL5GTFC926DUlpKPpYY=
- dependencies:
- "@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"
-
-load-bmfont@^1.3.1, load-bmfont@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/load-bmfont/download/load-bmfont-1.4.0.tgz#75f17070b14a8c785fe7f5bee2e6fd4f98093b6b"
- integrity sha1-dfFwcLFKjHhf5/W+4ub9T5gJO2s=
- dependencies:
- buffer-equal "0.0.1"
- mime "^1.3.4"
- parse-bmfont-ascii "^1.0.3"
- parse-bmfont-binary "^1.0.5"
- parse-bmfont-xml "^1.1.4"
- phin "^2.9.1"
- xhr "^2.0.1"
- xtend "^4.0.0"
-
-load-json-file@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
- integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=
- dependencies:
- graceful-fs "^4.1.2"
- parse-json "^2.2.0"
- pify "^2.0.0"
- pinkie-promise "^2.0.0"
- strip-bom "^2.0.0"
-
-load-json-file@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
- integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
- dependencies:
- graceful-fs "^4.1.2"
- parse-json "^2.2.0"
- pify "^2.0.0"
- strip-bom "^3.0.0"
-
-load-json-file@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
- integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
- dependencies:
- graceful-fs "^4.1.2"
- parse-json "^4.0.0"
- pify "^3.0.0"
- strip-bom "^3.0.0"
-
-load-json-file@^5.3.0:
- version "5.3.0"
- resolved "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-5.3.0.tgz#4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3"
- integrity sha1-TTweAfocA+p4pgrHr5MsnOU0A/M=
- dependencies:
- graceful-fs "^4.1.15"
- parse-json "^4.0.0"
- pify "^4.0.1"
- strip-bom "^3.0.0"
- type-fest "^0.3.0"
-
-load-script@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/load-script/download/load-script-1.0.0.tgz#0491939e0bee5643ee494a7e3da3d2bac70c6ca4"
- integrity sha1-BJGTngvuVkPuSUp+PaPSuscMbKQ=
-
-loader-fs-cache@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/loader-fs-cache/download/loader-fs-cache-1.0.2.tgz#54cedf6b727e1779fd8f01205f05f6e88706f086"
- integrity sha1-VM7fa3J+F3n9jwEgXwX26IcG8IY=
- dependencies:
- find-cache-dir "^0.1.1"
- mkdirp "0.5.1"
-
-loader-runner@^2.4.0:
- version "2.4.0"
- resolved "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
- integrity sha1-7UcGa/5TTX6ExMe5mYwqdWB9k1c=
-
-loader-utils@1.2.3, loader-utils@^1.0.0, loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
- integrity sha1-H/XcaRHJ8KBiUxpMBLYJQGEIwsc=
- dependencies:
- big.js "^5.2.2"
- emojis-list "^2.0.0"
- json5 "^1.0.1"
-
-loader-utils@^0.2.16:
- version "0.2.17"
- resolved "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348"
- integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=
- dependencies:
- big.js "^3.1.3"
- emojis-list "^2.0.0"
- json5 "^0.5.0"
- object-assign "^4.0.1"
-
-locate-path@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
- integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
- dependencies:
- p-locate "^2.0.0"
- path-exists "^3.0.0"
-
-locate-path@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
- integrity sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=
- dependencies:
- p-locate "^3.0.0"
- path-exists "^3.0.0"
-
-locate-path@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
- integrity sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=
- dependencies:
- p-locate "^4.1.0"
-
-lockfile@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/lockfile/download/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
- integrity sha1-B/gZ0lrkj4flOOZXi2lkpJgaVgk=
- dependencies:
- signal-exit "^3.0.2"
-
-lodash-es@^4.17.15:
- version "4.17.15"
- resolved "https://registry.npm.alibaba-inc.com/lodash-es/download/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
- integrity sha1-Ib2Wg5NUQS8j16EDQOXqxu5FXXg=
-
-lodash._reinterpolate@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
- integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
-
-lodash.clonedeep@^4.5.0:
- version "4.5.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.clonedeep/download/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
- integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
-
-lodash.debounce@^4.0.0, lodash.debounce@^4.0.8:
- version "4.0.8"
- resolved "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
- integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
-
-lodash.escape@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
- integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=
-
-lodash.escaperegexp@^4.1.2:
- version "4.1.2"
- resolved "https://registry.npm.alibaba-inc.com/lodash.escaperegexp/download/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
- integrity sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=
-
-lodash.every@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.every/download/lodash.every-4.6.0.tgz#eb89984bebc4364279bb3aefbbd1ca19bfa6c6a7"
- integrity sha1-64mYS+vENkJ5uzrvu9HKGb+mxqc=
-
-lodash.find@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.find/download/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
- integrity sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=
-
-lodash.flattendeep@^4.4.0:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.flattendeep/download/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
- integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=
-
-lodash.foreach@^4.5.0:
- version "4.5.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.foreach/download/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
- integrity sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=
-
-lodash.get@^4.4.2:
- version "4.4.2"
- resolved "https://registry.npm.alibaba-inc.com/lodash.get/download/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
- integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
-
-lodash.isarray@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.isarray/download/lodash.isarray-4.0.0.tgz#2aca496b28c4ca6d726715313590c02e6ea34403"
- integrity sha1-KspJayjEym1yZxUxNZDALm6jRAM=
-
-lodash.isequal@^4.5.0:
- version "4.5.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.isequal/download/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
- integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
-
-lodash.ismatch@^4.4.0:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.ismatch/download/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
- integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=
-
-lodash.isnil@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.isnil/download/lodash.isnil-4.0.0.tgz#49e28cd559013458c814c5479d3c663a21bfaa6c"
- integrity sha1-SeKM1VkBNFjIFMVHnTxmOiG/qmw=
-
-lodash.isplainobject@^4.0.6:
- version "4.0.6"
- resolved "https://registry.npm.alibaba-inc.com/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
- integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
-
-lodash.isstring@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/lodash.isstring/download/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
- integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
-
-lodash.iteratee@^4.5.0:
- version "4.7.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.iteratee/download/lodash.iteratee-4.7.0.tgz#be4177db289a8ccc3c0990f1db26b5b22fc1554c"
- integrity sha1-vkF32yiajMw8CZDx2ya1si/BVUw=
-
-lodash.map@^4.5.1, lodash.map@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.map/download/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
- integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
-
-lodash.maxby@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.maxby/download/lodash.maxby-4.6.0.tgz#082240068f3c7a227aa00a8380e4f38cf0786e3d"
- integrity sha1-CCJABo88eiJ6oAqDgOTzjPB4bj0=
-
-lodash.memoize@4.x, lodash.memoize@^4.1.2:
- version "4.1.2"
- resolved "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
- integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
-
-lodash.mergewith@^4.6.0, lodash.mergewith@^4.6.1:
- version "4.6.2"
- resolved "https://registry.npm.alibaba-inc.com/lodash.mergewith/download/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
- integrity sha1-YXEh+JrFX1kEfHrsHM1mVMZZD1U=
-
-lodash.set@^4.3.2:
- version "4.3.2"
- resolved "https://registry.npm.alibaba-inc.com/lodash.set/download/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
- integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
-
-lodash.sortby@^4.7.0:
- version "4.7.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
- integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
-
-lodash.template@^4.0.2, lodash.template@^4.4.0, lodash.template@^4.5.0:
- version "4.5.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.template/download/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
- integrity sha1-+XYZXPPzR9DV9SSDVp/oAxzM6Ks=
- dependencies:
- lodash._reinterpolate "^3.0.0"
- lodash.templatesettings "^4.0.0"
-
-lodash.templatesettings@^4.0.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.templatesettings/download/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
- integrity sha1-5IExDwSdPPbUfpEq0JMTsVTw+zM=
- dependencies:
- lodash._reinterpolate "^3.0.0"
-
-lodash.throttle@^4.0.0, lodash.throttle@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
- integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
-
-lodash.toarray@^4.4.0:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.toarray/download/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
- integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
-
-lodash.unescape@4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/lodash.unescape/download/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
- integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
-
-lodash.uniq@^4.5.0:
- version "4.5.0"
- resolved "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
- integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
-
-lodash@4.17.14:
- version "4.17.14"
- resolved "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
- integrity sha1-nOSHrmbJYlT+ILWZ8htoFgKAeLo=
-
-lodash@4.17.15, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.16.5, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10, lodash@~4.17.5:
- version "4.17.15"
- resolved "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
- integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
-
-log-driver@^1.2.7:
- version "1.2.7"
- resolved "https://registry.npm.alibaba-inc.com/log-driver/download/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
- integrity sha1-Y7lQIfBwL+36LJuwok53l9cYcdg=
-
-log-symbols@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
- integrity sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=
- dependencies:
- chalk "^1.0.0"
-
-log-symbols@^2.0.0, log-symbols@^2.1.0, log-symbols@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
- integrity sha1-V0Dhxdbw39pK2TI7UzIQfva0xAo=
- dependencies:
- chalk "^2.0.1"
-
-log-symbols@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
- integrity sha1-86CFFqXeqJMzan3uFNGKHP2rd8Q=
- dependencies:
- chalk "^2.4.2"
-
-log-update@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/log-update/download/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"
- integrity sha1-iDKP19HOeTiykoN0bwsbwSayRwg=
- dependencies:
- ansi-escapes "^3.0.0"
- cli-cursor "^2.0.0"
- wrap-ansi "^3.0.1"
-
-log-update@^3.0.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/log-update/download/log-update-3.3.0.tgz#3b0501815123f66cb33f300e3dac2a2b6ad3fdf5"
- integrity sha1-OwUBgVEj9myzPzAOPawqK2rT/fU=
- dependencies:
- ansi-escapes "^3.2.0"
- cli-cursor "^2.1.0"
- wrap-ansi "^5.0.0"
-
-logalot@^2.0.0, logalot@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/logalot/download/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
- integrity sha1-X46MkNME7fElMJUaVVSruMXj9VI=
- dependencies:
- figures "^1.3.5"
- squeak "^1.0.0"
-
-loglevel@^1.6.4:
- version "1.6.6"
- resolved "https://registry.npm.alibaba-inc.com/loglevel/download/loglevel-1.6.6.tgz#0ee6300cc058db6b3551fa1c4bf73b83bb771312"
- integrity sha1-DuYwDMBY22s1UfocS/c7g7t3ExI=
-
-loglevelnext@^1.0.1:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/loglevelnext/download/loglevelnext-1.0.5.tgz#36fc4f5996d6640f539ff203ba819641680d75a2"
- integrity sha1-NvxPWZbWZA9Tn/IDuoGWQWgNdaI=
- dependencies:
- es6-symbol "^3.1.1"
- object.assign "^4.1.0"
-
-lokijs@^1.5.8:
- version "1.5.8"
- resolved "https://registry.npm.alibaba-inc.com/lokijs/download/lokijs-1.5.8.tgz#9296f288edb2147389ec692fc972c428c59179d1"
- integrity sha1-kpbyiO2yFHOJ7GkvyXLEKMWRedE=
-
-longest-streak@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-1.0.0.tgz#d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965"
- integrity sha1-0GWXxNTDG1LMsfXY+P5xSOr9aWU=
-
-longest-streak@^2.0.1:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.3.tgz#3de7a3f47ee18e9074ded8575b5c091f5d0a4105"
- integrity sha1-Peej9H7hjpB03thXW1wJH10KQQU=
-
-longest@^1.0.0, longest@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
- integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
-
-longest@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/longest/download/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
- integrity sha1-eB4YMpaqlPbU2RbcM10NF676I/g=
-
-loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
- integrity sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=
- dependencies:
- js-tokens "^3.0.0 || ^4.0.0"
-
-loud-rejection@^1.0.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
- integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
- dependencies:
- currently-unhandled "^0.4.1"
- signal-exit "^3.0.0"
-
-loud-rejection@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-2.2.0.tgz#4255eb6e9c74045b0edc021fa7397ab655a8517c"
- integrity sha1-QlXrbpx0BFsO3AIfpzl6tlWoUXw=
- dependencies:
- currently-unhandled "^0.4.1"
- signal-exit "^3.0.2"
-
-lower-case@^1.1.1:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
- integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw=
-
-lowercase-keys@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306"
- integrity sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=
-
-lowercase-keys@^1.0.0, lowercase-keys@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
- integrity sha1-b54wtHCE2XGnyCD/FabFFnt0wm8=
-
-lowercase-keys@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
- integrity sha1-JgPni3tLAAbLyi+8yKMgJVislHk=
-
-lowlight@~1.9.1:
- version "1.9.2"
- resolved "https://registry.npm.alibaba-inc.com/lowlight/download/lowlight-1.9.2.tgz#0b9127e3cec2c3021b7795dd81005c709a42fdd1"
- integrity sha1-C5En487CwwIbd5XdgQBccJpC/dE=
- dependencies:
- fault "^1.0.2"
- highlight.js "~9.12.0"
-
-lpad-align@^1.0.1:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/lpad-align/download/lpad-align-1.1.2.tgz#21f600ac1c3095c3c6e497ee67271ee08481fe9e"
- integrity sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=
- dependencies:
- get-stdin "^4.0.1"
- indent-string "^2.1.0"
- longest "^1.0.0"
- meow "^3.3.0"
-
-lru-cache@4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.0.0.tgz#b5cbf01556c16966febe54ceec0fb4dc90df6c28"
- integrity sha1-tcvwFVbBaWb+vlTO7A+03JDfbCg=
- dependencies:
- pseudomap "^1.0.1"
- yallist "^2.0.0"
-
-lru-cache@^4.0.1, lru-cache@^4.1.1:
- version "4.1.5"
- resolved "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
- integrity sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=
- dependencies:
- pseudomap "^1.0.2"
- yallist "^2.1.2"
-
-lru-cache@^5.1.1:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
- integrity sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=
- dependencies:
- yallist "^3.0.2"
-
-lz-string@^1.4.4:
- version "1.4.4"
- resolved "https://registry.npm.alibaba-inc.com/lz-string/download/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
- integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
-
-macos-release@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/macos-release/download/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
- integrity sha1-6xkwsDbAgArevM1fF7xMEt6Ltx8=
-
-magic-string@^0.25.2:
- version "0.25.4"
- resolved "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.4.tgz#325b8a0a79fc423db109b77fd5a19183b7ba5143"
- integrity sha1-MluKCnn8Qj2xCbd/1aGRg7e6UUM=
- dependencies:
- sourcemap-codec "^1.4.4"
-
-make-dir@^1.0.0, make-dir@^1.2.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
- integrity sha1-ecEDO4BRW9bSTsmTPoYMp17ifww=
- dependencies:
- pify "^3.0.0"
-
-make-dir@^2.0.0, make-dir@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
- integrity sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=
- dependencies:
- pify "^4.0.1"
- semver "^5.6.0"
-
-make-dir@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.0.0.tgz#1b5f39f6b9270ed33f9f054c5c0f84304989f801"
- integrity sha1-G1859rknDtM/nwVMXA+EMEmJ+AE=
- dependencies:
- semver "^6.0.0"
-
-make-error@1.x:
- version "1.3.5"
- resolved "https://registry.npm.alibaba-inc.com/make-error/download/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
- integrity sha1-7+ToH22yjK3WBccPKcgxtY73dsg=
-
-make-fetch-happen@^2.4.13:
- version "2.6.0"
- resolved "https://registry.npm.alibaba-inc.com/make-fetch-happen/download/make-fetch-happen-2.6.0.tgz#8474aa52198f6b1ae4f3094c04e8370d35ea8a38"
- integrity sha1-hHSqUhmPaxrk8wlMBOg3DTXqijg=
- dependencies:
- agentkeepalive "^3.3.0"
- cacache "^10.0.0"
- http-cache-semantics "^3.8.0"
- http-proxy-agent "^2.0.0"
- https-proxy-agent "^2.1.0"
- lru-cache "^4.1.1"
- mississippi "^1.2.0"
- node-fetch-npm "^2.0.2"
- promise-retry "^1.1.1"
- socks-proxy-agent "^3.0.1"
- ssri "^5.0.0"
-
-make-fetch-happen@^5.0.0:
- version "5.0.2"
- resolved "https://registry.npm.alibaba-inc.com/make-fetch-happen/download/make-fetch-happen-5.0.2.tgz#aa8387104f2687edca01c8687ee45013d02d19bd"
- integrity sha1-qoOHEE8mh+3KAchofuRQE9AtGb0=
- dependencies:
- agentkeepalive "^3.4.1"
- cacache "^12.0.0"
- http-cache-semantics "^3.8.1"
- http-proxy-agent "^2.1.0"
- https-proxy-agent "^2.2.3"
- lru-cache "^5.1.1"
- mississippi "^3.0.0"
- node-fetch-npm "^2.0.2"
- promise-retry "^1.1.1"
- socks-proxy-agent "^4.0.0"
- ssri "^6.0.0"
-
-makeerror@1.0.x:
- version "1.0.11"
- resolved "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
- integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
- dependencies:
- tmpl "1.0.x"
-
-mamacro@^0.0.3:
- version "0.0.3"
- resolved "https://registry.npm.alibaba-inc.com/mamacro/download/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4"
- integrity sha1-rSyVdhl8nxq/MI0Hh4Zb2XWj8+Q=
-
-map-age-cleaner@^0.1.1:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/map-age-cleaner/download/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a"
- integrity sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo=
- dependencies:
- p-defer "^1.0.0"
-
-map-cache@^0.2.2:
- version "0.2.2"
- resolved "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
- integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
-
-map-obj@^1.0.0, map-obj@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
- integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
-
-map-obj@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
- integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk=
-
-map-or-similar@^1.5.0:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08"
- integrity sha1-beJlMXSt+12e3DPGnT6Sobdvrwg=
-
-map-visit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/map-visit/download/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
- integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
- dependencies:
- object-visit "^1.0.0"
-
-mapbox-gl@^1.2.1:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/mapbox-gl/download/mapbox-gl-1.5.0.tgz#d531dcecc01b4e209466f03ffd3d0209fe248123"
- integrity sha1-1THc7MAbTiCUZvA//T0CCf4kgSM=
- dependencies:
- "@mapbox/geojson-rewind" "^0.4.0"
- "@mapbox/geojson-types" "^1.0.2"
- "@mapbox/jsonlint-lines-primitives" "^2.0.2"
- "@mapbox/mapbox-gl-supported" "^1.4.0"
- "@mapbox/point-geometry" "^0.1.0"
- "@mapbox/tiny-sdf" "^1.1.0"
- "@mapbox/unitbezier" "^0.0.0"
- "@mapbox/vector-tile" "^1.3.1"
- "@mapbox/whoots-js" "^3.1.0"
- csscolorparser "~1.0.2"
- earcut "^2.2.0"
- geojson-vt "^3.2.1"
- gl-matrix "^3.0.0"
- grid-index "^1.1.0"
- minimist "0.0.8"
- murmurhash-js "^1.0.0"
- pbf "^3.2.1"
- potpack "^1.0.1"
- quickselect "^2.0.0"
- rw "^1.3.3"
- supercluster "^6.0.1"
- tinyqueue "^2.0.0"
- vt-pbf "^3.1.1"
-
-markdown-escapes@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5"
- integrity sha1-YVXhBBbvqvq2ZdRmzlmCFjdRlfU=
-
-markdown-table@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/markdown-table/download/markdown-table-0.4.0.tgz#890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1"
- integrity sha1-iQwsGzv+g/sA5BKbjkz+ZFJw+dE=
-
-markdown-table@^1.1.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/markdown-table/download/markdown-table-1.1.3.tgz#9fcb69bcfdb8717bfd0398c6ec2d93036ef8de60"
- integrity sha1-n8tpvP24cXv9A5jG7C2TA2743mA=
-
-markdown-to-jsx@^6.10.3, markdown-to-jsx@^6.9.1, markdown-to-jsx@^6.9.3:
- version "6.10.3"
- resolved "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.10.3.tgz#7f0946684acd321125ff2de7fd258a9b9c7c40b7"
- integrity sha1-fwlGaErNMhEl/y3n/SWKm5x8QLc=
- dependencies:
- prop-types "^15.6.2"
- unquote "^1.1.0"
-
-marked@^0.6.2:
- version "0.6.3"
- resolved "https://registry.npm.alibaba-inc.com/marked/download/marked-0.6.3.tgz#79babad78af638ba4d522a9e715cdfdd2429e946"
- integrity sha1-ebq614r2OLpNUiqecVzf3SQp6UY=
-
-marksy@^7.0.0:
- version "7.0.1"
- resolved "https://registry.npm.alibaba-inc.com/marksy/download/marksy-7.0.1.tgz#fb26f780ce56bf5ca48fc137efdef1f97dd4c7ef"
- integrity sha1-+yb3gM5Wv1ykj8E3797x+X3Ux+8=
- dependencies:
- babel-standalone "^6.26.0"
- he "^1.1.1"
- marked "^0.6.2"
-
-material-colors@^1.2.1:
- version "1.2.6"
- resolved "https://registry.npm.alibaba-inc.com/material-colors/download/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46"
- integrity sha1-bRlYhxEmmSzuzHL0vMTY8BCGX0Y=
-
-mathml-tag-names@^2.0.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.1.tgz#6dff66c99d55ecf739ca53c492e626f1d12a33cc"
- integrity sha1-bf9myZ1V7Pc5ylPEkuYm8dEqM8w=
-
-md5-file@^3.2.3:
- version "3.2.3"
- resolved "https://registry.npm.alibaba-inc.com/md5-file/download/md5-file-3.2.3.tgz#f9bceb941eca2214a4c0727f5e700314e770f06f"
- integrity sha1-+bzrlB7KIhSkwHJ/XnADFOdw8G8=
- dependencies:
- buffer-alloc "^1.1.0"
-
-md5.js@^1.3.4:
- version "1.3.5"
- resolved "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
- integrity sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=
- dependencies:
- hash-base "^3.0.0"
- inherits "^2.0.1"
- safe-buffer "^5.1.2"
-
-md5@^2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/md5/download/md5-2.2.1.tgz#53ab38d5fe3c8891ba465329ea23fac0540126f9"
- integrity sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=
- dependencies:
- charenc "~0.0.1"
- crypt "~0.0.1"
- is-buffer "~1.1.1"
-
-mdast-util-compact@^1.0.0:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/mdast-util-compact/download/mdast-util-compact-1.0.4.tgz#d531bb7667b5123abf20859be086c4d06c894593"
- integrity sha1-1TG7dme1Ejq/IIWb4IbE0GyJRZM=
- dependencies:
- unist-util-visit "^1.1.0"
-
-mdast-util-definitions@^1.2.0:
- version "1.2.5"
- resolved "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-1.2.5.tgz#3fe622a4171c774ebd06f11e9f8af7ec53ea5c74"
- integrity sha1-P+YipBccd069BvEen4r37FPqXHQ=
- dependencies:
- unist-util-visit "^1.0.0"
-
-mdast-util-to-hast@^3.0.4:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/mdast-util-to-hast/download/mdast-util-to-hast-3.0.4.tgz#132001b266031192348d3366a6b011f28e54dc40"
- integrity sha1-EyABsmYDEZI0jTNmprAR8o5U3EA=
- dependencies:
- collapse-white-space "^1.0.0"
- detab "^2.0.0"
- mdast-util-definitions "^1.2.0"
- mdurl "^1.0.1"
- trim "0.0.1"
- trim-lines "^1.0.0"
- unist-builder "^1.0.1"
- unist-util-generated "^1.1.0"
- unist-util-position "^3.0.0"
- unist-util-visit "^1.1.0"
- xtend "^4.0.1"
-
-mdast-util-to-nlcst@^3.2.0:
- version "3.2.3"
- resolved "https://registry.npm.alibaba-inc.com/mdast-util-to-nlcst/download/mdast-util-to-nlcst-3.2.3.tgz#dcd0f51b59515b11a0700aeb40f168ed7ba9ed3d"
- integrity sha1-3ND1G1lRWxGgcArrQPFo7Xup7T0=
- dependencies:
- nlcst-to-string "^2.0.0"
- repeat-string "^1.5.2"
- unist-util-position "^3.0.0"
- vfile-location "^2.0.0"
-
-mdast-util-to-string@^1.0.2, mdast-util-to-string@^1.0.7:
- version "1.0.7"
- resolved "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-1.0.7.tgz#62d8e9c6b2113070d8b497c7dc35bf12796f06ee"
- integrity sha1-YtjpxrIRMHDYtJfH3DW/EnlvBu4=
-
-mdast-util-toc@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/mdast-util-toc/download/mdast-util-toc-2.1.0.tgz#82b6b218577bb0e67b23abf5c3f7ac73a4b5389f"
- integrity sha1-grayGFd7sOZ7I6v1w/esc6S1OJ8=
- dependencies:
- github-slugger "^1.1.1"
- mdast-util-to-string "^1.0.2"
- unist-util-visit "^1.1.0"
-
-mdn-data@2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
- integrity sha1-aZs8OKxvHXKAkaZGULZdOIUC/Vs=
-
-mdurl@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/mdurl/download/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
- integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
-
-meant@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/meant/download/meant-1.0.1.tgz#66044fea2f23230ec806fb515efea29c44d2115d"
- integrity sha1-ZgRP6i8jIw7IBvtRXv6inETSEV0=
-
-media-typer@0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
- integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
-
-mem@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/mem/download/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76"
- integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=
- dependencies:
- mimic-fn "^1.0.0"
-
-mem@^4.0.0:
- version "4.3.0"
- resolved "https://registry.npm.alibaba-inc.com/mem/download/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178"
- integrity sha1-Rhr0l7xK4JYIzbLmDu+2m/90QXg=
- dependencies:
- map-age-cleaner "^0.1.1"
- mimic-fn "^2.0.0"
- p-is-promise "^2.0.0"
-
-memoize-one@^5.0.0:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/memoize-one/download/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0"
- integrity sha1-BHtuMZm1COrsA1BN5xIpuOsddcA=
-
-memoizerific@^1.11.3:
- version "1.11.3"
- resolved "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a"
- integrity sha1-fIekZGREwy11Q4VwkF8tvRsagFo=
- dependencies:
- map-or-similar "^1.5.0"
-
-memory-fs@^0.4.0, memory-fs@^0.4.1:
- version "0.4.1"
- resolved "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
- integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=
- dependencies:
- errno "^0.1.3"
- readable-stream "^2.0.1"
-
-memory-fs@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c"
- integrity sha1-MkwBKIuIZSlm0WHbd4OHIIRajjw=
- dependencies:
- errno "^0.1.3"
- readable-stream "^2.0.1"
-
-memorystream@^0.3.1:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/memorystream/download/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
- integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
-
-meow@5.0.0, meow@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
- integrity sha1-38c9Y6mvxxSl43F2DrXIi5EHiqQ=
- dependencies:
- 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"
-
-meow@^3.3.0, meow@^3.7.0:
- version "3.7.0"
- resolved "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
- integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=
- dependencies:
- 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"
-
-meow@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/meow/download/meow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975"
- integrity sha1-1IWY9vSxRy81v2MXqVlFrONH+XU=
- dependencies:
- camelcase-keys "^4.0.0"
- decamelize-keys "^1.0.0"
- loud-rejection "^1.0.0"
- minimist "^1.1.3"
- 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"
-
-merge-deep@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/merge-deep/download/merge-deep-3.0.2.tgz#f39fa100a4f1bd34ff29f7d2bf4508fbb8d83ad2"
- integrity sha1-85+hAKTxvTT/KffSv0UI+7jYOtI=
- dependencies:
- arr-union "^3.1.0"
- clone-deep "^0.2.4"
- kind-of "^3.0.2"
-
-merge-descriptors@1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
- integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
-
-merge-json-schemas@1.0.0, merge-json-schemas@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/merge-json-schemas/download/merge-json-schemas-1.0.0.tgz#2d635eaa8401c5fa3d03f30f89349fc7cafee62f"
- integrity sha1-LWNeqoQBxfo9A/MPiTSfx8r+5i8=
- dependencies:
- lodash.isarray "^4.0.0"
- lodash.isnil "^4.0.0"
- lodash.isplainobject "^4.0.6"
- lodash.mergewith "^4.6.0"
- lodash.uniq "^4.5.0"
-
-merge-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
- integrity sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=
-
-merge2@^1.2.3, merge2@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
- integrity sha1-WzZu6DsvFYLEj4fkfPGpNSEDyoE=
-
-merge@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/merge/download/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
- integrity sha1-OL6/gMMiCopIe2/Ps5QbsRcgwUU=
-
-methods@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
- integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
-
-microevent.ts@~0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/microevent.ts/download/microevent.ts-0.1.1.tgz#70b09b83f43df5172d0205a63025bce0f7357fa0"
- integrity sha1-cLCbg/Q99RctAgWmMCW84Pc1f6A=
-
-micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.9:
- version "3.1.10"
- resolved "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
- integrity sha1-cIWbyVyYQJUvNZoGij/En57PrCM=
- dependencies:
- 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"
-
-micromatch@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
- integrity sha1-T8sJmb+fvC/L3SEvbWKbmlbDklk=
- dependencies:
- braces "^3.0.1"
- picomatch "^2.0.5"
-
-miller-rabin@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/miller-rabin/download/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
- integrity sha1-8IA1HIZbDcViqEYpZtqlNUPHik0=
- dependencies:
- bn.js "^4.0.0"
- brorand "^1.0.1"
-
-mime-db@1.40.0:
- version "1.40.0"
- resolved "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32"
- integrity sha1-plBX6ZjbCQ9zKmj2wnbTh9QSbDI=
-
-mime-db@1.42.0, "mime-db@>= 1.40.0 < 2", mime-db@^1.28.0:
- version "1.42.0"
- resolved "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.42.0.tgz#3e252907b4c7adb906597b4b65636272cf9e7bac"
- integrity sha1-PiUpB7THrbkGWXtLZWNics+ee6w=
-
-mime-types@2.1.24:
- version "2.1.24"
- resolved "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81"
- integrity sha1-tvjQs+lR77d97eyhlM/20W9nb4E=
- dependencies:
- mime-db "1.40.0"
-
-mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
- version "2.1.25"
- resolved "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.25.tgz#39772d46621f93e2a80a856c53b86a62156a6437"
- integrity sha1-OXctRmIfk+KoCoVsU7hqYhVqZDc=
- dependencies:
- mime-db "1.42.0"
-
-mime@1.6.0, mime@^1.3.4, mime@^1.4.1:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
- integrity sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=
-
-mime@^2.0.3, mime@^2.4.4:
- version "2.4.4"
- resolved "https://registry.npm.alibaba-inc.com/mime/download/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5"
- integrity sha1-vXuRE1/GsBzePpuuM9ZZtj2IV+U=
-
-mimer@^0.3.2:
- version "0.3.2"
- resolved "https://registry.npm.alibaba-inc.com/mimer/download/mimer-0.3.2.tgz#0b83aabdf48eaacfd2e093ed4c0ed3d38eda8073"
- integrity sha1-C4OqvfSOqs/S4JPtTA7T047agHM=
-
-mimic-fn@^1.0.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
- integrity sha1-ggyGo5M0ZA6ZUWkovQP8qIBX0CI=
-
-mimic-fn@^2.0.0, mimic-fn@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
- integrity sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs=
-
-mimic-response@^1.0.0, mimic-response@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
- integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs=
-
-mimic-response@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-2.0.0.tgz#996a51c60adf12cb8a87d7fb8ef24c2f3d5ebb46"
- integrity sha1-mWpRxgrfEsuKh9f7jvJMLz1eu0Y=
-
-min-document@^2.19.0:
- version "2.19.0"
- resolved "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
- integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=
- dependencies:
- dom-walk "^0.1.0"
-
-mini-css-extract-plugin@^0.7.0:
- version "0.7.0"
- resolved "https://registry.npm.alibaba-inc.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz#5ba8290fbb4179a43dd27cca444ba150bee743a0"
- integrity sha1-W6gpD7tBeaQ90nzKREuhUL7nQ6A=
- dependencies:
- loader-utils "^1.1.0"
- normalize-url "1.9.1"
- schema-utils "^1.0.0"
- webpack-sources "^1.1.0"
-
-mini-css-extract-plugin@^0.8.0:
- version "0.8.0"
- resolved "https://registry.npm.alibaba-inc.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1"
- integrity sha1-gdQexP5YxxOpatfHI82y0L1NcOE=
- dependencies:
- loader-utils "^1.1.0"
- normalize-url "1.9.1"
- schema-utils "^1.0.0"
- webpack-sources "^1.1.0"
-
-mini-store@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/mini-store/download/mini-store-2.0.0.tgz#0843c048d6942ce55e3e78b1b67fc063022b5488"
- integrity sha1-CEPASNaULOVePnixtn/AYwIrVIg=
- dependencies:
- hoist-non-react-statics "^2.3.1"
- prop-types "^15.6.0"
- react-lifecycles-compat "^3.0.4"
- shallowequal "^1.0.2"
-
-mini-svg-data-uri@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/mini-svg-data-uri/download/mini-svg-data-uri-1.1.3.tgz#9759ee5f4d89a4b724d089ce52eab4b623bfbc88"
- integrity sha1-l1nuX02JpLck0InOUuq0tiO/vIg=
-
-minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
- integrity sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=
-
-minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
- integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
-
-"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
- integrity sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=
- dependencies:
- brace-expansion "^1.1.7"
-
-minimatch@3.0.3:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
- integrity sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=
- dependencies:
- brace-expansion "^1.0.0"
-
-minimist-options@^3.0.1:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
- integrity sha1-+6TIGRM54T7PTWG+sD8HAQPz2VQ=
- dependencies:
- arrify "^1.0.1"
- is-plain-obj "^1.1.0"
-
-minimist@0.0.5:
- version "0.0.5"
- resolved "https://registry.npm.alibaba-inc.com/minimist/download/minimist-0.0.5.tgz#d7aa327bcecf518f9106ac6b8f003fa3bcea8566"
- integrity sha1-16oye87PUY+RBqxrjwA/o7zqhWY=
-
-minimist@0.0.8:
- version "0.0.8"
- resolved "https://registry.npm.alibaba-inc.com/minimist/download/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
- integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
-
-minimist@1.1.x:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8"
- integrity sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=
-
-minimist@1.2.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@~1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
- integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
-
-minimist@~0.0.1:
- version "0.0.10"
- resolved "https://registry.npm.alibaba-inc.com/minimist/download/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
- integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
-
-minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
- version "2.9.0"
- resolved "https://registry.npm.alibaba-inc.com/minipass/download/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
- integrity sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY=
- dependencies:
- safe-buffer "^5.1.2"
- yallist "^3.0.0"
-
-minipass@^3.0.0:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.1.tgz#7607ce778472a185ad6d89082aa2070f79cedcd5"
- integrity sha1-dgfOd4RyoYWtbYkIKqIHD3nO3NU=
- dependencies:
- yallist "^4.0.0"
-
-minizlib@^1.2.1:
- version "1.3.3"
- resolved "https://registry.npm.alibaba-inc.com/minizlib/download/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
- integrity sha1-IpDeloGKNMKVUcio0wEha9Zahh0=
- dependencies:
- minipass "^2.9.0"
-
-minizlib@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/minizlib/download/minizlib-2.1.0.tgz#fd52c645301ef09a63a2c209697c294c6ce02cf3"
- integrity sha1-/VLGRTAe8JpjosIJaXwpTGzgLPM=
- dependencies:
- minipass "^3.0.0"
- yallist "^4.0.0"
-
-mississippi@^1.2.0, mississippi@^1.3.0:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-1.3.1.tgz#2a8bb465e86550ac8b36a7b6f45599171d78671e"
- integrity sha1-Kou0ZehlUKyLNqe29FWZFx14Zx4=
- dependencies:
- 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 "^1.0.0"
- pumpify "^1.3.3"
- stream-each "^1.1.0"
- through2 "^2.0.0"
-
-mississippi@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-2.0.0.tgz#3442a508fafc28500486feea99409676e4ee5a6f"
- integrity sha1-NEKlCPr8KFAEhv7qmUCWduTuWm8=
- dependencies:
- 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 "^2.0.1"
- pumpify "^1.3.3"
- stream-each "^1.1.0"
- through2 "^2.0.0"
-
-mississippi@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
- integrity sha1-6goykfl+C16HdrNj1fChLZTGcCI=
- dependencies:
- 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"
-
-mitt@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/mitt/download/mitt-1.2.0.tgz#cb24e6569c806e31bd4e3995787fe38a04fdf90d"
- integrity sha1-yyTmVpyAbjG9TjmVeH/jigT9+Q0=
-
-mixin-deep@^1.2.0:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/mixin-deep/download/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
- integrity sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=
- dependencies:
- for-in "^1.0.2"
- is-extendable "^1.0.1"
-
-mixin-object@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/mixin-object/download/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e"
- integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=
- dependencies:
- for-in "^0.1.3"
- is-extendable "^0.1.1"
-
-mkdirp-promise@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/mkdirp-promise/download/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1"
- integrity sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=
- dependencies:
- mkdirp "*"
-
-mkdirp@*, mkdirp@0.5.1, mkdirp@0.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
- integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
- dependencies:
- minimist "0.0.8"
-
-mkdirp@0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
- integrity sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=
-
-modify-values@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/modify-values/download/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
- integrity sha1-s5OfpgVUZHTj4+PGPWS9Q7TuYCI=
-
-moment@2.x, moment@^2.24.0:
- version "2.24.0"
- resolved "https://registry.npm.alibaba-inc.com/moment/download/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
- integrity sha1-DQVdU/UFKqZTyfbraLtdEr9cK1s=
-
-moo@^0.4.3:
- version "0.4.3"
- resolved "https://registry.npm.alibaba-inc.com/moo/download/moo-0.4.3.tgz#3f847a26f31cf625a956a87f2b10fbc013bfd10e"
- integrity sha1-P4R6JvMc9iWpVqh/KxD7wBO/0Q4=
-
-move-concurrently@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
- integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=
- dependencies:
- 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"
-
-mozjpeg@^6.0.0:
- version "6.0.1"
- resolved "https://registry.npm.alibaba-inc.com/mozjpeg/download/mozjpeg-6.0.1.tgz#56969dddb5741ef2bcb1af066cae21e61a91a27b"
- integrity sha1-Vpad3bV0HvK8sa8GbK4h5hqRons=
- dependencies:
- bin-build "^3.0.0"
- bin-wrapper "^4.0.0"
- logalot "^2.1.0"
-
-mri@^1.1.4:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/mri/download/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a"
- integrity sha1-fLHdG5tAkF8frAU6viW2cg9EdEo=
-
-ms@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
- integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
-
-ms@2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
- integrity sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo=
-
-ms@^2.0.0, ms@^2.1.1:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
- integrity sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=
-
-multicast-dns-service-types@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/multicast-dns-service-types/download/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
- integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=
-
-multicast-dns@^6.0.1:
- version "6.2.3"
- resolved "https://registry.npm.alibaba-inc.com/multicast-dns/download/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229"
- integrity sha1-oOx72QVcQoL3kMPIL04o2zsxsik=
- dependencies:
- dns-packet "^1.3.1"
- thunky "^1.0.2"
-
-multimatch@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b"
- integrity sha1-DiU0zGvCONmrZ+G5zV/Nhabb9ws=
- dependencies:
- array-differ "^2.0.3"
- array-union "^1.0.2"
- arrify "^1.0.1"
- minimatch "^3.0.4"
-
-multimatch@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-4.0.0.tgz#8c3c0f6e3e8449ada0af3dd29efb491a375191b3"
- integrity sha1-jDwPbj6ESa2grz3SnvtJGjdRkbM=
- dependencies:
- "@types/minimatch" "^3.0.3"
- array-differ "^3.0.0"
- array-union "^2.1.0"
- arrify "^2.0.1"
- minimatch "^3.0.4"
-
-murmurhash-js@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/murmurhash-js/download/murmurhash-js-1.0.0.tgz#b06278e21fc6c37fa5313732b0412bcb6ae15f51"
- integrity sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=
-
-mutationobserver-shim@^0.3.2:
- version "0.3.3"
- resolved "https://registry.npm.alibaba-inc.com/mutationobserver-shim/download/mutationobserver-shim-0.3.3.tgz#65869630bc89d7bf8c9cd9cb82188cd955aacd2b"
- integrity sha1-ZYaWMLyJ17+MnNnLghiM2VWqzSs=
-
-mute-stream@0.0.7:
- version "0.0.7"
- resolved "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
- integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
-
-mute-stream@0.0.8, mute-stream@~0.0.4:
- version "0.0.8"
- resolved "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
- integrity sha1-FjDEKyJR/4HiooPelqVJfqkuXg0=
-
-mz@^2.5.0:
- version "2.7.0"
- resolved "https://registry.npm.alibaba-inc.com/mz/download/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
- integrity sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=
- dependencies:
- any-promise "^1.0.0"
- object-assign "^4.0.1"
- thenify-all "^1.0.0"
-
-name-all-modules-plugin@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/name-all-modules-plugin/download/name-all-modules-plugin-1.0.1.tgz#0abfb6ad835718b9fb4def0674e06657a954375c"
- integrity sha1-Cr+2rYNXGLn7Te8GdOBmV6lUN1w=
-
-nan@^2.12.1, nan@^2.13.2, nan@^2.14.0:
- version "2.14.0"
- resolved "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
- integrity sha1-eBj3IgJ7JFmobwKV1DTR/CM2xSw=
-
-nano-css@^5.2.1:
- version "5.2.1"
- resolved "https://registry.npm.alibaba-inc.com/nano-css/download/nano-css-5.2.1.tgz#73b8470fa40b028a134d3393ae36bbb34b9fa332"
- integrity sha1-c7hHD6QLAooTTTOTrja7s0ufozI=
- dependencies:
- css-tree "^1.0.0-alpha.28"
- csstype "^2.5.5"
- fastest-stable-stringify "^1.0.1"
- inline-style-prefixer "^4.0.0"
- rtl-css-js "^1.9.0"
- sourcemap-codec "^1.4.1"
- stacktrace-js "^2.0.0"
- stylis "3.5.0"
-
-nanoid@^2.1.0:
- version "2.1.7"
- resolved "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-2.1.7.tgz#d775e3e7c6470bbaaae3da9a647a80e228e0abf7"
- integrity sha1-13Xj58ZHC7qq49qaZHqA4ijgq/c=
-
-nanomatch@^1.2.9:
- version "1.2.13"
- resolved "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
- integrity sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=
- dependencies:
- 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"
-
-napi-build-utils@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/napi-build-utils/download/napi-build-utils-1.0.1.tgz#1381a0f92c39d66bf19852e7873432fc2123e508"
- integrity sha1-E4Gg+Sw51mvxmFLnhzQy/CEj5Qg=
-
-natural-compare@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
- integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
-
-nearley@^2.7.10:
- version "2.19.0"
- resolved "https://registry.npm.alibaba-inc.com/nearley/download/nearley-2.19.0.tgz#37717781d0fd0f2bfc95e233ebd75678ca4bda46"
- integrity sha1-N3F3gdD9Dyv8leIz69dWeMpL2kY=
- dependencies:
- commander "^2.19.0"
- moo "^0.4.3"
- railroad-diagrams "^1.0.0"
- randexp "0.4.6"
- semver "^5.4.1"
-
-needle@^2.2.1:
- version "2.4.0"
- resolved "https://registry.npm.alibaba-inc.com/needle/download/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c"
- integrity sha1-aDPnSXXERGQlkOFadQKIxfk5tXw=
- dependencies:
- debug "^3.2.6"
- iconv-lite "^0.4.4"
- sax "^1.2.4"
-
-negotiator@0.6.2:
- version "0.6.2"
- resolved "https://registry.npm.alibaba-inc.com/negotiator/download/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
- integrity sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=
-
-neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1:
- version "2.6.1"
- resolved "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
- integrity sha1-rCetpmFn+ohJpq3dg39rGJrSCBw=
-
-nested-object-assign@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/nested-object-assign/download/nested-object-assign-1.0.3.tgz#5aca69390d9affe5a612152b5f0843ae399ac597"
- integrity sha1-WsppOQ2a/+WmEhUrXwhDrjmaxZc=
-
-next-tick@^1.0.0, next-tick@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
- integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
-
-nice-try@^1.0.4:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
- integrity sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=
-
-nlcst-to-string@^2.0.0:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/nlcst-to-string/download/nlcst-to-string-2.0.3.tgz#b7913bb1305263b0561a86de68e179f17f7febe3"
- integrity sha1-t5E7sTBSY7BWGobeaOF58X9/6+M=
-
-no-case@^2.2.0:
- version "2.3.2"
- resolved "https://registry.npm.alibaba-inc.com/no-case/download/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
- integrity sha1-YLgTOWvjmz8SiKTB7V0efSi0ZKw=
- dependencies:
- lower-case "^1.1.1"
-
-node-abi@^2.7.0:
- version "2.12.0"
- resolved "https://registry.npm.alibaba-inc.com/node-abi/download/node-abi-2.12.0.tgz#40e9cfabdda1837863fa825e7dfa0b15686adf6f"
- integrity sha1-QOnPq92hg3hj+oJeffoLFWhq328=
- dependencies:
- semver "^5.4.1"
-
-node-dir@^0.1.10:
- version "0.1.17"
- resolved "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
- integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=
- dependencies:
- minimatch "^3.0.2"
-
-node-emoji@^1.10.0:
- version "1.10.0"
- resolved "https://registry.npm.alibaba-inc.com/node-emoji/download/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da"
- integrity sha1-iIar0l2ce7YYAqZYUj0fjSqJsto=
- dependencies:
- lodash.toarray "^4.4.0"
-
-node-eta@^0.9.0:
- version "0.9.0"
- resolved "https://registry.npm.alibaba-inc.com/node-eta/download/node-eta-0.9.0.tgz#9fb0b099bcd2a021940e603c64254dc003d9a7a8"
- integrity sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=
-
-node-fetch-npm@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/node-fetch-npm/download/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7"
- integrity sha1-cljJBGGC3KNFtCCO2pGNrzNpf/c=
- dependencies:
- encoding "^0.1.11"
- json-parse-better-errors "^1.0.0"
- safe-buffer "^5.1.1"
-
-node-fetch@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6"
- integrity sha1-mCu6Q+zU8pIqKcwYamu7C7c/y6Y=
-
-node-fetch@2.1.2:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
- integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
-
-node-fetch@2.6.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0:
- version "2.6.0"
- resolved "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
- integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0=
-
-node-fetch@^1.0.1:
- version "1.7.3"
- resolved "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
- integrity sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8=
- dependencies:
- encoding "^0.1.11"
- is-stream "^1.0.1"
-
-node-forge@0.9.0:
- version "0.9.0"
- resolved "https://registry.npm.alibaba-inc.com/node-forge/download/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579"
- integrity sha1-1iQFDtu0SHStyhK7mlLsY8t4JXk=
-
-node-gyp@^3.8.0:
- version "3.8.0"
- resolved "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"
- integrity sha1-VAMEJhwzDoDQ1e3OJTpoyzlkIYw=
- dependencies:
- 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"
-
-node-gyp@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-4.0.0.tgz#972654af4e5dd0cd2a19081b4b46fe0442ba6f45"
- integrity sha1-lyZUr05d0M0qGQgbS0b+BEK6b0U=
- dependencies:
- 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 "^4.4.8"
- which "1"
-
-node-gyp@^5.0.2:
- version "5.0.5"
- resolved "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-5.0.5.tgz#f6cf1da246eb8c42b097d7cd4d6c3ce23a4163af"
- integrity sha1-9s8dokbrjEKwl9fNTWw84jpBY68=
- dependencies:
- env-paths "^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"
- request "^2.87.0"
- rimraf "2"
- semver "~5.3.0"
- tar "^4.4.12"
- which "1"
-
-node-int64@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/node-int64/download/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
- integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
-
-node-libs-browser@^2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
- integrity sha1-tk9RPRgzhiX5A0bSew0jXmMfZCU=
- dependencies:
- 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"
-
-node-modules-regexp@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
- integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
-
-node-notifier@^5.4.2:
- version "5.4.3"
- resolved "https://registry.npm.alibaba-inc.com/node-notifier/download/node-notifier-5.4.3.tgz#cb72daf94c93904098e28b9c590fd866e464bd50"
- integrity sha1-y3La+UyTkECY4oucWQ/YZuRkvVA=
- dependencies:
- growly "^1.3.0"
- is-wsl "^1.1.0"
- semver "^5.5.0"
- shellwords "^0.1.1"
- which "^1.3.0"
-
-node-pre-gyp@^0.12.0:
- version "0.12.0"
- resolved "https://registry.npm.alibaba-inc.com/node-pre-gyp/download/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149"
- integrity sha1-ObpLsUOdoDApX4meO1ILd4V2YUk=
- dependencies:
- detect-libc "^1.0.2"
- mkdirp "^0.5.1"
- needle "^2.2.1"
- nopt "^4.0.1"
- npm-packlist "^1.1.6"
- npmlog "^4.0.2"
- rc "^1.2.7"
- rimraf "^2.6.1"
- semver "^5.3.0"
- tar "^4"
-
-node-releases@^1.1.29, node-releases@^1.1.40:
- version "1.1.40"
- resolved "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.40.tgz#a94facfa8e2d612302601ca1361741d529c4515a"
- integrity sha1-qU+s+o4tYSMCYByhNhdB1SnEUVo=
- dependencies:
- semver "^6.3.0"
-
-node-sass@^4.12.0:
- version "4.13.0"
- resolved "https://registry.npm.alibaba-inc.com/node-sass/download/node-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066"
- integrity sha1-tkcoi6vdahy3Jt5FRVFrMfkNoGY=
- dependencies:
- 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.4"
- stdout-stream "^1.4.0"
- "true-case-path" "^1.0.2"
-
-noms@0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/noms/download/noms-0.0.0.tgz#da8ebd9f3af9d6760919b27d9cdc8092a7332859"
- integrity sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=
- dependencies:
- inherits "^2.0.1"
- readable-stream "~1.0.31"
-
-noop-logger@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/noop-logger/download/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2"
- integrity sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=
-
-nopt@1.0.10:
- version "1.0.10"
- resolved "https://registry.npm.alibaba-inc.com/nopt/download/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee"
- integrity sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=
- dependencies:
- abbrev "1"
-
-"nopt@2 || 3":
- version "3.0.6"
- resolved "https://registry.npm.alibaba-inc.com/nopt/download/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
- integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k=
- dependencies:
- abbrev "1"
-
-nopt@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/nopt/download/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
- integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=
- dependencies:
- abbrev "1"
- osenv "^0.1.4"
-
-normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5, normalize-package-data@^2.4.0, normalize-package-data@^2.5.0:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
- integrity sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=
- dependencies:
- hosted-git-info "^2.1.4"
- resolve "^1.10.0"
- semver "2 || 3 || 4 || 5"
- validate-npm-package-license "^3.0.1"
-
-normalize-path@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
- integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
- dependencies:
- remove-trailing-separator "^1.0.1"
-
-normalize-path@^3.0.0, normalize-path@~3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
- integrity sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=
-
-normalize-range@^0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
- integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
-
-normalize-selector@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
- integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=
-
-normalize-url@1.9.1, normalize-url@^1.0.0:
- version "1.9.1"
- resolved "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
- integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
- dependencies:
- object-assign "^4.0.1"
- prepend-http "^1.0.0"
- query-string "^4.1.0"
- sort-keys "^1.0.0"
-
-normalize-url@2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6"
- integrity sha1-g1qdoVUfom9w6SMpBpojqmV01+Y=
- dependencies:
- prepend-http "^2.0.0"
- query-string "^5.0.1"
- sort-keys "^2.0.0"
-
-normalize-url@^3.0.0, normalize-url@^3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
- integrity sha1-suHE3E98bVd0PfczpPWXjRhlBVk=
-
-normalize-url@^4.1.0:
- version "4.5.0"
- resolved "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
- integrity sha1-RTNUCH5sqWlXvY9br3U/WYIUISk=
-
-normalize.css@^8.0.1:
- version "8.0.1"
- resolved "https://registry.npm.alibaba-inc.com/normalize.css/download/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
- integrity sha1-m5iiCHOLnMJjTKrLxC0THJdIe/M=
-
-npm-bundled@^1.0.1:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/npm-bundled/download/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
- integrity sha1-57qarc75YrthJI+RchzZMrP+a90=
-
-npm-conf@^1.1.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/npm-conf/download/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"
- integrity sha1-JWzEe9DiGMJZxOlVC/QTvCGSr/k=
- dependencies:
- config-chain "^1.1.11"
- pify "^3.0.0"
-
-npm-lifecycle@^3.1.2:
- version "3.1.4"
- resolved "https://registry.npm.alibaba-inc.com/npm-lifecycle/download/npm-lifecycle-3.1.4.tgz#de6975c7d8df65f5150db110b57cce498b0b604c"
- integrity sha1-3ml1x9jfZfUVDbEQtXzOSYsLYEw=
- dependencies:
- byline "^5.0.0"
- graceful-fs "^4.1.15"
- node-gyp "^5.0.2"
- resolve-from "^4.0.0"
- slide "^1.1.6"
- uid-number "0.0.6"
- umask "^1.1.0"
- which "^1.3.1"
-
-"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0:
- version "6.1.1"
- resolved "https://registry.npm.alibaba-inc.com/npm-package-arg/download/npm-package-arg-6.1.1.tgz#02168cb0a49a2b75bf988a28698de7b529df5cb7"
- integrity sha1-AhaMsKSaK3W/mIooaY3ntSnfXLc=
- dependencies:
- hosted-git-info "^2.7.1"
- osenv "^0.1.5"
- semver "^5.6.0"
- validate-npm-package-name "^3.0.0"
-
-npm-package-arg@^5.1.2:
- version "5.1.2"
- resolved "https://registry.npm.alibaba-inc.com/npm-package-arg/download/npm-package-arg-5.1.2.tgz#fb18d17bb61e60900d6312619919bd753755ab37"
- integrity sha1-+xjRe7YeYJANYxJhmRm9dTdVqzc=
- dependencies:
- hosted-git-info "^2.4.2"
- osenv "^0.1.4"
- semver "^5.1.0"
- validate-npm-package-name "^3.0.0"
-
-npm-packlist@^1.1.6, npm-packlist@^1.4.4:
- version "1.4.6"
- resolved "https://registry.npm.alibaba-inc.com/npm-packlist/download/npm-packlist-1.4.6.tgz#53ba3ed11f8523079f1457376dd379ee4ea42ff4"
- integrity sha1-U7o+0R+FIwefFFc3bdN57k6kL/Q=
- dependencies:
- ignore-walk "^3.0.1"
- npm-bundled "^1.0.1"
-
-npm-pick-manifest@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/npm-pick-manifest/download/npm-pick-manifest-1.0.4.tgz#a5ee6510c1fe7221c0bc0414e70924c14045f7e8"
- integrity sha1-pe5lEMH+ciHAvAQU5wkkwUBF9+g=
- dependencies:
- npm-package-arg "^5.1.2"
- semver "^5.3.0"
-
-npm-pick-manifest@^3.0.0:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/npm-pick-manifest/download/npm-pick-manifest-3.0.2.tgz#f4d9e5fd4be2153e5f4e5f9b7be8dc419a99abb7"
- integrity sha1-9Nnl/UviFT5fTl+be+jcQZqZq7c=
- dependencies:
- figgy-pudding "^3.5.1"
- npm-package-arg "^6.0.0"
- semver "^5.4.1"
-
-npm-run-all@^4.1.5:
- version "4.1.5"
- resolved "https://registry.npm.alibaba-inc.com/npm-run-all/download/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
- integrity sha1-BEdiAqFe4OLiFAgIYb/xKlHZj7o=
- dependencies:
- 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"
-
-npm-run-path@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
- integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
- dependencies:
- path-key "^2.0.0"
-
-npm-run-path@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
- integrity sha1-f5G+MX9qRm7+08nymArYpO6LD6U=
- dependencies:
- path-key "^3.0.0"
-
-npm-run-path@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
- integrity sha1-1kTsG9BWkYfSpSkJlxAjoKWOhDg=
- dependencies:
- path-key "^3.0.0"
-
-"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.0.1, npmlog@^4.0.2, npmlog@^4.1.2:
- version "4.1.2"
- resolved "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
- integrity sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=
- dependencies:
- are-we-there-yet "~1.1.2"
- console-control-strings "~1.1.0"
- gauge "~2.7.3"
- set-blocking "~2.0.0"
-
-nprogress@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/nprogress/download/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1"
- integrity sha1-y480xTIT2JVyP8urkH6UIq28r7E=
-
-nth-check@^1.0.1, nth-check@^1.0.2, nth-check@~1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
- integrity sha1-sr0pXDfj3VijvwcAN2Zjuk2c8Fw=
- dependencies:
- boolbase "~1.0.0"
-
-null-loader@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/null-loader/download/null-loader-0.1.1.tgz#17be9abfcd3ff0e1512f6fc4afcb1f5039378fae"
- integrity sha1-F76av80/8OFRL2/Er8sfUDk3j64=
-
-nullthrows@^1.1.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/nullthrows/download/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
- integrity sha1-eBgliEOFaulx6uQgitfX6xmkMbE=
-
-num2fraction@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
- integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
-
-number-is-nan@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/number-is-nan/download/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
- integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
-
-nwsapi@^2.0.7:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
- integrity sha1-IEh5qePQaP8qVROcLHcngGgaOLc=
-
-oauth-sign@~0.9.0:
- version "0.9.0"
- resolved "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
- integrity sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU=
-
-object-assign@4.x, object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
- integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
-
-object-assign@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-2.1.1.tgz#43c36e5d569ff8e4816c4efa8be02d26967c18aa"
- integrity sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=
-
-object-component@0.0.3:
- version "0.0.3"
- resolved "https://registry.npm.alibaba-inc.com/object-component/download/object-component-0.0.3.tgz#f0c69aa50efc95b866c186f400a33769cb2f1291"
- integrity sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=
-
-object-copy@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/object-copy/download/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
- integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
- dependencies:
- copy-descriptor "^0.1.0"
- define-property "^0.2.5"
- kind-of "^3.0.3"
-
-object-fit-images@^3.2.4:
- version "3.2.4"
- resolved "https://registry.npm.alibaba-inc.com/object-fit-images/download/object-fit-images-3.2.4.tgz#6c299d38fdf207746e5d2d46c2877f6f25d15b52"
- integrity sha1-bCmdOP3yB3RuXS1Gwod/byXRW1I=
-
-object-hash@^1.1.4:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/object-hash/download/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
- integrity sha1-/eRSCYqVHLFF8Dm7fUVUSd3BJt8=
-
-object-inspect@^1.6.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
- integrity sha1-9Pa9GBrXfwBrXs5gvQtvOY/3Smc=
-
-object-inspect@~1.6.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
- integrity sha1-xwtsv3LydKq0w0wMgvUWe/gs8Vs=
-
-object-is@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/object-is/download/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
- integrity sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=
-
-object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.0, object-keys@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
- integrity sha1-HEfyct8nfzsdrwYWd9nILiMixg4=
-
-object-path@^0.11.2, object-path@^0.11.4:
- version "0.11.4"
- resolved "https://registry.npm.alibaba-inc.com/object-path/download/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949"
- integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=
-
-object-visit@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
- integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
- dependencies:
- isobject "^3.0.0"
-
-object.assign@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
- integrity sha1-lovxEA15Vrs8oIbwBvhGs7xACNo=
- dependencies:
- define-properties "^1.1.2"
- function-bind "^1.1.1"
- has-symbols "^1.0.0"
- object-keys "^1.0.11"
-
-object.entries@^1.0.4, object.entries@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
- integrity sha1-ICT8bWuiRq7ji9sP/Vz7zzcbdRk=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.12.0"
- function-bind "^1.1.1"
- has "^1.0.3"
-
-object.fromentries@^2.0.0, "object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
- integrity sha1-BQ8HeFXHr4rmZJ9FyAsW7i0x5wQ=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.15.0"
- function-bind "^1.1.1"
- has "^1.0.3"
-
-object.getownpropertydescriptors@^2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
- integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=
- dependencies:
- define-properties "^1.1.2"
- es-abstract "^1.5.1"
-
-object.pick@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
- integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
- dependencies:
- isobject "^3.0.1"
-
-object.values@^1.0.4, object.values@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
- integrity sha1-v2gQ712j5TJXkOqqK+IT6oRiTak=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.12.0"
- function-bind "^1.1.1"
- has "^1.0.3"
-
-obuf@^1.0.0, obuf@^1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/obuf/download/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
- integrity sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=
-
-octokit-pagination-methods@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/octokit-pagination-methods/download/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4"
- integrity sha1-z0cu3J1VEFX573P25CtNu0yAvqQ=
-
-omggif@^1.0.9:
- version "1.0.10"
- resolved "https://registry.npm.alibaba-inc.com/omggif/download/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
- integrity sha1-3ar5DUpC9TLp58s6lezdR/F8exk=
-
-omit.js@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/omit.js/download/omit.js-1.0.2.tgz#91a14f0eba84066dfa015bf30e474c47f30bc858"
- integrity sha1-kaFPDrqEBm36AVvzDkdMR/MLyFg=
- dependencies:
- babel-runtime "^6.23.0"
-
-on-finished@~2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
- integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
- dependencies:
- ee-first "1.1.1"
-
-on-headers@~1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/on-headers/download/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
- integrity sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=
-
-once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
- integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
- dependencies:
- wrappy "1"
-
-onetime@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/onetime/download/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4"
- integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=
- dependencies:
- mimic-fn "^1.0.0"
-
-onetime@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
- integrity sha1-//DzyRYX/mK7UBiWNumayKbfe+U=
- dependencies:
- mimic-fn "^2.1.0"
-
-open@^6.1.0, open@^6.3.0, open@^6.4.0:
- version "6.4.0"
- resolved "https://registry.npm.alibaba-inc.com/open/download/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9"
- integrity sha1-XBPpbQ3IlGhhZPGJZez+iJ7PyKk=
- dependencies:
- is-wsl "^1.1.0"
-
-opencollective-postinstall@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/opencollective-postinstall/download/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
- integrity sha1-Vlfxvt5ptuM6RZObBh61PTxsOok=
-
-opentracing@^0.14.4:
- version "0.14.4"
- resolved "https://registry.npm.alibaba-inc.com/opentracing/download/opentracing-0.14.4.tgz#a113408ea740da3a90fde5b3b0011a375c2e4268"
- integrity sha1-oRNAjqdA2jqQ/eWzsAEaN1wuQmg=
-
-opn@5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/opn/download/opn-5.1.0.tgz#72ce2306a17dbea58ff1041853352b4a8fc77519"
- integrity sha1-cs4jBqF9vqWP8QQYUzUrSo/HdRk=
- dependencies:
- is-wsl "^1.1.0"
-
-opn@^5.5.0:
- version "5.5.0"
- resolved "https://registry.npm.alibaba-inc.com/opn/download/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
- integrity sha1-/HFk+rVtI1kExRw7J9pnWMo7m/w=
- dependencies:
- is-wsl "^1.1.0"
-
-optimist@^0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/optimist/download/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
- integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
- dependencies:
- minimist "~0.0.1"
- wordwrap "~0.0.2"
-
-optimize-css-assets-webpack-plugin@^5.0.3:
- version "5.0.3"
- resolved "https://registry.npm.alibaba-inc.com/optimize-css-assets-webpack-plugin/download/optimize-css-assets-webpack-plugin-5.0.3.tgz#e2f1d4d94ad8c0af8967ebd7cf138dcb1ef14572"
- integrity sha1-4vHU2UrYwK+JZ+vXzxONyx7xRXI=
- dependencies:
- cssnano "^4.1.10"
- last-call-webpack-plugin "^3.0.0"
-
-optionator@^0.8.1, optionator@^0.8.2:
- version "0.8.3"
- resolved "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
- integrity sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=
- dependencies:
- 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"
-
-ora@4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/ora/download/ora-4.0.2.tgz#0e1e68fd45b135d28648b27cf08081fa6e8a297d"
- integrity sha1-Dh5o/UWxNdKGSLJ88ICB+m6KKX0=
- dependencies:
- chalk "^2.4.2"
- cli-cursor "^3.1.0"
- cli-spinners "^2.2.0"
- is-interactive "^1.0.0"
- log-symbols "^3.0.0"
- strip-ansi "^5.2.0"
- wcwidth "^1.0.1"
-
-ora@^1.3.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/ora/download/ora-1.4.0.tgz#884458215b3a5d4097592285f93321bb7a79e2e5"
- integrity sha1-iERYIVs6XUCXWSKF+TMhu3p54uU=
- dependencies:
- chalk "^2.1.0"
- cli-cursor "^2.1.0"
- cli-spinners "^1.0.1"
- log-symbols "^2.1.0"
-
-original@>=0.0.5, original@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/original/download/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f"
- integrity sha1-5EKmHP/hxf0gpl8yYcJmY7MD8l8=
- dependencies:
- url-parse "^1.4.3"
-
-os-browserify@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/os-browserify/download/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
- integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
-
-os-filter-obj@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/os-filter-obj/download/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16"
- integrity sha1-HAti1fOiRCdJotE55t3e5ugdjRY=
- dependencies:
- arch "^2.1.0"
-
-os-homedir@^1.0.0, os-homedir@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
- integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
-
-os-locale@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9"
- integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=
- dependencies:
- lcid "^1.0.0"
-
-os-locale@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2"
- integrity sha1-QrwpAKa1uL0XN2yOiCtlr8zyS/I=
- dependencies:
- execa "^0.7.0"
- lcid "^1.0.0"
- mem "^1.1.0"
-
-os-locale@^3.0.0, os-locale@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
- integrity sha1-qAKm7hfyTBBIOrmTVxnO9O0Wvxo=
- dependencies:
- execa "^1.0.0"
- lcid "^2.0.0"
- mem "^4.0.0"
-
-os-name@3.1.0, os-name@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/os-name/download/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
- integrity sha1-3sGdlmKW4c1i1wGlpm7h3ernCAE=
- dependencies:
- macos-release "^2.2.0"
- windows-release "^3.1.0"
-
-os-tmpdir@^1.0.0, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
- integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
-
-osenv@0, osenv@^0.1.4, osenv@^0.1.5:
- version "0.1.5"
- resolved "https://registry.npm.alibaba-inc.com/osenv/download/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
- integrity sha1-hc36+uso6Gd/QW4odZK18/SepBA=
- dependencies:
- os-homedir "^1.0.0"
- os-tmpdir "^1.0.0"
-
-p-cancelable@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
- integrity sha1-ueEjgAvOu3rBOkeb4ZW1B7mNMPo=
-
-p-cancelable@^0.4.0:
- version "0.4.1"
- resolved "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0"
- integrity sha1-NfNj1n1SCByNlYXje8zrfgu8sqA=
-
-p-cancelable@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc"
- integrity sha1-0HjRWjr0CSIMiG8dmgyi5EGrJsw=
-
-p-defer@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
- integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
-
-p-defer@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-3.0.0.tgz#d1dceb4ee9b2b604b1d94ffec83760175d4e6f83"
- integrity sha1-0dzrTumytgSx2U/+yDdgF11Ob4M=
-
-p-each-series@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-each-series/download/p-each-series-1.0.0.tgz#930f3d12dd1f50e7434457a22cd6f04ac6ad7f71"
- integrity sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=
- dependencies:
- p-reduce "^1.0.0"
-
-p-event@^1.0.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/p-event/download/p-event-1.3.0.tgz#8e6b4f4f65c72bc5b6fe28b75eda874f96a4a085"
- integrity sha1-jmtPT2XHK8W2/ii3XtqHT5akoIU=
- dependencies:
- p-timeout "^1.1.1"
-
-p-event@^2.1.0:
- version "2.3.1"
- resolved "https://registry.npm.alibaba-inc.com/p-event/download/p-event-2.3.1.tgz#596279ef169ab2c3e0cae88c1cfbb08079993ef6"
- integrity sha1-WWJ57xaassPgyuiMHPuwgHmZPvY=
- dependencies:
- p-timeout "^2.0.1"
-
-p-finally@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
- integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
-
-p-finally@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
- integrity sha1-vW/KqcVZoJa2gIBvTWV7Pw8kBWE=
-
-p-is-promise@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
- integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=
-
-p-is-promise@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e"
- integrity sha1-kYzrrqJIpiz3/6uOO8qMX4gvxC4=
-
-p-limit@^1.0.0, p-limit@^1.1.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
- integrity sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=
- dependencies:
- p-try "^1.0.0"
-
-p-limit@^2.0.0, p-limit@^2.2.0:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
- integrity sha1-qgeniMwxUck5tRMfY1cPDdIAlTc=
- dependencies:
- p-try "^2.0.0"
-
-p-locate@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
- integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
- dependencies:
- p-limit "^1.1.0"
-
-p-locate@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
- integrity sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=
- dependencies:
- p-limit "^2.0.0"
-
-p-locate@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
- integrity sha1-o0KLtwiLOmApL2aRkni3wpetTwc=
- dependencies:
- p-limit "^2.2.0"
-
-p-map-series@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-map-series/download/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
- integrity sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=
- dependencies:
- p-reduce "^1.0.0"
-
-p-map@^2.0.0, p-map@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
- integrity sha1-MQko/u+cnsxltosXaTAYpmXOoXU=
-
-p-map@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-map/download/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
- integrity sha1-1wTZr4orpoTiYA2aIVmD1BQal50=
- dependencies:
- aggregate-error "^3.0.0"
-
-p-pipe@^1.1.0, p-pipe@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/p-pipe/download/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9"
- integrity sha1-SxoROZoRUgpneQ7loMHViB1r7+k=
-
-p-queue@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-queue/download/p-queue-4.0.0.tgz#ed0eee8798927ed6f2c2f5f5b77fdb2061a5d346"
- integrity sha1-7Q7uh5iSftbywvX1t3/bIGGl00Y=
- dependencies:
- eventemitter3 "^3.1.0"
-
-p-reduce@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-reduce/download/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
- integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=
-
-p-retry@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/p-retry/download/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328"
- integrity sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=
- dependencies:
- retry "^0.12.0"
-
-p-timeout@^1.1.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386"
- integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=
- dependencies:
- p-finally "^1.0.0"
-
-p-timeout@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
- integrity sha1-2N0ZeVldLcATnh/ka4tkbLPN8Dg=
- dependencies:
- p-finally "^1.0.0"
-
-p-try@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-try/download/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
- integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
-
-p-try@^2.0.0, p-try@^2.1.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
- integrity sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=
-
-p-waterfall@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/p-waterfall/download/p-waterfall-1.0.0.tgz#7ed94b3ceb3332782353af6aae11aa9fc235bb00"
- integrity sha1-ftlLPOszMngjU69qrhGqn8I1uwA=
- dependencies:
- p-reduce "^1.0.0"
-
-package-json@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/package-json/download/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed"
- integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=
- dependencies:
- got "^6.7.1"
- registry-auth-token "^3.0.1"
- registry-url "^3.0.3"
- semver "^5.1.0"
-
-package-json@^6.3.0:
- version "6.5.0"
- resolved "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0"
- integrity sha1-b+7ayjXnVyWHbQsOZJdGl/7RRbA=
- dependencies:
- got "^9.6.0"
- registry-auth-token "^4.0.0"
- registry-url "^5.0.0"
- semver "^6.2.0"
-
-pacote@^2.7.36:
- version "2.7.38"
- resolved "https://registry.npm.alibaba-inc.com/pacote/download/pacote-2.7.38.tgz#5091f8774298c26c3eca24606037f1bb73db74c1"
- integrity sha1-UJH4d0KYwmw+yiRgYDfxu3PbdME=
- dependencies:
- bluebird "^3.5.0"
- cacache "^9.2.9"
- glob "^7.1.2"
- lru-cache "^4.1.1"
- make-fetch-happen "^2.4.13"
- minimatch "^3.0.4"
- mississippi "^1.2.0"
- normalize-package-data "^2.4.0"
- npm-package-arg "^5.1.2"
- npm-pick-manifest "^1.0.4"
- osenv "^0.1.4"
- promise-inflight "^1.0.1"
- promise-retry "^1.1.1"
- protoduck "^4.0.0"
- safe-buffer "^5.1.1"
- semver "^5.3.0"
- ssri "^4.1.6"
- tar-fs "^1.15.3"
- tar-stream "^1.5.4"
- unique-filename "^1.1.0"
- which "^1.2.12"
-
-pako@^1.0.3, pako@^1.0.5, pako@~1.0.5:
- version "1.0.10"
- resolved "https://registry.npm.alibaba-inc.com/pako/download/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
- integrity sha1-Qyi621CGpCaqkPVBl31JVdpclzI=
-
-parallel-transform@^1.1.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/parallel-transform/download/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc"
- integrity sha1-kEnKN9bLIYLDsdLHIL6U0UpYFPw=
- dependencies:
- cyclist "^1.0.1"
- inherits "^2.0.3"
- readable-stream "^2.1.5"
-
-param-case@2.1.x, param-case@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/param-case/download/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247"
- integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc=
- dependencies:
- no-case "^2.2.0"
-
-parent-module@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
- integrity sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=
- dependencies:
- callsites "^3.0.0"
-
-parse-asn1@^5.0.0:
- version "5.1.5"
- resolved "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e"
- integrity sha1-ADJxND2ljclMrOSU+u89IUfs6g4=
- dependencies:
- asn1.js "^4.0.0"
- browserify-aes "^1.0.0"
- create-hash "^1.1.0"
- evp_bytestokey "^1.0.0"
- pbkdf2 "^3.0.3"
- safe-buffer "^5.1.1"
-
-parse-bmfont-ascii@^1.0.3:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/parse-bmfont-ascii/download/parse-bmfont-ascii-1.0.6.tgz#11ac3c3ff58f7c2020ab22769079108d4dfa0285"
- integrity sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU=
-
-parse-bmfont-binary@^1.0.5:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/parse-bmfont-binary/download/parse-bmfont-binary-1.0.6.tgz#d038b476d3e9dd9db1e11a0b0e53a22792b69006"
- integrity sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY=
-
-parse-bmfont-xml@^1.1.4:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/parse-bmfont-xml/download/parse-bmfont-xml-1.1.4.tgz#015319797e3e12f9e739c4d513872cd2fa35f389"
- integrity sha1-AVMZeX4+EvnnOcTVE4cs0vo184k=
- dependencies:
- xml-parse-from-string "^1.0.0"
- xml2js "^0.4.5"
-
-parse-english@^4.0.0:
- version "4.1.2"
- resolved "https://registry.npm.alibaba-inc.com/parse-english/download/parse-english-4.1.2.tgz#6710d426caa76db327ef7066991cd1b9f602db9f"
- integrity sha1-ZxDUJsqnbbMn73BmmRzRufYC258=
- dependencies:
- nlcst-to-string "^2.0.0"
- parse-latin "^4.0.0"
- unist-util-modify-children "^1.0.0"
- unist-util-visit-children "^1.0.0"
-
-parse-entities@^1.0.2, parse-entities@^1.1.0, parse-entities@^1.1.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50"
- integrity sha1-wxvw9lO2ZhNU+Jc1WcuG3R1e31A=
- dependencies:
- 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"
-
-parse-git-config@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/parse-git-config/download/parse-git-config-0.2.0.tgz#272833fdd15fea146fb75d336d236b963b6ff706"
- integrity sha1-Jygz/dFf6hRvt10zbSNrljtv9wY=
- dependencies:
- ini "^1.3.3"
-
-parse-git-config@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/parse-git-config/download/parse-git-config-1.1.1.tgz#d3a9984317132f57398712bba438e129590ddf8c"
- integrity sha1-06mYQxcTL1c5hxK7pDjhKVkN34w=
- dependencies:
- extend-shallow "^2.0.1"
- fs-exists-sync "^0.1.0"
- git-config-path "^1.0.1"
- ini "^1.3.4"
-
-parse-github-repo-url@^1.3.0:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/parse-github-repo-url/download/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50"
- integrity sha1-nn2LslKmy2ukJZUGC3v23z28H1A=
-
-parse-github-url@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/parse-github-url/download/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395"
- integrity sha1-JC07ZcvN2hS7UEOeMkKs9pcds5U=
-
-parse-headers@^2.0.0:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/parse-headers/download/parse-headers-2.0.3.tgz#5e8e7512383d140ba02f0c7aa9f49b4399c92515"
- integrity sha1-Xo51Ejg9FAugLwx6qfSbQ5nJJRU=
-
-parse-json@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
- integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
- dependencies:
- error-ex "^1.2.0"
-
-parse-json@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
- integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
- dependencies:
- error-ex "^1.3.1"
- json-parse-better-errors "^1.0.1"
-
-parse-json@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f"
- integrity sha1-c+URTJhtFD76NxLU6iTbmkJm9g8=
- dependencies:
- "@babel/code-frame" "^7.0.0"
- error-ex "^1.3.1"
- json-parse-better-errors "^1.0.1"
- lines-and-columns "^1.1.6"
-
-parse-latin@^4.0.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/parse-latin/download/parse-latin-4.2.0.tgz#b0b107a26ecbe8670f9ed0d20eb491c7780f99d1"
- integrity sha1-sLEHom7L6GcPntDSDrSRx3gPmdE=
- dependencies:
- nlcst-to-string "^2.0.0"
- unist-util-modify-children "^1.0.0"
- unist-util-visit-children "^1.0.0"
-
-parse-numeric-range@^0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/parse-numeric-range/download/parse-numeric-range-0.0.2.tgz#b4f09d413c7adbcd987f6e9233c7b4b210c938e4"
- integrity sha1-tPCdQTx6282Yf26SM8e0shDJOOQ=
-
-parse-passwd@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
- integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=
-
-parse-path@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/parse-path/download/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff"
- integrity sha1-DsdpcElJd4yzuO2l6ZTDIHOhrf8=
- dependencies:
- is-ssh "^1.3.0"
- protocols "^1.4.0"
-
-parse-url@^5.0.0:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/parse-url/download/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f"
- integrity sha1-mcQIT8Eb4UFB76QbPRF6lvy5Un8=
- dependencies:
- is-ssh "^1.3.0"
- normalize-url "^3.3.0"
- parse-path "^4.0.0"
- protocols "^1.4.0"
-
-parse5@4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/parse5/download/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
- integrity sha1-bXhlbj2o14tOwLkG98CO8d/j9gg=
-
-parse5@^3.0.1:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/parse5/download/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c"
- integrity sha1-BC95L/3TaFFVHPTp4Gazh0q0W1w=
- dependencies:
- "@types/node" "*"
-
-parse5@^5.0.0:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/parse5/download/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
- integrity sha1-9o5OW6GFKsLK3AD0VV//bCq7YXg=
-
-parseqs@0.0.5:
- version "0.0.5"
- resolved "https://registry.npm.alibaba-inc.com/parseqs/download/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d"
- integrity sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=
- dependencies:
- better-assert "~1.0.0"
-
-parseuri@0.0.5:
- version "0.0.5"
- resolved "https://registry.npm.alibaba-inc.com/parseuri/download/parseuri-0.0.5.tgz#80204a50d4dbb779bfdc6ebe2778d90e4bce320a"
- integrity sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=
- dependencies:
- better-assert "~1.0.0"
-
-parseurl@^1.3.3, parseurl@~1.3.2, parseurl@~1.3.3:
- version "1.3.3"
- resolved "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
- integrity sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=
-
-pascalcase@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/pascalcase/download/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
- integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
-
-path-browserify@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/path-browserify/download/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
- integrity sha1-5sTd1+06onxoogzE5Q4aTug7vEo=
-
-path-dirname@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
- integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
-
-path-exists@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
- integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
- dependencies:
- pinkie-promise "^2.0.0"
-
-path-exists@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
- integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
-
-path-exists@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
- integrity sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=
-
-path-extra@^1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/path-extra/download/path-extra-1.0.3.tgz#7c112189a6e50d595790e7ad2037e44e410c1166"
- integrity sha1-fBEhiablDVlXkOetIDfkTkEMEWY=
-
-path-is-absolute@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
- integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
-
-path-is-inside@^1.0.1, path-is-inside@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
- integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
-
-path-key@^2.0.0, path-key@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
- integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
-
-path-key@^3.0.0, path-key@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
- integrity sha1-maENhwqAO91e5vBHDljfzS+aVNM=
-
-path-parse@^1.0.6:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
- integrity sha1-1i27VnlAXXLEc37FhgDp3c8G0kw=
-
-path-to-regexp@0.1.7:
- version "0.1.7"
- resolved "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
- integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
-
-path-type@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/path-type/download/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
- integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=
- dependencies:
- graceful-fs "^4.1.2"
- pify "^2.0.0"
- pinkie-promise "^2.0.0"
-
-path-type@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/path-type/download/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
- integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
- dependencies:
- pify "^2.0.0"
-
-path-type@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
- integrity sha1-zvMdyOCho7sNEFwM2Xzzv0f0428=
- dependencies:
- pify "^3.0.0"
-
-path-type@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
- integrity sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=
-
-pbf@^3.0.5, pbf@^3.2.1:
- version "3.2.1"
- resolved "https://registry.npm.alibaba-inc.com/pbf/download/pbf-3.2.1.tgz#b4c1b9e72af966cd82c6531691115cc0409ffe2a"
- integrity sha1-tMG55yr5Zs2CxlMWkRFcwECf/io=
- dependencies:
- ieee754 "^1.1.12"
- resolve-protobuf-schema "^2.1.0"
-
-pbkdf2@^3.0.3:
- version "3.0.17"
- resolved "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6"
- integrity sha1-l2wgZTBhexTrsyEUI597CTNuk6Y=
- dependencies:
- create-hash "^1.1.2"
- create-hmac "^1.1.4"
- ripemd160 "^2.0.1"
- safe-buffer "^5.0.1"
- sha.js "^2.4.8"
-
-pend@~1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/pend/download/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
- integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
-
-performance-now@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
- integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
-
-phin@^2.9.1:
- version "2.9.3"
- resolved "https://registry.npm.alibaba-inc.com/phin/download/phin-2.9.3.tgz#f9b6ac10a035636fb65dfc576aaaa17b8743125c"
- integrity sha1-+basEKA1Y2+2XfxXaqqhe4dDElw=
-
-physical-cpu-count@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/physical-cpu-count/download/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"
- integrity sha1-GN4vl+S/epVRrXURlCtUlverpmA=
-
-picomatch@^2.0.4, picomatch@^2.0.5:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.1.1.tgz#ecdfbea7704adb5fe6fb47f9866c4c0e15e905c5"
- integrity sha1-7N++p3BK21/m+0f5hmxMDhXpBcU=
-
-pidtree@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/pidtree/download/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"
- integrity sha1-9vraEPzMn5m/UOkNCyPXLJ68Lms=
-
-pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
- integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
-
-pify@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
- integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
-
-pify@^4.0.0, pify@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
- integrity sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=
-
-pinkie-promise@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
- integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
- dependencies:
- pinkie "^2.0.0"
-
-pinkie@^2.0.0:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
- integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
-
-pirates@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
- integrity sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=
- dependencies:
- node-modules-regexp "^1.0.0"
-
-pixelmatch@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/pixelmatch/download/pixelmatch-4.0.2.tgz#8f47dcec5011b477b67db03c243bc1f3085e8854"
- integrity sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ=
- dependencies:
- pngjs "^3.0.0"
-
-pkg-dir@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
- integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q=
- dependencies:
- find-up "^1.0.0"
-
-pkg-dir@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
- integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
- dependencies:
- find-up "^2.1.0"
-
-pkg-dir@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
- integrity sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=
- dependencies:
- find-up "^3.0.0"
-
-pkg-dir@^4.1.0, pkg-dir@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
- integrity sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=
- dependencies:
- find-up "^4.0.0"
-
-pkg-up@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
- integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
- dependencies:
- find-up "^2.1.0"
-
-please-upgrade-node@^3.1.1, please-upgrade-node@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/please-upgrade-node/download/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
- integrity sha1-rt3T+ZTJM+StmLmdmlVu+g4v6UI=
- dependencies:
- semver-compare "^1.0.0"
-
-pn@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/pn/download/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
- integrity sha1-4vTO8OIZ9GPBeas3Rj5OHs3Muvs=
-
-pngjs@^3.0.0, pngjs@^3.3.3:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/pngjs/download/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
- integrity sha1-mcp9clll+2VYFOr2XzjxK72/VV8=
-
-pngquant-bin@^5.0.0:
- version "5.0.2"
- resolved "https://registry.npm.alibaba-inc.com/pngquant-bin/download/pngquant-bin-5.0.2.tgz#6f34f3e89c9722a72bbc509062b40f1b17cda460"
- integrity sha1-bzTz6JyXIqcrvFCQYrQPGxfNpGA=
- dependencies:
- bin-build "^3.0.0"
- bin-wrapper "^4.0.1"
- execa "^0.10.0"
- logalot "^2.0.0"
-
-pnp-webpack-plugin@1.4.3:
- version "1.4.3"
- resolved "https://registry.npm.alibaba-inc.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.4.3.tgz#0a100b63f4a1d09cee6ee55a87393b69f03ab5c7"
- integrity sha1-ChALY/Sh0JzubuVahzk7afA6tcc=
- dependencies:
- ts-pnp "^1.1.2"
-
-pnp-webpack-plugin@^1.5.0:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.5.0.tgz#62a1cd3068f46d564bb33c56eb250e4d586676eb"
- integrity sha1-YqHNMGj0bVZLszxW6yUOTVhmdus=
- dependencies:
- ts-pnp "^1.1.2"
-
-polished@^3.3.1:
- version "3.4.2"
- resolved "https://registry.npm.alibaba-inc.com/polished/download/polished-3.4.2.tgz#b4780dad81d64df55615fbfc77acb52fd17d88cd"
- integrity sha1-tHgNrYHWTfVWFfv8d6y1L9F9iM0=
- dependencies:
- "@babel/runtime" "^7.6.3"
-
-polyline-miter-util@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/polyline-miter-util/download/polyline-miter-util-1.0.1.tgz#b693f2389ea0ded36a6bcf5ecd2ece4b6917d957"
- integrity sha1-tpPyOJ6g3tNqa89ezS7OS2kX2Vc=
- dependencies:
- gl-vec2 "^1.0.0"
-
-popper.js@^1.14.4, popper.js@^1.14.7:
- version "1.16.0"
- resolved "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.0.tgz#2e1816bcbbaa518ea6c2e15a466f4cb9c6e2fbb3"
- integrity sha1-LhgWvLuqUY6mwuFaRm9Mucbi+7M=
-
-portfinder@^1.0.25:
- version "1.0.25"
- resolved "https://registry.npm.alibaba-inc.com/portfinder/download/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca"
- integrity sha1-JU/TN/+6hp9LnTftwpgFnLTTXso=
- dependencies:
- async "^2.6.2"
- debug "^3.1.1"
- mkdirp "^0.5.1"
-
-posix-character-classes@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
- integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
-
-postcss-calc@^7.0.1:
- version "7.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-calc/download/postcss-calc-7.0.1.tgz#36d77bab023b0ecbb9789d84dcb23c4941145436"
- integrity sha1-Ntd7qwI7Dsu5eJ2E3LI8SUEUVDY=
- dependencies:
- css-unit-converter "^1.1.1"
- postcss "^7.0.5"
- postcss-selector-parser "^5.0.0-rc.4"
- postcss-value-parser "^3.3.1"
-
-postcss-colormin@^4.0.3:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381"
- integrity sha1-rgYLzpPteUrHEmTwgTLVUJVr04E=
- dependencies:
- browserslist "^4.0.0"
- color "^3.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-convert-values@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f"
- integrity sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8=
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-discard-comments@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033"
- integrity sha1-H7q9LCRr/2qq15l7KwkY9NevQDM=
- dependencies:
- postcss "^7.0.0"
-
-postcss-discard-duplicates@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb"
- integrity sha1-P+EzzTyCKC5VD8myORdqkge3hOs=
- dependencies:
- postcss "^7.0.0"
-
-postcss-discard-empty@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765"
- integrity sha1-yMlR6fc+2UKAGUWERKAq2Qu592U=
- dependencies:
- postcss "^7.0.0"
-
-postcss-discard-overridden@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57"
- integrity sha1-ZSrvipZybwKfXj4AFG7npOdV/1c=
- dependencies:
- postcss "^7.0.0"
-
-postcss-flexbugs-fixes@^3.3.1:
- version "3.3.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-3.3.1.tgz#0783cc7212850ef707f97f8bc8b6fb624e00c75d"
- integrity sha1-B4PMchKFDvcH+X+LyLb7Yk4Ax10=
- dependencies:
- postcss "^6.0.1"
-
-postcss-flexbugs-fixes@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-4.1.0.tgz#e094a9df1783e2200b7b19f875dcad3b3aff8b20"
- integrity sha1-4JSp3xeD4iALexn4ddytOzr/iyA=
- dependencies:
- postcss "^7.0.0"
-
-postcss-html@^0.36.0:
- version "0.36.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204"
- integrity sha1-tAkT+U6qzCRT/TChMnrW7h+IsgQ=
- dependencies:
- htmlparser2 "^3.10.0"
-
-postcss-jsx@^0.36.0:
- version "0.36.3"
- resolved "https://registry.npm.alibaba-inc.com/postcss-jsx/download/postcss-jsx-0.36.3.tgz#c91113eae2935a1c94f00353b788ece9acae3f46"
- integrity sha1-yRET6uKTWhyU8ANTt4js6ayuP0Y=
- dependencies:
- "@babel/core" ">=7.2.2"
-
-postcss-less@^3.1.0:
- version "3.1.4"
- resolved "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz#369f58642b5928ef898ffbc1a6e93c958304c5ad"
- integrity sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0=
- dependencies:
- postcss "^7.0.14"
-
-postcss-load-config@^1.1.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-1.2.0.tgz#539e9afc9ddc8620121ebf9d8c3673e0ce50d28a"
- integrity sha1-U56a/J3chiASHr+djDZz4M5Q0oo=
- dependencies:
- cosmiconfig "^2.1.0"
- object-assign "^4.1.0"
- postcss-load-options "^1.2.0"
- postcss-load-plugins "^2.3.0"
-
-postcss-load-config@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003"
- integrity sha1-yE1pK3u3tB3c7ZTuYuirMbQXsAM=
- dependencies:
- cosmiconfig "^5.0.0"
- import-cwd "^2.0.0"
-
-postcss-load-options@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-load-options/download/postcss-load-options-1.2.0.tgz#b098b1559ddac2df04bc0bb375f99a5cfe2b6d8c"
- integrity sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw=
- dependencies:
- cosmiconfig "^2.1.0"
- object-assign "^4.1.0"
-
-postcss-load-plugins@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-load-plugins/download/postcss-load-plugins-2.3.0.tgz#745768116599aca2f009fad426b00175049d8d92"
- integrity sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI=
- dependencies:
- cosmiconfig "^2.1.1"
- object-assign "^4.1.0"
-
-postcss-loader@^2.1.6:
- version "2.1.6"
- resolved "https://registry.npm.alibaba-inc.com/postcss-loader/download/postcss-loader-2.1.6.tgz#1d7dd7b17c6ba234b9bed5af13e0bea40a42d740"
- integrity sha1-HX3XsXxrojS5vtWvE+C+pApC10A=
- dependencies:
- loader-utils "^1.1.0"
- postcss "^6.0.0"
- postcss-load-config "^2.0.0"
- schema-utils "^0.4.0"
-
-postcss-loader@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-loader/download/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
- integrity sha1-a5eUPkfHLYRfqeA/Jzdz1OjdbC0=
- dependencies:
- loader-utils "^1.1.0"
- postcss "^7.0.0"
- postcss-load-config "^2.0.0"
- schema-utils "^1.0.0"
-
-postcss-markdown@^0.36.0:
- version "0.36.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-markdown/download/postcss-markdown-0.36.0.tgz#7f22849ae0e3db18820b7b0d5e7833f13a447560"
- integrity sha1-fyKEmuDj2xiCC3sNXngz8TpEdWA=
- dependencies:
- remark "^10.0.1"
- unist-util-find-all-after "^1.0.2"
-
-postcss-media-query-parser@^0.2.3:
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244"
- integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=
-
-postcss-merge-longhand@^4.0.11:
- version "4.0.11"
- resolved "https://registry.npm.alibaba-inc.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24"
- integrity sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ=
- dependencies:
- css-color-names "0.0.4"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
- stylehacks "^4.0.0"
-
-postcss-merge-rules@^4.0.3:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650"
- integrity sha1-NivqT/Wh+Y5AdacTxsslrv75plA=
- dependencies:
- 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"
-
-postcss-minify-font-values@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6"
- integrity sha1-zUw0TM5HQ0P6xdgiBqssvLiv1aY=
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-minify-gradients@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471"
- integrity sha1-k7KcL/UJnFNe7NpWxKpuZlpmNHE=
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- is-color-stop "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-minify-params@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874"
- integrity sha1-a5zvAwwR41Jh+V9hjJADbWgNuHQ=
- dependencies:
- 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"
-
-postcss-minify-selectors@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8"
- integrity sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=
- dependencies:
- alphanum-sort "^1.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-selector-parser "^3.0.0"
-
-postcss-modules-extract-imports@^1.0.0, postcss-modules-extract-imports@^1.2.0:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-1.2.1.tgz#dc87e34148ec7eab5f791f7cd5849833375b741a"
- integrity sha1-3IfjQUjsfqtfeR981YSYMzdbdBo=
- dependencies:
- postcss "^6.0.1"
-
-postcss-modules-extract-imports@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
- integrity sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=
- dependencies:
- postcss "^7.0.5"
-
-postcss-modules-local-by-default@^1.0.1, postcss-modules-local-by-default@^1.2.0:
- 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#f7d80c398c5a393fa7964466bd19500a7d61c069"
- integrity sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=
- dependencies:
- css-selector-tokenizer "^0.7.0"
- postcss "^6.0.1"
-
-postcss-modules-local-by-default@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.2.tgz#e8a6561be914aaf3c052876377524ca90dbb7915"
- integrity sha1-6KZWG+kUqvPAUodjd1JMqQ27eRU=
- dependencies:
- icss-utils "^4.1.1"
- postcss "^7.0.16"
- postcss-selector-parser "^6.0.2"
- postcss-value-parser "^4.0.0"
-
-postcss-modules-resolve-imports@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-resolve-imports/download/postcss-modules-resolve-imports-1.3.0.tgz#398d3000b95ae969420cdf4cd83fa8067f1c5eae"
- integrity sha1-OY0wALla6WlCDN9M2D+oBn8cXq4=
- dependencies:
- css-selector-tokenizer "^0.7.0"
- icss-utils "^3.0.1"
- minimist "^1.2.0"
-
-postcss-modules-scope@^1.0.0, postcss-modules-scope@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90"
- integrity sha1-1upkmUx5+XtipytCb75gVqGUu5A=
- dependencies:
- css-selector-tokenizer "^0.7.0"
- postcss "^6.0.1"
-
-postcss-modules-scope@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
- integrity sha1-rT9b94VhFPb8q5AbBQLiorw51Os=
- dependencies:
- postcss "^7.0.6"
- postcss-selector-parser "^6.0.0"
-
-postcss-modules-values@^1.1.1, postcss-modules-values@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20"
- integrity sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=
- dependencies:
- icss-replace-symbols "^1.1.0"
- postcss "^6.0.1"
-
-postcss-modules-values@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
- integrity sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=
- dependencies:
- icss-utils "^4.0.0"
- postcss "^7.0.6"
-
-postcss-normalize-charset@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4"
- integrity sha1-izWt067oOhNrBHHg1ZvlilAoXdQ=
- dependencies:
- postcss "^7.0.0"
-
-postcss-normalize-display-values@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a"
- integrity sha1-Db4EpM6QY9RmftK+R2u4MMglk1o=
- dependencies:
- cssnano-util-get-match "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-positions@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f"
- integrity sha1-BfdX+E8mBDc3g2ipH4ky1LECkX8=
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-repeat-style@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c"
- integrity sha1-xOu8KJ85kaAo1EdRy90RkYsXkQw=
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- cssnano-util-get-match "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-string@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c"
- integrity sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw=
- dependencies:
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-timing-functions@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9"
- integrity sha1-jgCcoqOUnNr4rSPmtquZy159KNk=
- dependencies:
- cssnano-util-get-match "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-unicode@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb"
- integrity sha1-hBvUj9zzAZrUuqdJOj02O1KuHPs=
- dependencies:
- browserslist "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-url@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1"
- integrity sha1-EOQ3+GvHx+WPe5ZS7YeNqqlfquE=
- dependencies:
- is-absolute-url "^2.0.0"
- normalize-url "^3.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-normalize-whitespace@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82"
- integrity sha1-vx1AcP5Pzqh9E0joJdjMDF+qfYI=
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-ordered-values@^4.1.2:
- version "4.1.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee"
- integrity sha1-DPdcgg7H1cTSgBiVWeC1ceusDu4=
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-plugin@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-plugin/download/postcss-plugin-1.0.0.tgz#f763814565b87b93e13449fcf9d75941c566b070"
- integrity sha1-92OBRWW4e5PhNEn8+ddZQcVmsHA=
- dependencies:
- postcss "^6.0.8"
-
-postcss-reduce-initial@^4.0.3:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df"
- integrity sha1-f9QuvqXpyBRgljniwuhK4nC6SN8=
- dependencies:
- browserslist "^4.0.0"
- caniuse-api "^3.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
-
-postcss-reduce-transforms@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29"
- integrity sha1-F++kBerMbge+NBSlyi0QdGgdTik=
- dependencies:
- cssnano-util-get-match "^4.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
-postcss-reporter@^6.0.0:
- version "6.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-reporter/download/postcss-reporter-6.0.1.tgz#7c055120060a97c8837b4e48215661aafb74245f"
- integrity sha1-fAVRIAYKl8iDe05IIVZhqvt0JF8=
- dependencies:
- chalk "^2.4.1"
- lodash "^4.17.11"
- log-symbols "^2.2.0"
- postcss "^7.0.7"
-
-postcss-resolve-nested-selector@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
- integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=
-
-postcss-safe-parser@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.1.tgz#8756d9e4c36fdce2c72b091bbc8ca176ab1fcdea"
- integrity sha1-h1bZ5MNv3OLHKwkbvIyhdqsfzeo=
- dependencies:
- postcss "^7.0.0"
-
-postcss-sass@^0.3.5:
- version "0.3.5"
- resolved "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.3.5.tgz#6d3e39f101a53d2efa091f953493116d32beb68c"
- integrity sha1-bT458QGlPS76CR+VNJMRbTK+tow=
- dependencies:
- gonzales-pe "^4.2.3"
- postcss "^7.0.1"
-
-postcss-scss@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.0.0.tgz#248b0a28af77ea7b32b1011aba0f738bda27dea1"
- integrity sha1-JIsKKK936nsysQEaug9zi9on3qE=
- dependencies:
- postcss "^7.0.0"
-
-postcss-selector-parser@^3.0.0, postcss-selector-parser@^3.1.0:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
- integrity sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=
- dependencies:
- dot-prop "^4.1.1"
- indexes-of "^1.0.1"
- uniq "^1.0.1"
-
-postcss-selector-parser@^5.0.0-rc.4:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c"
- integrity sha1-JJBENWaXsztk8aj3yAki3d7nGVw=
- dependencies:
- cssesc "^2.0.0"
- indexes-of "^1.0.1"
- uniq "^1.0.1"
-
-postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
- version "6.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c"
- integrity sha1-k0z3mdAWyDQRhZ4J3Oyt4BKG7Fw=
- dependencies:
- cssesc "^3.0.0"
- indexes-of "^1.0.1"
- uniq "^1.0.1"
-
-postcss-svgo@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-svgo/download/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258"
- integrity sha1-F7mXvHEbMzurFDqu07jT1uPTglg=
- dependencies:
- is-svg "^3.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
- svgo "^1.0.0"
-
-postcss-syntax@^0.36.2:
- version "0.36.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c"
- integrity sha1-8IV4x9lYNFdOVZOoLfv6ivrjtRw=
-
-postcss-unique-selectors@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac"
- integrity sha1-lEaRHzKJv9ZMbWgPBzwDsfnuS6w=
- dependencies:
- alphanum-sort "^1.0.0"
- postcss "^7.0.0"
- uniqs "^2.0.0"
-
-postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1:
- version "3.3.1"
- resolved "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
- integrity sha1-n/giVH4okyE88cMO+lGsX9G6goE=
-
-postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
- integrity sha1-SCKCwJpCcG0fyaBptz9E7Ag5Hck=
-
-postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.2, postcss@^6.0.23, postcss@^6.0.8:
- version "6.0.23"
- resolved "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
- integrity sha1-YcgswyisYOZ3ZF+XkFTrmLwOMyQ=
- dependencies:
- chalk "^2.4.1"
- source-map "^0.6.1"
- supports-color "^5.4.0"
-
-postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.5:
- version "7.0.23"
- resolved "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
- integrity sha1-n5dZ+tZhsVlk88/DFA9m8eBercE=
- dependencies:
- chalk "^2.4.2"
- source-map "^0.6.1"
- supports-color "^6.1.0"
-
-postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.6, postcss@^7.0.7:
- version "7.0.21"
- resolved "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
- integrity sha1-BrsHgkwZwgIcXQVtWxDDW5iffhc=
- dependencies:
- chalk "^2.4.2"
- source-map "^0.6.1"
- supports-color "^6.1.0"
-
-potpack@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/potpack/download/potpack-1.0.1.tgz#d1b1afd89e4c8f7762865ec30bd112ab767e2ebf"
- integrity sha1-0bGv2J5Mj3dihl7DC9ESq3Z+Lr8=
-
-potrace@^2.1.2:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/potrace/download/potrace-2.1.2.tgz#61473a326be1e734abac6d14d54e1880eed35471"
- integrity sha1-YUc6Mmvh5zSrrG0U1U4YgO7TVHE=
- dependencies:
- jimp "^0.6.4"
-
-prebuild-install@^5.1.0, prebuild-install@^5.3.3:
- version "5.3.3"
- resolved "https://registry.npm.alibaba-inc.com/prebuild-install/download/prebuild-install-5.3.3.tgz#ef4052baac60d465f5ba6bf003c9c1de79b9da8e"
- integrity sha1-70BSuqxg1GX1umvwA8nB3nm52o4=
- dependencies:
- detect-libc "^1.0.3"
- expand-template "^2.0.3"
- github-from-package "0.0.0"
- minimist "^1.2.0"
- mkdirp "^0.5.1"
- napi-build-utils "^1.0.1"
- node-abi "^2.7.0"
- noop-logger "^0.1.1"
- npmlog "^4.0.1"
- pump "^3.0.0"
- rc "^1.2.7"
- simple-get "^3.0.3"
- tar-fs "^2.0.0"
- tunnel-agent "^0.6.0"
- which-pm-runs "^1.0.0"
-
-prelude-ls@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
- integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
-
-prepend-http@^1.0.0, prepend-http@^1.0.1:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
- integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
-
-prepend-http@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
- integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
-
-prettier@^1.16.4, prettier@^1.18.2, prettier@^1.19.1:
- version "1.19.1"
- resolved "https://registry.npm.alibaba-inc.com/prettier/download/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
- integrity sha1-99f1/4qc2HKnvkyhQglZVqYHl8s=
-
-pretty-bytes@^5.1.0, pretty-bytes@^5.3.0:
- version "5.3.0"
- resolved "https://registry.npm.alibaba-inc.com/pretty-bytes/download/pretty-bytes-5.3.0.tgz#f2849e27db79fb4d6cfe24764fc4134f165989f2"
- integrity sha1-8oSeJ9t5+01s/iR2T8QTTxZZifI=
-
-pretty-error@^2.0.2, pretty-error@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/pretty-error/download/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
- integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=
- dependencies:
- renderkid "^2.0.1"
- utila "~0.4"
-
-pretty-format@^24.9.0:
- version "24.9.0"
- resolved "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
- integrity sha1-EvrDGzcBmk7qPBGqmpWet2KKp8k=
- dependencies:
- "@jest/types" "^24.9.0"
- ansi-regex "^4.0.0"
- ansi-styles "^3.2.0"
- react-is "^16.8.4"
-
-pretty-hrtime@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
- integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
-
-pretty-quick@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/pretty-quick/download/pretty-quick-2.0.1.tgz#417ee605ade98ecc686e72f63b5d28a2c35b43e9"
- integrity sha1-QX7mBa3pjsxobnL2O10oosNbQ+k=
- dependencies:
- chalk "^2.4.2"
- execa "^2.1.0"
- find-up "^4.1.0"
- ignore "^5.1.4"
- mri "^1.1.4"
- multimatch "^4.0.0"
-
-prism-themes@^1.2.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/prism-themes/download/prism-themes-1.3.0.tgz#72e6833c3296a2112b989fa63208c0ce7a4da3a8"
- integrity sha1-cuaDPDKWohErmJ+mMgjAznpNo6g=
-
-prismjs@^1.17.1, prismjs@^1.8.4, prismjs@~1.17.0:
- version "1.17.1"
- resolved "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.17.1.tgz#e669fcbd4cdd873c35102881c33b14d0d68519be"
- integrity sha1-5mn8vUzdhzw1ECiBwzsU0NaFGb4=
- optionalDependencies:
- clipboard "^2.0.0"
-
-private@^0.1.6, private@^0.1.8, private@~0.1.5:
- version "0.1.8"
- resolved "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
- integrity sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8=
-
-probe-image-size@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/probe-image-size/download/probe-image-size-4.1.1.tgz#c836c53154b6dd04dbcf66af2bbd50087b15e1dc"
- integrity sha1-yDbFMVS23QTbz2avK71QCHsV4dw=
- dependencies:
- any-promise "^1.3.0"
- deepmerge "^4.0.0"
- inherits "^2.0.3"
- next-tick "^1.0.0"
- request "^2.83.0"
- stream-parser "~0.3.1"
-
-probe.gl@^3.1.1:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/probe.gl/download/probe.gl-3.1.1.tgz#58f5d23efe588b9d9af10add6b47587f8e6c72b3"
- integrity sha1-WPXSPv5Yi52a8Qrda0dYf45scrM=
- dependencies:
- "@babel/runtime" "^7.0.0"
-
-process-nextick-args@~2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
- integrity sha1-eCDZsWEgzFXKmud5JoCufbptf+I=
-
-process@^0.11.10:
- version "0.11.10"
- resolved "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
- integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
-
-process@~0.5.1:
- version "0.5.2"
- resolved "https://registry.npm.alibaba-inc.com/process/download/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
- integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=
-
-progress@^2.0.0, progress@^2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
- integrity sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=
-
-promise-inflight@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
- integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
-
-promise-retry@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/promise-retry/download/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d"
- integrity sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=
- dependencies:
- err-code "^1.0.0"
- retry "^0.10.0"
-
-promise.allsettled@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/promise.allsettled/download/promise.allsettled-1.0.1.tgz#afe4bfcc13b26e2263a97a7fbbb19b8ca6eb619c"
- integrity sha1-r+S/zBOybiJjqXp/u7GbjKbrYZw=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.13.0"
- function-bind "^1.1.1"
-
-promise.prototype.finally@^3.1.0:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/promise.prototype.finally/download/promise.prototype.finally-3.1.1.tgz#cb279d3a5020ca6403b3d92357f8e22d50ed92aa"
- integrity sha1-yyedOlAgymQDs9kjV/jiLVDtkqo=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.13.0"
- function-bind "^1.1.1"
-
-promise@^7.0.3, promise@^7.1.1:
- version "7.3.1"
- resolved "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
- integrity sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078=
- dependencies:
- asap "~2.0.3"
-
-prompts@^2.0.1, prompts@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/prompts/download/prompts-2.3.0.tgz#a444e968fa4cc7e86689a74050685ac8006c4cc4"
- integrity sha1-pETpaPpMx+hmiadAUGhayABsTMQ=
- dependencies:
- kleur "^3.0.3"
- sisteransi "^1.0.3"
-
-promzard@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/promzard/download/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb93ba382a9ee"
- integrity sha1-JqXW7ox97kyxIggwWs+5O6OCqe4=
- dependencies:
- read "1"
-
-prop-types-exact@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/prop-types-exact/download/prop-types-exact-1.2.0.tgz#825d6be46094663848237e3925a98c6e944e9869"
- integrity sha1-gl1r5GCUZjhII345JamMbpROmGk=
- dependencies:
- has "^1.0.3"
- object.assign "^4.1.0"
- reflect.ownkeys "^0.2.0"
-
-prop-types@15.x, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.5.9, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
- version "15.7.2"
- resolved "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
- integrity sha1-UsQedbjIfnK52TYOAga5ncv/psU=
- dependencies:
- loose-envify "^1.4.0"
- object-assign "^4.1.1"
- react-is "^16.8.1"
-
-property-expr@^1.2.0:
- version "1.5.1"
- resolved "https://registry.npm.alibaba-inc.com/property-expr/download/property-expr-1.5.1.tgz#22e8706894a0c8e28d58735804f6ba3a3673314f"
- integrity sha1-IuhwaJSgyOKNWHNYBPa6OjZzMU8=
-
-property-information@^4.0.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/property-information/download/property-information-4.2.0.tgz#f0e66e07cbd6fed31d96844d958d153ad3eb486e"
- integrity sha1-8OZuB8vW/tMdloRNlY0VOtPrSG4=
- dependencies:
- xtend "^4.0.1"
-
-property-information@^5.0.0:
- version "5.3.0"
- resolved "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.3.0.tgz#bc87ac82dc4e72a31bb62040544b1bf9653da039"
- integrity sha1-vIesgtxOcqMbtiBAVEsb+WU9oDk=
- dependencies:
- xtend "^4.0.1"
-
-proto-list@~1.2.1:
- version "1.2.4"
- resolved "https://registry.npm.alibaba-inc.com/proto-list/download/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
- integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
-
-protocol-buffers-schema@^3.3.1:
- version "3.3.2"
- resolved "https://registry.npm.alibaba-inc.com/protocol-buffers-schema/download/protocol-buffers-schema-3.3.2.tgz#00434f608b4e8df54c59e070efeefc37fb4bb859"
- integrity sha1-AENPYItOjfVMWeBw7+78N/tLuFk=
-
-protocols@^1.1.0, protocols@^1.4.0:
- version "1.4.7"
- resolved "https://registry.npm.alibaba-inc.com/protocols/download/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32"
- integrity sha1-lfeIpPDpebKR/+/PVjatET0DfTI=
-
-protoduck@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/protoduck/download/protoduck-4.0.0.tgz#fe4874d8c7913366cfd9ead12453a22cd3657f8e"
- integrity sha1-/kh02MeRM2bP2erRJFOiLNNlf44=
- dependencies:
- genfun "^4.0.1"
-
-protoduck@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/protoduck/download/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f"
- integrity sha1-A8NlnKGAB7aaUP2Cp+vMUWJhFR8=
- dependencies:
- genfun "^5.0.0"
-
-proxy-addr@~2.0.5:
- version "2.0.5"
- resolved "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34"
- integrity sha1-NMvWSi2B9LH9IedvnwbIpFKZ7jQ=
- dependencies:
- forwarded "~0.1.2"
- ipaddr.js "1.9.0"
-
-prr@~1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
- integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
-
-pseudomap@^1.0.1, pseudomap@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
- integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
-
-psl@^1.1.24, psl@^1.1.28:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/psl/download/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2"
- integrity sha1-XdJhVs22n6H9uKsZkWZ9P4DO18I=
-
-ptz-i18n@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/ptz-i18n/download/ptz-i18n-1.0.0.tgz#803df4d0f5ce9a7732f5d1d805ea624c6a1f5e8c"
- integrity sha1-gD300PXOmncy9dHYBepiTGofXow=
- dependencies:
- folktale "^2.0.1"
- ramda "^0.24.1"
-
-public-encrypt@^4.0.0:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/public-encrypt/download/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
- integrity sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=
- dependencies:
- 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"
-
-pump@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/pump/download/pump-1.0.3.tgz#5dfe8311c33bbf6fc18261f9f34702c47c08a954"
- integrity sha1-Xf6DEcM7v2/BgmH580cCxHwIqVQ=
- dependencies:
- end-of-stream "^1.1.0"
- once "^1.3.1"
-
-pump@^2.0.0, pump@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
- integrity sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk=
- dependencies:
- end-of-stream "^1.1.0"
- once "^1.3.1"
-
-pump@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
- integrity sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=
- dependencies:
- end-of-stream "^1.1.0"
- once "^1.3.1"
-
-pumpify@^1.3.3:
- version "1.5.1"
- resolved "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
- integrity sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=
- dependencies:
- duplexify "^3.6.0"
- inherits "^2.0.3"
- pump "^2.0.0"
-
-punycode@1.3.2:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
- integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
-
-punycode@^1.2.4, punycode@^1.4.1:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
- integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
-
-punycode@^2.1.0, punycode@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
- integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew=
-
-q@^1.1.2, q@^1.5.1:
- version "1.5.1"
- resolved "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
- integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
-
-qs@6.7.0:
- version "6.7.0"
- resolved "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
- integrity sha1-QdwaAV49WB8WIXdr4xr7KHapsbw=
-
-qs@^6.6.0:
- version "6.9.1"
- resolved "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.1.tgz#20082c65cb78223635ab1a9eaca8875a29bf8ec9"
- integrity sha1-IAgsZct4IjY1qxqerKiHWim/jsk=
-
-qs@~6.5.2:
- version "6.5.2"
- resolved "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
- integrity sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=
-
-query-string@^4.1.0:
- version "4.3.4"
- resolved "https://registry.npm.alibaba-inc.com/query-string/download/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
- integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s=
- dependencies:
- object-assign "^4.1.0"
- strict-uri-encode "^1.0.0"
-
-query-string@^5.0.1:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/query-string/download/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
- integrity sha1-p4wBK3HBfgXy4/ojGd0zBoLvs8s=
- dependencies:
- decode-uri-component "^0.2.0"
- object-assign "^4.1.0"
- strict-uri-encode "^1.0.0"
-
-querystring-es3@^0.2.0, querystring-es3@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/querystring-es3/download/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
- integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
-
-querystring@0.2.0, querystring@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
- integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
-
-querystringify@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
- integrity sha1-YOWl/WSn+L+k0qsu1v30yFutFU4=
-
-quick-lru@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
- integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
-
-quickselect@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/quickselect/download/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018"
- integrity sha1-8ZaApIal7vtYEwPgI+mPqvJd0Bg=
-
-raf@^3.4.0, raf@^3.4.1:
- version "3.4.1"
- resolved "https://registry.npm.alibaba-inc.com/raf/download/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
- integrity sha1-B0LpmkplUvRF1z4+4DKK8P8e3jk=
- dependencies:
- performance-now "^2.1.0"
-
-railroad-diagrams@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/railroad-diagrams/download/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
- integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=
-
-ramda@^0.21.0:
- version "0.21.0"
- resolved "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.21.0.tgz#a001abedb3ff61077d4ff1d577d44de77e8d0a35"
- integrity sha1-oAGr7bP/YQd9T/HVd9RN536NCjU=
-
-ramda@^0.24.1:
- version "0.24.1"
- resolved "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
- integrity sha1-w7d1UZfzW43DUCIoJixMkd22uFc=
-
-randexp@0.4.6:
- version "0.4.6"
- resolved "https://registry.npm.alibaba-inc.com/randexp/download/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3"
- integrity sha1-6YatXl4x2uE93W97MBmqfIf2DKM=
- dependencies:
- discontinuous-range "1.0.0"
- ret "~0.1.10"
-
-randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
- integrity sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=
- dependencies:
- safe-buffer "^5.1.0"
-
-randomfill@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/randomfill/download/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
- integrity sha1-ySGW/IarQr6YPxvzF3giSTHWFFg=
- dependencies:
- randombytes "^2.0.5"
- safe-buffer "^5.1.0"
-
-range-parser@^1.2.1, range-parser@~1.2.1:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
- integrity sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=
-
-raw-body@2.4.0:
- version "2.4.0"
- resolved "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
- integrity sha1-oc5vucm8NWylLoklarWQWeE9AzI=
- dependencies:
- bytes "3.1.0"
- http-errors "1.7.2"
- iconv-lite "0.4.24"
- unpipe "1.0.0"
-
-raw-body@^2.4.1:
- version "2.4.1"
- resolved "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c"
- integrity sha1-MKyC+Yu1rowVLmcUnayNVRU7Fow=
- dependencies:
- bytes "3.1.0"
- http-errors "1.7.3"
- iconv-lite "0.4.24"
- unpipe "1.0.0"
-
-raw-loader@^0.5.1:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-0.5.1.tgz#0c3d0beaed8a01c966d9787bf778281252a979aa"
- integrity sha1-DD0L6u2KAclm2Xh793goElKpeao=
-
-raw-loader@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-1.0.0.tgz#3f9889e73dadbda9a424bce79809b4133ad46405"
- integrity sha1-P5iJ5z2tvamkJLznmAm0EzrUZAU=
- dependencies:
- loader-utils "^1.1.0"
- schema-utils "^1.0.0"
-
-raw-loader@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-2.0.0.tgz#e2813d9e1e3f80d1bbade5ad082e809679e20c26"
- integrity sha1-4oE9nh4/gNG7reWtCC6AlnniDCY=
- dependencies:
- loader-utils "^1.1.0"
- schema-utils "^1.0.0"
-
-rc-align@^2.4.0, rc-align@^2.4.1:
- version "2.4.5"
- resolved "https://registry.npm.alibaba-inc.com/rc-align/download/rc-align-2.4.5.tgz#c941a586f59d1017f23a428f0b468663fb7102ab"
- integrity sha1-yUGlhvWdEBfyOkKPC0aGY/txAqs=
- dependencies:
- babel-runtime "^6.26.0"
- dom-align "^1.7.0"
- prop-types "^15.5.8"
- rc-util "^4.0.4"
-
-rc-animate@2.x, rc-animate@^2.10.1, rc-animate@^2.10.2, rc-animate@^2.3.0, rc-animate@^2.6.0, rc-animate@^2.8.2:
- version "2.10.2"
- resolved "https://registry.npm.alibaba-inc.com/rc-animate/download/rc-animate-2.10.2.tgz#217fdc76ff26cbf425a5caf87cc8a36ba4598456"
- integrity sha1-IX/cdv8my/Qlpcr4fMija6RZhFY=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.6"
- css-animation "^1.3.2"
- prop-types "15.x"
- raf "^3.4.0"
- rc-util "^4.15.3"
- react-lifecycles-compat "^3.0.4"
-
-rc-animate@^3.0.0-rc.1:
- version "3.0.0-rc.6"
- resolved "https://registry.npm.alibaba-inc.com/rc-animate/download/rc-animate-3.0.0-rc.6.tgz#04288eefa118e0cae214536c8a903ffaac1bc3fb"
- integrity sha1-BCiO76EY4MriFFNsipA/+qwbw/s=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.5"
- component-classes "^1.2.6"
- fbjs "^0.8.16"
- prop-types "15.x"
- raf "^3.4.0"
- rc-util "^4.5.0"
- react-lifecycles-compat "^3.0.4"
-
-rc-calendar@~9.15.5:
- version "9.15.7"
- resolved "https://registry.npm.alibaba-inc.com/rc-calendar/download/rc-calendar-9.15.7.tgz#b3dfc0ffb7aecc6dba5b6a2ebb516eb44908a5bd"
- integrity sha1-s9/A/7euzG26W2ouu1FutEkIpb0=
- dependencies:
- babel-runtime "6.x"
- classnames "2.x"
- moment "2.x"
- prop-types "^15.5.8"
- rc-trigger "^2.2.0"
- rc-util "^4.1.1"
- react-lifecycles-compat "^3.0.4"
-
-rc-cascader@~0.17.4:
- version "0.17.5"
- resolved "https://registry.npm.alibaba-inc.com/rc-cascader/download/rc-cascader-0.17.5.tgz#4fde91d23b7608c420263c38eee9c0687f80f7dc"
- integrity sha1-T96R0jt2CMQgJjw47unAaH+A99w=
- dependencies:
- array-tree-filter "^2.1.0"
- prop-types "^15.5.8"
- rc-trigger "^2.2.0"
- rc-util "^4.0.4"
- react-lifecycles-compat "^3.0.4"
- shallow-equal "^1.0.0"
- warning "^4.0.1"
-
-rc-checkbox@~2.1.6:
- version "2.1.8"
- resolved "https://registry.npm.alibaba-inc.com/rc-checkbox/download/rc-checkbox-2.1.8.tgz#eedd9ef9c2f3af5b3b8e5cde5254aa89ad1a880a"
- integrity sha1-7t2e+cLzr1s7jlzeUlSqia0aiAo=
- dependencies:
- babel-runtime "^6.23.0"
- classnames "2.x"
- prop-types "15.x"
- react-lifecycles-compat "^3.0.4"
-
-rc-collapse@~1.11.3:
- version "1.11.7"
- resolved "https://registry.npm.alibaba-inc.com/rc-collapse/download/rc-collapse-1.11.7.tgz#0b0d621aac36a980910cfb45365ac2c769455edb"
- integrity sha1-Cw1iGqw2qYCRDPtFNlrCx2lFXts=
- dependencies:
- classnames "2.x"
- css-animation "1.x"
- prop-types "^15.5.6"
- rc-animate "2.x"
- react-is "^16.7.0"
- react-lifecycles-compat "^3.0.4"
- shallowequal "^1.1.0"
-
-rc-dialog@~7.5.2:
- version "7.5.13"
- resolved "https://registry.npm.alibaba-inc.com/rc-dialog/download/rc-dialog-7.5.13.tgz#ad3bdc668381e77977b6c4689a2b9e2687961a70"
- integrity sha1-rTvcZoOB53l3tsRomiueJoeWGnA=
- dependencies:
- babel-runtime "6.x"
- rc-animate "2.x"
- rc-util "^4.8.1"
-
-rc-drawer@^3.0.2, rc-drawer@~3.0.0:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/rc-drawer/download/rc-drawer-3.0.2.tgz#1c42b2b7790040344f8f05f1d132b1ef0e97b783"
- integrity sha1-HEKyt3kAQDRPjwXx0TKx7w6Xt4M=
- dependencies:
- babel-runtime "^6.26.0"
- classnames "^2.2.6"
- rc-util "^4.11.2"
- react-lifecycles-compat "^3.0.4"
-
-rc-dropdown@~2.4.1:
- version "2.4.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-dropdown/download/rc-dropdown-2.4.1.tgz#aaef6eb3a5152cdd9982895c2a78d9b5f046cdec"
- integrity sha1-qu9us6UVLN2ZgolcKnjZtfBGzew=
- dependencies:
- babel-runtime "^6.26.0"
- classnames "^2.2.6"
- prop-types "^15.5.8"
- rc-trigger "^2.5.1"
- react-lifecycles-compat "^3.0.2"
-
-rc-editor-core@~0.8.3:
- version "0.8.10"
- resolved "https://registry.npm.alibaba-inc.com/rc-editor-core/download/rc-editor-core-0.8.10.tgz#6f215bc5df9c33ffa9f6c5b30ca73a7dabe8ab7c"
- integrity sha1-byFbxd+cM/+p9sWzDKc6favoq3w=
- dependencies:
- babel-runtime "^6.26.0"
- classnames "^2.2.5"
- draft-js "^0.10.0"
- immutable "^3.7.4"
- lodash "^4.16.5"
- prop-types "^15.5.8"
- setimmediate "^1.0.5"
-
-rc-editor-mention@^1.1.13:
- version "1.1.13"
- resolved "https://registry.npm.alibaba-inc.com/rc-editor-mention/download/rc-editor-mention-1.1.13.tgz#9f1cab1065f86b01523840321790c2ab12ac5e8b"
- integrity sha1-nxyrEGX4awFSOEAyF5DCqxKsXos=
- dependencies:
- babel-runtime "^6.23.0"
- classnames "^2.2.5"
- dom-scroll-into-view "^1.2.0"
- draft-js "~0.10.0"
- immutable "~3.7.4"
- prop-types "^15.5.8"
- rc-animate "^2.3.0"
- rc-editor-core "~0.8.3"
-
-rc-footer@^0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-footer/download/rc-footer-0.6.1.tgz#9fa3f385ec0c1048e5f11c4658ba4b826532057f"
- integrity sha1-n6PzhewMEEjl8RxGWLpLgmUyBX8=
- dependencies:
- classnames "^2.2.1"
-
-rc-form@^2.4.10:
- version "2.4.10"
- resolved "https://registry.npm.alibaba-inc.com/rc-form/download/rc-form-2.4.10.tgz#8bf7260a4c9a1d5b82621cee5f82d8daa4ecb84e"
- integrity sha1-i/cmCkyaHVuCYhzuX4LY2qTsuE4=
- dependencies:
- async-validator "~1.11.3"
- babel-runtime "6.x"
- create-react-class "^15.5.3"
- dom-scroll-into-view "1.x"
- hoist-non-react-statics "^3.3.0"
- lodash "^4.17.4"
- rc-util "^4.15.3"
- warning "^4.0.3"
-
-rc-hammerjs@~0.6.0:
- version "0.6.9"
- resolved "https://registry.npm.alibaba-inc.com/rc-hammerjs/download/rc-hammerjs-0.6.9.tgz#9a4ddbda1b2ec8f9b9596091a6a989842a243907"
- integrity sha1-mk3b2hsuyPm5WWCRpqmJhCokOQc=
- dependencies:
- babel-runtime "6.x"
- hammerjs "^2.0.8"
- prop-types "^15.5.9"
-
-rc-input-number@~4.5.0:
- version "4.5.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-input-number/download/rc-input-number-4.5.1.tgz#fcb03c1dda8b7b2a69fbb718f9c13c666caebd79"
- integrity sha1-/LA8HdqLeypp+7cY+cE8ZmyuvXk=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.0"
- prop-types "^15.5.7"
- rc-util "^4.5.1"
- rmc-feedback "^2.0.0"
-
-rc-mentions@~0.4.0:
- version "0.4.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-mentions/download/rc-mentions-0.4.1.tgz#d261c71e29f060776f0c466c81a6e43031019239"
- integrity sha1-0mHHHinwYHdvDEZsgabkMDEBkjk=
- dependencies:
- "@ant-design/create-react-context" "^0.2.4"
- classnames "^2.2.6"
- rc-menu "^7.4.22"
- rc-trigger "^2.6.2"
- rc-util "^4.6.0"
- react-lifecycles-compat "^3.0.4"
-
-rc-menu@^7.3.0, rc-menu@^7.4.22, rc-menu@~7.5.1:
- version "7.5.3"
- resolved "https://registry.npm.alibaba-inc.com/rc-menu/download/rc-menu-7.5.3.tgz#0bdb71ef1f0b4608a25eb9848fa9f673f5353579"
- integrity sha1-C9tx7x8LRgiiXrmEj6n2c/U1NXk=
- dependencies:
- classnames "2.x"
- dom-scroll-into-view "1.x"
- mini-store "^2.0.0"
- mutationobserver-shim "^0.3.2"
- rc-animate "^2.10.1"
- rc-trigger "^2.3.0"
- rc-util "^4.13.0"
- resize-observer-polyfill "^1.5.0"
- shallowequal "^1.1.0"
-
-rc-notification@~3.3.1:
- version "3.3.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-notification/download/rc-notification-3.3.1.tgz#0baa3e70f8d40ab015ce8fa78c260c490fc7beb4"
- integrity sha1-C6o+cPjUCrAVzo+njCYMSQ/HvrQ=
- dependencies:
- babel-runtime "6.x"
- classnames "2.x"
- prop-types "^15.5.8"
- rc-animate "2.x"
- rc-util "^4.0.4"
-
-rc-pagination@~1.20.5:
- version "1.20.11"
- resolved "https://registry.npm.alibaba-inc.com/rc-pagination/download/rc-pagination-1.20.11.tgz#ff8ccbf422e229b0e36039bd33b5c9b619d74ad2"
- integrity sha1-/4zL9CLiKbDjYDm9M7XJthnXStI=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.6"
- prop-types "^15.5.7"
- react-lifecycles-compat "^3.0.4"
-
-rc-progress@~2.5.0:
- version "2.5.2"
- resolved "https://registry.npm.alibaba-inc.com/rc-progress/download/rc-progress-2.5.2.tgz#ab01ba4e5d2fa36fc9f6f058b10b720e7315560c"
- integrity sha1-qwG6Tl0vo2/J9vBYsQtyDnMVVgw=
- dependencies:
- babel-runtime "6.x"
- prop-types "^15.5.8"
-
-rc-rate@~2.5.0:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/rc-rate/download/rc-rate-2.5.0.tgz#72d4984a03d0a7a0e6779c7a79efcea27626abf6"
- integrity sha1-ctSYSgPQp6Dmd5x6ee/OonYmq/Y=
- dependencies:
- classnames "^2.2.5"
- prop-types "^15.5.8"
- rc-util "^4.3.0"
- react-lifecycles-compat "^3.0.4"
-
-rc-resize-observer@^0.1.0:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/rc-resize-observer/download/rc-resize-observer-0.1.3.tgz#097191f9c3ab186ed907b553ba6ef565df11c249"
- integrity sha1-CXGR+cOrGG7ZB7VTum71Zd8Rwkk=
- dependencies:
- classnames "^2.2.1"
- rc-util "^4.13.0"
- resize-observer-polyfill "^1.5.1"
-
-rc-select@~9.2.0:
- version "9.2.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-select/download/rc-select-9.2.1.tgz#0fbf47a933c36e1e6ef76c88fab32f58029e6a01"
- integrity sha1-D79HqTPDbh5u92yI+rMvWAKeagE=
- dependencies:
- babel-runtime "^6.23.0"
- classnames "2.x"
- component-classes "1.x"
- dom-scroll-into-view "1.x"
- prop-types "^15.5.8"
- raf "^3.4.0"
- rc-animate "2.x"
- rc-menu "^7.3.0"
- rc-trigger "^2.5.4"
- rc-util "^4.0.4"
- react-lifecycles-compat "^3.0.2"
- warning "^4.0.2"
-
-rc-slider@~8.7.1:
- version "8.7.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-slider/download/rc-slider-8.7.1.tgz#9ed07362dc93489a38e654b21b8122ad70fd3c42"
- integrity sha1-ntBzYtyTSJo45lSyG4EirXD9PEI=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.5"
- prop-types "^15.5.4"
- rc-tooltip "^3.7.0"
- rc-util "^4.0.4"
- react-lifecycles-compat "^3.0.4"
- shallowequal "^1.1.0"
- warning "^4.0.3"
-
-rc-steps@~3.5.0:
- version "3.5.0"
- resolved "https://registry.npm.alibaba-inc.com/rc-steps/download/rc-steps-3.5.0.tgz#36b2a7f1f49907b0d90363884b18623caf9fb600"
- integrity sha1-NrKn8fSZB7DZA2OISxhiPK+ftgA=
- dependencies:
- babel-runtime "^6.23.0"
- classnames "^2.2.3"
- lodash "^4.17.5"
- prop-types "^15.5.7"
-
-rc-switch@~1.9.0:
- version "1.9.0"
- resolved "https://registry.npm.alibaba-inc.com/rc-switch/download/rc-switch-1.9.0.tgz#ab2b878f2713c681358a453391976c9b95b290f7"
- integrity sha1-qyuHjycTxoE1ikUzkZdsm5WykPc=
- dependencies:
- classnames "^2.2.1"
- prop-types "^15.5.6"
- react-lifecycles-compat "^3.0.4"
-
-rc-table@~6.9.4:
- version "6.9.5"
- resolved "https://registry.npm.alibaba-inc.com/rc-table/download/rc-table-6.9.5.tgz#b7394c3780d4ad2398d08d2059aba454f195273f"
- integrity sha1-tzlMN4DUrSOY0I0gWaukVPGVJz8=
- dependencies:
- classnames "^2.2.5"
- component-classes "^1.2.6"
- lodash "^4.17.5"
- mini-store "^2.0.0"
- prop-types "^15.5.8"
- rc-util "^4.13.0"
- react-lifecycles-compat "^3.0.2"
- shallowequal "^1.0.2"
-
-rc-tabs@~9.6.4:
- version "9.6.7"
- resolved "https://registry.npm.alibaba-inc.com/rc-tabs/download/rc-tabs-9.6.7.tgz#c546115a351f5ed779ea5524143157f48ee0c015"
- integrity sha1-xUYRWjUfXtd56lUkFDFX9I7gwBU=
- dependencies:
- "@ant-design/create-react-context" "^0.2.4"
- babel-runtime "6.x"
- classnames "2.x"
- lodash "^4.17.5"
- prop-types "15.x"
- raf "^3.4.1"
- rc-hammerjs "~0.6.0"
- rc-util "^4.0.4"
- react-lifecycles-compat "^3.0.4"
- resize-observer-polyfill "^1.5.1"
- warning "^4.0.3"
-
-rc-time-picker@~3.7.1:
- version "3.7.2"
- resolved "https://registry.npm.alibaba-inc.com/rc-time-picker/download/rc-time-picker-3.7.2.tgz#fabe5501adf1374d31a2d3b47f1ba89fc2dc2467"
- integrity sha1-+r5VAa3xN00xotO0fxuon8LcJGc=
- dependencies:
- classnames "2.x"
- moment "2.x"
- prop-types "^15.5.8"
- raf "^3.4.1"
- rc-trigger "^2.2.0"
- react-lifecycles-compat "^3.0.4"
-
-rc-tooltip@^3.7.0, rc-tooltip@~3.7.3:
- version "3.7.3"
- resolved "https://registry.npm.alibaba-inc.com/rc-tooltip/download/rc-tooltip-3.7.3.tgz#280aec6afcaa44e8dff0480fbaff9e87fc00aecc"
- integrity sha1-KArsavyqROjf8EgPuv+eh/wArsw=
- dependencies:
- babel-runtime "6.x"
- prop-types "^15.5.8"
- rc-trigger "^2.2.2"
-
-rc-tree-select@~2.9.1:
- version "2.9.1"
- resolved "https://registry.npm.alibaba-inc.com/rc-tree-select/download/rc-tree-select-2.9.1.tgz#d076b8ce5bf432df3fdd8a6a01cdd9c93c8e7399"
- integrity sha1-0Ha4zlv0Mt8/3YpqAc3ZyTyOc5k=
- dependencies:
- classnames "^2.2.1"
- dom-scroll-into-view "^1.2.1"
- prop-types "^15.5.8"
- raf "^3.4.0"
- rc-animate "^2.8.2"
- rc-tree "~2.0.0"
- rc-trigger "^3.0.0-rc.2"
- rc-util "^4.5.0"
- react-lifecycles-compat "^3.0.4"
- shallowequal "^1.0.2"
- warning "^4.0.1"
-
-rc-tree@~2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/rc-tree/download/rc-tree-2.0.0.tgz#68fc4c9ab696943b279a143619e2ecf05918fb53"
- integrity sha1-aPxMmraWlDsnmhQ2GeLs8FkY+1M=
- dependencies:
- babel-runtime "^6.23.0"
- classnames "2.x"
- prop-types "^15.5.8"
- rc-animate "^2.6.0"
- rc-util "^4.5.1"
- react-lifecycles-compat "^3.0.4"
- warning "^3.0.0"
-
-rc-tree@~2.1.0:
- version "2.1.3"
- resolved "https://registry.npm.alibaba-inc.com/rc-tree/download/rc-tree-2.1.3.tgz#5214ab1b21a1848eb9a2ddcb919e3bc46d6d390b"
- integrity sha1-UhSrGyGhhI65ot3LkZ47xG1tOQs=
- dependencies:
- "@ant-design/create-react-context" "^0.2.4"
- classnames "2.x"
- prop-types "^15.5.8"
- rc-animate "^2.6.0"
- rc-util "^4.5.1"
- react-lifecycles-compat "^3.0.4"
- warning "^4.0.3"
-
-rc-trigger@^2.2.0, rc-trigger@^2.2.2, rc-trigger@^2.3.0, rc-trigger@^2.5.1, rc-trigger@^2.5.4, rc-trigger@^2.6.2:
- version "2.6.5"
- resolved "https://registry.npm.alibaba-inc.com/rc-trigger/download/rc-trigger-2.6.5.tgz#140a857cf28bd0fa01b9aecb1e26a50a700e9885"
- integrity sha1-FAqFfPKL0PoBua7LHialCnAOmIU=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.6"
- prop-types "15.x"
- rc-align "^2.4.0"
- rc-animate "2.x"
- rc-util "^4.4.0"
- react-lifecycles-compat "^3.0.4"
-
-rc-trigger@^3.0.0-rc.2:
- version "3.0.0-rc.3"
- resolved "https://registry.npm.alibaba-inc.com/rc-trigger/download/rc-trigger-3.0.0-rc.3.tgz#35842df1674d25315e1426a44882a4c97652258b"
- integrity sha1-NYQt8WdNJTFeFCakSIKkyXZSJYs=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.6"
- prop-types "15.x"
- raf "^3.4.0"
- rc-align "^2.4.1"
- rc-animate "^3.0.0-rc.1"
- rc-util "^4.4.0"
-
-rc-upload@~2.9.1:
- version "2.9.2"
- resolved "https://registry.npm.alibaba-inc.com/rc-upload/download/rc-upload-2.9.2.tgz#bf9f16f2458a9a07def00234a6618307406ac7dd"
- integrity sha1-v58W8kWKmgfe8AI0pmGDB0Bqx90=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.5"
- prop-types "^15.5.7"
- warning "4.x"
-
-rc-util@^4.0.4, rc-util@^4.1.1, rc-util@^4.10.0, rc-util@^4.11.2, rc-util@^4.13.0, rc-util@^4.15.3, rc-util@^4.3.0, rc-util@^4.4.0, rc-util@^4.5.0, rc-util@^4.5.1, rc-util@^4.6.0, rc-util@^4.8.1:
- version "4.15.6"
- resolved "https://registry.npm.alibaba-inc.com/rc-util/download/rc-util-4.15.6.tgz#cd36c82b44504052df054f991846820073a57ee0"
- integrity sha1-zTbIK0RQQFLfBU+ZGEaCAHOlfuA=
- dependencies:
- add-dom-event-listener "^1.1.0"
- babel-runtime "6.x"
- prop-types "^15.5.10"
- react-lifecycles-compat "^3.0.4"
- shallowequal "^1.1.0"
-
-rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8:
- version "1.2.8"
- resolved "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
- integrity sha1-zZJL9SAKB1uDwYjNa54hG3/A0+0=
- dependencies:
- deep-extend "^0.6.0"
- ini "~1.3.0"
- minimist "^1.2.0"
- strip-json-comments "~2.0.1"
-
-react-addons-create-fragment@^15.6.2:
- version "15.6.2"
- resolved "https://registry.npm.alibaba-inc.com/react-addons-create-fragment/download/react-addons-create-fragment-15.6.2.tgz#a394de7c2c7becd6b5475ba1b97ac472ce7c74f8"
- integrity sha1-o5TefCx77Na1R1uhuXrEcs58dPg=
- dependencies:
- fbjs "^0.8.4"
- loose-envify "^1.3.1"
- object-assign "^4.1.0"
-
-react-clientside-effect@^1.2.0:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/react-clientside-effect/download/react-clientside-effect-1.2.2.tgz#6212fb0e07b204e714581dd51992603d1accc837"
- integrity sha1-YhL7DgeyBOcUWB3VGZJgPRrMyDc=
- dependencies:
- "@babel/runtime" "^7.0.0"
-
-react-codemirror2@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npm.alibaba-inc.com/react-codemirror2/download/react-codemirror2-6.0.0.tgz#180065df57a64026026cde569a9708fdf7656525"
- integrity sha1-GABl31emQCYCbN5WmpcI/fdlZSU=
-
-react-color@^2.17.0:
- version "2.17.3"
- resolved "https://registry.npm.alibaba-inc.com/react-color/download/react-color-2.17.3.tgz#b8556d744f95193468c7061d2aa19180118d4a48"
- integrity sha1-uFVtdE+VGTRoxwYdKqGRgBGNSkg=
- dependencies:
- "@icons/material" "^0.2.4"
- lodash "^4.17.11"
- material-colors "^1.2.1"
- prop-types "^15.5.10"
- reactcss "^1.2.0"
- tinycolor2 "^1.4.1"
-
-react-dev-utils@^4.2.3:
- version "4.2.3"
- resolved "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-4.2.3.tgz#5b42d9ea58d5e9e017a2f57a40a8af408a3a46fb"
- integrity sha1-W0LZ6ljV6eAXovV6QKivQIo6Rvs=
- dependencies:
- address "1.0.3"
- babel-code-frame "6.26.0"
- chalk "1.1.3"
- cross-spawn "5.1.0"
- detect-port-alt "1.1.3"
- escape-string-regexp "1.0.5"
- filesize "3.5.11"
- global-modules "1.0.0"
- gzip-size "3.0.0"
- inquirer "3.3.0"
- is-root "1.0.0"
- opn "5.1.0"
- react-error-overlay "^3.0.0"
- recursive-readdir "2.2.1"
- shell-quote "1.6.1"
- sockjs-client "1.1.4"
- strip-ansi "3.0.1"
- text-table "0.2.0"
-
-react-dev-utils@^9.0.0:
- version "9.1.0"
- resolved "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81"
- integrity sha1-OtK7iEijIxnXYNCoTFbBS9quXoE=
- dependencies:
- "@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"
-
-react-docgen-typescript-loader@^3.1.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/react-docgen-typescript-loader/download/react-docgen-typescript-loader-3.3.0.tgz#c1f5c1db9a2b6a6bca220bc50fee0a071bc75499"
- integrity sha1-wfXB25oramvKIgvFD+4KBxvHVJk=
- dependencies:
- "@webpack-contrib/schema-utils" "^1.0.0-beta.0"
- loader-utils "^1.2.3"
- react-docgen-typescript "^1.15.0"
-
-react-docgen-typescript@^1.15.0:
- version "1.15.1"
- resolved "https://registry.npm.alibaba-inc.com/react-docgen-typescript/download/react-docgen-typescript-1.15.1.tgz#1648aa422940d9850bc5433c1d179e440d8401f6"
- integrity sha1-FkiqQilA2YULxUM8HReeRA2EAfY=
-
-react-docgen@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npm.alibaba-inc.com/react-docgen/download/react-docgen-4.1.1.tgz#8fef0212dbf14733e09edecef1de6b224d87219e"
- integrity sha1-j+8CEtvxRzPgnt7O8d5rIk2HIZ4=
- dependencies:
- "@babel/core" "^7.0.0"
- "@babel/runtime" "^7.0.0"
- async "^2.1.4"
- commander "^2.19.0"
- doctrine "^3.0.0"
- node-dir "^0.1.10"
- recast "^0.17.3"
-
-react-dom@^16.12.0, react-dom@^16.8.3, react-dom@^16.9.0:
- version "16.12.0"
- resolved "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11"
- integrity sha1-DaS3FLjRPCA4yTlrVKkrrqYz/hE=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
- scheduler "^0.18.0"
-
-react-draggable@^4.0.3:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/react-draggable/download/react-draggable-4.1.0.tgz#e1c5b774001e32f0bff397254e1e9d5448ac92a4"
- integrity sha1-4cW3dAAeMvC/85clTh6dVEiskqQ=
- dependencies:
- classnames "^2.2.5"
- prop-types "^15.6.0"
-
-react-element-to-jsx-string@^14.0.2:
- version "14.1.0"
- resolved "https://registry.npm.alibaba-inc.com/react-element-to-jsx-string/download/react-element-to-jsx-string-14.1.0.tgz#31fcc3a82459d5e57ef852aa6879bcd0a578a8cb"
- integrity sha1-MfzDqCRZ1eV++FKqaHm80KV4qMs=
- dependencies:
- "@base2/pretty-print-object" "^1.0.0"
- is-plain-object "3.0.0"
-
-react-error-overlay@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-3.0.0.tgz#c2bc8f4d91f1375b3dad6d75265d51cd5eeaf655"
- integrity sha1-wryPTZHxN1s9rW11Jl1RzV7q9lU=
-
-react-error-overlay@^6.0.3:
- version "6.0.3"
- resolved "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.3.tgz#c378c4b0a21e88b2e159a3e62b2f531fd63bf60d"
- integrity sha1-w3jEsKIeiLLhWaPmKy9TH9Y79g0=
-
-react-fast-compare@^2.0.2, react-fast-compare@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
- integrity sha1-6EtNRVsP7BE+BALDKTUnFRlvgfk=
-
-react-focus-lock@^1.18.3:
- version "1.19.1"
- resolved "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-1.19.1.tgz#2f3429793edaefe2d077121f973ce5a3c7a0651a"
- integrity sha1-LzQpeT7a7+LQdxIflzzlo8egZRo=
- dependencies:
- "@babel/runtime" "^7.0.0"
- focus-lock "^0.6.3"
- prop-types "^15.6.2"
- react-clientside-effect "^1.2.0"
-
-react-github-button@^0.1.11:
- version "0.1.11"
- resolved "https://registry.npm.alibaba-inc.com/react-github-button/download/react-github-button-0.1.11.tgz#fc61e1f1e1371169d3618c1ba37306ba04081e56"
- integrity sha1-/GHh8eE3EWnTYYwbo3MGugQIHlY=
- dependencies:
- prop-types "^15.5.10"
-
-react-helmet-async@^1.0.2:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.4.tgz#079ef10b7fefcaee6240fefd150711e62463cc97"
- integrity sha1-B57xC3/vyu5iQP79FQcR5iRjzJc=
- dependencies:
- "@babel/runtime" "^7.3.4"
- invariant "^2.2.4"
- prop-types "^15.7.2"
- react-fast-compare "^2.0.4"
- shallowequal "^1.1.0"
-
-react-helmet@^5.2.1:
- version "5.2.1"
- resolved "https://registry.npm.alibaba-inc.com/react-helmet/download/react-helmet-5.2.1.tgz#16a7192fdd09951f8e0fe22ffccbf9bb3e591ffa"
- integrity sha1-FqcZL90JlR+OD+Iv/Mv5uz5ZH/o=
- dependencies:
- object-assign "^4.1.1"
- prop-types "^15.5.4"
- react-fast-compare "^2.0.2"
- react-side-effect "^1.1.0"
-
-react-hot-loader@^4.12.16:
- version "4.12.18"
- resolved "https://registry.npm.alibaba-inc.com/react-hot-loader/download/react-hot-loader-4.12.18.tgz#a9029e34af2690d76208f9a35189d73c2dfea6a7"
- integrity sha1-qQKeNK8mkNdiCPmjUYnXPC3+pqc=
- dependencies:
- fast-levenshtein "^2.0.6"
- global "^4.3.0"
- hoist-non-react-statics "^3.3.0"
- loader-utils "^1.1.0"
- prop-types "^15.6.1"
- react-lifecycles-compat "^3.0.4"
- shallowequal "^1.1.0"
- source-map "^0.7.3"
-
-react-hotkeys@2.0.0-pre4:
- version "2.0.0-pre4"
- resolved "https://registry.npm.alibaba-inc.com/react-hotkeys/download/react-hotkeys-2.0.0-pre4.tgz#a1c248a51bdba4282c36bf3204f80d58abc73333"
- integrity sha1-ocJIpRvbpCgsNr8yBPgNWKvHMzM=
- dependencies:
- prop-types "^15.6.1"
-
-react-i18next@^11.0.0, react-i18next@^11.0.1:
- version "11.2.1"
- resolved "https://registry.npm.alibaba-inc.com/react-i18next/download/react-i18next-11.2.1.tgz#a56d9f1f52d003eb4fa8f1c7d6752123827160f0"
- integrity sha1-pW2fH1LQA+tPqPHH1nUhI4JxYPA=
- dependencies:
- "@babel/runtime" "^7.3.1"
- html-parse-stringify2 "2.0.1"
-
-react-input-autosize@^2.2.2:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/react-input-autosize/download/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2"
- integrity sha1-/KpwIFaOwga8BL429Oto5kfE2MI=
- dependencies:
- prop-types "^15.5.8"
-
-react-inspector@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/react-inspector/download/react-inspector-3.0.2.tgz#c530a06101f562475537e47df428e1d7aff16ed8"
- integrity sha1-xTCgYQH1YkdVN+R99Cjh16/xbtg=
- dependencies:
- babel-runtime "^6.26.0"
- is-dom "^1.0.9"
- prop-types "^15.6.1"
-
-react-is@^16.10.2, react-is@^16.3.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0:
- version "16.12.0"
- resolved "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
- integrity sha1-LMD+D7p0LZf9UnxCoTvsTusGJBw=
-
-react-lazy-load@^3.0.13:
- version "3.0.13"
- resolved "https://registry.npm.alibaba-inc.com/react-lazy-load/download/react-lazy-load-3.0.13.tgz#3b0a92d336d43d3f0d73cbe6f35b17050b08b824"
- integrity sha1-OwqS0zbUPT8Nc8vm81sXBQsIuCQ=
- dependencies:
- eventlistener "0.0.1"
- lodash.debounce "^4.0.0"
- lodash.throttle "^4.0.0"
- prop-types "^15.5.8"
-
-react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
- integrity sha1-TxonOv38jzSIqMUWv9p4+HI1I2I=
-
-react-popper-tooltip@^2.8.3:
- version "2.10.0"
- resolved "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.10.0.tgz#4d8383644d1002a50bd2bf74b2d1214d84ffc77c"
- integrity sha1-TYODZE0QAqUL0r90stEhTYT/x3w=
- dependencies:
- "@babel/runtime" "^7.6.3"
- react-popper "^1.3.4"
-
-react-popper@^1.3.4:
- version "1.3.6"
- resolved "https://registry.npm.alibaba-inc.com/react-popper/download/react-popper-1.3.6.tgz#32122f83af8fda01bdd4f86625ddacaf64fdd06d"
- integrity sha1-MhIvg6+P2gG91PhmJd2sr2T90G0=
- dependencies:
- "@babel/runtime" "^7.1.2"
- create-react-context "^0.3.0"
- popper.js "^1.14.4"
- prop-types "^15.6.1"
- typed-styles "^0.0.7"
- warning "^4.0.2"
-
-react-reconciler@^0.21.0:
- version "0.21.0"
- resolved "https://registry.npm.alibaba-inc.com/react-reconciler/download/react-reconciler-0.21.0.tgz#8180342ab3c8295f860025a86d0a03742a294ea7"
- integrity sha1-gYA0KrPIKV+GACWobQoDdCopTqc=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
- scheduler "^0.15.0"
-
-react-select@^3.0.0:
- version "3.0.8"
- resolved "https://registry.npm.alibaba-inc.com/react-select/download/react-select-3.0.8.tgz#06ff764e29db843bcec439ef13e196865242e0c1"
- integrity sha1-Bv92TinbhDvOxDnvE+GWhlJC4ME=
- dependencies:
- "@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 "^2.2.2"
- react-transition-group "^2.2.1"
-
-react-side-effect@^1.1.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/react-side-effect/download/react-side-effect-1.2.0.tgz#0e940c78faba0c73b9b0eba9cd3dda8dfb7e7dae"
- integrity sha1-DpQMePq6DHO5sOupzT3ajft+fa4=
- dependencies:
- shallowequal "^1.0.1"
-
-react-sizeme@^2.6.7:
- version "2.6.10"
- resolved "https://registry.npm.alibaba-inc.com/react-sizeme/download/react-sizeme-2.6.10.tgz#9993dcb5e67fab94a8e5d078a0d3820609010f17"
- integrity sha1-mZPcteZ/q5So5dB4oNOCBgkBDxc=
- dependencies:
- element-resize-detector "^1.1.15"
- invariant "^2.2.4"
- shallowequal "^1.1.0"
- throttle-debounce "^2.1.0"
-
-react-slick@^0.25.2, react-slick@~0.25.2:
- version "0.25.2"
- resolved "https://registry.npm.alibaba-inc.com/react-slick/download/react-slick-0.25.2.tgz#56331b67d47d8bcfe2dceb6acab1c8fd5bd1f6bc"
- integrity sha1-VjMbZ9R9i8/i3OtqyrHI/VvR9rw=
- dependencies:
- classnames "^2.2.5"
- enquire.js "^2.1.6"
- json2mq "^0.2.0"
- lodash.debounce "^4.0.8"
- resize-observer-polyfill "^1.5.0"
-
-react-split-pane@^0.1.87:
- version "0.1.89"
- resolved "https://registry.npm.alibaba-inc.com/react-split-pane/download/react-split-pane-0.1.89.tgz#e111e5f7e6e1cd3c86a5aa0d9ddf987c2165f0d0"
- integrity sha1-4RHl9+bhzTyGpaoNnd+YfCFl8NA=
- dependencies:
- prop-types "^15.5.10"
- react-lifecycles-compat "^3.0.4"
- react-style-proptype "^3.0.0"
-
-react-style-proptype@^3.0.0:
- version "3.2.2"
- resolved "https://registry.npm.alibaba-inc.com/react-style-proptype/download/react-style-proptype-3.2.2.tgz#d8e998e62ce79ec35b087252b90f19f1c33968a0"
- integrity sha1-2OmY5iznnsNbCHJSuQ8Z8cM5aKA=
- dependencies:
- prop-types "^15.5.4"
-
-react-syntax-highlighter@^8.0.1:
- version "8.1.0"
- resolved "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-8.1.0.tgz#59103ff17a828a27ed7c8f035ae2558f09b6b78c"
- integrity sha1-WRA/8XqCiiftfI8DWuJVjwm2t4w=
- dependencies:
- babel-runtime "^6.18.0"
- highlight.js "~9.12.0"
- lowlight "~1.9.1"
- prismjs "^1.8.4"
- refractor "^2.4.1"
-
-react-test-renderer@^16.0.0-0, react-test-renderer@^16.9.0:
- version "16.12.0"
- resolved "https://registry.npm.alibaba-inc.com/react-test-renderer/download/react-test-renderer-16.12.0.tgz#11417ffda579306d4e841a794d32140f3da1b43f"
- integrity sha1-EUF//aV5MG1OhBp5TTIUDz2htD8=
- dependencies:
- object-assign "^4.1.1"
- prop-types "^15.6.2"
- react-is "^16.8.6"
- scheduler "^0.18.0"
-
-react-textarea-autosize@^7.1.0:
- version "7.1.2"
- resolved "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz#70fdb333ef86bcca72717e25e623e90c336e2cda"
- integrity sha1-cP2zM++GvMpycX4l5iPpDDNuLNo=
- dependencies:
- "@babel/runtime" "^7.1.2"
- prop-types "^15.6.0"
-
-react-transition-group@^2.2.1:
- version "2.9.0"
- resolved "https://registry.npm.alibaba-inc.com/react-transition-group/download/react-transition-group-2.9.0.tgz#df9cdb025796211151a436c69a8f3b97b5b07c8d"
- integrity sha1-35zbAleWIRFRpDbGmo87l7WwfI0=
- dependencies:
- dom-helpers "^3.4.0"
- loose-envify "^1.4.0"
- prop-types "^15.6.2"
- react-lifecycles-compat "^3.0.4"
-
-react-use@^13.8.0:
- version "13.8.0"
- resolved "https://registry.npm.alibaba-inc.com/react-use/download/react-use-13.8.0.tgz#5e8badaaa5614a1925fd28ad22d01cc1c52e0ff1"
- integrity sha1-XoutqqVhShkl/SitItAcwcUuD/E=
- dependencies:
- copy-to-clipboard "^3.2.0"
- nano-css "^5.2.1"
- react-fast-compare "^2.0.4"
- resize-observer-polyfill "^1.5.1"
- screenfull "^5.0.0"
- set-harmonic-interval "^1.0.1"
- throttle-debounce "^2.1.0"
- ts-easing "^0.2.0"
- tslib "^1.10.0"
-
-react@^0.14.0:
- version "0.14.9"
- resolved "https://registry.npm.alibaba-inc.com/react/download/react-0.14.9.tgz#9110a6497c49d44ba1c0edd317aec29c2e0d91d1"
- integrity sha1-kRCmSXxJ1EuhwO3TF67CnC4NkdE=
- dependencies:
- envify "^3.0.0"
- fbjs "^0.6.1"
-
-react@^16.11.0, react@^16.8.3, react@^16.8.6, react@^16.9.0:
- version "16.12.0"
- resolved "https://registry.npm.alibaba-inc.com/react/download/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83"
- integrity sha1-DAqcahQkKeNhSDTVp3jhiqeKC4M=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
-
-reactcss@^1.2.0:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/reactcss/download/reactcss-1.2.3.tgz#c00013875e557b1cf0dfd9a368a1c3dab3b548dd"
- integrity sha1-wAATh15Vexzw39mjaKHD2rO1SN0=
- dependencies:
- lodash "^4.0.1"
-
-read-chunk@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/read-chunk/download/read-chunk-3.2.0.tgz#2984afe78ca9bfbbdb74b19387bf9e86289c16ca"
- integrity sha1-KYSv54ypv7vbdLGTh7+ehiicFso=
- dependencies:
- pify "^4.0.1"
- with-open-file "^0.1.6"
-
-read-cmd-shim@^1.0.1:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/read-cmd-shim/download/read-cmd-shim-1.0.5.tgz#87e43eba50098ba5a32d0ceb583ab8e43b961c16"
- integrity sha1-h+Q+ulAJi6WjLQzrWDq45DuWHBY=
- dependencies:
- graceful-fs "^4.1.2"
-
-"read-package-json@1 || 2", read-package-json@^2.0.0, read-package-json@^2.0.13:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/read-package-json/download/read-package-json-2.1.0.tgz#e3d42e6c35ea5ae820d9a03ab0c7291217fc51d5"
- integrity sha1-49QubDXqWugg2aA6sMcpEhf8UdU=
- dependencies:
- glob "^7.1.1"
- json-parse-better-errors "^1.0.1"
- normalize-package-data "^2.0.0"
- slash "^1.0.0"
- optionalDependencies:
- graceful-fs "^4.1.2"
-
-read-package-tree@^5.1.6:
- version "5.3.1"
- resolved "https://registry.npm.alibaba-inc.com/read-package-tree/download/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636"
- integrity sha1-oyy2TH8x64pvMe8G+c7fdAaP5jY=
- dependencies:
- read-package-json "^2.0.0"
- readdir-scoped-modules "^1.0.0"
- util-promisify "^2.1.0"
-
-read-pkg-up@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
- integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=
- dependencies:
- find-up "^1.0.0"
- read-pkg "^1.0.0"
-
-read-pkg-up@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
- integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
- dependencies:
- find-up "^2.0.0"
- read-pkg "^2.0.0"
-
-read-pkg-up@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
- integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
- dependencies:
- find-up "^2.0.0"
- read-pkg "^3.0.0"
-
-read-pkg-up@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978"
- integrity sha1-GyIcYIi6d5lgHICPkRYcZuWPiXg=
- dependencies:
- find-up "^3.0.0"
- read-pkg "^3.0.0"
-
-read-pkg@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
- integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=
- dependencies:
- load-json-file "^1.0.0"
- normalize-package-data "^2.3.2"
- path-type "^1.0.0"
-
-read-pkg@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
- integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
- dependencies:
- load-json-file "^2.0.0"
- normalize-package-data "^2.3.2"
- path-type "^2.0.0"
-
-read-pkg@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
- integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
- dependencies:
- load-json-file "^4.0.0"
- normalize-package-data "^2.3.2"
- path-type "^3.0.0"
-
-read-pkg@^5.2.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
- integrity sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=
- dependencies:
- "@types/normalize-package-data" "^2.4.0"
- normalize-package-data "^2.5.0"
- parse-json "^5.0.0"
- type-fest "^0.6.0"
-
-read@1, read@^1.0.7, read@~1.0.1:
- version "1.0.7"
- resolved "https://registry.npm.alibaba-inc.com/read/download/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4"
- integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=
- dependencies:
- mute-stream "~0.0.4"
-
-"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.0, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6:
- version "2.3.6"
- resolved "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
- integrity sha1-sRwn2IuP8fvgcGQ8+UsMea4bCq8=
- dependencies:
- 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"
-
-"readable-stream@2 || 3", readable-stream@^3.0.1, readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.1.1:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
- integrity sha1-pRwmdUZY4KPCHb9ZFjvUW6b0R/w=
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-"readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.31:
- version "1.0.34"
- resolved "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
- integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=
- dependencies:
- core-util-is "~1.0.0"
- inherits "~2.0.1"
- isarray "0.0.1"
- string_decoder "~0.10.x"
-
-readdir-scoped-modules@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/readdir-scoped-modules/download/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309"
- integrity sha1-jUVAe0+HCg3K68DihnDRjnRRQwk=
- dependencies:
- debuglog "^1.0.1"
- dezalgo "^1.0.0"
- graceful-fs "^4.1.2"
- once "^1.3.0"
-
-readdirp@^2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
- integrity sha1-DodiKjMlqjPokihcr4tOhGUppSU=
- dependencies:
- graceful-fs "^4.1.11"
- micromatch "^3.1.10"
- readable-stream "^2.0.2"
-
-readdirp@~3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839"
- integrity sha1-wwwzNSsSyW37S4lUIaSf1alZODk=
- dependencies:
- picomatch "^2.0.4"
-
-reading-time@^1.1.3:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/reading-time/download/reading-time-1.2.0.tgz#ced71c06715762f805506328dcc1fd45d8249ac4"
- integrity sha1-ztccBnFXYvgFUGMo3MH9RdgkmsQ=
-
-realpath-native@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
- integrity sha1-IAMpT+oj+wZy8kduviL89Jii1lw=
- dependencies:
- util.promisify "^1.0.0"
-
-recast@^0.11.17:
- version "0.11.23"
- resolved "https://registry.npm.alibaba-inc.com/recast/download/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3"
- integrity sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM=
- dependencies:
- ast-types "0.9.6"
- esprima "~3.1.0"
- private "~0.1.5"
- source-map "~0.5.0"
-
-recast@^0.14.7:
- version "0.14.7"
- resolved "https://registry.npm.alibaba-inc.com/recast/download/recast-0.14.7.tgz#4f1497c2b5826d42a66e8e3c9d80c512983ff61d"
- integrity sha1-TxSXwrWCbUKmbo48nYDFEpg/9h0=
- dependencies:
- ast-types "0.11.3"
- esprima "~4.0.0"
- private "~0.1.5"
- source-map "~0.6.1"
-
-recast@^0.17.3:
- version "0.17.6"
- resolved "https://registry.npm.alibaba-inc.com/recast/download/recast-0.17.6.tgz#64ae98d0d2dfb10ff92ff5fb9ffb7371823b69fa"
- integrity sha1-ZK6Y0NLfsQ/5L/X7n/tzcYI7afo=
- dependencies:
- ast-types "0.12.4"
- esprima "~4.0.0"
- private "^0.1.8"
- source-map "~0.6.1"
-
-rechoir@^0.6.2:
- version "0.6.2"
- resolved "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
- integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=
- dependencies:
- resolve "^1.1.6"
-
-recursive-readdir@2.2.1:
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.1.tgz#90ef231d0778c5ce093c9a48d74e5c5422d13a99"
- integrity sha1-kO8jHQd4xc4JPJpI105cVCLROpk=
- dependencies:
- minimatch "3.0.3"
-
-recursive-readdir@2.2.2:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
- integrity sha1-mUb7MnThYo3m42svZxSVO0hFCU8=
- dependencies:
- minimatch "3.0.4"
-
-redent@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/redent/download/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
- integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=
- dependencies:
- indent-string "^2.1.0"
- strip-indent "^1.0.1"
-
-redent@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/redent/download/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa"
- integrity sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=
- dependencies:
- indent-string "^3.0.0"
- strip-indent "^2.0.0"
-
-redeyed@~0.4.0:
- version "0.4.4"
- resolved "https://registry.npm.alibaba-inc.com/redeyed/download/redeyed-0.4.4.tgz#37e990a6f2b21b2a11c2e6a48fd4135698cba97f"
- integrity sha1-N+mQpvKyGyoRwuakj9QTVpjLqX8=
- dependencies:
- esprima "~1.0.4"
-
-reduce@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/reduce/download/reduce-1.0.2.tgz#0cd680ad3ffe0b060e57a5c68bdfce37168d361b"
- integrity sha1-DNaArT/+CwYOV6XGi9/ONxaNNhs=
- dependencies:
- object-keys "^1.1.0"
-
-redux-thunk@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/redux-thunk/download/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622"
- integrity sha1-UcLBmhhe1Rh6qpotCLZm0NZGdiI=
-
-redux@^4.0.4:
- version "4.0.4"
- resolved "https://registry.npm.alibaba-inc.com/redux/download/redux-4.0.4.tgz#4ee1aeb164b63d6a1bcc57ae4aa0b6e6fa7a3796"
- integrity sha1-TuGusWS2PWobzFeuSqC25vp6N5Y=
- dependencies:
- loose-envify "^1.4.0"
- symbol-observable "^1.2.0"
-
-reflect-metadata@0.1.8:
- version "0.1.8"
- resolved "https://registry.npm.alibaba-inc.com/reflect-metadata/download/reflect-metadata-0.1.8.tgz#72426d570b60776e3688968bd5ab9537a15cecf6"
- integrity sha1-ckJtVwtgd242iJaL1auVN6Fc7PY=
-
-reflect-metadata@^0.1.13:
- version "0.1.13"
- resolved "https://registry.npm.alibaba-inc.com/reflect-metadata/download/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
- integrity sha1-Z648pXyXKiqhZCsQ/jY/4y1J3Ag=
-
-reflect.ownkeys@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/reflect.ownkeys/download/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
- integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=
-
-refractor@^2.4.1:
- version "2.10.0"
- resolved "https://registry.npm.alibaba-inc.com/refractor/download/refractor-2.10.0.tgz#4cc7efc0028a87924a9b31d82d129dec831a287b"
- integrity sha1-TMfvwAKKh5JKmzHYLRKd7IMaKHs=
- dependencies:
- hastscript "^5.0.0"
- parse-entities "^1.1.2"
- prismjs "~1.17.0"
-
-regenerate-unicode-properties@^8.1.0:
- version "8.1.0"
- resolved "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
- integrity sha1-71Hg8OpK1CS3e/fLQfPgFccKPw4=
- dependencies:
- regenerate "^1.4.0"
-
-regenerate@^1.2.1, regenerate@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
- integrity sha1-SoVuxLVuQHfFV1icroXnpMiGmhE=
-
-regenerator-runtime@^0.10.5:
- version "0.10.5"
- resolved "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658"
- integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=
-
-regenerator-runtime@^0.11.0, regenerator-runtime@^0.11.1:
- version "0.11.1"
- resolved "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
- integrity sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=
-
-regenerator-runtime@^0.12.1:
- version "0.12.1"
- resolved "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
- integrity sha1-+hpxVEdkwDb4xJsToIsllMn4oN4=
-
-regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3:
- version "0.13.3"
- resolved "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
- integrity sha1-fPanfY9cb2Drc8X8GVWyzrAea/U=
-
-regenerator-transform@^0.14.0:
- version "0.14.1"
- resolved "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
- integrity sha1-Oy/OThq3cywI9mXf2zFHScfd0vs=
- dependencies:
- private "^0.1.6"
-
-regex-not@^1.0.0, regex-not@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
- integrity sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=
- dependencies:
- extend-shallow "^3.0.2"
- safe-regex "^1.1.0"
-
-regexp.prototype.flags@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.2.0.tgz#6b30724e306a27833eeb171b66ac8890ba37e41c"
- integrity sha1-azByTjBqJ4M+6xcbZqyIkLo35Bw=
- dependencies:
- define-properties "^1.1.2"
-
-regexpp@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
- integrity sha1-jRnTHPYySCtYkEn4KB+T28uk0H8=
-
-regexpp@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
- integrity sha1-3WOYLuMwDme0HBlW+FCqaA2dMw4=
-
-regexpu-core@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
- integrity sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=
- dependencies:
- regenerate "^1.2.1"
- regjsgen "^0.2.0"
- regjsparser "^0.1.4"
-
-regexpu-core@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
- integrity sha1-IDfBizJ8/Oim/qKk7EQfJDKvuLY=
- dependencies:
- regenerate "^1.4.0"
- regenerate-unicode-properties "^8.1.0"
- regjsgen "^0.5.0"
- regjsparser "^0.6.0"
- unicode-match-property-ecmascript "^1.0.4"
- unicode-match-property-value-ecmascript "^1.1.0"
-
-registry-auth-token@^3.0.1:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e"
- integrity sha1-10RoFUM/XV7WQxzV3KIQSPZrOX4=
- dependencies:
- rc "^1.1.6"
- safe-buffer "^5.0.1"
-
-registry-auth-token@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.0.0.tgz#30e55961eec77379da551ea5c4cf43cbf03522be"
- integrity sha1-MOVZYe7Hc3naVR6lxM9Dy/A1Ir4=
- dependencies:
- rc "^1.2.8"
- safe-buffer "^5.0.1"
-
-registry-url@^3.0.3:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942"
- integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI=
- dependencies:
- rc "^1.0.1"
-
-registry-url@^5.0.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009"
- integrity sha1-6YM0tQ1UNLgRNrROxjjZwgCcUAk=
- dependencies:
- rc "^1.2.8"
-
-regjsgen@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
- integrity sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=
-
-regjsgen@^0.5.0:
- version "0.5.1"
- resolved "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c"
- integrity sha1-SPC/Gl6iBRlpKcDZeYtC0e2YRDw=
-
-regjsparser@^0.1.4:
- version "0.1.5"
- resolved "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c"
- integrity sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=
- dependencies:
- jsesc "~0.5.0"
-
-regjsparser@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
- integrity sha1-8eaui32iuulsmTmbhozWyTOiupw=
- dependencies:
- jsesc "~0.5.0"
-
-regl@^1.3.11:
- version "1.3.13"
- resolved "https://registry.npm.alibaba-inc.com/regl/download/regl-1.3.13.tgz#c376bfa6477995a9be9cd21495a0c9beb9b2f3af"
- integrity sha1-w3a/pkd5lam+nNIUlaDJvrmy868=
-
-relateurl@0.2.x, relateurl@^0.2.7:
- version "0.2.7"
- resolved "https://registry.npm.alibaba-inc.com/relateurl/download/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
- integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
-
-relay-runtime@2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/relay-runtime/download/relay-runtime-2.0.0.tgz#0e42df90365cc69f104f7e4b20fdcf975f5a9c0b"
- integrity sha1-DkLfkDZcxp8QT35LIP3Pl19anAs=
- dependencies:
- "@babel/runtime" "^7.0.0"
- fbjs "^1.0.0"
-
-release-it@^12.4.3:
- version "12.4.3"
- resolved "https://registry.npm.alibaba-inc.com/release-it/download/release-it-12.4.3.tgz#c99a72cd1c812bcde3b532ecfee8b22c652b36f8"
- integrity sha1-yZpyzRyBK83jtTLs/uiyLGUrNvg=
- dependencies:
- "@iarna/toml" "2.2.3"
- "@octokit/rest" "16.33.0"
- async-retry "1.2.3"
- chalk "2.4.2"
- cosmiconfig "5.2.1"
- debug "4.1.1"
- deprecated-obj "1.0.1"
- detect-repo-changelog "1.0.1"
- find-up "4.1.0"
- form-data "2.5.1"
- git-url-parse "11.1.2"
- globby "10.0.1"
- got "9.6.0"
- import-cwd "3.0.0"
- inquirer "7.0.0"
- is-ci "2.0.0"
- lodash "4.17.15"
- mime-types "2.1.24"
- ora "4.0.2"
- os-name "3.1.0"
- semver "6.3.0"
- shelljs "0.8.3"
- supports-color "7.1.0"
- update-notifier "3.0.1"
- url-join "4.0.1"
- uuid "3.3.3"
- window-size "1.1.1"
- yargs-parser "15.0.0"
-
-remark-parse@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-1.1.0.tgz#c3ca10f9a8da04615c28f09aa4e304510526ec21"
- integrity sha1-w8oQ+ajaBGFcKPCapOMEUQUm7CE=
- dependencies:
- collapse-white-space "^1.0.0"
- extend "^3.0.0"
- parse-entities "^1.0.2"
- repeat-string "^1.5.4"
- 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"
-
-remark-parse@^6.0.0, remark-parse@^6.0.3:
- version "6.0.3"
- resolved "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a"
- integrity sha1-yZExBSgJ2kghCEE/h7Duf1IYCjo=
- dependencies:
- 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"
-
-remark-retext@^3.1.3:
- version "3.1.3"
- resolved "https://registry.npm.alibaba-inc.com/remark-retext/download/remark-retext-3.1.3.tgz#77173b1d9d13dab15ce5b38d996195fea522ee7f"
- integrity sha1-dxc7HZ0T2rFc5bONmWGV/qUi7n8=
- dependencies:
- mdast-util-to-nlcst "^3.2.0"
-
-remark-stringify@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-1.1.0.tgz#a7105e25b9ee2bf9a49b75d2c423f11b06ae2092"
- integrity sha1-pxBeJbnuK/mkm3XSxCPxGwauIJI=
- dependencies:
- ccount "^1.0.0"
- extend "^3.0.0"
- longest-streak "^1.0.0"
- markdown-table "^0.4.0"
- parse-entities "^1.0.2"
- repeat-string "^1.5.4"
- stringify-entities "^1.0.1"
- unherit "^1.0.4"
-
-remark-stringify@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-5.0.0.tgz#336d3a4d4a6a3390d933eeba62e8de4bd280afba"
- integrity sha1-M206TUpqM5DZM+66YujeS9KAr7o=
- dependencies:
- 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"
-
-remark-stringify@^6.0.0:
- version "6.0.4"
- resolved "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-6.0.4.tgz#16ac229d4d1593249018663c7bddf28aafc4e088"
- integrity sha1-FqwinU0VkySQGGY8e93yiq/E4Ig=
- dependencies:
- 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"
-
-remark@^10.0.1:
- version "10.0.1"
- resolved "https://registry.npm.alibaba-inc.com/remark/download/remark-10.0.1.tgz#3058076dc41781bf505d8978c291485fe47667df"
- integrity sha1-MFgHbcQXgb9QXYl4wpFIX+R2Z98=
- dependencies:
- remark-parse "^6.0.0"
- remark-stringify "^6.0.0"
- unified "^7.0.0"
-
-remark@^5.0.1:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/remark/download/remark-5.1.0.tgz#cb463bd3dbcb4b99794935eee1cf71d7a8e3068c"
- integrity sha1-y0Y709vLS5l5STXu4c9x16jjBow=
- dependencies:
- remark-parse "^1.1.0"
- remark-stringify "^1.1.0"
- unified "^4.1.1"
-
-remote-origin-url@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/remote-origin-url/download/remote-origin-url-0.4.0.tgz#4d3e2902f34e2d37d1c263d87710b77eb4086a30"
- integrity sha1-TT4pAvNOLTfRwmPYdxC3frQIajA=
- dependencies:
- parse-git-config "^0.2.0"
-
-remote-origin-url@^0.5.1:
- version "0.5.3"
- resolved "https://registry.npm.alibaba-inc.com/remote-origin-url/download/remote-origin-url-0.5.3.tgz#b9fc6ced2c826690d0b07218b2b8c17fcec88e87"
- integrity sha1-ufxs7SyCZpDQsHIYsrjBf87Ijoc=
- dependencies:
- parse-git-config "^1.1.1"
-
-remove-trailing-separator@^1.0.1:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
- integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
-
-renderkid@^2.0.1:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/renderkid/download/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149"
- integrity sha1-OAF5wv9a4TZcUivy/Pz/AcW3QUk=
- dependencies:
- css-select "^1.1.0"
- dom-converter "^0.2"
- htmlparser2 "^3.3.0"
- strip-ansi "^3.0.0"
- utila "^0.4.0"
-
-repeat-element@^1.1.2:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
- integrity sha1-eC4NglwMWjuzlzH4Tv7mt0Lmsc4=
-
-repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1:
- version "1.6.1"
- resolved "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
- integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
-
-repeating@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/repeating/download/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
- integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
- dependencies:
- is-finite "^1.0.0"
-
-replace-ext@1.0.0, replace-ext@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
- integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=
-
-request-promise-core@1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9"
- integrity sha1-6aPAgbUTgN/qZ3M2Bh/qh5qCnuk=
- dependencies:
- lodash "^4.17.15"
-
-request-promise-native@^1.0.5:
- version "1.0.8"
- resolved "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36"
- integrity sha1-pFW5YLgm5E4r+Jma9k3/K/5YyzY=
- dependencies:
- request-promise-core "1.1.3"
- stealthy-require "^1.1.1"
- tough-cookie "^2.3.3"
-
-request@^2.83.0, request@^2.86.0, request@^2.87.0, request@^2.88.0:
- version "2.88.0"
- resolved "https://registry.npm.alibaba-inc.com/request/download/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
- integrity sha1-nC/KT301tZLv5Xx/ClXoEFIST+8=
- dependencies:
- 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.0"
- 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.4.3"
- tunnel-agent "^0.6.0"
- uuid "^3.3.2"
-
-require-directory@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
- integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
-
-require-from-string@^1.1.0:
- version "1.2.1"
- resolved "https://registry.npm.alibaba-inc.com/require-from-string/download/require-from-string-1.2.1.tgz#529c9ccef27380adfec9a2f965b649bbee636418"
- integrity sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg=
-
-require-main-filename@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
- integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
-
-require-main-filename@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
- integrity sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs=
-
-require-package-name@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/require-package-name/download/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
- integrity sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk=
-
-require-resolve@0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/require-resolve/download/require-resolve-0.0.2.tgz#bab410ab1aee2f3f55b79317451dd3428764e6f3"
- integrity sha1-urQQqxruLz9Vt5MXRR3TQodk5vM=
- dependencies:
- x-path "^0.0.2"
-
-requires-port@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
- integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
-
-resize-observer-polyfill@^1.5.0, resize-observer-polyfill@^1.5.1:
- version "1.5.1"
- resolved "https://registry.npm.alibaba-inc.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
- integrity sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=
-
-resolve-cwd@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
- integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
- dependencies:
- resolve-from "^3.0.0"
-
-resolve-dir@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-0.1.1.tgz#b219259a5602fac5c5c496ad894a6e8cc430261e"
- integrity sha1-shklmlYC+sXFxJatiUpujMQwJh4=
- dependencies:
- expand-tilde "^1.2.2"
- global-modules "^0.2.3"
-
-resolve-dir@^1.0.0, resolve-dir@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
- integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=
- dependencies:
- expand-tilde "^2.0.0"
- global-modules "^1.0.0"
-
-resolve-from@5.0.0, resolve-from@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
- integrity sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=
-
-resolve-from@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
- integrity sha1-six699nWiBvItuZTM17rywoYh0g=
-
-resolve-from@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
- integrity sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=
-
-resolve-global@1.0.0, resolve-global@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve-global/download/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
- integrity sha1-oqed9K8so/Sb93753azTItrRklU=
- dependencies:
- global-dirs "^0.1.1"
-
-resolve-protobuf-schema@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve-protobuf-schema/download/resolve-protobuf-schema-2.1.0.tgz#9ca9a9e69cf192bbdaf1006ec1973948aa4a3758"
- integrity sha1-nKmp5pzxkrva8QBuwZc5SKpKN1g=
- dependencies:
- protocol-buffers-schema "^3.3.1"
-
-resolve-url@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/resolve-url/download/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
- integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
-
-resolve@1.1.7:
- version "1.1.7"
- resolved "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
- integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
-
-resolve@1.x, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
- version "1.12.0"
- resolved "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
- integrity sha1-P8ZEo1yEpIVUYJ/ybsUrZvpXffY=
- dependencies:
- path-parse "^1.0.6"
-
-resolve@~1.11.1:
- version "1.11.1"
- resolved "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
- integrity sha1-6hDYEQN2mC/vV434/DC5rDCgej4=
- dependencies:
- path-parse "^1.0.6"
-
-responselike@1.0.2, responselike@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/responselike/download/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
- integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=
- dependencies:
- lowercase-keys "^1.0.0"
-
-restore-cursor@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
- integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368=
- dependencies:
- onetime "^2.0.0"
- signal-exit "^3.0.2"
-
-restore-cursor@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
- integrity sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=
- dependencies:
- onetime "^5.1.0"
- signal-exit "^3.0.2"
-
-resumer@~0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/resumer/download/resumer-0.0.0.tgz#f1e8f461e4064ba39e82af3cdc2a8c893d076759"
- integrity sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=
- dependencies:
- through "~2.3.4"
-
-ret@~0.1.10:
- version "0.1.15"
- resolved "https://registry.npm.alibaba-inc.com/ret/download/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
- integrity sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=
-
-retext-english@^3.0.4:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/retext-english/download/retext-english-3.0.4.tgz#f978828d51fbcee842bc3807a45b7f709822ea8d"
- integrity sha1-+XiCjVH7zuhCvDgHpFt/cJgi6o0=
- dependencies:
- parse-english "^4.0.0"
- unherit "^1.0.4"
-
-retry@0.12.0, retry@^0.12.0:
- version "0.12.0"
- resolved "https://registry.npm.alibaba-inc.com/retry/download/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
- integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
-
-retry@^0.10.0:
- version "0.10.1"
- resolved "https://registry.npm.alibaba-inc.com/retry/download/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"
- integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=
-
-reusify@^1.0.0:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/reusify/download/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
- integrity sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=
-
-rgb-regex@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/rgb-regex/download/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
- integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE=
-
-rgba-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/rgba-regex/download/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
- integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
-
-right-align@^0.1.1:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/right-align/download/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef"
- integrity sha1-YTObci/mo1FWiSENJOFMlhSGE+8=
- dependencies:
- align-text "^0.1.1"
-
-right-pad@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/right-pad/download/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0"
- integrity sha1-jKCMLLtbVedNr6lr9/0aJ9VoyNA=
-
-rimraf@2, rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
- version "2.7.1"
- resolved "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
- integrity sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=
- dependencies:
- glob "^7.1.3"
-
-rimraf@2.6.3:
- version "2.6.3"
- resolved "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
- integrity sha1-stEE/g2Psnz54KHNqCYt04M8bKs=
- dependencies:
- glob "^7.1.3"
-
-rimraf@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
- integrity sha1-YUF21LMBC3Xlw5DrDulvbcDOu5s=
- dependencies:
- glob "^7.1.3"
-
-ripemd160@^2.0.0, ripemd160@^2.0.1:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
- integrity sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=
- dependencies:
- hash-base "^3.0.0"
- inherits "^2.0.1"
-
-rmc-feedback@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/rmc-feedback/download/rmc-feedback-2.0.0.tgz#cbc6cb3ae63c7a635eef0e25e4fbaf5ac366eeaa"
- integrity sha1-y8bLOuY8emNe7w4l5PuvWsNm7qo=
- dependencies:
- babel-runtime "6.x"
- classnames "^2.2.5"
-
-rollup-plugin-analyzer@^3.2.2:
- version "3.2.2"
- resolved "https://registry.npm.alibaba-inc.com/rollup-plugin-analyzer/download/rollup-plugin-analyzer-3.2.2.tgz#1ea109d164ac8cdbfeaacf1cf271bb66ca643d94"
- integrity sha1-HqEJ0WSsjNv+qs8c8nG7ZspkPZQ=
-
-rollup-plugin-babel@^4.3.3:
- version "4.3.3"
- resolved "https://registry.npm.alibaba-inc.com/rollup-plugin-babel/download/rollup-plugin-babel-4.3.3.tgz#7eb5ac16d9b5831c3fd5d97e8df77ba25c72a2aa"
- integrity sha1-frWsFtm1gxw/1dl+jfd7olxyoqo=
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- rollup-pluginutils "^2.8.1"
-
-rollup-plugin-commonjs@^10.1.0:
- version "10.1.0"
- resolved "https://registry.npm.alibaba-inc.com/rollup-plugin-commonjs/download/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
- integrity sha1-QXrztUUDh44ITRJ6300cr4vrhvs=
- dependencies:
- estree-walker "^0.6.1"
- is-reference "^1.1.2"
- magic-string "^0.25.2"
- resolve "^1.11.0"
- rollup-pluginutils "^2.8.1"
-
-rollup-plugin-node-resolve@^5.2.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/rollup-plugin-node-resolve/download/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
- integrity sha1-cw+T0Q7SAkc7H7VKWZen24xthSM=
- dependencies:
- "@types/resolve" "0.0.8"
- builtin-modules "^3.1.0"
- is-module "^1.0.0"
- resolve "^1.11.1"
- rollup-pluginutils "^2.8.1"
-
-rollup-plugin-terser@^5.1.2:
- version "5.1.2"
- resolved "https://registry.npm.alibaba-inc.com/rollup-plugin-terser/download/rollup-plugin-terser-5.1.2.tgz#3e41256205cb75f196fc70d4634227d1002c255c"
- integrity sha1-PkElYgXLdfGW/HDUY0In0QAsJVw=
- dependencies:
- "@babel/code-frame" "^7.0.0"
- jest-worker "^24.6.0"
- rollup-pluginutils "^2.8.1"
- serialize-javascript "^1.7.0"
- terser "^4.1.0"
-
-rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
- version "2.8.2"
- resolved "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
- integrity sha1-cvKvB0i1kjZNvTOJ5gDlqURKNR4=
- dependencies:
- estree-walker "^0.6.1"
-
-rollup@^0.25.8:
- version "0.25.8"
- resolved "https://registry.npm.alibaba-inc.com/rollup/download/rollup-0.25.8.tgz#bf6ce83b87510d163446eeaa577ed6a6fc5835e0"
- integrity sha1-v2zoO4dRDRY0Ru6qV37WpvxYNeA=
- dependencies:
- chalk "^1.1.1"
- minimist "^1.2.0"
- source-map-support "^0.3.2"
-
-rollup@^1.27.0:
- version "1.27.0"
- resolved "https://registry.npm.alibaba-inc.com/rollup/download/rollup-1.27.0.tgz#7afe0da89c967cec5ccea7e919da6c89a1a68666"
- integrity sha1-ev4NqJyWfOxczqfpGdpsiaGmhmY=
- dependencies:
- "@types/estree" "*"
- "@types/node" "*"
- acorn "^7.1.0"
-
-rst-selector-parser@^2.2.3:
- version "2.2.3"
- resolved "https://registry.npm.alibaba-inc.com/rst-selector-parser/download/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91"
- integrity sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=
- dependencies:
- lodash.flattendeep "^4.4.0"
- nearley "^2.7.10"
-
-rsvp@^4.8.4:
- version "4.8.5"
- resolved "https://registry.npm.alibaba-inc.com/rsvp/download/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
- integrity sha1-yPFVMR0Wf2jyHhaN9x7FsIMRNzQ=
-
-rtl-css-js@^1.9.0:
- version "1.13.1"
- resolved "https://registry.npm.alibaba-inc.com/rtl-css-js/download/rtl-css-js-1.13.1.tgz#80deabf6e8f36d6767d495cd3eb60fecb20c67e1"
- integrity sha1-gN6r9ujzbWdn1JXNPrYP7LIMZ+E=
- dependencies:
- "@babel/runtime" "^7.1.2"
-
-run-async@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
- integrity sha1-A3GrSuC91yDUFm19/aZP96RFpsA=
- dependencies:
- is-promise "^2.1.0"
-
-run-node@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/run-node/download/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
- integrity sha1-RrULlGoqotSUeuHYhumFb9nKvl4=
-
-run-parallel@^1.1.9:
- version "1.1.9"
- resolved "https://registry.npm.alibaba-inc.com/run-parallel/download/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
- integrity sha1-yd06fPn0ssS2JE4XOm7YZuYd1nk=
-
-run-queue@^1.0.0, run-queue@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
- integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=
- dependencies:
- aproba "^1.1.1"
-
-rw@1, rw@^1.3.2, rw@^1.3.3:
- version "1.3.3"
- resolved "https://registry.npm.alibaba-inc.com/rw/download/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
- integrity sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=
-
-rx-lite-aggregates@^4.0.8:
- version "4.0.8"
- resolved "https://registry.npm.alibaba-inc.com/rx-lite-aggregates/download/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be"
- integrity sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=
- dependencies:
- rx-lite "*"
-
-rx-lite@*, rx-lite@^4.0.8:
- version "4.0.8"
- resolved "https://registry.npm.alibaba-inc.com/rx-lite/download/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
- integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=
-
-rxjs@^6.3.3, rxjs@^6.4.0:
- version "6.5.3"
- resolved "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
- integrity sha1-UQ4mMX9NuRp+sd532d2boKSJmjo=
- dependencies:
- tslib "^1.9.0"
-
-safe-buffer@5.1.1:
- version "5.1.1"
- resolved "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
- integrity sha1-iTMSr2myEj3vcfV4iQAWce6yyFM=
-
-safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
- version "5.1.2"
- resolved "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
- integrity sha1-mR7GnSluAxN0fVm9/St0XDX4go0=
-
-safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519"
- integrity sha1-t02uxJsRSPiMZLaNSbHoFcHy9Rk=
-
-safe-regex@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
- integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
- dependencies:
- ret "~0.1.10"
-
-"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
- integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
-
-sane@^4.0.3:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded"
- integrity sha1-7Ygf2SJzOmxGG8GJ3CtsAG8//e0=
- dependencies:
- "@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"
-
-sanitize-html@^1.20.1:
- version "1.20.1"
- resolved "https://registry.npm.alibaba-inc.com/sanitize-html/download/sanitize-html-1.20.1.tgz#f6effdf55dd398807171215a62bfc21811bacf85"
- integrity sha1-9u/99V3TmIBxcSFaYr/CGBG6z4U=
- dependencies:
- chalk "^2.4.1"
- htmlparser2 "^3.10.0"
- lodash.clonedeep "^4.5.0"
- lodash.escaperegexp "^4.1.2"
- lodash.isplainobject "^4.0.6"
- lodash.isstring "^4.0.1"
- lodash.mergewith "^4.6.1"
- postcss "^7.0.5"
- srcset "^1.0.0"
- xtend "^4.0.1"
-
-sass-graph@^2.2.4:
- version "2.2.4"
- resolved "https://registry.npm.alibaba-inc.com/sass-graph/download/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
- integrity sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=
- dependencies:
- glob "^7.0.0"
- lodash "^4.0.0"
- scss-tokenizer "^0.2.3"
- yargs "^7.0.0"
-
-sass-loader@^7.1.0:
- version "7.3.1"
- resolved "https://registry.npm.alibaba-inc.com/sass-loader/download/sass-loader-7.3.1.tgz#a5bf68a04bcea1c13ff842d747150f7ab7d0d23f"
- integrity sha1-pb9ooEvOocE/+ELXRxUPerfQ0j8=
- dependencies:
- clone-deep "^4.0.1"
- loader-utils "^1.0.1"
- neo-async "^2.5.0"
- pify "^4.0.1"
- semver "^6.3.0"
-
-sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4:
- version "1.2.4"
- resolved "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
- integrity sha1-KBYjTiN4vdxOU1T6tcqold9xANk=
-
-scheduler@^0.15.0:
- version "0.15.0"
- resolved "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
- integrity sha1-a/z4D/hQsoD+1K7sxlE7wLTxf44=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
-
-scheduler@^0.17.0:
- version "0.17.0"
- resolved "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.17.0.tgz#7c9c673e4ec781fac853927916d1c426b6f3ddfe"
- integrity sha1-fJxnPk7HgfrIU5J5FtHEJrbz3f4=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
-
-scheduler@^0.18.0:
- version "0.18.0"
- resolved "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4"
- integrity sha1-WQGtZlm8HY8/2vNut6Z7DWdGscQ=
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
-
-schema-utils@^0.4.0, schema-utils@^0.4.5:
- version "0.4.7"
- resolved "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
- integrity sha1-unT1l9K+LqiAExdG7hfQoJPGgYc=
- dependencies:
- ajv "^6.1.0"
- ajv-keywords "^3.1.0"
-
-schema-utils@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
- integrity sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=
- dependencies:
- ajv "^6.1.0"
- ajv-errors "^1.0.0"
- ajv-keywords "^3.1.0"
-
-schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.4.1:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f"
- integrity sha1-jyVPYY1ALMgCV0hiE8iXDt/Xwi8=
- dependencies:
- ajv "^6.10.2"
- ajv-keywords "^3.4.1"
-
-screenfull@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/screenfull/download/screenfull-5.0.0.tgz#5c2010c0e84fd4157bf852877698f90b8cbe96f6"
- integrity sha1-XCAQwOhP1BV7+FKHdpj5C4y+lvY=
-
-scroll-behavior@^0.9.10:
- version "0.9.10"
- resolved "https://registry.npm.alibaba-inc.com/scroll-behavior/download/scroll-behavior-0.9.10.tgz#c8953adeeb3586060b903328d860aa8346d62861"
- integrity sha1-yJU63us1hgYLkDMo2GCqg0bWKGE=
- dependencies:
- dom-helpers "^3.2.1"
- invariant "^2.2.2"
-
-scss-tokenizer@^0.2.3:
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"
- integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE=
- dependencies:
- js-base64 "^2.1.8"
- source-map "^0.4.2"
-
-section-matter@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/section-matter/download/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
- integrity sha1-6QQZU1BngOwB1Z8pKhnHuFC4QWc=
- dependencies:
- extend-shallow "^2.0.1"
- kind-of "^6.0.0"
-
-seek-bzip@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/seek-bzip/download/seek-bzip-1.0.5.tgz#cfe917cb3d274bcffac792758af53173eb1fabdc"
- integrity sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=
- dependencies:
- commander "~2.8.1"
-
-seekout@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/seekout/download/seekout-1.0.2.tgz#09ba9f1bd5b46fbb134718eb19a68382cbb1b9c9"
- integrity sha1-CbqfG9W0b7sTRxjrGaaDgsuxuck=
-
-select-hose@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/select-hose/download/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
- integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
-
-select@^1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d"
- integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=
-
-selfsigned@^1.10.7:
- version "1.10.7"
- resolved "https://registry.npm.alibaba-inc.com/selfsigned/download/selfsigned-1.10.7.tgz#da5819fd049d5574f28e88a9bcc6dbc6e6f3906b"
- integrity sha1-2lgZ/QSdVXTyjoipvMbbxubzkGs=
- dependencies:
- node-forge "0.9.0"
-
-semver-compare@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/semver-compare/download/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
- integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
-
-semver-diff@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36"
- integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=
- dependencies:
- semver "^5.0.3"
-
-semver-regex@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/semver-regex/download/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
- integrity sha1-qTwsWERTmncCMzeRB7OMe0rJ0zg=
-
-semver-truncate@^1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/semver-truncate/download/semver-truncate-1.1.2.tgz#57f41de69707a62709a7e0104ba2117109ea47e8"
- integrity sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=
- dependencies:
- semver "^5.3.0"
-
-"semver@2 || 3 || 4 || 5", "semver@2.x || 3.x || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
- version "5.7.1"
- resolved "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
- integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=
-
-semver@6.2.0:
- version "6.2.0"
- resolved "https://registry.npm.alibaba-inc.com/semver/download/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
- integrity sha1-TYE9lZCq+KkZJpPWyFuTRN5ZAds=
-
-semver@6.3.0, semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
- version "6.3.0"
- resolved "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
- integrity sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=
-
-semver@~5.3.0:
- version "5.3.0"
- resolved "https://registry.npm.alibaba-inc.com/semver/download/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
- integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
-
-send@0.17.1:
- version "0.17.1"
- resolved "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
- integrity sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=
- dependencies:
- 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"
-
-serialize-javascript@^1.4.0, serialize-javascript@^1.7.0:
- version "1.9.1"
- resolved "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb"
- integrity sha1-z8IArvd7YAxH2pu4FJyUPnmML9s=
-
-serve-favicon@^2.5.0:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/serve-favicon/download/serve-favicon-2.5.0.tgz#935d240cdfe0f5805307fdfe967d88942a2cbcf0"
- integrity sha1-k10kDN/g9YBTB/3+ln2IlCosvPA=
- dependencies:
- etag "~1.8.1"
- fresh "0.5.2"
- ms "2.1.1"
- parseurl "~1.3.2"
- safe-buffer "5.1.1"
-
-serve-index@^1.9.1:
- version "1.9.1"
- resolved "https://registry.npm.alibaba-inc.com/serve-index/download/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
- integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=
- dependencies:
- accepts "~1.3.4"
- batch "0.6.1"
- debug "2.6.9"
- escape-html "~1.0.3"
- http-errors "~1.6.2"
- mime-types "~2.1.17"
- parseurl "~1.3.2"
-
-serve-static@1.14.1:
- version "1.14.1"
- resolved "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9"
- integrity sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=
- dependencies:
- encodeurl "~1.0.2"
- escape-html "~1.0.3"
- parseurl "~1.3.3"
- send "0.17.1"
-
-set-blocking@^2.0.0, set-blocking@~2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
- integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
-
-set-harmonic-interval@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/set-harmonic-interval/download/set-harmonic-interval-1.0.1.tgz#e1773705539cdfb80ce1c3d99e7f298bb3995249"
- integrity sha1-4Xc3BVOc37gM4cPZnn8pi7OZUkk=
-
-set-value@^2.0.0, set-value@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
- integrity sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=
- dependencies:
- extend-shallow "^2.0.1"
- is-extendable "^0.1.1"
- is-plain-object "^2.0.3"
- split-string "^3.0.1"
-
-setimmediate@^1.0.4, setimmediate@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
- integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
-
-setprototypeof@1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
- integrity sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=
-
-setprototypeof@1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
- integrity sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM=
-
-sha.js@^2.4.0, sha.js@^2.4.8:
- version "2.4.11"
- resolved "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
- integrity sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=
- dependencies:
- inherits "^2.0.1"
- safe-buffer "^5.0.1"
-
-shallow-clone@^0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-0.1.2.tgz#5909e874ba77106d73ac414cfec1ffca87d97060"
- integrity sha1-WQnodLp3EG1zrEFM/sH/yofZcGA=
- dependencies:
- is-extendable "^0.1.1"
- kind-of "^2.0.1"
- lazy-cache "^0.2.3"
- mixin-object "^2.0.1"
-
-shallow-clone@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
- integrity sha1-jymBrZJTH1UDWwH7IwdppA4C76M=
- dependencies:
- kind-of "^6.0.2"
-
-shallow-compare@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/shallow-compare/download/shallow-compare-1.2.2.tgz#fa4794627bf455a47c4f56881d8a6132d581ffdb"
- integrity sha1-+keUYnv0VaR8T1aIHYphMtWB/9s=
-
-shallow-equal@^1.0.0, shallow-equal@^1.1.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.0.tgz#fd828d2029ff4e19569db7e19e535e94e2d1f5cc"
- integrity sha1-/YKNICn/ThlWnbfhnlNelOLR9cw=
-
-shallowequal@^1.0.1, shallowequal@^1.0.2, shallowequal@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
- integrity sha1-GI1SHelbkIdAT9TctosT3wrk5/g=
-
-sharkdown@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/sharkdown/download/sharkdown-0.1.1.tgz#64484bd0f08f347f8319e9ff947a670f6b48b1b2"
- integrity sha1-ZEhL0PCPNH+DGen/lHpnD2tIsbI=
- dependencies:
- cardinal "~0.4.2"
- minimist "0.0.5"
- split "~0.2.10"
-
-sharp@^0.23.2:
- version "0.23.3"
- resolved "https://registry.npm.alibaba-inc.com/sharp/download/sharp-0.23.3.tgz#549770a4c671b9bd221f00639452a3eb803a0ed1"
- integrity sha1-VJdwpMZxub0iHwBjlFKj64A6DtE=
- dependencies:
- color "^3.1.2"
- detect-libc "^1.0.3"
- nan "^2.14.0"
- npmlog "^4.1.2"
- prebuild-install "^5.3.3"
- semver "^6.3.0"
- simple-get "^3.1.0"
- tar "^5.0.5"
- tunnel-agent "^0.6.0"
-
-shebang-command@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
- integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
- dependencies:
- shebang-regex "^1.0.0"
-
-shebang-command@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
- integrity sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=
- dependencies:
- shebang-regex "^3.0.0"
-
-shebang-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
- integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
-
-shebang-regex@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
- integrity sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=
-
-shell-quote@1.6.1:
- version "1.6.1"
- resolved "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
- integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=
- dependencies:
- array-filter "~0.0.0"
- array-map "~0.0.0"
- array-reduce "~0.0.0"
- jsonify "~0.0.0"
-
-shell-quote@1.7.2, shell-quote@^1.6.1:
- version "1.7.2"
- resolved "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
- integrity sha1-Z6fQLHbJ2iT5nSCAj8re0ODgS+I=
-
-shelljs@0.7.6:
- version "0.7.6"
- resolved "https://registry.npm.alibaba-inc.com/shelljs/download/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad"
- integrity sha1-N5zM+1a5HIYB5HkzVutTgpJN6a0=
- dependencies:
- glob "^7.0.0"
- interpret "^1.0.0"
- rechoir "^0.6.2"
-
-shelljs@0.8.3, shelljs@^0.8.3:
- version "0.8.3"
- resolved "https://registry.npm.alibaba-inc.com/shelljs/download/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
- integrity sha1-p/MxlSDr8J7oEnWyNorbKGZZsJc=
- dependencies:
- glob "^7.0.0"
- interpret "^1.0.0"
- rechoir "^0.6.2"
-
-shellwords@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/shellwords/download/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
- integrity sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=
-
-shortest@0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/shortest/download/shortest-0.0.0.tgz#dc4c8d0722e7a9208ec7d2098e4cda8cac6e567d"
- integrity sha1-3EyNByLnqSCOx9IJjkzajKxuVn0=
-
-shortid@^2.2.8:
- version "2.2.15"
- resolved "https://registry.npm.alibaba-inc.com/shortid/download/shortid-2.2.15.tgz#2b902eaa93a69b11120373cd42a1f1fe4437c122"
- integrity sha1-K5AuqpOmmxESA3PNQqHx/kQ3wSI=
- dependencies:
- nanoid "^2.1.0"
-
-sift@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/sift/download/sift-5.1.0.tgz#1bbf2dfb0eb71e56c4cc7fb567fbd1351b65015e"
- integrity sha1-G78t+w63HlbEzH+1Z/vRNRtlAV4=
-
-signal-exit@^3.0.0, signal-exit@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
- integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
-
-signedsource@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/signedsource/download/signedsource-1.0.0.tgz#1ddace4981798f93bd833973803d80d52e93ad6a"
- integrity sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=
-
-simple-concat@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/simple-concat/download/simple-concat-1.0.0.tgz#7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6"
- integrity sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=
-
-simple-get@^3.0.3, simple-get@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/simple-get/download/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3"
- integrity sha1-tFvgYkNeUNFZVAtXYgLO7EC5xrM=
- dependencies:
- decompress-response "^4.2.0"
- once "^1.3.1"
- simple-concat "^1.0.0"
-
-simple-swizzle@^0.2.2:
- version "0.2.2"
- resolved "https://registry.npm.alibaba-inc.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
- integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
- dependencies:
- is-arrayish "^0.3.1"
-
-simplebar-react@^1.0.0-alpha.6:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz#bd81fa9827628470e9470d06caef6ece15e1c882"
- integrity sha1-vYH6mCdihHDpRw0Gyu9uzhXhyII=
- dependencies:
- prop-types "^15.6.1"
- simplebar "^4.2.3"
-
-simplebar@^4.2.3:
- version "4.2.3"
- resolved "https://registry.npm.alibaba-inc.com/simplebar/download/simplebar-4.2.3.tgz#dac40aced299c17928329eab3d5e6e795fafc10c"
- integrity sha1-2sQKztKZwXkoMp6rPV5ueV+vwQw=
- dependencies:
- 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"
-
-sisteransi@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/sisteransi/download/sisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3"
- integrity sha1-OGcT8e9ojHwDBNxMBjKJiUHK0uM=
-
-slash@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/slash/download/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
- integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
-
-slash@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
- integrity sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q=
-
-slash@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
- integrity sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=
-
-slice-ansi@0.0.4:
- version "0.0.4"
- resolved "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
- integrity sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=
-
-slice-ansi@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
- integrity sha1-BE8aSdiEL/MHqta1Be0Xi9lQE00=
- dependencies:
- is-fullwidth-code-point "^2.0.0"
-
-slice-ansi@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"
- integrity sha1-ys12k0YaY3pXiNkqfdT7oGjoFjY=
- dependencies:
- ansi-styles "^3.2.0"
- astral-regex "^1.0.0"
- is-fullwidth-code-point "^2.0.0"
-
-slick-carousel@^1.8.1:
- version "1.8.1"
- resolved "https://registry.npm.alibaba-inc.com/slick-carousel/download/slick-carousel-1.8.1.tgz#a4bfb29014887bb66ce528b90bd0cda262cc8f8d"
- integrity sha1-pL+ykBSIe7Zs5Si5C9DNomLMj40=
-
-slide@^1.1.6:
- version "1.1.6"
- resolved "https://registry.npm.alibaba-inc.com/slide/download/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
- integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=
-
-slugify@^1.3.6:
- version "1.3.6"
- resolved "https://registry.npm.alibaba-inc.com/slugify/download/slugify-1.3.6.tgz#ba5fd6159b570fe4811d02ea9b1f4906677638c3"
- integrity sha1-ul/WFZtXD+SBHQLqmx9JBmd2OMM=
-
-smart-buffer@^1.0.13:
- version "1.1.15"
- resolved "https://registry.npm.alibaba-inc.com/smart-buffer/download/smart-buffer-1.1.15.tgz#7f114b5b65fab3e2a35aa775bb12f0d1c649bf16"
- integrity sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY=
-
-smart-buffer@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/smart-buffer/download/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba"
- integrity sha1-kWBcJdkWUvRmHqacz0XxszHKIbo=
-
-snapdragon-node@^2.0.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
- integrity sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=
- dependencies:
- define-property "^1.0.0"
- isobject "^3.0.0"
- snapdragon-util "^3.0.1"
-
-snapdragon-util@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
- integrity sha1-+VZHlIbyrNeXAGk/b3uAXkWrVuI=
- dependencies:
- kind-of "^3.2.0"
-
-snapdragon@^0.8.1:
- version "0.8.2"
- resolved "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
- integrity sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=
- dependencies:
- 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"
-
-socket.io-adapter@~1.1.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/socket.io-adapter/download/socket.io-adapter-1.1.1.tgz#2a805e8a14d6372124dd9159ad4502f8cb07f06b"
- integrity sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=
-
-socket.io-client@2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/socket.io-client/download/socket.io-client-2.3.0.tgz#14d5ba2e00b9bcd145ae443ab96b3f86cbcc1bb4"
- integrity sha1-FNW6LgC5vNFFrkQ6uWs/hsvMG7Q=
- dependencies:
- backo2 "1.0.2"
- base64-arraybuffer "0.1.5"
- component-bind "1.0.0"
- component-emitter "1.2.1"
- debug "~4.1.0"
- engine.io-client "~3.4.0"
- has-binary2 "~1.0.2"
- has-cors "1.1.0"
- indexof "0.0.1"
- object-component "0.0.3"
- parseqs "0.0.5"
- parseuri "0.0.5"
- socket.io-parser "~3.3.0"
- to-array "0.1.4"
-
-socket.io-parser@~3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/socket.io-parser/download/socket.io-parser-3.3.0.tgz#2b52a96a509fdf31440ba40fed6094c7d4f1262f"
- integrity sha1-K1KpalCf3zFEC6QP7WCUx9TxJi8=
- dependencies:
- component-emitter "1.2.1"
- debug "~3.1.0"
- isarray "2.0.1"
-
-socket.io-parser@~3.4.0:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/socket.io-parser/download/socket.io-parser-3.4.0.tgz#370bb4a151df2f77ce3345ff55a7072cc6e9565a"
- integrity sha1-Nwu0oVHfL3fOM0X/VacHLMbpVlo=
- dependencies:
- component-emitter "1.2.1"
- debug "~4.1.0"
- isarray "2.0.1"
-
-socket.io@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/socket.io/download/socket.io-2.3.0.tgz#cd762ed6a4faeca59bc1f3e243c0969311eb73fb"
- integrity sha1-zXYu1qT67KWbwfPiQ8CWkxHrc/s=
- dependencies:
- debug "~4.1.0"
- engine.io "~3.4.0"
- has-binary2 "~1.0.2"
- socket.io-adapter "~1.1.0"
- socket.io-client "2.3.0"
- socket.io-parser "~3.4.0"
-
-sockjs-client@1.1.4:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.1.4.tgz#5babe386b775e4cf14e7520911452654016c8b12"
- integrity sha1-W6vjhrd15M8U51IJEUUmVAFsixI=
- dependencies:
- debug "^2.6.6"
- eventsource "0.1.6"
- faye-websocket "~0.11.0"
- inherits "^2.0.1"
- json3 "^3.3.2"
- url-parse "^1.1.8"
-
-sockjs-client@1.4.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5"
- integrity sha1-yfJWjhnI/YFztJl+o0IOC7MGx9U=
- dependencies:
- 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"
-
-sockjs@0.3.19:
- version "0.3.19"
- resolved "https://registry.npm.alibaba-inc.com/sockjs/download/sockjs-0.3.19.tgz#d976bbe800af7bd20ae08598d582393508993c0d"
- integrity sha1-2Xa76ACve9IK4IWY1YI5NQiZPA0=
- dependencies:
- faye-websocket "^0.10.0"
- uuid "^3.0.1"
-
-socks-proxy-agent@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/socks-proxy-agent/download/socks-proxy-agent-3.0.1.tgz#2eae7cf8e2a82d34565761539a7f9718c5617659"
- integrity sha1-Lq58+OKoLTRWV2FTmn+XGMVhdlk=
- dependencies:
- agent-base "^4.1.0"
- socks "^1.1.10"
-
-socks-proxy-agent@^4.0.0:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/socks-proxy-agent/download/socks-proxy-agent-4.0.2.tgz#3c8991f3145b2799e70e11bd5fbc8b1963116386"
- integrity sha1-PImR8xRbJ5nnDhG9X7yLGWMRY4Y=
- dependencies:
- agent-base "~4.2.1"
- socks "~2.3.2"
-
-socks@^1.1.10:
- version "1.1.10"
- resolved "https://registry.npm.alibaba-inc.com/socks/download/socks-1.1.10.tgz#5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a"
- integrity sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o=
- dependencies:
- ip "^1.1.4"
- smart-buffer "^1.0.13"
-
-socks@~2.3.2:
- version "2.3.3"
- resolved "https://registry.npm.alibaba-inc.com/socks/download/socks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3"
- integrity sha1-ARKfCl1TTSuJdxLtis6rfuZdeOM=
- dependencies:
- ip "1.1.5"
- smart-buffer "^4.1.0"
-
-sort-keys-length@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/sort-keys-length/download/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188"
- integrity sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=
- dependencies:
- sort-keys "^1.0.0"
-
-sort-keys@^1.0.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/sort-keys/download/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
- integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0=
- dependencies:
- is-plain-obj "^1.0.0"
-
-sort-keys@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/sort-keys/download/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
- integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=
- dependencies:
- is-plain-obj "^1.0.0"
-
-source-list-map@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
- integrity sha1-OZO9hzv8SEecyp6jpUeDXHwVSzQ=
-
-source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
- version "0.5.2"
- resolved "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
- integrity sha1-cuLMNAlVQ+Q7LGKyxMENSpBU8lk=
- dependencies:
- atob "^2.1.1"
- decode-uri-component "^0.2.0"
- resolve-url "^0.2.1"
- source-map-url "^0.4.0"
- urix "^0.1.0"
-
-source-map-support@^0.3.2:
- version "0.3.3"
- resolved "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.3.3.tgz#34900977d5ba3f07c7757ee72e73bb1a9b53754f"
- integrity sha1-NJAJd9W6PwfHdX7nLnO7GptTdU8=
- dependencies:
- source-map "0.1.32"
-
-source-map-support@^0.5.3, source-map-support@^0.5.6, source-map-support@~0.5.12:
- version "0.5.16"
- resolved "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
- integrity sha1-CuBp5/47p1OMZMmFFeNTOerFoEI=
- dependencies:
- buffer-from "^1.0.0"
- source-map "^0.6.0"
-
-source-map-url@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/source-map-url/download/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
- integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
-
-source-map@0.1.32:
- version "0.1.32"
- resolved "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266"
- integrity sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=
- dependencies:
- amdefine ">=0.0.4"
-
-source-map@0.5.6:
- version "0.5.6"
- resolved "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
- integrity sha1-dc449SvwczxafwwRjYEzSiu19BI=
-
-source-map@0.7.3, source-map@^0.7.3:
- version "0.7.3"
- resolved "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
- integrity sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=
-
-source-map@^0.4.2:
- version "0.4.4"
- resolved "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
- integrity sha1-66T12pwNyZneaAMti092FzZSA2s=
- dependencies:
- amdefine ">=0.0.4"
-
-source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.0, source-map@~0.5.1:
- version "0.5.7"
- resolved "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
- integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
-
-source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
- version "0.6.1"
- resolved "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
- integrity sha1-dHIq8y6WFOnCh6jQu95IteLxomM=
-
-sourcemap-codec@^1.4.1, sourcemap-codec@^1.4.4:
- version "1.4.6"
- resolved "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9"
- integrity sha1-4wp08EArrQmAdkDTnpcQkKCM4ek=
-
-space-separated-tokens@^1.0.0:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.4.tgz#27910835ae00d0adfcdbd0ad7e611fb9544351fa"
- integrity sha1-J5EINa4A0K3829CtfmEfuVRDUfo=
-
-spdx-correct@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
- integrity sha1-+4PlBERSaPFUsHTiGMh8ADzTHfQ=
- dependencies:
- spdx-expression-parse "^3.0.0"
- spdx-license-ids "^3.0.0"
-
-spdx-exceptions@^2.1.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
- integrity sha1-LqRQrudPKom/uUUZwH/Nb0EyKXc=
-
-spdx-expression-parse@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
- integrity sha1-meEZt6XaAOBUkcn6M4t5BII7QdA=
- dependencies:
- spdx-exceptions "^2.1.0"
- spdx-license-ids "^3.0.0"
-
-spdx-license-ids@^3.0.0:
- version "3.0.5"
- resolved "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
- integrity sha1-NpS1gEVnpFjTyARYQqY1hjL2JlQ=
-
-spdy-transport@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/spdy-transport/download/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31"
- integrity sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=
- dependencies:
- debug "^4.1.0"
- detect-node "^2.0.4"
- hpack.js "^2.1.6"
- obuf "^1.1.2"
- readable-stream "^3.0.6"
- wbuf "^1.7.3"
-
-spdy@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/spdy/download/spdy-4.0.1.tgz#6f12ed1c5db7ea4f24ebb8b89ba58c87c08257f2"
- integrity sha1-bxLtHF236k8k67i4m6WMh8CCV/I=
- dependencies:
- debug "^4.1.0"
- handle-thing "^2.0.0"
- http-deceiver "^1.2.7"
- select-hose "^2.0.0"
- spdy-transport "^3.0.0"
-
-specificity@^0.4.1:
- version "0.4.1"
- resolved "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
- integrity sha1-qrXmRQEtsIuhguFRFlc40AiHsBk=
-
-split-string@^3.0.1, split-string@^3.0.2:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
- integrity sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=
- dependencies:
- extend-shallow "^3.0.0"
-
-split2@^2.0.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/split2/download/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493"
- integrity sha1-GGsldbz4PoW30YRldWI47k7kJJM=
- dependencies:
- through2 "^2.0.2"
-
-split@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/split/download/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
- integrity sha1-YFvZvjA6pZ+zX5Ip++oN3snqB9k=
- dependencies:
- through "2"
-
-split@~0.2.10:
- version "0.2.10"
- resolved "https://registry.npm.alibaba-inc.com/split/download/split-0.2.10.tgz#67097c601d697ce1368f418f06cd201cf0521a57"
- integrity sha1-Zwl8YB1pfOE2j0GPBs0gHPBSGlc=
- dependencies:
- through "2"
-
-sprintf-js@^1.0.3:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
- integrity sha1-2hdlJiv4wPVxdJ8q1sJjACB65nM=
-
-sprintf-js@~1.0.2:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
- integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
-
-squeak@^1.0.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/squeak/download/squeak-1.3.0.tgz#33045037b64388b567674b84322a6521073916c3"
- integrity sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=
- dependencies:
- chalk "^1.0.0"
- console-stream "^0.1.1"
- lpad-align "^1.0.1"
-
-srcset@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/srcset/download/srcset-1.0.0.tgz#a5669de12b42f3b1d5e83ed03c71046fc48f41ef"
- integrity sha1-pWad4StC87HV6D7QPHEEb8SPQe8=
- dependencies:
- array-uniq "^1.0.2"
- number-is-nan "^1.0.0"
-
-sshpk@^1.7.0:
- version "1.16.1"
- resolved "https://registry.npm.alibaba-inc.com/sshpk/download/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
- integrity sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=
- dependencies:
- 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"
-
-ssri@^4.1.6:
- version "4.1.6"
- resolved "https://registry.npm.alibaba-inc.com/ssri/download/ssri-4.1.6.tgz#0cb49b6ac84457e7bdd466cb730c3cb623e9a25b"
- integrity sha1-DLSbashEV+e91GbLcww8tiPpols=
- dependencies:
- safe-buffer "^5.1.0"
-
-ssri@^5.0.0, ssri@^5.2.4:
- version "5.3.0"
- resolved "https://registry.npm.alibaba-inc.com/ssri/download/ssri-5.3.0.tgz#ba3872c9c6d33a0704a7d71ff045e5ec48999d06"
- integrity sha1-ujhyycbTOgcEp9cf8EXl7EiZnQY=
- dependencies:
- safe-buffer "^5.1.1"
-
-ssri@^6.0.0, ssri@^6.0.1:
- version "6.0.1"
- resolved "https://registry.npm.alibaba-inc.com/ssri/download/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
- integrity sha1-KjxBso3UW2K2Nnbst0ABJlrp7dg=
- dependencies:
- figgy-pudding "^3.5.1"
-
-stable@^0.1.8:
- version "0.1.8"
- resolved "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
- integrity sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88=
-
-stack-generator@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/stack-generator/download/stack-generator-2.0.4.tgz#027513eab2b195bbb43b9c8360ba2dd0ab54de09"
- integrity sha1-AnUT6rKxlbu0O5yDYLot0KtU3gk=
- dependencies:
- stackframe "^1.1.0"
-
-stack-trace@^0.0.10:
- version "0.0.10"
- resolved "https://registry.npm.alibaba-inc.com/stack-trace/download/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0"
- integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=
-
-stack-utils@1.0.2, stack-utils@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
- integrity sha1-M+ujiXeIVYvr/C2wWdwVjsNs67g=
-
-stackframe@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/stackframe/download/stackframe-1.1.0.tgz#e3fc2eb912259479c9822f7d1f1ff365bd5cbc83"
- integrity sha1-4/wuuRIllHnJgi99Hx/zZb1cvIM=
-
-stacktrace-gps@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npm.alibaba-inc.com/stacktrace-gps/download/stacktrace-gps-3.0.3.tgz#b89f84cc13bb925b96607e737b617c8715facf57"
- integrity sha1-uJ+EzBO7kluWYH5ze2F8hxX6z1c=
- dependencies:
- source-map "0.5.6"
- stackframe "^1.1.0"
-
-stacktrace-js@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/stacktrace-js/download/stacktrace-js-2.0.1.tgz#ebdb0e9a16e6f171f96ca7878404e7f15c3d42ba"
- integrity sha1-69sOmhbm8XH5bKeHhATn8Vw9Qro=
- dependencies:
- error-stack-parser "^2.0.4"
- stack-generator "^2.0.4"
- stacktrace-gps "^3.0.3"
-
-state-toggle@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.2.tgz#75e93a61944116b4959d665c8db2d243631d6ddc"
- integrity sha1-dek6YZRBFrSVnWZcjbLSQ2Mdbdw=
-
-static-extend@^0.1.1:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/static-extend/download/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
- integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
- dependencies:
- define-property "^0.2.5"
- object-copy "^0.1.0"
-
-"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
- integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
-
-stdout-stream@^1.4.0:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/stdout-stream/download/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de"
- integrity sha1-WsF0zdXNcmEEqgwLK9g4FdjVNd4=
- dependencies:
- readable-stream "^2.0.1"
-
-stealthy-require@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
- integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
-
-store2@^2.7.1:
- version "2.10.0"
- resolved "https://registry.npm.alibaba-inc.com/store2/download/store2-2.10.0.tgz#46b82bb91878daf1b0d56dec2f1d41e54d5103cf"
- integrity sha1-RrgruRh42vGw1W3sLx1B5U1RA88=
-
-stream-browserify@^2.0.1:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/stream-browserify/download/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
- integrity sha1-h1IdOKRKp+6RzhzSpH3wy0ndZgs=
- dependencies:
- inherits "~2.0.1"
- readable-stream "^2.0.2"
-
-stream-each@^1.1.0:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/stream-each/download/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
- integrity sha1-6+J6DDibBPvMIzZClS4Qcxr6m64=
- dependencies:
- end-of-stream "^1.1.0"
- stream-shift "^1.0.0"
-
-stream-http@^2.7.2:
- version "2.8.3"
- resolved "https://registry.npm.alibaba-inc.com/stream-http/download/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
- integrity sha1-stJCRpKIpaJ+xP6JM6z2I95lFPw=
- dependencies:
- builtin-status-codes "^3.0.0"
- inherits "^2.0.1"
- readable-stream "^2.3.6"
- to-arraybuffer "^1.0.0"
- xtend "^4.0.0"
-
-stream-parser@~0.3.1:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/stream-parser/download/stream-parser-0.3.1.tgz#1618548694420021a1182ff0af1911c129761773"
- integrity sha1-FhhUhpRCACGhGC/wrxkRwSl2F3M=
- dependencies:
- debug "2"
-
-stream-shift@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
- integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
-
-strict-uri-encode@^1.0.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
- integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
-
-string-argv@^0.3.0:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/string-argv/download/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
- integrity sha1-leL77AQnrhkYSTX4FtdKqkxcGdo=
-
-string-convert@^0.2.0:
- version "0.2.1"
- resolved "https://registry.npm.alibaba-inc.com/string-convert/download/string-convert-0.2.1.tgz#6982cc3049fbb4cd85f8b24568b9d9bf39eeff97"
- integrity sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=
-
-string-length@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/string-length/download/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"
- integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=
- dependencies:
- astral-regex "^1.0.0"
- strip-ansi "^4.0.0"
-
-string-similarity@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npm.alibaba-inc.com/string-similarity/download/string-similarity-1.2.2.tgz#99b2c20a3c9bbb3903964eae1d89856db3d8db9b"
- integrity sha1-mbLCCjybuzkDlk6uHYmFbbPY25s=
- dependencies:
- lodash.every "^4.6.0"
- lodash.flattendeep "^4.4.0"
- lodash.foreach "^4.5.0"
- lodash.map "^4.6.0"
- lodash.maxby "^4.6.0"
-
-string-to-stream@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/string-to-stream/download/string-to-stream-1.1.1.tgz#aba78f73e70661b130ee3e1c0192be4fef6cb599"
- integrity sha1-q6ePc+cGYbEw7j4cAZK+T+9stZk=
- dependencies:
- inherits "^2.0.1"
- readable-stream "^2.1.0"
-
-string-width@^1.0.1, string-width@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
- integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
- dependencies:
- code-point-at "^1.0.0"
- is-fullwidth-code-point "^1.0.0"
- strip-ansi "^3.0.0"
-
-"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
- integrity sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=
- dependencies:
- is-fullwidth-code-point "^2.0.0"
- strip-ansi "^4.0.0"
-
-string-width@^3.0.0, string-width@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
- integrity sha1-InZ74htirxCBV0MG9prFG2IgOWE=
- dependencies:
- emoji-regex "^7.0.1"
- is-fullwidth-code-point "^2.0.0"
- strip-ansi "^5.1.0"
-
-string-width@^4.1.0:
- version "4.2.0"
- resolved "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
- integrity sha1-lSGCxGzHssMT0VluYjmSvRY7crU=
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.0"
-
-"string.prototype.matchall@^4.0.0 || ^3.0.1":
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.0.tgz#47191e37b67dca43131706bc9c4550df31b2c471"
- integrity sha1-RxkeN7Z9ykMTFwa8nEVQ3zGyxHE=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.15.0"
- function-bind "^1.1.1"
- has-symbols "^1.0.0"
- regexp.prototype.flags "^1.2.0"
-
-string.prototype.padend@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0"
- integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=
- dependencies:
- define-properties "^1.1.2"
- es-abstract "^1.4.3"
- function-bind "^1.0.2"
-
-string.prototype.padstart@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.padstart/download/string.prototype.padstart-3.0.0.tgz#5bcfad39f4649bb2d031292e19bcf0b510d4b242"
- integrity sha1-W8+tOfRkm7LQMSkuGbzwtRDUskI=
- dependencies:
- define-properties "^1.1.2"
- es-abstract "^1.4.3"
- function-bind "^1.0.2"
-
-string.prototype.trim@^1.1.2:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.trim/download/string.prototype.trim-1.2.0.tgz#75a729b10cfc1be439543dae442129459ce61e3d"
- integrity sha1-dacpsQz8G+Q5VD2uRCEpRZzmHj0=
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.13.0"
- function-bind "^1.1.1"
-
-string.prototype.trim@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.trim/download/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
- integrity sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=
- dependencies:
- define-properties "^1.1.2"
- es-abstract "^1.5.0"
- function-bind "^1.0.2"
-
-string.prototype.trimleft@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.trimleft/download/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
- integrity sha1-bMR/DX641isPNwFhFxWjlUWR1jQ=
- dependencies:
- define-properties "^1.1.3"
- function-bind "^1.1.1"
-
-string.prototype.trimright@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/string.prototype.trimright/download/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
- integrity sha1-Zp0WS+nfm291WfqOiZRbFopabFg=
- dependencies:
- define-properties "^1.1.3"
- function-bind "^1.1.1"
-
-string_decoder@^1.0.0, string_decoder@^1.1.1:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
- integrity sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=
- dependencies:
- safe-buffer "~5.2.0"
-
-string_decoder@~0.10.x:
- version "0.10.31"
- resolved "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
- integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
-
-string_decoder@~1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
- integrity sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=
- dependencies:
- safe-buffer "~5.1.0"
-
-stringify-entities@^1.0.1:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/stringify-entities/download/stringify-entities-1.3.2.tgz#a98417e5471fd227b3e45d3db1861c11caf668f7"
- integrity sha1-qYQX5Ucf0iez5F09sYYcEcr2aPc=
- dependencies:
- character-entities-html4 "^1.0.0"
- character-entities-legacy "^1.0.0"
- is-alphanumerical "^1.0.0"
- is-hexadecimal "^1.0.0"
-
-stringify-object@^3.3.0:
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/stringify-object/download/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
- integrity sha1-cDBlrvyhkwDTzoivT1s5VtdVZik=
- dependencies:
- get-own-enumerable-property-symbols "^3.0.0"
- is-obj "^1.0.1"
- is-regexp "^1.0.0"
-
-strip-ansi@3.0.1, strip-ansi@^3, strip-ansi@^3.0.0, strip-ansi@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
- integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
- dependencies:
- ansi-regex "^2.0.0"
-
-strip-ansi@5.2.0, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
- version "5.2.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
- integrity sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=
- dependencies:
- ansi-regex "^4.1.0"
-
-strip-ansi@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
- integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
- dependencies:
- ansi-regex "^3.0.0"
-
-strip-ansi@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
- integrity sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=
- dependencies:
- ansi-regex "^5.0.0"
-
-strip-bom-string@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-bom-string/download/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
- integrity sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=
-
-strip-bom@4.0.0, strip-bom@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
- integrity sha1-nDUFwdtFvO3KPZz3oW9cWqOQGHg=
-
-strip-bom@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
- integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=
- dependencies:
- is-utf8 "^0.2.0"
-
-strip-bom@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
- integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
-
-strip-comments@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/strip-comments/download/strip-comments-1.0.2.tgz#82b9c45e7f05873bee53f37168af930aa368679d"
- integrity sha1-grnEXn8FhzvuU/NxaK+TCqNoZ50=
- dependencies:
- babel-extract-comments "^1.0.0"
- babel-plugin-transform-object-rest-spread "^6.26.0"
-
-strip-dirs@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-dirs/download/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
- integrity sha1-SYdzYmT8NEzyD2w0rKnRPR1O1sU=
- dependencies:
- is-natural-number "^4.0.1"
-
-strip-eof@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
- integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
-
-strip-final-newline@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
- integrity sha1-ibhS+y/L6Tb29LMYevsKEsGrWK0=
-
-strip-indent@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
- integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=
- dependencies:
- get-stdin "^4.0.1"
-
-strip-indent@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
- integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
-
-strip-json-comments@3.0.1, strip-json-comments@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
- integrity sha1-hXE5dakfuHvxswXMp3OV5A0qZKc=
-
-strip-json-comments@~2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
- integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
-
-strip-outer@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/strip-outer/download/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
- integrity sha1-sv0qv2YEudHmATBXGV34Nrip1jE=
- dependencies:
- escape-string-regexp "^1.0.2"
-
-strip-url-auth@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/strip-url-auth/download/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae"
- integrity sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=
-
-strong-log-transformer@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/strong-log-transformer/download/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
- integrity sha1-D17XjTJeBCGsb5D38Q5pHWrjrhA=
- dependencies:
- duplexer "^0.1.1"
- minimist "^1.2.0"
- through "^2.3.4"
-
-style-loader@^0.23.1:
- version "0.23.1"
- resolved "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925"
- integrity sha1-y5FUYG8+dxq2xKtjcCahBJF02SU=
- dependencies:
- loader-utils "^1.1.0"
- schema-utils "^1.0.0"
-
-style-loader@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-1.0.0.tgz#1d5296f9165e8e2c85d24eee0b7caf9ec8ca1f82"
- integrity sha1-HVKW+RZejiyF0k7uC3yvnsjKH4I=
- dependencies:
- loader-utils "^1.2.3"
- schema-utils "^2.0.1"
-
-style-search@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
- integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
-
-style-to-object@^0.2.1:
- version "0.2.3"
- resolved "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.2.3.tgz#afcf42bc03846b1e311880c55632a26ad2780bcb"
- integrity sha1-r89CvAOEax4xGIDFVjKiatJ4C8s=
- dependencies:
- inline-style-parser "0.1.1"
-
-styled-components@^3.4.6:
- version "3.4.10"
- resolved "https://registry.npm.alibaba-inc.com/styled-components/download/styled-components-3.4.10.tgz#9a654c50ea2b516c36ade57ddcfa296bf85c96e1"
- integrity sha1-mmVMUOorUWw2reV93Popa/hcluE=
- dependencies:
- buffer "^5.0.3"
- css-to-react-native "^2.0.3"
- fbjs "^0.8.16"
- hoist-non-react-statics "^2.5.0"
- prop-types "^15.5.4"
- react-is "^16.3.1"
- stylis "^3.5.0"
- stylis-rule-sheet "^0.0.10"
- supports-color "^3.2.3"
-
-stylehacks@^4.0.0:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/stylehacks/download/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"
- integrity sha1-Zxj8r00eB9ihMYaQiB6NlnJqcdU=
- dependencies:
- browserslist "^4.0.0"
- postcss "^7.0.0"
- postcss-selector-parser "^3.0.0"
-
-stylelint-config-recommended@^2.1.0, stylelint-config-recommended@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/stylelint-config-recommended/download/stylelint-config-recommended-2.2.0.tgz#46ab139db4a0e7151fd5f94af155512886c96d3f"
- integrity sha1-RqsTnbSg5xUf1flK8VVRKIbJbT8=
-
-stylelint-config-standard@^18.2.0:
- version "18.3.0"
- resolved "https://registry.npm.alibaba-inc.com/stylelint-config-standard/download/stylelint-config-standard-18.3.0.tgz#a2a1b788d2cf876c013feaff8ae276117a1befa7"
- integrity sha1-oqG3iNLPh2wBP+r/iuJ2EXob76c=
- dependencies:
- stylelint-config-recommended "^2.2.0"
-
-stylelint-config-styled-components@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/stylelint-config-styled-components/download/stylelint-config-styled-components-0.1.1.tgz#b408388d7c687833ab4be4c4e6522d97d2827ede"
- integrity sha1-tAg4jXxoeDOrS+TE5lItl9KCft4=
-
-stylelint-processor-styled-components@^1.3.2:
- version "1.8.0"
- resolved "https://registry.npm.alibaba-inc.com/stylelint-processor-styled-components/download/stylelint-processor-styled-components-1.8.0.tgz#7dc48c6c95f9c3c9daa49efa5f3d1be49e7296e2"
- integrity sha1-fcSMbJX5w8napJ76Xz0b5J5yluI=
- dependencies:
- "@babel/parser" "^7.0.0"
- "@babel/traverse" "^7.0.0"
- micromatch "^4.0.2"
- postcss "^7.0.0"
-
-stylelint@^9.5.0:
- version "9.10.1"
- resolved "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz#5f0ee3701461dff1d68284e1386efe8f0677a75d"
- integrity sha1-Xw7jcBRh3/HWgoThOG7+jwZ3p10=
- dependencies:
- 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"
-
-stylis-rule-sheet@^0.0.10:
- version "0.0.10"
- resolved "https://registry.npm.alibaba-inc.com/stylis-rule-sheet/download/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
- integrity sha1-ROZKKwdmQ/S1Ll/3HvwE2MPEpDA=
-
-stylis@3.5.0:
- version "3.5.0"
- resolved "https://registry.npm.alibaba-inc.com/stylis/download/stylis-3.5.0.tgz#016fa239663d77f868fef5b67cf201c4b7c701e1"
- integrity sha1-AW+iOWY9d/ho/vW2fPIBxLfHAeE=
-
-stylis@^3.5.0:
- version "3.5.4"
- resolved "https://registry.npm.alibaba-inc.com/stylis/download/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
- integrity sha1-9mXyX14pnPPWRlSrlJpXx2i3P74=
-
-sugarss@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d"
- integrity sha1-3dduASSyl9QL88yjHIsi7LQ7xh0=
- dependencies:
- postcss "^7.0.2"
-
-supercluster@^6.0.1, supercluster@^6.0.2:
- version "6.0.2"
- resolved "https://registry.npm.alibaba-inc.com/supercluster/download/supercluster-6.0.2.tgz#aa2eaae185ef97872f388c683ec29f6991721ee3"
- integrity sha1-qi6q4YXvl4cvOIxoPsKfaZFyHuM=
- dependencies:
- kdbush "^3.0.0"
-
-supports-color@6.1.0, supports-color@^6.1.0:
- version "6.1.0"
- resolved "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
- integrity sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=
- dependencies:
- has-flag "^3.0.0"
-
-supports-color@7.1.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
- integrity sha1-aOMlkd9z4lrRxLSRCKLsUHliv9E=
- dependencies:
- has-flag "^4.0.0"
-
-supports-color@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
- integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
-
-supports-color@^3.2.3:
- version "3.2.3"
- resolved "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
- integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=
- dependencies:
- has-flag "^1.0.0"
-
-supports-color@^5.3.0, supports-color@^5.4.0:
- version "5.5.0"
- resolved "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
- integrity sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=
- dependencies:
- has-flag "^3.0.0"
-
-svg-parser@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.2.tgz#d134cc396fa2681dc64f518330784e98bd801ec8"
- integrity sha1-0TTMOW+iaB3GT1GDMHhOmL2AHsg=
-
-svg-tags@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
- integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
-
-svgo@1.3.2, svgo@^1.0.0, svgo@^1.2.2:
- version "1.3.2"
- resolved "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"
- integrity sha1-ttxRHAYzRsnkFbgeQ0ARRbltQWc=
- dependencies:
- 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"
-
-symbol-observable@^1.1.0, symbol-observable@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
- integrity sha1-wiaIrtTqs83C3+rLtWFmBWCgCAQ=
-
-symbol-tree@^3.2.2:
- version "3.2.4"
- resolved "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
- integrity sha1-QwY30ki6d+B4iDlR+5qg7tfGP6I=
-
-symbol.prototype.description@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/symbol.prototype.description/download/symbol.prototype.description-1.0.1.tgz#e44e5db04d977932d1a261570bf65312773406d0"
- integrity sha1-5E5dsE2XeTLRomFXC/ZTEnc0BtA=
- dependencies:
- es-abstract "^1.16.0"
- has-symbols "^1.0.0"
-
-synchronous-promise@^1.0.18:
- version "1.0.18"
- resolved "https://registry.npm.alibaba-inc.com/synchronous-promise/download/synchronous-promise-1.0.18.tgz#936e8763e6554088cdcf78dc64f7473b972fcefc"
- integrity sha1-k26HY+ZVQIjNz3jcZPdHO5cvzvw=
-
-table@^5.0.0, table@^5.2.3:
- version "5.4.6"
- resolved "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
- integrity sha1-EpLRlQDOP4YFOwXw6Ofko7shB54=
- dependencies:
- ajv "^6.10.2"
- lodash "^4.17.14"
- slice-ansi "^2.1.0"
- string-width "^3.0.0"
-
-tapable@^1.0.0, tapable@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
- integrity sha1-ofzMBrWNth/XpF2i2kT186Pme6I=
-
-tapable@^2.0.0-beta.8:
- version "2.0.0-beta.8"
- resolved "https://registry.npm.alibaba-inc.com/tapable/download/tapable-2.0.0-beta.8.tgz#0a8d42f6895d43d5a895de15d9a9e3e425f72a0a"
- integrity sha1-Co1C9oldQ9Wold4V2anj5CX3Kgo=
-
-tape@^4.5.1:
- version "4.11.0"
- resolved "https://registry.npm.alibaba-inc.com/tape/download/tape-4.11.0.tgz#63d41accd95e45a23a874473051c57fdbc58edc1"
- integrity sha1-Y9QazNleRaI6h0RzBRxX/bxY7cE=
- dependencies:
- deep-equal "~1.0.1"
- defined "~1.0.0"
- for-each "~0.3.3"
- function-bind "~1.1.1"
- glob "~7.1.4"
- has "~1.0.3"
- inherits "~2.0.4"
- minimist "~1.2.0"
- object-inspect "~1.6.0"
- resolve "~1.11.1"
- resumer "~0.0.0"
- string.prototype.trim "~1.1.2"
- through "~2.3.8"
-
-tar-fs@^1.15.3:
- version "1.16.3"
- resolved "https://registry.npm.alibaba-inc.com/tar-fs/download/tar-fs-1.16.3.tgz#966a628841da2c4010406a82167cbd5e0c72d509"
- integrity sha1-lmpiiEHaLEAQQGqCFny9Xgxy1Qk=
- dependencies:
- chownr "^1.0.1"
- mkdirp "^0.5.1"
- pump "^1.0.0"
- tar-stream "^1.1.2"
-
-tar-fs@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/tar-fs/download/tar-fs-2.0.0.tgz#677700fc0c8b337a78bee3623fdc235f21d7afad"
- integrity sha1-Z3cA/AyLM3p4vuNiP9wjXyHXr60=
- dependencies:
- chownr "^1.1.1"
- mkdirp "^0.5.1"
- pump "^3.0.0"
- tar-stream "^2.0.0"
-
-tar-stream@^1.1.2, tar-stream@^1.5.2, tar-stream@^1.5.4:
- version "1.6.2"
- resolved "https://registry.npm.alibaba-inc.com/tar-stream/download/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555"
- integrity sha1-jqVdqzeXIlPZqa+Q/c1VmuQ1xVU=
- dependencies:
- bl "^1.0.0"
- buffer-alloc "^1.2.0"
- end-of-stream "^1.0.0"
- fs-constants "^1.0.0"
- readable-stream "^2.3.0"
- to-buffer "^1.1.1"
- xtend "^4.0.0"
-
-tar-stream@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/tar-stream/download/tar-stream-2.1.0.tgz#d1aaa3661f05b38b5acc9b7020efdca5179a2cc3"
- integrity sha1-0aqjZh8Fs4tazJtwIO/cpReaLMM=
- dependencies:
- bl "^3.0.0"
- end-of-stream "^1.4.1"
- fs-constants "^1.0.0"
- inherits "^2.0.3"
- readable-stream "^3.1.1"
-
-tar@^2.0.0:
- version "2.2.2"
- resolved "https://registry.npm.alibaba-inc.com/tar/download/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
- integrity sha1-DKiEhWLHKZuLRG/2pNYM27I+3EA=
- dependencies:
- block-stream "*"
- fstream "^1.0.12"
- inherits "2"
-
-tar@^4, tar@^4.4.10, tar@^4.4.12, tar@^4.4.8:
- version "4.4.13"
- resolved "https://registry.npm.alibaba-inc.com/tar/download/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
- integrity sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU=
- dependencies:
- chownr "^1.1.1"
- fs-minipass "^1.2.5"
- minipass "^2.8.6"
- minizlib "^1.2.1"
- mkdirp "^0.5.0"
- safe-buffer "^5.1.2"
- yallist "^3.0.3"
-
-tar@^5.0.5:
- version "5.0.5"
- resolved "https://registry.npm.alibaba-inc.com/tar/download/tar-5.0.5.tgz#03fcdb7105bc8ea3ce6c86642b9c942495b04f93"
- integrity sha1-A/zbcQW8jqPObIZkK5yUJJWwT5M=
- dependencies:
- chownr "^1.1.3"
- fs-minipass "^2.0.0"
- minipass "^3.0.0"
- minizlib "^2.1.0"
- mkdirp "^0.5.0"
- yallist "^4.0.0"
-
-telejson@^3.0.2:
- version "3.1.0"
- resolved "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.1.0.tgz#c648479afe0d8edd90aeaf478b0b8a2fe9f59513"
- integrity sha1-xkhHmv4Njt2Qrq9HiwuKL+n1lRM=
- dependencies:
- "@types/is-function" "^1.0.0"
- global "^4.4.0"
- is-function "^1.0.1"
- is-regex "^1.0.4"
- is-symbol "^1.0.2"
- isobject "^4.0.0"
- lodash "^4.17.15"
- memoizerific "^1.11.3"
-
-temp-dir@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/temp-dir/download/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
- integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=
-
-temp-write@^3.4.0:
- version "3.4.0"
- resolved "https://registry.npm.alibaba-inc.com/temp-write/download/temp-write-3.4.0.tgz#8cff630fb7e9da05f047c74ce4ce4d685457d492"
- integrity sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI=
- dependencies:
- graceful-fs "^4.1.2"
- is-stream "^1.1.0"
- make-dir "^1.0.0"
- pify "^3.0.0"
- temp-dir "^1.0.0"
- uuid "^3.0.1"
-
-tempfile@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/tempfile/download/tempfile-2.0.0.tgz#6b0446856a9b1114d1856ffcbe509cccb0977265"
- integrity sha1-awRGhWqbERTRhW/8vlCczLCXcmU=
- dependencies:
- temp-dir "^1.0.0"
- uuid "^3.0.1"
-
-term-size@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/term-size/download/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
- integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=
- dependencies:
- execa "^0.7.0"
-
-terser-webpack-plugin@1.4.1, terser-webpack-plugin@^1.2.4, terser-webpack-plugin@^1.4.1:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.1.tgz#61b18e40eaee5be97e771cdbb10ed1280888c2b4"
- integrity sha1-YbGOQOruW+l+dxzbsQ7RKAiIwrQ=
- dependencies:
- cacache "^12.0.2"
- find-cache-dir "^2.1.0"
- is-wsl "^1.1.0"
- schema-utils "^1.0.0"
- serialize-javascript "^1.7.0"
- source-map "^0.6.1"
- terser "^4.1.2"
- webpack-sources "^1.4.0"
- worker-farm "^1.7.0"
-
-terser@^4.1.0, terser@^4.1.2, terser@^4.3.9:
- version "4.4.0"
- resolved "https://registry.npm.alibaba-inc.com/terser/download/terser-4.4.0.tgz#22c46b4817cf4c9565434bfe6ad47336af259ac3"
- integrity sha1-IsRrSBfPTJVlQ0v+atRzNq8lmsM=
- dependencies:
- commander "^2.20.0"
- source-map "~0.6.1"
- source-map-support "~0.5.12"
-
-test-exclude@^5.2.3:
- version "5.2.3"
- resolved "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"
- integrity sha1-w9Ph4xHrfuQF4JLawQrv0JCR6sA=
- dependencies:
- glob "^7.1.3"
- minimatch "^3.0.4"
- read-pkg-up "^4.0.0"
- require-main-filename "^2.0.0"
-
-text-extensions@^1.0.0:
- version "1.9.0"
- resolved "https://registry.npm.alibaba-inc.com/text-extensions/download/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
- integrity sha1-GFPkX+45yUXOb2w2stZZtaq8KiY=
-
-text-table@0.2.0, text-table@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
- integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
-
-textextensions@^2.5.0:
- version "2.6.0"
- resolved "https://registry.npm.alibaba-inc.com/textextensions/download/textextensions-2.6.0.tgz#d7e4ab13fe54e32e08873be40d51b74229b00fc4"
- integrity sha1-1+SrE/5U4y4IhzvkDVG3QimwD8Q=
-
-thenify-all@^1.0.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/thenify-all/download/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
- integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
- dependencies:
- thenify ">= 3.1.0 < 4"
-
-"thenify@>= 3.1.0 < 4":
- version "3.3.0"
- resolved "https://registry.npm.alibaba-inc.com/thenify/download/thenify-3.3.0.tgz#e69e38a1babe969b0108207978b9f62b88604839"
- integrity sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=
- dependencies:
- any-promise "^1.0.0"
-
-throat@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
- integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=
-
-throttle-debounce@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/throttle-debounce/download/throttle-debounce-2.1.0.tgz#257e648f0a56bd9e54fe0f132c4ab8611df4e1d5"
- integrity sha1-JX5kjwpWvZ5U/g8TLEq4YR304dU=
-
-through2@^0.6.3:
- version "0.6.5"
- resolved "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48"
- integrity sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=
- dependencies:
- readable-stream ">=1.0.33-1 <1.1.0-0"
- xtend ">=4.0.0 <4.1.0-0"
-
-through2@^2.0.0, through2@^2.0.1, through2@^2.0.2:
- version "2.0.5"
- resolved "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
- integrity sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=
- dependencies:
- readable-stream "~2.3.6"
- xtend "~4.0.1"
-
-through2@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a"
- integrity sha1-OSducTwzAu3544jdnIEt07glvVo=
- dependencies:
- readable-stream "2 || 3"
-
-through@2, "through@>=2.2.7 <3", through@X.X.X, through@^2.3.4, through@^2.3.6, through@^2.3.8, through@~2.3.4, through@~2.3.8:
- version "2.3.8"
- resolved "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
- integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
-
-through@2.3.4:
- version "2.3.4"
- resolved "https://registry.npm.alibaba-inc.com/through/download/through-2.3.4.tgz#495e40e8d8a8eaebc7c275ea88c2b8fc14c56455"
- integrity sha1-SV5A6Nio6uvHwnXqiMK4/BTFZFU=
-
-through@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/through/download/through-1.1.2.tgz#344a5425a3773314ca7e0eb6512fbafaf76c0bfe"
- integrity sha1-NEpUJaN3MxTKfg62US+6+vdsC/4=
-
-thunky@^1.0.2:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/thunky/download/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
- integrity sha1-Wrr3FKlAXbBQRzK7zNLO3Z75U30=
-
-timed-out@^4.0.0, timed-out@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/timed-out/download/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
- integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
-
-timers-browserify@^2.0.4:
- version "2.0.11"
- resolved "https://registry.npm.alibaba-inc.com/timers-browserify/download/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f"
- integrity sha1-gAsfPu4nLlvFPuRloE0OgEwxIR8=
- dependencies:
- setimmediate "^1.0.4"
-
-timm@^1.6.1:
- version "1.6.2"
- resolved "https://registry.npm.alibaba-inc.com/timm/download/timm-1.6.2.tgz#dfd8c6719f7ba1fcfc6295a32670a1c6d166c0bd"
- integrity sha1-39jGcZ97ofz8YpWjJnChxtFmwL0=
-
-timsort@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/timsort/download/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
- integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
-
-tiny-emitter@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
- integrity sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=
-
-tinycolor2@^1.4.1:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/tinycolor2/download/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8"
- integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=
-
-tinyqueue@^2.0.0:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/tinyqueue/download/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
- integrity sha1-ZNhJLr8554Ade9NAYuKbRbIDXwg=
-
-tmp@^0.0.31:
- version "0.0.31"
- resolved "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.31.tgz#8f38ab9438e17315e5dbd8b3657e8bfb277ae4a7"
- integrity sha1-jzirlDjhcxXl29izZX6L+yd65Kc=
- dependencies:
- os-tmpdir "~1.0.1"
-
-tmp@^0.0.33:
- version "0.0.33"
- resolved "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
- integrity sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=
- dependencies:
- os-tmpdir "~1.0.2"
-
-tmpl@1.0.x:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/tmpl/download/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
- integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
-
-to-array@0.1.4:
- version "0.1.4"
- resolved "https://registry.npm.alibaba-inc.com/to-array/download/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890"
- integrity sha1-F+bBH3PdTz10zaek/zI46a2b+JA=
-
-to-arraybuffer@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
- integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
-
-to-buffer@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/to-buffer/download/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80"
- integrity sha1-STvUj2LXxD/N7TE6A9ytsuEhOoA=
-
-to-factory@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/to-factory/download/to-factory-1.0.0.tgz#8738af8bd97120ad1d4047972ada5563bf9479b1"
- integrity sha1-hzivi9lxIK0dQEeXKtpVY7+UebE=
-
-to-fast-properties@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
- integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
-
-to-object-path@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/to-object-path/download/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
- integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
- dependencies:
- kind-of "^3.0.2"
-
-to-readable-stream@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771"
- integrity sha1-zgqgwvPfat+FLvtASng+d8BHV3E=
-
-to-regex-range@^2.1.0:
- version "2.1.1"
- resolved "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
- integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
- dependencies:
- is-number "^3.0.0"
- repeat-string "^1.6.1"
-
-to-regex-range@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
- integrity sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=
- dependencies:
- is-number "^7.0.0"
-
-to-regex@^3.0.1, to-regex@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
- integrity sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=
- dependencies:
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- regex-not "^1.0.2"
- safe-regex "^1.1.0"
-
-toggle-selection@^1.0.6:
- version "1.0.6"
- resolved "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
- integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI=
-
-toidentifier@1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
- integrity sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM=
-
-toposort@^0.2.10:
- version "0.2.12"
- resolved "https://registry.npm.alibaba-inc.com/toposort/download/toposort-0.2.12.tgz#c7d2984f3d48c217315cc32d770888b779491e81"
- integrity sha1-x9KYTz1IwhcxXMMtdwiIt3lJHoE=
-
-toposort@^1.0.0:
- version "1.0.7"
- resolved "https://registry.npm.alibaba-inc.com/toposort/download/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029"
- integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk=
-
-tough-cookie@^2.3.3, tough-cookie@^2.3.4:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
- integrity sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=
- dependencies:
- psl "^1.1.28"
- punycode "^2.1.1"
-
-tough-cookie@~2.4.3:
- version "2.4.3"
- resolved "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
- integrity sha1-U/Nto/R3g7CSWvoG/587FlKA94E=
- dependencies:
- psl "^1.1.24"
- punycode "^1.4.1"
-
-tr46@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/tr46/download/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
- integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
- dependencies:
- punycode "^2.1.0"
-
-trim-lines@^1.0.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/trim-lines/download/trim-lines-1.1.2.tgz#c8adbdbdae21bb5c2766240a661f693afe23e59b"
- integrity sha1-yK29va4hu1wnZiQKZh9pOv4j5Zs=
-
-trim-newlines@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
- integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
-
-trim-newlines@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
- integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=
-
-trim-off-newlines@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/trim-off-newlines/download/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
- integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
-
-trim-repeated@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/trim-repeated/download/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"
- integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE=
- dependencies:
- escape-string-regexp "^1.0.2"
-
-trim-trailing-lines@^1.0.0:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.2.tgz#d2f1e153161152e9f02fabc670fb40bec2ea2e3a"
- integrity sha1-0vHhUxYRUunwL6vGcPtAvsLqLjo=
-
-trim@0.0.1:
- version "0.0.1"
- resolved "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
- integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=
-
-trough@^1.0.0:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.4.tgz#3b52b1f13924f460c3fbfd0df69b587dbcbc762e"
- integrity sha1-O1Kx8Tkk9GDD+/0N9ptYfby8di4=
-
-"true-case-path@^1.0.2":
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/true-case-path/download/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d"
- integrity sha1-+BO1qMhrQNpZYGcisUTjIleZ9H0=
- dependencies:
- glob "^7.1.2"
-
-"true-case-path@^2.2.1":
- version "2.2.1"
- resolved "https://registry.npm.alibaba-inc.com/true-case-path/download/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
- integrity sha1-xb8EpbvsP9EYvkCERhs6J8TXlr8=
-
-ts-easing@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npm.alibaba-inc.com/ts-easing/download/ts-easing-0.2.0.tgz#c8a8a35025105566588d87dbda05dd7fbfa5a4ec"
- integrity sha1-yKijUCUQVWZYjYfb2gXdf7+lpOw=
-
-ts-jest@^24.0.2, ts-jest@^24.1.0:
- version "24.1.0"
- resolved "https://registry.npm.alibaba-inc.com/ts-jest/download/ts-jest-24.1.0.tgz#2eaa813271a2987b7e6c3fefbda196301c131734"
- integrity sha1-LqqBMnGimHt+bD/vvaGWMBwTFzQ=
- dependencies:
- bs-logger "0.x"
- buffer-from "1.x"
- fast-json-stable-stringify "2.x"
- json5 "2.x"
- lodash.memoize "4.x"
- make-error "1.x"
- mkdirp "0.x"
- resolve "1.x"
- semver "^5.5"
- yargs-parser "10.x"
-
-ts-pnp@^1.1.2:
- version "1.1.5"
- resolved "https://registry.npm.alibaba-inc.com/ts-pnp/download/ts-pnp-1.1.5.tgz#840e0739c89fce5f3abd9037bb091dbff16d9dec"
- integrity sha1-hA4HOcifzl86vZA3uwkdv/Ftnew=
-
-tslib@^1.10.0, tslib@^1.6.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
- version "1.10.0"
- resolved "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
- integrity sha1-w8GflZc/sKYpc/sJ2Q2WHuQ+XIo=
-
-tslint-config-prettier@^1.15.0:
- version "1.18.0"
- resolved "https://registry.npm.alibaba-inc.com/tslint-config-prettier/download/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
- integrity sha1-dfFAvelH012PDSOODr+AnWRZLDc=
-
-tslint-plugin-prettier@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npm.alibaba-inc.com/tslint-plugin-prettier/download/tslint-plugin-prettier-1.3.0.tgz#7eb65d19ea786a859501a42491b78c5de2031a3f"
- integrity sha1-frZdGep4aoWVAaQkkbeMXeIDGj8=
- dependencies:
- eslint-plugin-prettier "^2.2.0"
- tslib "^1.7.1"
-
-tslint-react@^3.6.0:
- version "3.6.0"
- resolved "https://registry.npm.alibaba-inc.com/tslint-react/download/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"
- integrity sha1-f0YslcSgr6roJQfwZRf/ApQhlqE=
- dependencies:
- tsutils "^2.13.1"
-
-tslint@^5.11.0:
- version "5.20.1"
- resolved "https://registry.npm.alibaba-inc.com/tslint/download/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"
- integrity sha1-5AHortoBUrxE3QfmFANPP4DGe30=
- dependencies:
- "@babel/code-frame" "^7.0.0"
- builtin-modules "^1.1.1"
- chalk "^2.3.0"
- commander "^2.12.1"
- diff "^4.0.1"
- glob "^7.1.1"
- js-yaml "^3.13.1"
- minimatch "^3.0.4"
- mkdirp "^0.5.1"
- resolve "^1.3.2"
- semver "^5.3.0"
- tslib "^1.8.0"
- tsutils "^2.29.0"
-
-tsutils@^2.13.1, tsutils@^2.29.0:
- version "2.29.0"
- resolved "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
- integrity sha1-MrSIUBRnrL7dS4VJhnOggSrKC5k=
- dependencies:
- tslib "^1.8.1"
-
-tsutils@^3.17.1:
- version "3.17.1"
- resolved "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
- integrity sha1-7XGZF/EcoN7lhicrKsSeAVot11k=
- dependencies:
- tslib "^1.8.1"
-
-tty-browserify@0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/tty-browserify/download/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
- integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
-
-tunnel-agent@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
- integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
- dependencies:
- safe-buffer "^5.0.1"
-
-tweetnacl@^0.14.3, tweetnacl@~0.14.0:
- version "0.14.5"
- resolved "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
- integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
-
-type-check@~0.3.2:
- version "0.3.2"
- resolved "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
- integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
- dependencies:
- prelude-ls "~1.1.2"
-
-type-fest@^0.3.0:
- version "0.3.1"
- resolved "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
- integrity sha1-Y9ANIE4FlHT+Xht8ARESu9HcKeE=
-
-type-fest@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
- integrity sha1-jSojcNPfiG61yQraHFv2GIrPg4s=
-
-type-fest@^0.8.1:
- version "0.8.1"
- resolved "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
- integrity sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=
-
-type-is@~1.6.17, type-is@~1.6.18:
- version "1.6.18"
- resolved "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
- integrity sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=
- dependencies:
- media-typer "0.3.0"
- mime-types "~2.1.24"
-
-type-name@^2.0.1:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/type-name/download/type-name-2.0.2.tgz#efe7d4123d8ac52afff7f40c7e4dec5266008fb4"
- integrity sha1-7+fUEj2KxSr/9/QMfk3sUmYAj7Q=
-
-type-of@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/type-of/download/type-of-2.0.1.tgz#e72a1741896568e9f628378d816d6912f7f23972"
- integrity sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI=
-
-type@^1.0.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
- integrity sha1-hI3XaY2vo+VKbEeedZxLw/GIR6A=
-
-type@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/type/download/type-2.0.0.tgz#5f16ff6ef2eb44f260494dae271033b29c09a9c3"
- integrity sha1-Xxb/bvLrRPJgSU2uJxAzspwJqcM=
-
-typed-styles@^0.0.7:
- version "0.0.7"
- resolved "https://registry.npm.alibaba-inc.com/typed-styles/download/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
- integrity sha1-kzkqAIeUxFlRGf9i3eaAnbxAo9k=
-
-typedarray-to-buffer@^3.1.5:
- version "3.1.5"
- resolved "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
- integrity sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=
- dependencies:
- is-typedarray "^1.0.0"
-
-typedarray@^0.0.6:
- version "0.0.6"
- resolved "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
- integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
-
-typescript@^3.6.3, typescript@^3.7.0-beta:
- version "3.7.2"
- resolved "https://registry.npm.alibaba-inc.com/typescript/download/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
- integrity sha1-J+SJuV+lkJRF6f717kjYFpetGPs=
-
-ua-parser-js@^0.7.18, ua-parser-js@^0.7.9:
- version "0.7.20"
- resolved "https://registry.npm.alibaba-inc.com/ua-parser-js/download/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098"
- integrity sha1-dScXi4L2pioPJD0flP0w4+PCEJg=
-
-uglify-js@3.4.x:
- version "3.4.10"
- resolved "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f"
- integrity sha1-mtlWPY6zrN+404WX0q8dgV9qdV8=
- dependencies:
- commander "~2.19.0"
- source-map "~0.6.1"
-
-uglify-js@^2.6.2:
- version "2.8.29"
- resolved "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
- integrity sha1-KcVzMUgFe7Th913zW3qcty5qWd0=
- dependencies:
- source-map "~0.5.1"
- yargs "~3.10.0"
- optionalDependencies:
- uglify-to-browserify "~1.0.0"
-
-uglify-js@^3.1.4:
- version "3.6.9"
- resolved "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-3.6.9.tgz#85d353edb6ddfb62a9d798f36e91792249320611"
- integrity sha1-hdNT7bbd+2Kp15jzbpF5IkkyBhE=
- dependencies:
- commander "~2.20.3"
- source-map "~0.6.1"
-
-uglify-to-browserify@~1.0.0:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
- integrity sha1-bgkk1r2mta/jSeOabWMoUKD4grc=
-
-uid-number@0.0.6:
- version "0.0.6"
- resolved "https://registry.npm.alibaba-inc.com/uid-number/download/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
- integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=
-
-umask@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/umask/download/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
- integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
-
-unbzip2-stream@^1.0.9:
- version "1.3.3"
- resolved "https://registry.npm.alibaba-inc.com/unbzip2-stream/download/unbzip2-stream-1.3.3.tgz#d156d205e670d8d8c393e1c02ebd506422873f6a"
- integrity sha1-0VbSBeZw2NjDk+HALr1QZCKHP2o=
- dependencies:
- buffer "^5.2.1"
- through "^2.3.8"
-
-unc-path-regex@^0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/unc-path-regex/download/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
- integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
-
-underscore.string@^3.3.5:
- version "3.3.5"
- resolved "https://registry.npm.alibaba-inc.com/underscore.string/download/underscore.string-3.3.5.tgz#fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
- integrity sha1-/CrSVbi9MJ4jnLxYFv0jqbfqQCM=
- dependencies:
- sprintf-js "^1.0.3"
- util-deprecate "^1.0.2"
-
-unfetch@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npm.alibaba-inc.com/unfetch/download/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db"
- integrity sha1-bsLdDeiH5YpN7oOgUN7YD/xBN9s=
-
-unherit@^1.0.4:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.2.tgz#14f1f397253ee4ec95cec167762e77df83678449"
- integrity sha1-FPHzlyU+5OyVzsFndi5334NnhEk=
- dependencies:
- inherits "^2.0.1"
- xtend "^4.0.1"
-
-unicode-canonical-property-names-ecmascript@^1.0.4:
- 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#2619800c4c825800efdd8343af7dd9933cbe2818"
- integrity sha1-JhmADEyCWADv3YNDr33Zkzy+KBg=
-
-unicode-match-property-ecmascript@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c"
- integrity sha1-jtKjJWmWG86SJ9Cc0/+7j+1fAgw=
- dependencies:
- unicode-canonical-property-names-ecmascript "^1.0.4"
- unicode-property-aliases-ecmascript "^1.0.4"
-
-unicode-match-property-value-ecmascript@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277"
- integrity sha1-W0tCbgjROoA2Xg1lesemwexGonc=
-
-unicode-property-aliases-ecmascript@^1.0.4:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
- integrity sha1-qcxsx85joKMCP8meNBuUQx1AWlc=
-
-unified@^4.1.1:
- version "4.2.1"
- resolved "https://registry.npm.alibaba-inc.com/unified/download/unified-4.2.1.tgz#76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e"
- integrity sha1-dv9Dqo2kMPbn5KVchOusKtLPzS4=
- dependencies:
- bail "^1.0.0"
- extend "^3.0.0"
- has "^1.0.1"
- once "^1.3.3"
- trough "^1.0.0"
- vfile "^1.0.0"
-
-unified@^6.2.0:
- version "6.2.0"
- resolved "https://registry.npm.alibaba-inc.com/unified/download/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
- integrity sha1-f71jD3GRJtZ9QMZEt+P2FwNfbbo=
- dependencies:
- 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"
-
-unified@^7.0.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/unified/download/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
- integrity sha1-UDLxwe4zZL0J2hLif91KdVPHvhM=
- dependencies:
- "@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"
-
-union-value@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/union-value/download/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
- integrity sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=
- dependencies:
- arr-union "^3.1.0"
- get-value "^2.0.6"
- is-extendable "^0.1.1"
- set-value "^2.0.1"
-
-uniq@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
- integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=
-
-uniqs@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
- integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI=
-
-unique-filename@^1.1.0, unique-filename@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
- integrity sha1-HWl2k2mtoFgxA6HmrodoG1ZXMjA=
- dependencies:
- unique-slug "^2.0.0"
-
-unique-slug@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
- integrity sha1-uqvOkQg/xk6UWw861hPiZPfNTmw=
- dependencies:
- imurmurhash "^0.1.4"
-
-unique-string@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a"
- integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=
- dependencies:
- crypto-random-string "^1.0.0"
-
-unique-string@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d"
- integrity sha1-OcZFH4GvsnSd4rIz4/fF6IQ72J0=
- dependencies:
- crypto-random-string "^2.0.0"
-
-unist-builder@^1.0.1:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-1.0.4.tgz#e1808aed30bd72adc3607f25afecebef4dd59e17"
- integrity sha1-4YCK7TC9cq3DYH8lr+zr703Vnhc=
- dependencies:
- object-assign "^4.1.0"
-
-unist-util-find-all-after@^1.0.2:
- 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#5751a8608834f41d117ad9c577770c5f2f1b2899"
- integrity sha1-V1GoYIg09B0RetnFd3cMXy8bKJk=
- dependencies:
- unist-util-is "^3.0.0"
-
-unist-util-find@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-find/download/unist-util-find-1.0.1.tgz#1062bbb6928c7a97c6adc89b53745d4c46c222a2"
- integrity sha1-EGK7tpKMepfGrcibU3RdTEbCIqI=
- dependencies:
- lodash.iteratee "^4.5.0"
- remark "^5.0.1"
- unist-util-visit "^1.1.0"
-
-unist-util-generated@^1.1.0:
- version "1.1.5"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-generated/download/unist-util-generated-1.1.5.tgz#1e903e68467931ebfaea386dae9ea253628acd42"
- integrity sha1-HpA+aEZ5Mev66jhtrp6iU2KKzUI=
-
-unist-util-is@^2.0.0:
- version "2.1.3"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-2.1.3.tgz#459182db31f4742fceaea88d429693cbf0043d20"
- integrity sha1-RZGC2zH0dC/OrqiNQpaTy/AEPSA=
-
-unist-util-is@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
- integrity sha1-2ehDgcJGjoJinkpb6dfQWi3TJM0=
-
-unist-util-modify-children@^1.0.0:
- version "1.1.5"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-modify-children/download/unist-util-modify-children-1.1.5.tgz#3cac9a5aea60b33395226eac4e37f15e0f04a7af"
- integrity sha1-PKyaWupgszOVIm6sTjfxXg8Ep68=
- dependencies:
- array-iterate "^1.0.0"
-
-unist-util-position@^3.0.0:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.0.4.tgz#5872be7aec38629b971fdb758051f78817b0040a"
- integrity sha1-WHK+euw4YpuXH9t1gFH3iBewBAo=
-
-unist-util-remove-position@^1.0.0, unist-util-remove-position@^1.1.4:
- version "1.1.4"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-1.1.4.tgz#ec037348b6102c897703eee6d0294ca4755a2020"
- integrity sha1-7ANzSLYQLIl3A+7m0ClMpHVaICA=
- dependencies:
- unist-util-visit "^1.1.0"
-
-unist-util-select@^1.5.0:
- version "1.5.0"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-select/download/unist-util-select-1.5.0.tgz#a93c2be8c0f653827803b81331adec2aa24cd933"
- integrity sha1-qTwr6MD2U4J4A7gTMa3sKqJM2TM=
- dependencies:
- css-selector-parser "^1.1.0"
- debug "^2.2.0"
- nth-check "^1.0.1"
-
-unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
- integrity sha1-Pzf881EnncvKdICrWIm7ioMu4cY=
-
-unist-util-stringify-position@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.2.tgz#5a3866e7138d55974b640ec69a94bc19e0f3fa12"
- integrity sha1-Wjhm5xONVZdLZA7GmpS8GeDz+hI=
- dependencies:
- "@types/unist" "^2.0.2"
-
-unist-util-visit-children@^1.0.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-visit-children/download/unist-util-visit-children-1.1.3.tgz#92ba5807e3f54637be5de950263f9468942e7503"
- integrity sha1-krpYB+P1Rje+XelQJj+UaJQudQM=
-
-unist-util-visit-parents@^2.0.0:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
- integrity sha1-JeQ+VTEhZvM0jK5nQ1iHgdESwek=
- dependencies:
- unist-util-is "^3.0.0"
-
-unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.3, unist-util-visit@^1.3.0, unist-util-visit@^1.4.1:
- version "1.4.1"
- resolved "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
- integrity sha1-RySqqEhububibX/zyGhZYNVgseM=
- dependencies:
- unist-util-visit-parents "^2.0.0"
-
-universal-user-agent@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/universal-user-agent/download/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16"
- integrity sha1-J9ouyH4ydpYZ9ooUmWRl6hy53xY=
- dependencies:
- os-name "^3.1.0"
-
-universalify@^0.1.0:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
- integrity sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=
-
-unpipe@1.0.0, unpipe@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
- integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
-
-unquote@^1.1.0, unquote@~1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
- integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=
-
-unset-value@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/unset-value/download/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
- integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
- dependencies:
- has-value "^0.3.1"
- isobject "^3.0.0"
-
-unzip-response@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/unzip-response/download/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
- integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=
-
-upath@^1.1.1:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
- integrity sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=
-
-update-notifier@3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.1.tgz#78ecb68b915e2fd1be9f767f6e298ce87b736250"
- integrity sha1-eOy2i5FeL9G+n3Z/bimM6HtzYlA=
- dependencies:
- 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"
-
-update-notifier@^2.2.0, update-notifier@^2.5.0:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6"
- integrity sha1-0HRFk+E/Fh5AassdlAi3LK0Ir/Y=
- dependencies:
- boxen "^1.2.1"
- chalk "^2.0.1"
- configstore "^3.0.0"
- import-lazy "^2.1.0"
- is-ci "^1.0.10"
- is-installed-globally "^0.1.0"
- is-npm "^1.0.0"
- latest-version "^3.0.0"
- semver-diff "^2.0.0"
- xdg-basedir "^3.0.0"
-
-upper-case@^1.1.1:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/upper-case/download/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"
- integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=
-
-uri-js@^4.2.2:
- version "4.2.2"
- resolved "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
- integrity sha1-lMVA4f93KVbiKZUHwBCupsiDjrA=
- dependencies:
- punycode "^2.1.0"
-
-urix@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
- integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
-
-url-join@4.0.1:
- version "4.0.1"
- resolved "https://registry.npm.alibaba-inc.com/url-join/download/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
- integrity sha1-tkLiGiZGgI/6F4xMX9o5hE4Szec=
-
-url-loader@^1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/url-loader/download/url-loader-1.1.2.tgz#b971d191b83af693c5e3fea4064be9e1f2d7f8d8"
- integrity sha1-uXHRkbg69pPF4/6kBkvp4fLX+Ng=
- dependencies:
- loader-utils "^1.1.0"
- mime "^2.0.3"
- schema-utils "^1.0.0"
-
-url-loader@^2.0.1:
- version "2.2.0"
- resolved "https://registry.npm.alibaba-inc.com/url-loader/download/url-loader-2.2.0.tgz#af321aece1fd0d683adc8aaeb27829f29c75b46e"
- integrity sha1-rzIa7OH9DWg63Iqusngp8px1tG4=
- dependencies:
- loader-utils "^1.2.3"
- mime "^2.4.4"
- schema-utils "^2.4.1"
-
-url-parse-lax@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
- integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=
- dependencies:
- prepend-http "^1.0.1"
-
-url-parse-lax@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
- integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=
- dependencies:
- prepend-http "^2.0.0"
-
-url-parse@^1.1.8, url-parse@^1.4.3:
- version "1.4.7"
- resolved "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
- integrity sha1-qKg1NejACjFuQDpdtKwbm4U64ng=
- dependencies:
- querystringify "^2.1.1"
- requires-port "^1.0.0"
-
-url-to-options@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/url-to-options/download/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
- integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=
-
-url@^0.11.0:
- version "0.11.0"
- resolved "https://registry.npm.alibaba-inc.com/url/download/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
- integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
- dependencies:
- punycode "1.3.2"
- querystring "0.2.0"
-
-use@^3.1.0:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
- integrity sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=
-
-utif@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/utif/download/utif-2.0.1.tgz#9e1582d9bbd20011a6588548ed3266298e711759"
- integrity sha1-nhWC2bvSABGmWIVI7TJmKY5xF1k=
- dependencies:
- pako "^1.0.5"
-
-util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
- integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
-
-util-promisify@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/util-promisify/download/util-promisify-2.1.0.tgz#3c2236476c4d32c5ff3c47002add7c13b9a82a53"
- integrity sha1-PCI2R2xNMsX/PEcAKt18E7moKlM=
- dependencies:
- object.getownpropertydescriptors "^2.0.3"
-
-util.promisify@1.0.0, util.promisify@^1.0.0, util.promisify@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
- integrity sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=
- dependencies:
- define-properties "^1.1.2"
- object.getownpropertydescriptors "^2.0.3"
-
-util@0.10.3:
- version "0.10.3"
- resolved "https://registry.npm.alibaba-inc.com/util/download/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
- integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
- dependencies:
- inherits "2.0.1"
-
-util@^0.11.0:
- version "0.11.1"
- resolved "https://registry.npm.alibaba-inc.com/util/download/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
- integrity sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE=
- dependencies:
- inherits "2.0.3"
-
-utila@^0.4.0, utila@~0.4:
- version "0.4.0"
- resolved "https://registry.npm.alibaba-inc.com/utila/download/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
- integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=
-
-utils-merge@1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
- integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
-
-uuid@3.3.3, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.3.3:
- version "3.3.3"
- resolved "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
- integrity sha1-RWjwIW54dg7h2/Ok0s9T4iQRKGY=
-
-v8-compile-cache@2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
- integrity sha1-APdJTSritojP4omd9u0sVL75Hb4=
-
-v8-compile-cache@^1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-1.1.2.tgz#8d32e4f16974654657e676e0e467a348e89b0dc4"
- integrity sha1-jTLk8Wl0ZUZX5nbg5GejSOibDcQ=
-
-v8-compile-cache@^2.0.3:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
- integrity sha1-4U3jezGm0ZT1aQ1n78Tn9vxqsw4=
-
-valid-url@^1.0.9:
- version "1.0.9"
- resolved "https://registry.npm.alibaba-inc.com/valid-url/download/valid-url-1.0.9.tgz#1c14479b40f1397a75782f115e4086447433a200"
- integrity sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=
-
-validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.3:
- version "3.0.4"
- resolved "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
- integrity sha1-/JH2uce6FchX9MssXe/uw51PQQo=
- dependencies:
- spdx-correct "^3.0.0"
- spdx-expression-parse "^3.0.0"
-
-validate-npm-package-name@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/validate-npm-package-name/download/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e"
- integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34=
- dependencies:
- builtins "^1.0.3"
-
-vary@^1, vary@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
- integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
-
-vendors@^1.0.0:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/vendors/download/vendors-1.0.3.tgz#a6467781abd366217c050f8202e7e50cc9eef8c0"
- integrity sha1-pkZ3gavTZiF8BQ+CAuflDMnu+MA=
-
-venn.js@~0.2.20:
- version "0.2.20"
- resolved "https://registry.npm.alibaba-inc.com/venn.js/download/venn.js-0.2.20.tgz#3f0e50cc75cba1f58692a8a32f67bd7aaf1aa6fa"
- integrity sha1-Pw5QzHXLofWGkqijL2e9eq8apvo=
- dependencies:
- d3-selection "^1.0.2"
- d3-transition "^1.0.1"
- fmin "0.0.2"
-
-verror@1.10.0:
- version "1.10.0"
- resolved "https://registry.npm.alibaba-inc.com/verror/download/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
- integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
- dependencies:
- assert-plus "^1.0.0"
- core-util-is "1.0.2"
- extsprintf "^1.2.0"
-
-vfile-location@^2.0.0:
- version "2.0.6"
- resolved "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e"
- integrity sha1-iidPOUEbhxnqVyiALhDZ4N/xUZ4=
-
-vfile-message@*:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.2.tgz#75ba05090ec758fa8420f2c11ce049bcddd8cf3e"
- integrity sha1-dboFCQ7HWPqEIPLBHOBJvN3Yzz4=
- dependencies:
- "@types/unist" "^2.0.0"
- unist-util-stringify-position "^2.0.0"
-
-vfile-message@^1.0.0:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-1.1.1.tgz#5833ae078a1dfa2d96e9647886cd32993ab313e1"
- integrity sha1-WDOuB4od+i2W6WR4hs0ymTqzE+E=
- dependencies:
- unist-util-stringify-position "^1.1.1"
-
-vfile@^1.0.0:
- version "1.4.0"
- resolved "https://registry.npm.alibaba-inc.com/vfile/download/vfile-1.4.0.tgz#c0fd6fa484f8debdb771f68c31ed75d88da97fe7"
- integrity sha1-wP1vpIT43r23cfaMMe112I2pf+c=
-
-vfile@^2.0.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/vfile/download/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
- integrity sha1-5i2OcrIOg8MkvGxnJ47ickiL+Eo=
- dependencies:
- is-buffer "^1.1.4"
- replace-ext "1.0.0"
- unist-util-stringify-position "^1.0.0"
- vfile-message "^1.0.0"
-
-vfile@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/vfile/download/vfile-3.0.1.tgz#47331d2abe3282424f4a4bb6acd20a44c4121803"
- integrity sha1-RzMdKr4ygkJPSku2rNIKRMQSGAM=
- dependencies:
- is-buffer "^2.0.0"
- replace-ext "1.0.0"
- unist-util-stringify-position "^1.0.0"
- vfile-message "^1.0.0"
-
-viewport-mercator-project@^6.2.1:
- version "6.2.2"
- resolved "https://registry.npm.alibaba-inc.com/viewport-mercator-project/download/viewport-mercator-project-6.2.2.tgz#f524819ad53fcc009b46136a59f73461bfcf1604"
- integrity sha1-9SSBmtU/zACbRhNqWfc0Yb/PFgQ=
- dependencies:
- "@babel/runtime" "^7.0.0"
- gl-matrix "^3.0.0"
-
-vm-browserify@^1.0.1:
- version "1.1.2"
- resolved "https://registry.npm.alibaba-inc.com/vm-browserify/download/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
- integrity sha1-eGQcSIuObKkadfUR56OzKobl3aA=
-
-void-elements@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/void-elements/download/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
- integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
-
-vt-pbf@^3.1.1:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/vt-pbf/download/vt-pbf-3.1.1.tgz#b0f627e39a10ce91d943b898ed2363d21899fb82"
- integrity sha1-sPYn45oQzpHZQ7iY7SNj0hiZ+4I=
- dependencies:
- "@mapbox/point-geometry" "0.1.0"
- "@mapbox/vector-tile" "^1.3.1"
- pbf "^3.0.5"
-
-w3c-hr-time@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
- integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=
- dependencies:
- browser-process-hrtime "^0.1.2"
-
-walker@^1.0.7, walker@~1.0.5:
- version "1.0.7"
- resolved "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
- integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
- dependencies:
- makeerror "1.0.x"
-
-warning@4.x, warning@^4.0.1, warning@^4.0.2, warning@^4.0.3, warning@~4.0.3:
- version "4.0.3"
- resolved "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
- integrity sha1-Fungd+uKhtavfWSqHgX9hbRnjKM=
- dependencies:
- loose-envify "^1.0.0"
-
-warning@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/warning/download/warning-3.0.0.tgz#32e5377cb572de4ab04753bdf8821c01ed605b7c"
- integrity sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=
- dependencies:
- loose-envify "^1.0.0"
-
-watchpack@^1.6.0:
- version "1.6.0"
- resolved "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"
- integrity sha1-S8EsLr6KonenHx0/FNaFx7RGzQA=
- dependencies:
- chokidar "^2.0.2"
- graceful-fs "^4.1.2"
- neo-async "^2.5.0"
-
-wbuf@^1.1.0, wbuf@^1.7.3:
- version "1.7.3"
- resolved "https://registry.npm.alibaba-inc.com/wbuf/download/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
- integrity sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=
- dependencies:
- minimalistic-assert "^1.0.0"
-
-wcwidth@^1.0.0, wcwidth@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/wcwidth/download/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
- integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=
- dependencies:
- defaults "^1.0.3"
-
-web-namespaces@^1.0.0, web-namespaces@^1.1.2:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.3.tgz#9bbf5c99ff0908d2da031f1d732492a96571a83f"
- integrity sha1-m79cmf8JCNLaAx8dcySSqWVxqD8=
-
-webidl-conversions@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
- integrity sha1-qFWYCx8LazWbodXZ+zmulB+qY60=
-
-webpack-cli@^3.1.0:
- version "3.3.10"
- resolved "https://registry.npm.alibaba-inc.com/webpack-cli/download/webpack-cli-3.3.10.tgz#17b279267e9b4fb549023fae170da8e6e766da13"
- integrity sha1-F7J5Jn6bT7VJAj+uFw2o5udm2hM=
- dependencies:
- chalk "2.4.2"
- cross-spawn "6.0.5"
- enhanced-resolve "4.1.0"
- findup-sync "3.0.0"
- global-modules "2.0.0"
- import-local "2.0.0"
- interpret "1.2.0"
- loader-utils "1.2.3"
- supports-color "6.1.0"
- v8-compile-cache "2.0.3"
- yargs "13.2.4"
-
-webpack-dev-middleware@^3.7.0, webpack-dev-middleware@^3.7.2:
- version "3.7.2"
- resolved "https://registry.npm.alibaba-inc.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3"
- integrity sha1-ABnD23FuP6XOy/ZPKriKdLqzMfM=
- dependencies:
- memory-fs "^0.4.1"
- mime "^2.4.4"
- mkdirp "^0.5.1"
- range-parser "^1.2.1"
- webpack-log "^2.0.0"
-
-webpack-dev-server@^3.1.7, webpack-dev-server@^3.9.0:
- version "3.9.0"
- resolved "https://registry.npm.alibaba-inc.com/webpack-dev-server/download/webpack-dev-server-3.9.0.tgz#27c3b5d0f6b6677c4304465ac817623c8b27b89c"
- integrity sha1-J8O10Pa2Z3xDBEZayBdiPIsnuJw=
- dependencies:
- ansi-html "0.0.7"
- bonjour "^3.5.0"
- chokidar "^2.1.8"
- compression "^1.7.4"
- connect-history-api-fallback "^1.6.0"
- debug "^4.1.1"
- del "^4.1.1"
- express "^4.17.1"
- html-entities "^1.2.1"
- http-proxy-middleware "0.19.1"
- import-local "^2.0.0"
- internal-ip "^4.3.0"
- ip "^1.1.5"
- is-absolute-url "^3.0.3"
- killable "^1.0.1"
- loglevel "^1.6.4"
- opn "^5.5.0"
- p-retry "^3.0.1"
- portfinder "^1.0.25"
- schema-utils "^1.0.0"
- selfsigned "^1.10.7"
- semver "^6.3.0"
- serve-index "^1.9.1"
- sockjs "0.3.19"
- sockjs-client "1.4.0"
- spdy "^4.0.1"
- strip-ansi "^3.0.1"
- supports-color "^6.1.0"
- url "^0.11.0"
- webpack-dev-middleware "^3.7.2"
- webpack-log "^2.0.0"
- ws "^6.2.1"
- yargs "12.0.5"
-
-webpack-hot-middleware@^2.25.0:
- version "2.25.0"
- resolved "https://registry.npm.alibaba-inc.com/webpack-hot-middleware/download/webpack-hot-middleware-2.25.0.tgz#4528a0a63ec37f8f8ef565cf9e534d57d09fe706"
- integrity sha1-RSigpj7Df4+O9WXPnlNNV9Cf5wY=
- dependencies:
- ansi-html "0.0.7"
- html-entities "^1.2.0"
- querystring "^0.2.0"
- strip-ansi "^3.0.0"
-
-webpack-log@^1.1.2, webpack-log@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-1.2.0.tgz#a4b34cda6b22b518dbb0ab32e567962d5c72a43d"
- integrity sha1-pLNM2msitRjbsKsy5WeWLVxypD0=
- dependencies:
- chalk "^2.1.0"
- log-symbols "^2.1.0"
- loglevelnext "^1.0.1"
- uuid "^3.1.0"
-
-webpack-log@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"
- integrity sha1-W3ko4GN1k/EZ0y9iJ8HgrDHhtH8=
- dependencies:
- ansi-colors "^3.0.0"
- uuid "^3.3.2"
-
-webpack-merge@^4.1.4, webpack-merge@^4.2.2:
- version "4.2.2"
- resolved "https://registry.npm.alibaba-inc.com/webpack-merge/download/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d"
- integrity sha1-onxS6ng9E5iv0gh/VH17nS9DY00=
- dependencies:
- lodash "^4.17.15"
-
-webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
- version "1.4.3"
- resolved "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
- integrity sha1-7t2OwLko+/HL/plOItLYkPMwqTM=
- dependencies:
- source-list-map "^2.0.0"
- source-map "~0.6.1"
-
-webpack-stats-plugin@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npm.alibaba-inc.com/webpack-stats-plugin/download/webpack-stats-plugin-0.3.0.tgz#6952f63feb9a5393a328d774fb3eccac78d2f51b"
- integrity sha1-aVL2P+uaU5OjKNd0+z7MrHjS9Rs=
-
-webpack@^4.17.1, webpack@^4.33.0, webpack@^4.38.0, webpack@~4.41.2:
- version "4.41.2"
- resolved "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e"
- integrity sha1-w07Hbao6hGjJthpQM22OMwPc504=
- dependencies:
- "@webassemblyjs/ast" "1.8.5"
- "@webassemblyjs/helper-module-context" "1.8.5"
- "@webassemblyjs/wasm-edit" "1.8.5"
- "@webassemblyjs/wasm-parser" "1.8.5"
- acorn "^6.2.1"
- ajv "^6.10.2"
- ajv-keywords "^3.4.1"
- chrome-trace-event "^1.0.2"
- enhanced-resolve "^4.1.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.1"
- 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.1"
- watchpack "^1.6.0"
- webpack-sources "^1.4.1"
-
-websocket-driver@>=0.5.1:
- version "0.7.3"
- resolved "https://registry.npm.alibaba-inc.com/websocket-driver/download/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9"
- integrity sha1-otTg1PTxFvHmKX66WLBdQwEA6fk=
- dependencies:
- http-parser-js ">=0.4.0 <0.4.11"
- safe-buffer ">=5.1.0"
- websocket-extensions ">=0.1.1"
-
-websocket-extensions@>=0.1.1:
- version "0.1.3"
- resolved "https://registry.npm.alibaba-inc.com/websocket-extensions/download/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
- integrity sha1-XS/yKXcAPsaHpLhwc9+7rBRszyk=
-
-wgs84@0.0.0:
- version "0.0.0"
- resolved "https://registry.npm.alibaba-inc.com/wgs84/download/wgs84-0.0.0.tgz#34fdc555917b6e57cf2a282ed043710c049cdc76"
- integrity sha1-NP3FVZF7blfPKigu0ENxDASc3HY=
-
-whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
- version "1.0.5"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
- integrity sha1-WrrPd3wyFmpR0IXWtPPn0nET3bA=
- dependencies:
- iconv-lite "0.4.24"
-
-whatwg-fetch@2.0.3:
- version "2.0.3"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
- integrity sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=
-
-whatwg-fetch@2.0.4:
- version "2.0.4"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
- integrity sha1-3eal3zFfnTmZGqF2IYU9cguFVm8=
-
-whatwg-fetch@>=0.10.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
- integrity sha1-/IBORYzEYACbGiuWa8iBfSV4rvs=
-
-whatwg-fetch@^0.9.0:
- version "0.9.0"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-0.9.0.tgz#0e3684c6cb9995b43efc9df03e4c365d95fd9cc0"
- integrity sha1-DjaExsuZlbQ+/J3wPkw2XZX9nMA=
-
-whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
- integrity sha1-PUseAxLSB5h5+Cav8Y2+7KWWD78=
-
-whatwg-url@^6.4.1:
- version "6.5.0"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
- integrity sha1-8t8Cv/F2/WUHDfdK1cy7WhmZZag=
- dependencies:
- lodash.sortby "^4.7.0"
- tr46 "^1.0.1"
- webidl-conversions "^4.0.2"
-
-whatwg-url@^7.0.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
- integrity sha1-wsSS8eymEpiO/T0iZr4bn8YXDQY=
- dependencies:
- lodash.sortby "^4.7.0"
- tr46 "^1.0.1"
- webidl-conversions "^4.0.2"
-
-which-module@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/which-module/download/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"
- integrity sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=
-
-which-module@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
- integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
-
-which-pm-runs@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npm.alibaba-inc.com/which-pm-runs/download/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"
- integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=
-
-which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1:
- version "1.3.1"
- resolved "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
- integrity sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=
- dependencies:
- isexe "^2.0.0"
-
-which@^2.0.1:
- version "2.0.2"
- resolved "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
- integrity sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=
- dependencies:
- isexe "^2.0.0"
-
-wide-align@^1.1.0:
- version "1.1.3"
- resolved "https://registry.npm.alibaba-inc.com/wide-align/download/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
- integrity sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=
- dependencies:
- string-width "^1.0.2 || 2"
-
-widest-line@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
- integrity sha1-dDh2RzDsfvQ4HOTfgvuYpTFCo/w=
- dependencies:
- string-width "^2.1.1"
-
-window-size@0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/window-size/download/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
- integrity sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=
-
-window-size@1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/window-size/download/window-size-1.1.1.tgz#9858586580ada78ab26ecd6978a6e03115c1af20"
- integrity sha1-mFhYZYCtp4qybs1peKbgMRXBryA=
- dependencies:
- define-property "^1.0.0"
- is-number "^3.0.0"
-
-windows-release@^3.1.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/windows-release/download/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f"
- integrity sha1-gSLa1a/DA9gzQiOAaAp5zfqReF8=
- dependencies:
- execa "^1.0.0"
-
-with-open-file@^0.1.6:
- version "0.1.7"
- resolved "https://registry.npm.alibaba-inc.com/with-open-file/download/with-open-file-0.1.7.tgz#e2de8d974e8a8ae6e58886be4fe8e7465b58a729"
- integrity sha1-4t6Nl06KiubliIa+T+jnRltYpyk=
- dependencies:
- p-finally "^1.0.0"
- p-try "^2.1.0"
- pify "^4.0.1"
-
-wolfy87-eventemitter@~5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/wolfy87-eventemitter/download/wolfy87-eventemitter-5.1.0.tgz#35c1ac0dd1ac0c15e35d981508fc22084a13a011"
- integrity sha1-NcGsDdGsDBXjXZgVCPwiCEoToBE=
-
-word-wrap@^1.0.3, word-wrap@~1.2.3:
- version "1.2.3"
- resolved "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
- integrity sha1-YQY29rH3A4kb00dxzLF/uTtHB5w=
-
-wordwrap@0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/wordwrap/download/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
- integrity sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=
-
-wordwrap@~0.0.2:
- version "0.0.3"
- resolved "https://registry.npm.alibaba-inc.com/wordwrap/download/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
- integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
-
-workbox-background-sync@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-background-sync/download/workbox-background-sync-4.3.1.tgz#26821b9bf16e9e37fd1d640289edddc08afd1950"
- integrity sha1-JoIbm/Funjf9HWQCie3dwIr9GVA=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-broadcast-update@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-broadcast-update/download/workbox-broadcast-update-4.3.1.tgz#e2c0280b149e3a504983b757606ad041f332c35b"
- integrity sha1-4sAoCxSeOlBJg7dXYGrQQfMyw1s=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-build@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-build/download/workbox-build-4.3.1.tgz#414f70fb4d6de47f6538608b80ec52412d233e64"
- integrity sha1-QU9w+01t5H9lOGCLgOxSQS0jPmQ=
- dependencies:
- "@babel/runtime" "^7.3.4"
- "@hapi/joi" "^15.0.0"
- common-tags "^1.8.0"
- fs-extra "^4.0.2"
- glob "^7.1.3"
- lodash.template "^4.4.0"
- pretty-bytes "^5.1.0"
- stringify-object "^3.3.0"
- strip-comments "^1.0.2"
- workbox-background-sync "^4.3.1"
- workbox-broadcast-update "^4.3.1"
- workbox-cacheable-response "^4.3.1"
- workbox-core "^4.3.1"
- workbox-expiration "^4.3.1"
- workbox-google-analytics "^4.3.1"
- workbox-navigation-preload "^4.3.1"
- workbox-precaching "^4.3.1"
- workbox-range-requests "^4.3.1"
- workbox-routing "^4.3.1"
- workbox-strategies "^4.3.1"
- workbox-streams "^4.3.1"
- workbox-sw "^4.3.1"
- workbox-window "^4.3.1"
-
-workbox-cacheable-response@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-cacheable-response/download/workbox-cacheable-response-4.3.1.tgz#f53e079179c095a3f19e5313b284975c91428c91"
- integrity sha1-9T4HkXnAlaPxnlMTsoSXXJFCjJE=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-core@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-core/download/workbox-core-4.3.1.tgz#005d2c6a06a171437afd6ca2904a5727ecd73be6"
- integrity sha1-AF0sagahcUN6/WyikEpXJ+zXO+Y=
-
-workbox-expiration@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-expiration/download/workbox-expiration-4.3.1.tgz#d790433562029e56837f341d7f553c4a78ebe921"
- integrity sha1-15BDNWICnlaDfzQdf1U8Snjr6SE=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-google-analytics@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-google-analytics/download/workbox-google-analytics-4.3.1.tgz#9eda0183b103890b5c256e6f4ea15a1f1548519a"
- integrity sha1-ntoBg7EDiQtcJW5vTqFaHxVIUZo=
- dependencies:
- workbox-background-sync "^4.3.1"
- workbox-core "^4.3.1"
- workbox-routing "^4.3.1"
- workbox-strategies "^4.3.1"
-
-workbox-navigation-preload@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-navigation-preload/download/workbox-navigation-preload-4.3.1.tgz#29c8e4db5843803b34cd96dc155f9ebd9afa453d"
- integrity sha1-Kcjk21hDgDs0zZbcFV+evZr6RT0=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-precaching@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-precaching/download/workbox-precaching-4.3.1.tgz#9fc45ed122d94bbe1f0ea9584ff5940960771cba"
- integrity sha1-n8Re0SLZS74fDqlYT/WUCWB3HLo=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-range-requests@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-range-requests/download/workbox-range-requests-4.3.1.tgz#f8a470188922145cbf0c09a9a2d5e35645244e74"
- integrity sha1-+KRwGIkiFFy/DAmpotXjVkUkTnQ=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-routing@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-routing/download/workbox-routing-4.3.1.tgz#a675841af623e0bb0c67ce4ed8e724ac0bed0cda"
- integrity sha1-pnWEGvYj4LsMZ85O2OckrAvtDNo=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-strategies@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-strategies/download/workbox-strategies-4.3.1.tgz#d2be03c4ef214c115e1ab29c9c759c9fe3e9e646"
- integrity sha1-0r4DxO8hTBFeGrKcnHWcn+Pp5kY=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-streams@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-streams/download/workbox-streams-4.3.1.tgz#0b57da70e982572de09c8742dd0cb40a6b7c2cc3"
- integrity sha1-C1facOmCVy3gnIdC3Qy0Cmt8LMM=
- dependencies:
- workbox-core "^4.3.1"
-
-workbox-sw@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-sw/download/workbox-sw-4.3.1.tgz#df69e395c479ef4d14499372bcd84c0f5e246164"
- integrity sha1-32njlcR5700USZNyvNhMD14kYWQ=
-
-workbox-window@^4.3.1:
- version "4.3.1"
- resolved "https://registry.npm.alibaba-inc.com/workbox-window/download/workbox-window-4.3.1.tgz#ee6051bf10f06afa5483c9b8dfa0531994ede0f3"
- integrity sha1-7mBRvxDwavpUg8m436BTGZTt4PM=
- dependencies:
- workbox-core "^4.3.1"
-
-worker-farm@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npm.alibaba-inc.com/worker-farm/download/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8"
- integrity sha1-JqlMU5G7ypJhUgAvabhKS/dy5ag=
- dependencies:
- errno "~0.1.7"
-
-worker-loader@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npm.alibaba-inc.com/worker-loader/download/worker-loader-2.0.0.tgz#45fda3ef76aca815771a89107399ee4119b430ac"
- integrity sha1-Rf2j73asqBV3GokQc5nuQRm0MKw=
- dependencies:
- loader-utils "^1.0.0"
- schema-utils "^0.4.0"
-
-worker-rpc@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npm.alibaba-inc.com/worker-rpc/download/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5"
- integrity sha1-y1Zb1tcHGo8WZgaGBR6WmtMvVNU=
- dependencies:
- microevent.ts "~0.1.1"
-
-wrap-ansi@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
- integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=
- dependencies:
- string-width "^1.0.1"
- strip-ansi "^3.0.1"
-
-wrap-ansi@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"
- integrity sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=
- dependencies:
- string-width "^2.1.1"
- strip-ansi "^4.0.0"
-
-wrap-ansi@^5.0.0, wrap-ansi@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
- integrity sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=
- dependencies:
- ansi-styles "^3.2.0"
- string-width "^3.0.0"
- strip-ansi "^5.0.0"
-
-wrappy@1:
- version "1.0.2"
- resolved "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
- integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
-
-write-file-atomic@2.4.1:
- version "2.4.1"
- resolved "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529"
- integrity sha1-0LBUY8GIroBDlv1asqNwBir4dSk=
- dependencies:
- graceful-fs "^4.1.11"
- imurmurhash "^0.1.4"
- signal-exit "^3.0.2"
-
-write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.2:
- version "2.4.3"
- resolved "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"
- integrity sha1-H9Lprh3z51uNjDZ0Q8aS1MqB9IE=
- dependencies:
- graceful-fs "^4.1.11"
- imurmurhash "^0.1.4"
- signal-exit "^3.0.2"
-
-write-file-atomic@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.1.tgz#558328352e673b5bb192cf86500d60b230667d4b"
- integrity sha1-VYMoNS5nO1uxks+GUA1gsjBmfUs=
- dependencies:
- imurmurhash "^0.1.4"
- is-typedarray "^1.0.0"
- signal-exit "^3.0.2"
- typedarray-to-buffer "^3.1.5"
-
-write-json-file@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npm.alibaba-inc.com/write-json-file/download/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f"
- integrity sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8=
- dependencies:
- detect-indent "^5.0.0"
- graceful-fs "^4.1.2"
- make-dir "^1.0.0"
- pify "^3.0.0"
- sort-keys "^2.0.0"
- write-file-atomic "^2.0.0"
-
-write-json-file@^3.2.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/write-json-file/download/write-json-file-3.2.0.tgz#65bbdc9ecd8a1458e15952770ccbadfcff5fe62a"
- integrity sha1-Zbvcns2KFFjhWVJ3DMut/P9f5io=
- dependencies:
- detect-indent "^5.0.0"
- graceful-fs "^4.1.15"
- make-dir "^2.1.0"
- pify "^4.0.1"
- sort-keys "^2.0.0"
- write-file-atomic "^2.4.2"
-
-write-pkg@^3.1.0:
- version "3.2.0"
- resolved "https://registry.npm.alibaba-inc.com/write-pkg/download/write-pkg-3.2.0.tgz#0e178fe97820d389a8928bc79535dbe68c2cff21"
- integrity sha1-DheP6Xgg04mokovHlTXb5ows/yE=
- dependencies:
- sort-keys "^2.0.0"
- write-json-file "^2.2.0"
-
-write@1.0.3:
- version "1.0.3"
- resolved "https://registry.npm.alibaba-inc.com/write/download/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
- integrity sha1-CADhRSO5I6OH5BUSPIZWFqrg9cM=
- dependencies:
- mkdirp "^0.5.1"
-
-ws@^5.2.0:
- version "5.2.2"
- resolved "https://registry.npm.alibaba-inc.com/ws/download/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
- integrity sha1-3/7xSGa46NyRM1glFNG++vlumA8=
- dependencies:
- async-limiter "~1.0.0"
-
-ws@^6.2.1:
- version "6.2.1"
- resolved "https://registry.npm.alibaba-inc.com/ws/download/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
- integrity sha1-RC/fCkftZPWbal2P8TD0dI7VJPs=
- dependencies:
- async-limiter "~1.0.0"
-
-ws@^7.1.2:
- version "7.2.0"
- resolved "https://registry.npm.alibaba-inc.com/ws/download/ws-7.2.0.tgz#422eda8c02a4b5dba7744ba66eebbd84bcef0ec7"
- integrity sha1-Qi7ajAKktdundEumbuu9hLzvDsc=
- dependencies:
- async-limiter "^1.0.0"
-
-ws@~6.1.0:
- version "6.1.4"
- resolved "https://registry.npm.alibaba-inc.com/ws/download/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"
- integrity sha1-W1yIAK+rkl6UzLKdFTyNAsF3bvk=
- dependencies:
- async-limiter "~1.0.0"
-
-x-is-string@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
- integrity sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=
-
-x-path@^0.0.2:
- version "0.0.2"
- resolved "https://registry.npm.alibaba-inc.com/x-path/download/x-path-0.0.2.tgz#294d076bb97a7706cc070bbb2a6fd8c54df67b12"
- integrity sha1-KU0Ha7l6dwbMBwu7Km/YxU32exI=
- dependencies:
- path-extra "^1.0.2"
-
-xdg-basedir@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
- integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=
-
-xdg-basedir@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
- integrity sha1-S8jZmEQDaWIl74OhVzy7y0552xM=
-
-xhr@^2.0.1:
- version "2.5.0"
- resolved "https://registry.npm.alibaba-inc.com/xhr/download/xhr-2.5.0.tgz#bed8d1676d5ca36108667692b74b316c496e49dd"
- integrity sha1-vtjRZ21co2EIZnaSt0sxbEluSd0=
- dependencies:
- global "~4.3.0"
- is-function "^1.0.1"
- parse-headers "^2.0.0"
- xtend "^4.0.0"
-
-xml-name-validator@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
- integrity sha1-auc+Bt5NjG5H+fsYH3jWSK1FfGo=
-
-xml-parse-from-string@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npm.alibaba-inc.com/xml-parse-from-string/download/xml-parse-from-string-1.0.1.tgz#a9029e929d3dbcded169f3c6e28238d95a5d5a28"
- integrity sha1-qQKekp09vN7RafPG4oI42VpdWig=
-
-xml2js@^0.4.5:
- version "0.4.22"
- resolved "https://registry.npm.alibaba-inc.com/xml2js/download/xml2js-0.4.22.tgz#4fa2d846ec803237de86f30aa9b5f70b6600de02"
- integrity sha1-T6LYRuyAMjfehvMKqbX3C2YA3gI=
- dependencies:
- sax ">=0.6.0"
- util.promisify "~1.0.0"
- xmlbuilder "~11.0.0"
-
-xmlbuilder@~11.0.0:
- version "11.0.1"
- resolved "https://registry.npm.alibaba-inc.com/xmlbuilder/download/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
- integrity sha1-vpuuHIoEbnazESdyY0fQrXACvrM=
-
-xmldom@0.1.*:
- version "0.1.27"
- resolved "https://registry.npm.alibaba-inc.com/xmldom/download/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
- integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
-
-xmlhttprequest-ssl@~1.5.4:
- version "1.5.5"
- resolved "https://registry.npm.alibaba-inc.com/xmlhttprequest-ssl/download/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e"
- integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=
-
-xstate@^4.6.7:
- version "4.6.7"
- resolved "https://registry.npm.alibaba-inc.com/xstate/download/xstate-4.6.7.tgz#1f325df07d75676c90d65b17a3a56692f259fd41"
- integrity sha1-HzJd8H11Z2yQ1lsXo6VmkvJZ/UE=
-
-"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
- version "4.0.2"
- resolved "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
- integrity sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=
-
-y18n@^3.2.1:
- version "3.2.1"
- resolved "https://registry.npm.alibaba-inc.com/y18n/download/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
- integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
-
-"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
- integrity sha1-le+U+F7MgdAHwmThkKEg8KPIVms=
-
-yallist@^2.0.0, yallist@^2.1.2:
- version "2.1.2"
- resolved "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
- integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
-
-yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
- version "3.1.1"
- resolved "https://registry.npm.alibaba-inc.com/yallist/download/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
- integrity sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=
-
-yallist@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
- integrity sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=
-
-yaml-loader@^0.5.0:
- version "0.5.0"
- resolved "https://registry.npm.alibaba-inc.com/yaml-loader/download/yaml-loader-0.5.0.tgz#86b1982d84a8e429e6647d93de9a0169e1c15827"
- integrity sha1-hrGYLYSo5CnmZH2T3poBaeHBWCc=
- dependencies:
- js-yaml "^3.5.2"
-
-yaml@^1.7.2:
- version "1.7.2"
- resolved "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
- integrity sha1-8mqr9zhZCrYe+spQI1jkjcnzSLI=
- dependencies:
- "@babel/runtime" "^7.6.3"
-
-yargs-parser@10.x, yargs-parser@^10.0.0:
- version "10.1.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
- integrity sha1-cgImW4n36eny5XZeD+c1qQXtuqg=
- dependencies:
- camelcase "^4.1.0"
-
-yargs-parser@15.0.0, yargs-parser@^15.0.0:
- version "15.0.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
- integrity sha1-zdepdJDsg2GV9Z8/Tb5eqej3Xwg=
- dependencies:
- camelcase "^5.0.0"
- decamelize "^1.2.0"
-
-yargs-parser@^11.1.1:
- version "11.1.1"
- resolved "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
- integrity sha1-h5oIZZc7yp9rq1y987HGfsfTvPQ=
- dependencies:
- camelcase "^5.0.0"
- decamelize "^1.2.0"
-
-yargs-parser@^13.1.0, yargs-parser@^13.1.1:
- version "13.1.1"
- resolved "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
- integrity sha1-0mBYUyqgbTZf4JH2ofwGsvfl7KA=
- dependencies:
- camelcase "^5.0.0"
- decamelize "^1.2.0"
-
-yargs-parser@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
- integrity sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=
- dependencies:
- camelcase "^3.0.0"
-
-yargs-parser@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
- integrity sha1-jQrELxbqVd69MyyvTEA4s+P139k=
- dependencies:
- camelcase "^4.1.0"
-
-yargs@12.0.5, yargs@^12.0.5:
- version "12.0.5"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
- integrity sha1-BfWZe2CWR7ZPZrgeO0sQo2jnrRM=
- dependencies:
- cliui "^4.0.0"
- decamelize "^1.2.0"
- find-up "^3.0.0"
- get-caller-file "^1.0.1"
- os-locale "^3.0.0"
- require-directory "^2.1.1"
- require-main-filename "^1.0.1"
- set-blocking "^2.0.0"
- string-width "^2.0.0"
- which-module "^2.0.0"
- y18n "^3.2.1 || ^4.0.0"
- yargs-parser "^11.1.1"
-
-yargs@13.2.4:
- version "13.2.4"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83"
- integrity sha1-C1YreUAW65ZRuYvTes82SqXW3IM=
- dependencies:
- cliui "^5.0.0"
- find-up "^3.0.0"
- get-caller-file "^2.0.1"
- os-locale "^3.1.0"
- 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.0"
-
-yargs@^13.2.4, yargs@^13.3.0:
- version "13.3.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
- integrity sha1-TGV6VeB+Xyz5R/ijZlZ8BKDe3IM=
- dependencies:
- 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.1"
-
-yargs@^14.2.0:
- version "14.2.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-14.2.0.tgz#f116a9242c4ed8668790b40759b4906c276e76c3"
- integrity sha1-8RapJCxO2GaHkLQHWbSQbCdudsM=
- dependencies:
- cliui "^5.0.0"
- decamelize "^1.2.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 "^15.0.0"
-
-yargs@^7.0.0:
- version "7.1.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"
- integrity sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=
- dependencies:
- 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"
-
-yargs@^9.0.0:
- version "9.0.1"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
- integrity sha1-UqzCP+7Kw0BCB47njAwAf1CF20w=
- dependencies:
- camelcase "^4.1.0"
- cliui "^3.2.0"
- decamelize "^1.1.1"
- get-caller-file "^1.0.1"
- os-locale "^2.0.0"
- read-pkg-up "^2.0.0"
- require-directory "^2.1.1"
- require-main-filename "^1.0.1"
- set-blocking "^2.0.0"
- string-width "^2.0.0"
- which-module "^2.0.0"
- y18n "^3.2.1"
- yargs-parser "^7.0.0"
-
-yargs@~3.10.0:
- version "3.10.0"
- resolved "https://registry.npm.alibaba-inc.com/yargs/download/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
- integrity sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=
- dependencies:
- camelcase "^1.0.2"
- cliui "^2.1.0"
- decamelize "^1.0.0"
- window-size "0.1.0"
-
-yauzl@^2.4.2:
- version "2.10.0"
- resolved "https://registry.npm.alibaba-inc.com/yauzl/download/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
- integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=
- dependencies:
- buffer-crc32 "~0.2.3"
- fd-slicer "~1.1.0"
-
-yeast@0.1.2:
- version "0.1.2"
- resolved "https://registry.npm.alibaba-inc.com/yeast/download/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
- integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
-
-yoga-layout-prebuilt@^1.9.3:
- version "1.9.3"
- resolved "https://registry.npm.alibaba-inc.com/yoga-layout-prebuilt/download/yoga-layout-prebuilt-1.9.3.tgz#11e3be29096afe3c284e5d963cc2d628148c1372"
- integrity sha1-EeO+KQlq/jwoTl2WPMLWKBSME3I=
-
-yup@~0.24.1:
- version "0.24.1"
- resolved "https://registry.npm.alibaba-inc.com/yup/download/yup-0.24.1.tgz#2c8a81b5f929ef29aaf77a8b7c9acfa52ab6a7d1"
- integrity sha1-LIqBtfkp7ymq93qLfJrPpSq2p9E=
- dependencies:
- case "^1.2.1"
- fn-name "~1.0.1"
- lodash "^4.17.0"
- property-expr "^1.2.0"
- synchronous-promise "^1.0.18"
- toposort "^0.2.10"
- type-name "^2.0.1"
-
-yurnalist@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npm.alibaba-inc.com/yurnalist/download/yurnalist-1.1.1.tgz#701fea4d6a02f7a44d57bc0dcf75138590549dcb"
- integrity sha1-cB/qTWoC96RNV7wNz3UThZBUncs=
- dependencies:
- babel-runtime "^6.26.0"
- chalk "^2.4.2"
- cli-table3 "^0.5.1"
- debug "^4.1.1"
- deep-equal "^1.1.0"
- detect-indent "^6.0.0"
- inquirer "^7.0.0"
- invariant "^2.2.0"
- is-builtin-module "^3.0.0"
- is-ci "^2.0.0"
- leven "^3.1.0"
- loud-rejection "^2.2.0"
- node-emoji "^1.10.0"
- object-path "^0.11.2"
- read "^1.0.7"
- rimraf "^3.0.0"
- semver "^6.3.0"
- strip-ansi "^5.2.0"
- strip-bom "^4.0.0"
-
-zepto@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npm.alibaba-inc.com/zepto/download/zepto-1.2.0.tgz#e127bd9e66fd846be5eab48c1394882f7c0e4f98"
- integrity sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g=
-
-zwitch@^1.0.0:
- version "1.0.4"
- resolved "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.4.tgz#93b1b993b13c8926753a41afaf8f27bbfac6be8b"
- integrity sha1-k7G5k7E8iSZ1OkGvr48nu/rGvos=