From d2cc317c51429cfdd7e5e8c63857268dfb9da87f Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 8 Aug 2023 16:53:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=80=83=E6=A0=B8=E8=AF=84=E5=88=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + api/app/lib/controllers/report/index.js | 21 +- .../fillion/components/assessModal.js | 4 + .../footer/leadership/right/right-bottom.js | 244 ++++++++-------- .../quanju/containers/public/olMap.js | 270 ++++++++++++++---- 5 files changed, 347 insertions(+), 193 deletions(-) diff --git a/.gitignore b/.gitignore index 2cff9c17..e899fca9 100644 --- a/.gitignore +++ b/.gitignore @@ -144,3 +144,4 @@ package-lock.json* development.text* web/package-lock.json* web/log/development.txt* +web/log/development.txt diff --git a/api/app/lib/controllers/report/index.js b/api/app/lib/controllers/report/index.js index 1c2f4732..492a414d 100644 --- a/api/app/lib/controllers/report/index.js +++ b/api/app/lib/controllers/report/index.js @@ -2,7 +2,7 @@ const { QueryTypes } = require('sequelize'); const moment = require('moment'); -async function reportList(ctx) { +async function reportList (ctx) { try { const models = ctx.fs.dc.models; const { limit, page, startTime, endTime, keyword, userId, reportType, isTop, asc, projectType, handleState = '', performerId = '', codeRoad } = ctx.query @@ -45,7 +45,8 @@ async function reportList(ctx) { }, attributes: ['id', 'road', 'time', 'projectType', 'roadSectionStart', 'performerId', 'roadSectionEnd', 'reportType', 'address', - 'content', 'longitude', 'latitude', 'projectName', 'handleState', 'codeRoad', 'handleContent', 'handlePic', 'videoUrl'], + 'content', 'longitude', 'latitude', 'projectName', 'handleState', 'codeRoad', 'handleContent', 'handlePic', 'videoUrl', + 'scenePic'], include: [{ model: models.User, attributes: ['name'] @@ -147,7 +148,7 @@ async function reportList(ctx) { } } -async function reportPosition(ctx) { +async function reportPosition (ctx) { try { const models = ctx.fs.dc.models; const { startTime, endTime, userId, reportType } = ctx.query @@ -197,7 +198,7 @@ async function reportPosition(ctx) { } } -async function reportDetail(ctx) { +async function reportDetail (ctx) { try { const models = ctx.fs.dc.models; const { reportId } = ctx.params @@ -219,7 +220,7 @@ async function reportDetail(ctx) { } } -async function reportHandle(ctx) { +async function reportHandle (ctx) { try { const { models } = ctx.fs.dc; @@ -249,7 +250,7 @@ async function reportHandle(ctx) { } } -async function createReport(ctx) { +async function createReport (ctx) { try { const { userId } = ctx.fs.api const models = ctx.fs.dc.models; @@ -271,7 +272,7 @@ async function createReport(ctx) { } } -async function deleteReport(ctx) { +async function deleteReport (ctx) { try { const models = ctx.fs.dc.models; const { reportId } = ctx.params; @@ -294,7 +295,7 @@ async function deleteReport(ctx) { // TODO 小程序填写道路名称的时候的道路筛选 是一起都返回 还是不断传关键字搜索返回 -async function spotPrepare(ctx) { +async function spotPrepare (ctx) { try { const { models } = ctx.fs.dc; const sequelize = ctx.fs.dc.orm; @@ -366,7 +367,7 @@ async function spotPrepare(ctx) { } } -async function spotCheck(ctx) { +async function spotCheck (ctx) { const transaction = await ctx.fs.dc.orm.transaction(); try { const { models } = ctx.fs.dc; @@ -448,7 +449,7 @@ async function spotCheck(ctx) { } } } -async function spotCheckDetail(ctx) { +async function spotCheckDetail (ctx) { const { models } = ctx.fs.dc console.log('txc1', ctx.query) const { startTime, endTime } = ctx.query diff --git a/web/client/src/sections/fillion/components/assessModal.js b/web/client/src/sections/fillion/components/assessModal.js index 5f8eb5b4..0325a70d 100644 --- a/web/client/src/sections/fillion/components/assessModal.js +++ b/web/client/src/sections/fillion/components/assessModal.js @@ -9,6 +9,7 @@ const { Option } = Select; const AssessModal = ({ editData, check, visible, onCancel, dispatch }) => { const [form] = Form.useForm(); + const [loading, setLoading] = useState(false); return ( { if (check) { return onCancel() } + setLoading(true) form.validateFields().then(values => { dispatch(editAssess({ ...values, @@ -31,12 +33,14 @@ const AssessModal = ({ editData, check, visible, onCancel, dispatch }) => { if (res.success) { onCancel() } + setLoading(false) }) }) }} onCancel={() => { onCancel() }} + confirmLoading={loading} >
{ - const { dispatch } = props - const style = { height: "28%", marginTop: "4%" } - const [beijing, setBeijing] = useState() - const [list, setList] = useState([]) - const [rightDatas, setrightDatas] = useState([]) - const [nums, setNums] = useState([]) - const [num, setNum] = useState() - const [rightitemlist, setrightitemlist] = useState([]) - - const requestRightDatas = async () => { - const res = await dispatch(getZhichaolist()) - var pattern = /[\u4e00-\u9fa5]*/; - let d = res.payload.data?.overSpeedList?.filter((item, index) => { - return /.*[\u4e00-\u9fa5_a-zA-Z]+.*$/.test(item.processingTime) == false - }) - console.log(res); - d.map((item, index) => { - if (parseInt(item.processingTime.match(/([^.]*)$/)[0]) < 10) { - return item.processingTime = `${(item.processingTime.match(/^([^.]*)(.[^.]*)/)[0])}.0${parseInt(item.processingTime.match(/([^.]*)$/)[0])}` - } - }) - d.sort((a, b) => b.processingTime.localeCompare(a.processingTime)) - // setrightDatas(res.payload.data) - setList(d) - } - useEffect(() => { - // const zhichaolist = dispatch(getZhichaolist()).then((res) => { - // setNums(res.payload?.data?.processed) - - // }) - // requestRightDatas() - roadManagement() - }, []) - - const roadManagement = async () => { - await dispatch(getRoadadministration({})).then(res => { - if (res.success) { - setrightitemlist(res.payload.data?.rows || []) - } - }) - - - - } - - const renderContent = () => { - - return
- {rightitemlist && rightitemlist.length !== 0 ? rightitemlist?.map(({ enforcementdate, enforcementreslt, roadname, picfile }, index) => { - if (index < 120) { - return
- -
- - {picfile?.length > 0 ? - {picfile?.map(v => )} - - :
- } - - -
-

- 执法日期: - {enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"} -

-

- 执法道路: - {roadname} -

-

- 执法成果: - {enforcementreslt}

-
-
- -
} - placement="leftTop" - overlayStyle={{ minWidth: 500, minHeight: 200, paddingTop: 10, margin: 0, backgroundImage: `url(../../../../../assets/images/leadership/beijinglan.png)` }} - overlayClassName='popover' - - > -
-
{enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
-
{enforcementreslt}
-
-
-
+ const { dispatch } = props + const style = { height: "28%", marginTop: "4%" } + const [beijing, setBeijing] = useState() + const [list, setList] = useState([]) + const [rightDatas, setrightDatas] = useState([]) + const [nums, setNums] = useState([]) + const [num, setNum] = useState() + const [rightitemlist, setrightitemlist] = useState([]) + + const requestRightDatas = async () => { + const res = await dispatch(getZhichaolist()) + var pattern = /[\u4e00-\u9fa5]*/; + let d = res.payload.data?.overSpeedList?.filter((item, index) => { + return /.*[\u4e00-\u9fa5_a-zA-Z]+.*$/.test(item.processingTime) == false + }) + console.log(res); + d.map((item, index) => { + if (parseInt(item.processingTime.match(/([^.]*)$/)[0]) < 10) { + return item.processingTime = `${(item.processingTime.match(/^([^.]*)(.[^.]*)/)[0])}.0${parseInt(item.processingTime.match(/([^.]*)$/)[0])}` } - }) : ""} -
- } - return ( - <> - - -
-
执法日期
-
执法成果
-
- {rightitemlist && rightitemlist.length !== 0 ? : } - -
- - ) + }) + d.sort((a, b) => b.processingTime.localeCompare(a.processingTime)) + // setrightDatas(res.payload.data) + setList(d) + } + useEffect(() => { + // const zhichaolist = dispatch(getZhichaolist()).then((res) => { + // setNums(res.payload?.data?.processed) + + // }) + // requestRightDatas() + roadManagement() + }, []) + + const roadManagement = async () => { + await dispatch(getRoadadministration({})).then(res => { + if (res.success) { + setrightitemlist(res.payload.data?.rows || []) + } + }) + + + + } + + const renderContent = () => { + + return
+ {rightitemlist && rightitemlist.length !== 0 ? rightitemlist?.map(({ enforcementdate, enforcementreslt, roadname, picfile }, index) => { + if (index < 120) { + return
+ +
+ + {picfile?.length > 0 ? + {picfile?.map(v => )} + + :
+ } + + +
+

+ 执法日期: + {enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"} +

+

+ 执法道路: + {roadname} +

+

+ 执法成果: + {enforcementreslt}

+
+
+ +
} + placement="leftTop" + overlayStyle={{ minWidth: 500, minHeight: 200, paddingTop: 10, margin: 0, backgroundImage: `url(../../../../../assets/images/leadership/beijinglan.png)` }} + overlayClassName='popover' + + > +
+
{enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
+
{enforcementreslt}
+
+
+
+ } + }) : ""} +
+ } + return ( + <> + + +
+
执法日期
+
执法成果
+
+ {rightitemlist && rightitemlist.length !== 0 ? : } + +
+ + ) } export default Rightbottom \ No newline at end of file diff --git a/web/client/src/sections/quanju/containers/public/olMap.js b/web/client/src/sections/quanju/containers/public/olMap.js index 696b1ff2..98243455 100644 --- a/web/client/src/sections/quanju/containers/public/olMap.js +++ b/web/client/src/sections/quanju/containers/public/olMap.js @@ -5,6 +5,10 @@ import Hua from '../footer/leadership/centerleft/hudong' import moment from 'moment'; import { OlMapRequest } from '$utils' import { useRef } from 'react'; +import { getReportList } from '../../../fillion/actions/patrol' +import AutoRollComponent from '../footer/build/AutoRollComponent' +import { Carousel } from 'antd' +import { CloseOutlined } from '@ant-design/icons' export const busWillRun = [ { text: '非运营', value: '0' }, @@ -32,6 +36,7 @@ const OlMap = (props) => { const [pointItem, setPointItem] = useState({}) // const [busRunData, setBusRunData] = useState([]) + const [reportRoadData, setReportRoadData] = useState([]) // const curTab = useRef(tab) @@ -39,6 +44,7 @@ const OlMap = (props) => { curTab.current = tab setOlMapOpenData([]) setPointItem({}) + setReportRoadData([]) if (olMap) { olMap.closeOverlay('clickOpen') olMap.closeOverlay('pointClickOpen') @@ -51,6 +57,7 @@ const OlMap = (props) => { if (tab != 'build') { roadProjectList.forEach((d, index) => { olMap.removeGeometryLayer('geometry_road_' + index) + olMap.removeGeometryLayer('geometry_road_' + d.id) }) } if (tab != 'operation') { @@ -100,6 +107,7 @@ const OlMap = (props) => { olMapTool.map.on('singleclick', function (p) { setOlMapOpenData([]) setPointItem({}) + setReportRoadData([]) olMapTool.closeOverlay('clickOpen') olMapTool.closeOverlay('pointClickOpen') olMapTool.removeGeometryLayer('geometry0') @@ -201,9 +209,6 @@ const OlMap = (props) => { useEffect(() => { if (patrolList.length && olMap && tab == 'conserve') { - roadProjectList.forEach((d, index) => { - olMap.removeGeometryLayer('geometry_road_' + index) - }) busRunData.forEach((d, index) => { olMap.removeGeometryLayer('geometry_bus_' + index) }) @@ -302,58 +307,51 @@ const OlMap = (props) => { useEffect(() => { if (roadProjectList.length && olMap && tab == 'build') { - patrolList.forEach((d, index) => { - olMap.removeGeometryLayer('geometry_patrol_' + index) - }) - busRunData.forEach((d, index) => { - olMap.removeGeometryLayer('geometry_bus_' + index) - }) + // roadProjectList.forEach((d, index) => { + // olMap.addGeometryLayer({ + // features: [ + // { + // name: 'roadPoint', + // attributes: { + // callbackParams: { + // type: 'roadPoint', + // id: d.id, + // }, + // callback: (p) => { + // setPointItem(d) + // olMap.addOverlay('pointClickOpen', { + // id: 'pointClickOpen', + // offset: [0, 4], // 偏移 + // position: [d.longitude, d.latitude], // 坐标 + // // position: [115.944220000000, 28.545380000000], + // autoPan: true, + // autoPanMargin: 100, + // positioning: 'top-right' + // }) + // // 查路线 - roadProjectList.forEach((d, index) => { - olMap.addGeometryLayer({ - features: [ - { - name: 'roadPoint', - attributes: { - callbackParams: { - type: 'roadPoint', - id: d.id, - }, - callback: (p) => { - setPointItem(d) - olMap.addOverlay('pointClickOpen', { - id: 'pointClickOpen', - offset: [0, 4], // 偏移 - position: [d.longitude, d.latitude], // 坐标 - // position: [115.944220000000, 28.545380000000], - autoPan: true, - autoPanMargin: 100, - positioning: 'top-right' - }) - // 查路线 - - } - }, - geometry: [d.longitude, d.latitude], - // geometry: [115.944220000000, 28.545380000000], - geometryType: 'Point', - }, - ], - style: { - icon: { - src: '/assets/images/gis/pointer.png', - scale: 1, // 图标引用 - }, - }, - selectStyle: { - icon: { - src: '/assets/images/gis/pointer.png', - scale: 1, // 图标引用 - }, - }, - layerName: 'geometry_road_' + index - }); - }); + // } + // }, + // geometry: [d.longitude, d.latitude], + // // geometry: [115.944220000000, 28.545380000000], + // geometryType: 'Point', + // }, + // ], + // style: { + // icon: { + // src: '/assets/images/gis/pointer.png', + // scale: 1, // 图标引用 + // }, + // }, + // selectStyle: { + // icon: { + // src: '/assets/images/gis/pointer.png', + // scale: 1, // 图标引用 + // }, + // }, + // layerName: 'geometry_road_' + index + // }); + // }); } }, [roadProjectList, olMap, tab]) @@ -367,9 +365,6 @@ const OlMap = (props) => { patrolList.forEach((d, index) => { olMap.removeGeometryLayer('geometry_patrol_' + index) }) - roadProjectList.forEach((d, index) => { - olMap.removeGeometryLayer('geometry_road_' + index) - }) busRunData.forEach((d, index) => { olMap.addGeometryLayer({ @@ -501,6 +496,7 @@ const OlMap = (props) => { let renderIndex = 0 for (let res of roadRes) { + const corData = projectList[renderIndex] if (res) { if (res.status == 200 && res.body && res.body.code == 1) { const data = res.body.data @@ -508,7 +504,7 @@ const OlMap = (props) => { if (datalist?.list?.length) { let dataIndex = 0 for (let d of datalist.list) { - const corData = projectList[renderIndex] + olMap.addGeometryJMLayer({ features: [ { @@ -528,6 +524,8 @@ const OlMap = (props) => { coordinate = [extent[coordinateIndex], extent[coordinate + 1]] } if (coordinate.length) { + setReportRoadData([]) + setPointItem(corData) setOlMapOpenData([{ n: '项目名称', v: corData.entryName @@ -569,6 +567,56 @@ const OlMap = (props) => { } } } + if (corData.roadCodeStart) { + // 画对应的巡查上报的点 + const corProjectRoadReport = roadProjectList.find(d => d.project_name == corData.entryName) + if (corProjectRoadReport) { + const d = corProjectRoadReport + olMap.addGeometryLayer({ + features: [ + { + name: 'roadPoint', + attributes: { + callbackParams: { + type: 'roadPoint', + id: d.id, + }, + callback: (p) => { + setPointItem(d) + setReportRoadData([]) + olMap.addOverlay('pointClickOpen', { + id: 'pointClickOpen', + offset: [0, 4], // 偏移 + position: [d.longitude, d.latitude], // 坐标 + // position: [115.944220000000, 28.545380000000], + autoPan: true, + autoPanMargin: 100, + positioning: 'top-right' + }) + } + }, + geometry: [d.longitude, d.latitude], + // geometry: [115.944220000000, 28.545380000000], + geometryType: 'Point', + }, + ], + style: { + icon: { + src: '/assets/images/gis/pointer.png', + scale: 1, // 图标引用 + }, + }, + selectStyle: { + icon: { + src: '/assets/images/gis/pointer.png', + scale: 1, // 图标引用 + }, + }, + layerName: 'geometry_road_' + d.id + }); + + } + } renderIndex++ } } else { @@ -587,13 +635,14 @@ const OlMap = (props) => {
@@ -737,7 +805,87 @@ const OlMap = (props) => { }
- + + {/* 展示在建项目的上报记录 */} + { + tab == 'build' && reportRoadData.length ? +
+
+ { + setReportRoadData([]) + }} /> +
+ { + return ( +
+
+ { + r.scenePic?.length > 0 ? + + { + r.scenePic?.map(v => ) + } + + : '' + } +
+ +
+

+ 上报时间: + + {r.time ? moment(r.time).format("YYYY-MM-DD") : "--"} + +

+

+ 上报内容: + + {r.content} + +

+
+
+ ) + })} + containerStyle={{ position: "relative", height: "90%", }} + divHeight={'calc(100vh - 154px)'} divId={"chart-overview-report-list"} + /> +
+ : '' + } + ) } From 5fa98ea41a98d7981ed3fb79bbfa7e88801d890d Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 8 Aug 2023 16:56:13 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B8=85=E9=99=A4=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/log/development.log | 11223 ----------- api/yarn.lock | 4546 ----- weapp/package-lock.json | 15650 ---------------- web/client/assets/color.less | 3227 ---- .../sections/fillion/components/gis/bounds.js | 376 +- .../fillion/components/gis/mock_data.js | 116 +- web/log/development.txt | 0 web/package-lock.json | 12210 ------------ 8 files changed, 246 insertions(+), 47102 deletions(-) delete mode 100644 api/log/development.log delete mode 100644 api/yarn.lock delete mode 100644 weapp/package-lock.json delete mode 100644 web/client/assets/color.less delete mode 100644 web/log/development.txt delete mode 100644 web/package-lock.json diff --git a/api/log/development.log b/api/log/development.log deleted file mode 100644 index ba01abc1..00000000 --- a/api/log/development.log +++ /dev/null @@ -1,11223 +0,0 @@ -<<<<<<< Updated upstream -2021-06-11 09:24:57.968 - debug: [FS-LOGGER] Init. -2021-06-11 09:24:58.371 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 09:24:58.371 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:06:39.727 - debug: [FS-LOGGER] Init. -2021-06-11 10:06:40.116 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:06:40.116 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:07:34.074 - debug: [FS-LOGGER] Init. -2021-06-11 10:07:34.481 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:07:34.481 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:08:55.328 - debug: [FS-LOGGER] Init. -2021-06-11 10:08:55.806 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:08:55.806 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:12:37.145 - debug: [FS-LOGGER] Init. -2021-06-11 10:12:37.597 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:12:37.597 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:52:33.687 - debug: [FS-LOGGER] Init. -2021-06-11 10:52:33.959 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:52:33.960 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:56:19.969 - debug: [FS-LOGGER] Init. -2021-06-11 10:56:20.286 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:56:20.287 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 10:57:49.484 - debug: [FS-LOGGER] Init. -2021-06-11 10:57:49.761 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 10:57:49.762 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:23:10.622 - debug: [FS-LOGGER] Init. -2021-06-11 15:23:11.100 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:23:11.101 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:39:28.668 - error: path: /basic/product, error: ReferenceError: rslt is not defined -2021-06-11 15:40:45.729 - debug: [FS-LOGGER] Init. -2021-06-11 15:40:46.057 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:40:46.058 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:41:18.156 - debug: [FS-LOGGER] Init. -2021-06-11 15:41:18.475 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:41:18.476 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:41:23.092 - error: path: /basic/product, error: ReferenceError: rslt is not defined -2021-06-11 15:41:33.955 - error: path: /basic/product, error: ReferenceError: rslt is not defined -2021-06-11 15:41:52.470 - debug: [FS-LOGGER] Init. -2021-06-11 15:41:52.830 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:41:52.830 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:42:10.012 - debug: [FS-LOGGER] Init. -2021-06-11 15:42:10.366 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:42:10.367 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:42:30.933 - debug: [FS-LOGGER] Init. -2021-06-11 15:42:31.348 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:42:31.348 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:42:43.559 - error: path: /basic/product, error: ReferenceError: rslt is not defined -2021-06-11 15:43:37.608 - debug: [FS-LOGGER] Init. -2021-06-11 15:43:38.141 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:43:38.142 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:45:13.074 - debug: [FS-LOGGER] Init. -2021-06-11 15:45:13.434 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:45:13.435 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-11 15:45:19.845 - debug: [FS-LOGGER] Init. -2021-06-11 15:45:20.354 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-11 15:45:20.354 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-15 08:52:35.077 - debug: [FS-LOGGER] Init. -2021-06-15 08:52:36.330 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-15 08:52:36.331 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-16 19:40:29.560 - debug: [FS-LOGGER] Init. -2021-06-16 19:40:29.927 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-16 19:40:29.928 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-17 16:08:19.848 - debug: [FS-LOGGER] Init. -2021-06-17 16:08:20.367 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-17 16:08:20.368 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-22 16:59:24.554 - debug: [FS-LOGGER] Init. -2021-06-22 16:59:25.530 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-22 16:59:25.530 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-23 10:15:03.466 - debug: [FS-LOGGER] Init. -2021-06-23 10:15:04.100 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-23 10:15:04.101 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-23 15:41:40.170 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "nan" does not exist -2021-06-23 15:42:24.214 - debug: [FS-LOGGER] Init. -2021-06-23 15:42:24.913 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-23 15:42:24.913 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-23 15:42:43.536 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-06-23 15:42:43.729 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-06-23 16:28:07.582 - debug: [FS-LOGGER] Init. -2021-06-23 16:28:08.350 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-23 16:28:08.351 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-24 09:42:41.241 - debug: [FS-LOGGER] Init. -2021-06-24 09:42:41.779 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-24 09:42:41.779 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-24 09:42:41.941 - error: [app] -{ - message: "Unexpected token '}'", - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\workflow\\approval.js:24\n' + - '};\n' + - '^\n' + - '\n' + - "SyntaxError: Unexpected token '}'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)' -} -2021-06-24 15:54:57.371 - debug: [FS-LOGGER] Init. -2021-06-24 15:54:57.690 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-24 15:54:57.691 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:17:31.423 - debug: [FS-LOGGER] Init. -2021-06-28 09:17:32.053 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:17:32.053 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:17:32.115 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 09:19:28.128 - debug: [FS-LOGGER] Init. -2021-06-28 09:19:28.634 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:19:28.634 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:19:28.663 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 09:20:02.801 - debug: [FS-LOGGER] Init. -2021-06-28 09:20:03.232 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:20:03.233 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:20:03.264 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 09:20:29.951 - debug: [FS-LOGGER] Init. -2021-06-28 09:20:30.383 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:20:30.383 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:20:30.416 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 09:27:06.070 - debug: [FS-LOGGER] Init. -2021-06-28 09:27:06.874 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:27:06.874 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:27:06.906 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 09:28:38.267 - debug: [FS-LOGGER] Init. -2021-06-28 09:28:38.794 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:28:38.795 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:28:38.828 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 09:29:11.980 - debug: [FS-LOGGER] Init. -2021-06-28 09:29:12.392 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 09:29:12.392 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 09:29:12.421 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 10:00:15.294 - debug: [FS-LOGGER] Init. -2021-06-28 10:00:15.635 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 10:00:15.636 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 10:00:15.660 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 10:03:46.988 - debug: [FS-LOGGER] Init. -2021-06-28 10:03:47.248 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 10:03:47.248 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 10:03:47.272 - error: [app] -{ - message: 'Unexpected strict mode reserved word', - stack: 'E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\index.js:122\n' + - ' let\n' + - ' ^^^\n' + - '\n' + - 'SyntaxError: Unexpected strict mode reserved word\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:1054:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1102:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at Object. (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\index.js:3:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:1026:19)\n' + - ' at require (internal/modules/cjs/helpers.js:72:18)\n' + - ' at E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-06-28 10:04:22.488 - debug: [FS-LOGGER] Init. -2021-06-28 10:04:22.921 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 10:04:22.921 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 10:09:55.139 - debug: [FS-LOGGER] Init. -2021-06-28 10:09:55.494 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 10:09:55.495 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-28 10:11:08.526 - debug: [FS-LOGGER] Init. -2021-06-28 10:11:08.885 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-28 10:11:08.886 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-29 15:15:45.469 - debug: [FS-LOGGER] Init. -2021-06-29 15:15:45.772 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-29 15:15:45.773 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-30 09:07:22.404 - debug: [FS-LOGGER] Init. -2021-06-30 09:07:22.709 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-30 09:07:22.710 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-30 09:07:59.197 - debug: [FS-LOGGER] Init. -2021-06-30 09:07:59.505 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-30 09:07:59.505 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-30 09:09:47.844 - debug: [FS-LOGGER] Init. -2021-06-30 09:09:48.161 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-30 09:09:48.161 - info: [FS-AUTH] Inject auth and api mv into router. -2021-06-30 11:17:50.449 - debug: [FS-LOGGER] Init. -2021-06-30 11:17:51.863 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-06-30 11:17:51.863 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-02 10:20:25.516 - error: path: /workflow/process/12, error: Error: Bad Request -2021-07-02 10:21:28.859 - error: path: /workflow/process/12, error: Error: Bad Request -2021-07-02 10:21:48.165 - error: path: /workflow/process/12, error: Error: Bad Request -2021-07-02 10:23:57.121 - error: path: /workflow/process/14, error: Error: Bad Request -2021-07-06 14:31:33.606 - debug: [FS-LOGGER] Init. -2021-07-06 14:31:34.670 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-06 14:31:34.671 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-07 11:25:25.585 - debug: [FS-LOGGER] Init. -2021-07-07 11:25:25.883 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-07 11:25:25.883 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-07 11:25:35.852 - debug: [FS-LOGGER] Init. -2021-07-07 11:25:36.152 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-07 11:25:36.152 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-09 11:46:46.028 - debug: [FS-LOGGER] Init. -2021-07-09 11:46:46.341 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-09 11:46:46.342 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-20 14:41:57.010 - debug: [FS-LOGGER] Init. -2021-07-20 14:41:57.840 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-20 14:41:57.840 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-21 11:08:21.553 - debug: [FS-LOGGER] Init. -2021-07-21 11:08:22.609 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-21 11:08:22.610 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-21 11:18:56.723 - debug: [FS-LOGGER] Init. -2021-07-21 11:18:56.978 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-21 11:18:56.978 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-22 09:18:05.314 - debug: [FS-LOGGER] Init. -2021-07-22 09:18:06.864 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-22 09:18:06.865 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-22 16:19:54.490 - error: path: /workflow/process/2, error: Error: Bad Request -2021-07-22 16:20:04.112 - error: path: /workflow/process/2, error: Error: Bad Request -2021-07-22 16:40:18.624 - debug: [FS-LOGGER] Init. -2021-07-22 16:40:18.839 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-22 16:40:18.839 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-22 16:41:22.288 - debug: [FS-LOGGER] Init. -2021-07-22 16:41:22.606 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-22 16:41:22.607 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-23 09:39:47.928 - debug: [FS-LOGGER] Init. -2021-07-23 09:39:49.209 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-23 09:39:49.210 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-23 09:48:10.452 - debug: [FS-LOGGER] Init. -2021-07-23 09:48:10.712 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-23 09:48:10.712 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-23 09:50:14.841 - debug: [FS-LOGGER] Init. -2021-07-23 09:50:15.103 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-23 09:50:15.104 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-26 09:37:33.829 - debug: [FS-LOGGER] Init. -2021-07-26 09:37:35.260 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-26 09:37:35.260 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-26 17:51:32.848 - debug: [FS-LOGGER] Init. -2021-07-26 17:51:33.487 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-26 17:51:33.487 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-27 09:22:18.401 - debug: [FS-LOGGER] Init. -2021-07-27 09:22:18.681 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-27 09:22:18.681 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-27 10:07:17.456 - error: path: /workflow/process/-1, error: TypeError: Cannot read property 'id' of null -2021-07-28 09:02:28.510 - debug: [FS-LOGGER] Init. -2021-07-28 09:02:29.469 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-28 09:02:29.469 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-28 09:11:48.853 - debug: [FS-LOGGER] Init. -2021-07-28 09:11:49.122 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-28 09:11:49.122 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-28 10:16:04.258 - debug: [FS-LOGGER] Init. -2021-07-28 10:16:04.562 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-28 10:16:04.562 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-28 16:07:27.237 - debug: [FS-LOGGER] Init. -2021-07-28 16:07:28.052 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-28 16:07:28.052 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-28 16:47:02.182 - error: path: /workflow/process/3, error: Error: Bad Request -2021-07-28 16:47:39.245 - error: path: /workflow/process/4, error: Error: Bad Request -2021-07-28 16:48:59.483 - debug: [FS-LOGGER] Init. -2021-07-28 16:48:59.720 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-07-28 16:48:59.720 - info: [FS-AUTH] Inject auth and api mv into router. -2021-07-28 16:50:36.124 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-07-28 16:50:40.173 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-07-30 13:40:07.802 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-07-30 13:40:10.128 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-07-30 13:40:27.651 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-03 11:11:54.648 - debug: [FS-LOGGER] Init. -2021-08-03 11:11:55.539 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-03 11:11:55.540 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-03 14:16:28.678 - debug: [FS-LOGGER] Init. -2021-08-03 14:16:29.206 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-03 14:16:29.207 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-03 17:34:44.955 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:34:48.800 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:34:53.776 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:34:58.810 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:35:07.492 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:35:14.800 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:35:28.087 - error: path: /workflow/process/7, error: Error: Bad Request -2021-08-03 17:36:35.429 - error: path: /workflow/process/8, error: Error: Bad Request -2021-08-03 17:36:37.924 - error: path: /workflow/process/8, error: Error: Bad Request -2021-08-03 17:36:46.009 - error: path: /workflow/process/8, error: Error: Bad Request -2021-08-04 08:46:16.643 - error: path: /workflow/process/8, error: Error: Bad Request -2021-08-04 09:37:14.043 - error: path: /workflow/process/8, error: Error: Bad Request -2021-08-04 15:49:46.707 - error: path: /process/key/process_11_scrH2HbN6Z/start, error: Error: Internal Server Error -2021-08-05 11:38:59.635 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 11:42:39.208 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 11:43:25.241 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 11:45:11.936 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 11:47:18.691 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 11:51:56.664 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 12:30:38.865 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 12:35:58.905 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 12:43:03.486 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 12:56:53.632 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 14:14:09.383 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 14:15:20.164 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 14:29:09.502 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 14:53:03.845 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 14:54:48.631 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 14:54:54.298 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:54:55.181 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:54:55.689 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:54:56.279 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:54:56.779 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:54:56.783 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:55:17.741 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:57:31.891 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:58:25.921 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 14:59:10.707 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 15:09:10.532 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 15:11:41.651 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Internal Server Error -2021-08-05 15:12:24.760 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: connect ECONNREFUSED 127.0.0.1:4200 -2021-08-05 15:13:29.766 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Method Not Allowed -2021-08-05 15:14:52.855 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Method Not Allowed -2021-08-05 15:16:44.026 - error: path: /process/key/process_3_wmMZcTPJe3/start, error: Error: Not Found -2021-08-05 17:29:45.349 - debug: [FS-LOGGER] Init. -2021-08-05 17:29:46.537 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-05 17:29:46.537 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-06 08:53:20.534 - debug: [FS-LOGGER] Init. -2021-08-06 08:53:20.908 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-06 08:53:20.908 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-06 16:46:18.010 - debug: [FS-LOGGER] Init. -2021-08-06 16:46:18.211 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-06 16:46:18.212 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-09 10:02:29.113 - debug: [FS-LOGGER] Init. -2021-08-09 10:02:29.341 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-09 10:02:29.342 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-13 09:13:54.150 - debug: [FS-LOGGER] Init. -2021-08-13 09:13:55.215 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-13 09:13:55.216 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-16 10:33:07.194 - debug: [FS-LOGGER] Init. -2021-08-16 10:33:08.466 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-16 10:33:08.467 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-16 11:41:07.345 - debug: [FS-LOGGER] Init. -2021-08-16 11:41:07.870 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-16 11:41:07.870 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-16 14:13:57.023 - debug: [FS-LOGGER] Init. -2021-08-16 14:13:57.391 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-16 14:13:57.392 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-16 14:14:45.797 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:14:49.579 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:15:04.861 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:15:05.252 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:15:06.451 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:15:30.242 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:15:36.595 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-08-16 14:15:47.128 - debug: [FS-LOGGER] Init. -2021-08-16 14:15:47.525 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-16 14:15:47.526 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-19 09:08:24.820 - debug: [FS-LOGGER] Init. -2021-08-19 09:08:25.798 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-19 09:08:25.798 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-20 15:54:24.460 - error: path: /process/15/form/field, error: SequelizeValidationError: notNull Violation: workflowFormFields.code cannot be null -2021-08-23 17:04:42.505 - debug: [FS-LOGGER] Init. -2021-08-23 17:04:43.995 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-23 17:04:43.996 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-23 17:09:38.913 - debug: [FS-LOGGER] Init. -2021-08-23 17:09:39.177 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-23 17:09:39.179 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-23 17:10:17.985 - debug: [FS-LOGGER] Init. -2021-08-23 17:10:18.232 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-23 17:10:18.233 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-23 17:15:31.713 - debug: [FS-LOGGER] Init. -2021-08-23 17:15:32.134 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-23 17:15:32.134 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-23 17:17:43.432 - error: path: /login, error: SequelizeConnectionError: database "emis0728" does not exist -2021-08-23 17:20:37.907 - debug: [FS-LOGGER] Init. -2021-08-23 17:20:38.158 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-23 17:20:38.159 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 10:57:36.189 - debug: [FS-LOGGER] Init. -2021-08-24 10:57:37.304 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 10:57:37.304 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 10:58:07.118 - debug: [FS-LOGGER] Init. -2021-08-24 10:58:07.332 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 10:58:07.332 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 10:59:27.180 - debug: [FS-LOGGER] Init. -2021-08-24 10:59:27.586 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 10:59:27.587 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 11:00:22.955 - debug: [FS-LOGGER] Init. -2021-08-24 11:00:23.197 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 11:00:23.198 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 11:42:31.944 - debug: [FS-LOGGER] Init. -2021-08-24 11:42:32.677 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 11:42:32.677 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 12:48:52.927 - debug: [FS-LOGGER] Init. -2021-08-24 12:48:53.221 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 12:48:53.221 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 12:51:56.331 - debug: [FS-LOGGER] Init. -2021-08-24 12:51:56.576 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 12:51:56.577 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-24 17:21:29.523 - debug: [FS-LOGGER] Init. -2021-08-24 17:21:30.340 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-24 17:21:30.341 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 08:36:15.754 - debug: [FS-LOGGER] Init. -2021-08-25 08:36:16.571 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 08:36:16.572 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 08:40:36.343 - debug: [FS-LOGGER] Init. -2021-08-25 08:40:36.585 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 08:40:36.586 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 10:09:15.103 - debug: [FS-LOGGER] Init. -2021-08-25 10:09:15.894 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 10:09:15.895 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 10:09:19.869 - error: path: /login, error: SequelizeConnectionError: database "0630" does not exist -2021-08-25 10:09:30.344 - error: path: /login, error: SequelizeConnectionError: database "0630" does not exist -2021-08-25 10:09:49.190 - debug: [FS-LOGGER] Init. -2021-08-25 10:09:49.446 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 10:09:49.447 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 10:59:22.248 - debug: [FS-LOGGER] Init. -2021-08-25 10:59:22.515 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 10:59:22.515 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 10:59:40.230 - error: path: /login, error: SequelizeConnectionError: database "emis10728" does not exist -2021-08-25 11:00:00.034 - debug: [FS-LOGGER] Init. -2021-08-25 11:00:00.285 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 11:00:00.285 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 11:51:38.052 - debug: [FS-LOGGER] Init. -2021-08-25 11:51:38.294 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 11:51:38.294 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 13:51:39.082 - debug: [FS-LOGGER] Init. -2021-08-25 13:51:39.326 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 13:51:39.326 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-25 14:58:53.525 - debug: [FS-LOGGER] Init. -2021-08-25 14:58:54.328 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-25 14:58:54.329 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 09:00:25.119 - debug: [FS-LOGGER] Init. -2021-08-26 09:00:27.070 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 09:00:27.070 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 09:02:19.119 - debug: [FS-LOGGER] Init. -2021-08-26 09:02:19.445 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 09:02:19.446 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 09:32:11.691 - debug: [FS-LOGGER] Init. -2021-08-26 09:32:12.538 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 09:32:12.538 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:39:24.629 - debug: [FS-LOGGER] Init. -2021-08-26 11:39:25.419 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 11:39:25.419 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:40:21.998 - error: path: /company/PM/user, error: SequelizeDatabaseError: invalid input syntax for integer: "PM" -2021-08-26 11:40:40.868 - debug: [FS-LOGGER] Init. -2021-08-26 11:40:41.241 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 11:40:41.241 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:40:52.230 - error: path: /company/PM/user, error: SequelizeDatabaseError: invalid input syntax for integer: "PM" -2021-08-26 11:43:15.439 - debug: [FS-LOGGER] Init. -2021-08-26 11:43:15.854 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 11:43:15.856 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:47:47.546 - debug: [FS-LOGGER] Init. -2021-08-26 11:47:47.882 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 11:47:47.883 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:49:18.435 - debug: [FS-LOGGER] Init. -2021-08-26 11:49:18.776 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 11:49:18.777 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:56:37.543 - debug: [FS-LOGGER] Init. -2021-08-26 11:56:37.940 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 11:56:37.940 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 11:56:45.775 - error: path: /company/PM/user, error: SequelizeDatabaseError: invalid input syntax for integer: "PM" -2021-08-26 14:09:11.790 - debug: [FS-LOGGER] Init. -2021-08-26 14:09:12.523 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:09:12.523 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:11:09.799 - debug: [FS-LOGGER] Init. -2021-08-26 14:11:10.222 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:11:10.223 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:22:25.607 - debug: [FS-LOGGER] Init. -2021-08-26 14:22:25.958 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:22:25.959 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:22:36.430 - error: [FS-ERRHD] 没有找到对应的companyId -2021-08-26 14:25:03.836 - debug: [FS-LOGGER] Init. -2021-08-26 14:25:04.171 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:25:04.171 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:27:57.486 - debug: [FS-LOGGER] Init. -2021-08-26 14:27:57.745 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:27:57.746 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:28:10.283 - debug: [FS-LOGGER] Init. -2021-08-26 14:28:10.522 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:28:10.523 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:28:18.631 - debug: [FS-LOGGER] Init. -2021-08-26 14:28:18.911 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:28:18.912 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 14:28:31.571 - debug: [FS-LOGGER] Init. -2021-08-26 14:28:31.843 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 14:28:31.844 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-26 15:48:18.472 - debug: [FS-LOGGER] Init. -2021-08-26 15:48:18.739 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-26 15:48:18.739 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-30 09:30:01.272 - debug: [FS-LOGGER] Init. -2021-08-30 09:30:02.590 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-08-30 09:30:02.590 - info: [FS-AUTH] Inject auth and api mv into router. -2021-08-31 17:44:11.501 - error: path: /process/1/form/field, error: BadRequestError: Bad Request -2021-09-01 10:32:23.493 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:315:20)\n' + - ' at abortIncoming (_http_server.js:532:9)\n' + - ' at socketOnClose (_http_server.js:525:3)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at TCP. (net.js:674:12)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 49, - length: 49, - received: 48, - type: 'request.aborted' -} -2021-09-01 10:33:44.484 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:315:20)\n' + - ' at abortIncoming (_http_server.js:532:9)\n' + - ' at socketOnClose (_http_server.js:525:3)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at TCP. (net.js:674:12)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 49, - length: 49, - received: 48, - type: 'request.aborted' -} -2021-09-01 10:35:09.893 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:315:20)\n' + - ' at abortIncoming (_http_server.js:532:9)\n' + - ' at socketOnClose (_http_server.js:525:3)\n' + - ' at Socket.emit (events.js:327:22)\n' + - ' at TCP. (net.js:674:12)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 49, - length: 49, - received: 48, - type: 'request.aborted' -} -2021-09-06 15:01:09.262 - debug: [FS-LOGGER] Init. -2021-09-06 15:01:10.208 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-06 15:01:10.210 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-07 08:48:33.200 - debug: [FS-LOGGER] Init. -2021-09-07 08:48:33.987 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-07 08:48:33.988 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-07 15:13:03.357 - debug: [FS-LOGGER] Init. -2021-09-07 15:13:04.386 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-07 15:13:04.387 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-07 16:42:50.838 - error: path: /workflow/process/name+%27, error: SequelizeDatabaseError: column "nan" does not exist -2021-09-07 16:43:00.508 - error: path: /workflow/process/name+%27, error: SequelizeDatabaseError: column "nan" does not exist -2021-09-16 16:06:30.868 - debug: [FS-LOGGER] Init. -2021-09-16 16:06:32.478 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-16 16:06:32.480 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-17 13:55:05.483 - debug: [FS-LOGGER] Init. -2021-09-17 13:55:06.446 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-17 13:55:06.448 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-17 16:04:53.251 - debug: [FS-LOGGER] Init. -2021-09-17 16:04:53.463 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-17 16:04:53.464 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-17 16:13:54.277 - debug: [FS-LOGGER] Init. -2021-09-17 16:13:54.472 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-17 16:13:54.472 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-17 16:21:47.310 - debug: [FS-LOGGER] Init. -2021-09-17 16:21:47.507 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-17 16:21:47.508 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-17 16:40:02.148 - debug: [FS-LOGGER] Init. -2021-09-17 16:40:02.375 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-17 16:40:02.376 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-23 14:45:31.821 - debug: [FS-LOGGER] Init. -2021-09-23 14:45:32.638 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-23 14:45:32.639 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-23 14:55:07.405 - debug: [FS-LOGGER] Init. -2021-09-23 14:55:07.620 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-23 14:55:07.620 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-23 14:58:04.765 - debug: [FS-LOGGER] Init. -2021-09-23 14:58:04.977 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-23 14:58:04.977 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-23 17:11:29.600 - debug: [FS-LOGGER] Init. -2021-09-23 17:11:30.025 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-23 17:11:30.026 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-23 17:15:59.236 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at putDataDictionary (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\common\\index.js:49:9)' -} -2021-09-23 17:17:01.522 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at putDataDictionary (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\common\\index.js:49:9)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)' -} -2021-09-23 17:28:40.392 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at putDataDictionary (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\common\\index.js:49:9)' -} -2021-09-23 17:36:06.278 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at putDataDictionary (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\common\\index.js:49:9)' -} -2021-09-23 17:38:14.855 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at putDataDictionary (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\common\\index.js:49:9)' -} -2021-09-23 17:38:28.948 - error: path: /login, error: SequelizeConnectionError: read ECONNRESET -2021-09-24 10:03:59.020 - debug: [FS-LOGGER] Init. -2021-09-24 10:03:59.885 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 10:03:59.886 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 15:44:56.839 - debug: [FS-LOGGER] Init. -2021-09-24 15:44:57.464 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 15:44:57.464 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:06:45.798 - debug: [FS-LOGGER] Init. -2021-09-24 16:06:46.077 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:06:46.080 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:06:46.262 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:1\n' + - "import { mode } from 'crypto-js';\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\system\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-09-24 16:09:38.585 - error: path: /data-dictionary/Systemorder, error: TypeError: Cannot read property 'findAll' of undefined -2021-09-24 16:09:41.143 - error: path: /data-dictionary/Systemorder, error: TypeError: Cannot read property 'findAll' of undefined -2021-09-24 16:09:56.497 - debug: [FS-LOGGER] Init. -2021-09-24 16:09:56.815 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:09:56.815 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:09:56.891 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:1\n' + - "import { mode } from 'crypto-js';\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\system\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-09-24 16:28:22.913 - debug: [FS-LOGGER] Init. -2021-09-24 16:28:23.197 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:28:23.197 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:28:23.274 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:1\n' + - "import { mode } from 'crypto-js';\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\system\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-09-24 16:28:51.840 - error: path: /data-dictionary/System, error: SyntaxError: Unexpected token o in JSON at position 0 -2021-09-24 16:29:02.326 - error: path: /data-dictionary/System, error: SyntaxError: Unexpected token o in JSON at position 0 -2021-09-24 16:30:43.335 - error: path: /data-dictionary/System, error: SyntaxError: Unexpected token o in JSON at position 0 -2021-09-24 16:38:31.718 - debug: [FS-LOGGER] Init. -2021-09-24 16:38:32.019 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:38:32.020 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:38:32.094 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:1\n' + - "import { mode } from 'crypto-js';\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\system\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-09-24 16:39:07.936 - error: path: /data-dictionary/System, error: Error: Order must be type of array or instance of a valid sequelize method. -2021-09-24 16:40:45.749 - debug: [FS-LOGGER] Init. -2021-09-24 16:40:46.044 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:40:46.044 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:40:46.115 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:1\n' + - "import { mode } from 'crypto-js';\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\system\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-09-24 16:41:55.393 - debug: [FS-LOGGER] Init. -2021-09-24 16:41:55.632 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:41:55.632 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:41:55.666 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:1\n' + - "import deepCompare from '../common/contants';\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\system\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2021-09-24 16:42:15.265 - debug: [FS-LOGGER] Init. -2021-09-24 16:42:15.607 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:42:15.608 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:42:51.050 - debug: [FS-LOGGER] Init. -2021-09-24 16:42:51.341 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:42:51.341 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-24 16:43:39.118 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at postSysSetting (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\systemFunctions\\system.js:28:9)\n' + - ' at async logger (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\api-log.js:15:9)\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\business-rest.js:45:10\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\camunda-rest.js:49:10\n' + - ' at async auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:148:13)' -} -2021-09-24 16:44:08.041 - debug: [FS-LOGGER] Init. -2021-09-24 16:44:08.352 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-24 16:44:08.353 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-26 09:23:02.771 - debug: [FS-LOGGER] Init. -2021-09-26 09:23:03.537 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-26 09:23:03.537 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-26 13:40:53.737 - debug: [FS-LOGGER] Init. -2021-09-26 13:40:54.023 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-26 13:40:54.024 - info: [FS-AUTH] Inject auth and api mv into router. -2021-09-26 15:44:27.218 - debug: [FS-LOGGER] Init. -2021-09-26 15:44:27.597 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-09-26 15:44:27.597 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-08 14:59:08.104 - debug: [FS-LOGGER] Init. -2021-10-08 14:59:09.534 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-08 14:59:09.534 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-18 11:13:49.768 - debug: [FS-LOGGER] Init. -2021-10-18 11:13:50.715 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-18 11:13:50.716 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-25 09:34:29.820 - debug: [FS-LOGGER] Init. -2021-10-25 09:34:30.763 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-25 09:34:30.764 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-27 10:55:04.553 - debug: [FS-LOGGER] Init. -2021-10-27 10:55:06.126 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-27 10:55:06.127 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-28 09:55:54.768 - debug: [FS-LOGGER] Init. -2021-10-28 09:56:42.954 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-28 09:56:42.956 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-28 17:04:47.622 - debug: [FS-LOGGER] Init. -2021-10-28 17:04:48.589 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-28 17:04:48.590 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-28 17:06:16.765 - debug: [FS-LOGGER] Init. -2021-10-28 17:06:17.288 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-28 17:06:17.288 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-28 17:35:47.357 - debug: [FS-LOGGER] Init. -2021-10-28 17:35:47.706 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-28 17:35:47.706 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-29 09:45:00.787 - debug: [FS-LOGGER] Init. -2021-10-29 09:45:02.739 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-29 09:45:02.740 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-29 11:37:40.924 - debug: [FS-LOGGER] Init. -2021-10-29 11:37:42.346 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-29 11:37:42.347 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-29 13:57:25.745 - debug: [FS-LOGGER] Init. -2021-10-29 13:57:28.236 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-29 13:57:28.237 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-29 14:03:17.177 - debug: [FS-LOGGER] Init. -2021-10-29 14:03:17.657 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-29 14:03:17.658 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-29 14:15:26.838 - debug: [FS-LOGGER] Init. -2021-10-29 14:15:27.139 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-29 14:15:27.139 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-29 15:26:05.402 - debug: [FS-LOGGER] Init. -2021-10-29 15:26:05.811 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-29 15:26:05.812 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 10:59:49.500 - debug: [FS-LOGGER] Init. -2021-10-30 10:59:51.261 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 10:59:51.262 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 14:01:15.647 - debug: [FS-LOGGER] Init. -2021-10-30 14:01:17.008 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 14:01:17.008 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 14:10:33.615 - debug: [FS-LOGGER] Init. -2021-10-30 14:10:34.019 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 14:10:34.019 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 14:21:16.500 - debug: [FS-LOGGER] Init. -2021-10-30 14:21:17.268 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 14:21:17.269 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 16:16:36.028 - debug: [FS-LOGGER] Init. -2021-10-30 16:16:36.829 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 16:16:36.830 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 16:17:15.046 - debug: [FS-LOGGER] Init. -2021-10-30 16:17:15.381 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 16:17:15.381 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 16:27:02.553 - debug: [FS-LOGGER] Init. -2021-10-30 16:27:02.994 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 16:27:02.995 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 16:58:32.351 - debug: [FS-LOGGER] Init. -2021-10-30 16:58:32.768 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 16:58:32.769 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:23:52.335 - debug: [FS-LOGGER] Init. -2021-10-30 17:23:52.822 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:23:52.822 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:31:30.096 - debug: [FS-LOGGER] Init. -2021-10-30 17:31:30.484 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:31:30.485 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:37:55.823 - debug: [FS-LOGGER] Init. -2021-10-30 17:37:56.289 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:37:56.289 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:38:16.355 - debug: [FS-LOGGER] Init. -2021-10-30 17:38:16.885 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:38:16.885 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:40:53.887 - debug: [FS-LOGGER] Init. -2021-10-30 17:40:54.581 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:40:54.583 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:44:04.661 - debug: [FS-LOGGER] Init. -2021-10-30 17:44:05.245 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:44:05.246 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:47:30.726 - debug: [FS-LOGGER] Init. -2021-10-30 17:47:31.137 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:47:31.137 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:49:38.877 - debug: [FS-LOGGER] Init. -2021-10-30 17:49:39.247 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:49:39.248 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:50:04.009 - debug: [FS-LOGGER] Init. -2021-10-30 17:50:04.379 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:50:04.380 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:51:30.345 - debug: [FS-LOGGER] Init. -2021-10-30 17:51:30.681 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:51:30.681 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:52:24.472 - debug: [FS-LOGGER] Init. -2021-10-30 17:52:24.817 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:52:24.817 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:57:25.011 - debug: [FS-LOGGER] Init. -2021-10-30 17:57:25.356 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:57:25.356 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 17:58:01.090 - debug: [FS-LOGGER] Init. -2021-10-30 17:58:01.530 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 17:58:01.531 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 18:01:01.135 - debug: [FS-LOGGER] Init. -2021-10-30 18:01:01.588 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 18:01:01.588 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 18:01:55.150 - debug: [FS-LOGGER] Init. -2021-10-30 18:01:55.453 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 18:01:55.454 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 18:02:14.687 - debug: [FS-LOGGER] Init. -2021-10-30 18:02:15.125 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 18:02:15.127 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 18:02:41.607 - debug: [FS-LOGGER] Init. -2021-10-30 18:02:41.918 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 18:02:41.918 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 18:02:57.008 - debug: [FS-LOGGER] Init. -2021-10-30 18:02:57.359 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 18:02:57.359 - info: [FS-AUTH] Inject auth and api mv into router. -2021-10-30 18:14:06.747 - debug: [FS-LOGGER] Init. -2021-10-30 18:14:07.029 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-10-30 18:14:07.029 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-02 16:24:17.787 - debug: [FS-LOGGER] Init. -2021-11-02 16:24:22.245 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-02 16:24:22.245 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 10:19:04.241 - debug: [FS-LOGGER] Init. -2021-11-08 10:19:05.731 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 10:19:05.732 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 14:32:18.755 - debug: [FS-LOGGER] Init. -2021-11-08 14:32:19.441 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 14:32:19.442 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 14:53:19.512 - debug: [FS-LOGGER] Init. -2021-11-08 14:53:19.992 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 14:53:19.993 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 14:54:20.892 - debug: [FS-LOGGER] Init. -2021-11-08 14:54:21.402 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 14:54:21.403 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 14:55:33.479 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at login (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:248:9)' -} -2021-11-08 14:56:11.430 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at login (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:248:9)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)' -} -2021-11-08 14:57:43.754 - debug: [FS-LOGGER] Init. -2021-11-08 14:57:44.299 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 14:57:44.300 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 15:05:31.487 - debug: [FS-LOGGER] Init. -2021-11-08 15:05:32.069 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 15:05:32.070 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 15:08:20.774 - debug: [FS-LOGGER] Init. -2021-11-08 15:08:21.465 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 15:08:21.468 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 15:08:26.587 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at login (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:254:9)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)\n' + - ' at async logger (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\api-log.js:15:9)\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\business-rest.js:45:10\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\camunda-rest.js:49:10\n' + - ' at async auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:148:13)' -} -2021-11-08 15:09:02.851 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at login (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:254:9)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)\n' + - ' at async logger (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\api-log.js:15:9)\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\business-rest.js:45:10\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\camunda-rest.js:49:10\n' + - ' at async auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:148:13)' -} -2021-11-08 15:33:58.854 - debug: [FS-LOGGER] Init. -2021-11-08 15:33:59.631 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 15:33:59.632 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 15:34:37.081 - debug: [FS-LOGGER] Init. -2021-11-08 15:34:37.663 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 15:34:37.663 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 15:34:59.790 - error: [FS-ERRHD] -{ - message: 'transaction is not defined', - stack: 'ReferenceError: transaction is not defined\n' + - ' at login (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:255:9)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)\n' + - ' at async logger (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\api-log.js:15:9)\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\business-rest.js:45:10\n' + - ' at async e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\camunda-rest.js:49:10\n' + - ' at async auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:148:13)' -} -2021-11-08 15:42:14.761 - debug: [FS-LOGGER] Init. -2021-11-08 15:42:15.316 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 15:42:15.316 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 15:45:51.081 - debug: [FS-LOGGER] Init. -2021-11-08 15:45:51.597 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 15:45:51.598 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:00:20.972 - debug: [FS-LOGGER] Init. -2021-11-08 16:00:21.520 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:00:21.520 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:04:00.758 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:314:20)\n' + - ' at abortIncoming (_http_server.js:533:9)\n' + - ' at socketOnClose (_http_server.js:526:3)\n' + - ' at Socket.emit (events.js:326:22)\n' + - ' at TCP. (net.js:676:12)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 57, - length: 57, - received: 15, - type: 'request.aborted' -} -2021-11-08 16:05:13.794 - debug: [FS-LOGGER] Init. -2021-11-08 16:05:14.421 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:05:14.421 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:06:23.369 - debug: [FS-LOGGER] Init. -2021-11-08 16:06:23.983 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:06:23.984 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:17:36.443 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:314:20)\n' + - ' at abortIncoming (_http_server.js:533:9)\n' + - ' at socketOnClose (_http_server.js:526:3)\n' + - ' at Socket.emit (events.js:326:22)\n' + - ' at TCP. (net.js:676:12)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 103, - length: 103, - received: 73, - type: 'request.aborted' -} -2021-11-08 16:19:59.648 - debug: [FS-LOGGER] Init. -2021-11-08 16:20:00.164 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:20:00.164 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:26:34.229 - debug: [FS-LOGGER] Init. -2021-11-08 16:26:34.762 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:26:34.762 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:27:10.798 - debug: [FS-LOGGER] Init. -2021-11-08 16:27:11.341 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:27:11.342 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:27:29.297 - debug: [FS-LOGGER] Init. -2021-11-08 16:27:29.909 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:27:29.910 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:30:22.010 - debug: [FS-LOGGER] Init. -2021-11-08 16:30:23.198 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:30:23.198 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:33:26.678 - debug: [FS-LOGGER] Init. -2021-11-08 16:33:27.180 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:33:27.181 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:34:38.620 - debug: [FS-LOGGER] Init. -2021-11-08 16:34:39.502 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:34:39.502 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:35:44.042 - debug: [FS-LOGGER] Init. -2021-11-08 16:35:44.537 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:35:44.538 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:38:14.282 - debug: [FS-LOGGER] Init. -2021-11-08 16:38:14.828 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:38:14.828 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:39:03.767 - error: path: /logout, error: ReferenceError: transaction is not defined -2021-11-08 16:39:32.534 - debug: [FS-LOGGER] Init. -2021-11-08 16:39:33.082 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:39:33.082 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:41:13.563 - debug: [FS-LOGGER] Init. -2021-11-08 16:41:14.110 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:41:14.110 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:51:13.658 - debug: [FS-LOGGER] Init. -2021-11-08 16:51:14.125 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:51:14.126 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:52:23.492 - debug: [FS-LOGGER] Init. -2021-11-08 16:52:24.032 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:52:24.032 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:54:30.531 - debug: [FS-LOGGER] Init. -2021-11-08 16:54:30.998 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:54:30.999 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 16:55:10.210 - debug: [FS-LOGGER] Init. -2021-11-08 16:55:10.724 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 16:55:10.725 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 17:03:27.947 - debug: [FS-LOGGER] Init. -2021-11-08 17:03:28.489 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 17:03:28.489 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 17:10:21.851 - debug: [FS-LOGGER] Init. -2021-11-08 17:10:22.357 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 17:10:22.357 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 17:12:44.165 - debug: [FS-LOGGER] Init. -2021-11-08 17:12:44.664 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 17:12:44.664 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 17:14:23.049 - debug: [FS-LOGGER] Init. -2021-11-08 17:14:23.575 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 17:14:23.576 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 17:18:12.155 - debug: [FS-LOGGER] Init. -2021-11-08 17:18:12.722 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 17:18:12.722 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-08 17:20:29.206 - debug: [FS-LOGGER] Init. -2021-11-08 17:20:29.699 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-08 17:20:29.700 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 09:16:34.910 - debug: [FS-LOGGER] Init. -2021-11-09 09:16:35.605 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 09:16:35.606 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 09:26:06.390 - debug: [FS-LOGGER] Init. -2021-11-09 09:26:07.078 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 09:26:07.078 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 09:30:57.716 - debug: [FS-LOGGER] Init. -2021-11-09 09:30:58.081 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 09:30:58.082 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 09:31:43.145 - debug: [FS-LOGGER] Init. -2021-11-09 09:31:43.777 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 09:31:43.778 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 13:55:22.078 - debug: [FS-LOGGER] Init. -2021-11-09 13:55:23.360 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 13:55:23.361 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 13:55:25.632 - error: path: /findApiLogs, error: SequelizeDatabaseError: column "nan" does not exist -2021-11-09 13:58:31.206 - error: path: /findApiLogs, error: SequelizeDatabaseError: column "nan" does not exist -2021-11-09 13:58:34.356 - error: path: /findApiLogs, error: SequelizeDatabaseError: column "nan" does not exist -2021-11-09 15:31:31.523 - debug: [FS-LOGGER] Init. -2021-11-09 15:31:32.238 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 15:31:32.238 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 16:04:45.056 - debug: [FS-LOGGER] Init. -2021-11-09 16:04:46.008 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 16:04:46.009 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 16:32:55.447 - debug: [FS-LOGGER] Init. -2021-11-09 16:32:56.885 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 16:32:56.888 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:00:32.932 - debug: [FS-LOGGER] Init. -2021-11-09 17:00:34.079 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:00:34.079 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:05:20.950 - debug: [FS-LOGGER] Init. -2021-11-09 17:05:21.462 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:05:21.463 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:05:35.727 - debug: [FS-LOGGER] Init. -2021-11-09 17:05:36.268 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:05:36.268 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:23:44.194 - debug: [FS-LOGGER] Init. -2021-11-09 17:23:44.731 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:23:44.732 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:24:05.604 - error: path: /findApiLogs, error: ReferenceError: dataRange is not defined -2021-11-09 17:24:11.991 - error: path: /findApiLogs, error: ReferenceError: dataRange is not defined -2021-11-09 17:24:43.999 - debug: [FS-LOGGER] Init. -2021-11-09 17:24:44.571 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:24:44.571 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:25:53.737 - debug: [FS-LOGGER] Init. -2021-11-09 17:25:54.410 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:25:54.411 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-09 17:26:24.477 - error: path: /findApiLogs, error: TypeError: Cannot read property 'split' of undefined -2021-11-09 17:26:49.725 - error: path: /findApiLogs, error: TypeError: Cannot read property 'split' of undefined -2021-11-09 17:27:17.332 - debug: [FS-LOGGER] Init. -2021-11-09 17:27:17.844 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-09 17:27:17.844 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 09:37:42.976 - debug: [FS-LOGGER] Init. -2021-11-10 09:37:43.584 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 09:37:43.585 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 09:43:37.591 - debug: [FS-LOGGER] Init. -2021-11-10 09:43:38.299 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 09:43:38.299 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 09:46:14.742 - debug: [FS-LOGGER] Init. -2021-11-10 09:46:15.198 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 09:46:15.199 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 11:30:16.092 - debug: [FS-LOGGER] Init. -2021-11-10 11:30:16.804 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 11:30:16.805 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 11:30:37.863 - error: path: /findApiLogs, error: ReferenceError: momen is not defined -2021-11-10 11:30:46.100 - error: path: /findApiLogs, error: ReferenceError: momen is not defined -2021-11-10 11:30:59.776 - debug: [FS-LOGGER] Init. -2021-11-10 11:31:00.461 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 11:31:00.461 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 13:38:16.597 - debug: [FS-LOGGER] Init. -2021-11-10 13:38:17.002 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 13:38:17.002 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 15:35:40.584 - debug: [FS-LOGGER] Init. -2021-11-10 15:35:41.701 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 15:35:41.702 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 15:35:56.335 - debug: [FS-LOGGER] Init. -2021-11-10 15:35:56.755 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 15:35:56.755 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-10 15:40:01.460 - debug: [FS-LOGGER] Init. -2021-11-10 15:40:02.287 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-10 15:40:02.287 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 09:23:16.246 - debug: [FS-LOGGER] Init. -2021-11-11 09:23:17.983 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 09:23:17.983 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 09:32:09.751 - error: path: /login, error: ReferenceError: clientType is not defined -2021-11-11 09:33:27.960 - error: path: /login, error: ReferenceError: clientType is not defined -2021-11-11 09:34:15.540 - error: path: /login, error: ReferenceError: clientType is not defined -2021-11-11 09:36:15.020 - error: path: /login, error: ReferenceError: clientType is not defined -2021-11-11 09:37:44.214 - error: path: /login, error: ReferenceError: clientType is not defined -2021-11-11 09:37:53.831 - debug: [FS-LOGGER] Init. -2021-11-11 09:37:54.284 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 09:37:54.285 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 09:51:18.760 - debug: [FS-LOGGER] Init. -2021-11-11 09:51:19.192 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 09:51:19.192 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 10:15:31.946 - debug: [FS-LOGGER] Init. -2021-11-11 10:15:32.317 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 10:15:32.318 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 10:39:11.343 - debug: [FS-LOGGER] Init. -2021-11-11 10:39:11.816 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 10:39:11.817 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 10:39:30.767 - error: path: /api-log/auth/update, error: ReferenceError: sessionId is not defined -2021-11-11 10:40:53.003 - debug: [FS-LOGGER] Init. -2021-11-11 10:40:53.553 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 10:40:53.554 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 10:46:31.007 - debug: [FS-LOGGER] Init. -2021-11-11 10:46:31.408 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 10:46:31.409 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 10:49:03.138 - error: path: /api-log/auth/update, error: ReferenceError: token is not defined -2021-11-11 10:50:53.920 - error: path: /api-log/auth/update, error: ReferenceError: token is not defined -2021-11-11 10:50:55.073 - error: path: /api-log/auth/update, error: ReferenceError: token is not defined -2021-11-11 10:51:42.825 - error: path: /api-log/auth/update, error: ReferenceError: token is not defined -2021-11-11 10:52:23.721 - error: path: /api-log/auth/update, error: ReferenceError: token is not defined -2021-11-11 10:52:35.435 - debug: [FS-LOGGER] Init. -2021-11-11 10:52:35.936 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 10:52:35.937 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 10:57:49.801 - debug: [FS-LOGGER] Init. -2021-11-11 10:57:50.208 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 10:57:50.208 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 11:27:21.793 - debug: [FS-LOGGER] Init. -2021-11-11 11:27:22.270 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 11:27:22.270 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 11:29:07.534 - debug: [FS-LOGGER] Init. -2021-11-11 11:29:07.952 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 11:29:07.953 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 11:41:57.189 - debug: [FS-LOGGER] Init. -2021-11-11 11:41:57.790 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 11:41:57.790 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 11:44:30.435 - debug: [FS-LOGGER] Init. -2021-11-11 11:44:30.827 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 11:44:30.828 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 11:49:15.922 - error: path: /findApiLogs, error: SequelizeDatabaseError: invalid input syntax for integer: "" -2021-11-11 11:49:30.100 - error: path: /findApiLogs, error: SequelizeDatabaseError: invalid input syntax for integer: "" -2021-11-11 11:51:00.551 - error: path: /findApiLogs, error: SequelizeDatabaseError: invalid input syntax for integer: "" -2021-11-11 11:53:28.774 - error: path: /findApiLogs, error: SequelizeDatabaseError: column "nan" does not exist -2021-11-11 11:54:33.555 - error: path: /findApiLogs, error: SequelizeDatabaseError: invalid input syntax for integer: "" -2021-11-11 11:55:40.635 - error: path: /findApiLogs, error: SequelizeDatabaseError: invalid input syntax for integer: "" -2021-11-11 11:55:48.707 - debug: [FS-LOGGER] Init. -2021-11-11 11:55:49.113 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 11:55:49.113 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 16:35:54.377 - debug: [FS-LOGGER] Init. -2021-11-11 16:35:55.174 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-11 16:35:55.174 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-11 16:36:12.999 - error: path: /popup/findAll, error: SequelizeDatabaseError: column noticeAnnouncement.deleted does not exist -2021-11-11 16:37:23.482 - error: path: /popup/findAll, error: SequelizeDatabaseError: column noticeAnnouncement.deleted does not exist -2021-11-11 16:37:37.549 - error: path: /popup/findAll, error: SequelizeDatabaseError: column noticeAnnouncement.deleted does not exist -2021-11-11 16:37:51.949 - error: path: /popup/findAll, error: SequelizeDatabaseError: column noticeAnnouncement.deleted does not exist -2021-11-15 11:54:30.150 - debug: [FS-LOGGER] Init. -2021-11-15 11:54:32.106 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-15 11:54:32.107 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-15 11:54:43.357 - error: [FS-ERRHD] -{ - message: '�û� "FashionAdmin" Password ��֤ʧ��', - stack: 'SequelizeConnectionError: �û� "FashionAdmin" Password ��֤ʧ��\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\pg\\lib\\connection.js:134:12)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at addChunk (_stream_readable.js:298:12)\n' + - ' at readableAddChunk (_stream_readable.js:273:9)\n' + - ' at Socket.Readable.push (_stream_readable.js:214:10)\n' + - ' at TCP.onStreamRead (internal/stream_base_commons.js:188:23)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at ConnectionManager.getConnection (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:266:46)\n' + - ' at Transaction.prepareEnvironment (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:119:45)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at logger (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\api-log.js:15:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\camunda-rest.js:49:16\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:150:19)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5', - name: 'SequelizeConnectionError', - parent: { - name: 'error', - length: 156, - severity: '��������', - code: '28P01', - detail: undefined, - hint: undefined, - position: undefined, - internalPosition: undefined, - internalQuery: undefined, - where: undefined, - schema: undefined, - table: undefined, - column: undefined, - dataType: undefined, - constraint: undefined, - file: 'd:\\pginstaller_12.auto\\postgres.windows-x64\\src\\backend\\libpq\\auth.c', - line: '333', - routine: 'auth_failed' - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2021-11-15 11:54:59.781 - debug: [FS-LOGGER] Init. -2021-11-15 11:55:00.179 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-15 11:55:00.180 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-17 16:03:14.064 - debug: [FS-LOGGER] Init. -2021-11-17 16:03:15.299 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-17 16:03:15.302 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-18 16:25:02.389 - debug: [FS-LOGGER] Init. -2021-11-18 16:25:03.067 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-18 16:25:03.068 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-19 10:18:34.812 - debug: [FS-LOGGER] Init. -2021-11-19 10:18:36.287 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-19 10:18:36.287 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-19 10:53:13.337 - debug: [FS-LOGGER] Init. -2021-11-19 10:53:13.957 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-19 10:53:13.958 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-19 11:09:28.912 - debug: [FS-LOGGER] Init. -2021-11-19 11:09:29.303 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-19 11:09:29.303 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-19 11:10:17.606 - debug: [FS-LOGGER] Init. -2021-11-19 11:10:18.292 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-19 11:10:18.294 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-22 15:51:42.512 - debug: [FS-LOGGER] Init. -2021-11-22 15:51:44.661 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-22 15:51:44.662 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-23 09:12:41.749 - debug: [FS-LOGGER] Init. -2021-11-23 09:12:43.485 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-23 09:12:43.485 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-30 09:46:27.323 - debug: [FS-LOGGER] Init. -2021-11-30 09:46:29.561 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-11-30 09:46:29.561 - info: [FS-AUTH] Inject auth and api mv into router. -2021-11-30 09:53:51.655 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.36:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.36:5432\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.36', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2021-11-30 10:25:30.779 - error: path: /process-instance/my-audit-count, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 10:25:59.041 - error: path: /process-instance/my-notice-count, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 10:25:59.043 - error: path: /process-instance/my-audit-lists/, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 10:25:59.073 - error: path: /process-instance/my-audit-count, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 11:03:49.134 - error: path: /process-instance/my-audit-count, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 11:03:54.580 - error: path: /process-instance/my-audit-lists/, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 11:03:54.612 - error: path: /process-instance/my-notice-count, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-11-30 11:04:10.265 - error: path: /process-instance/my-audit-count, error: Error: connect ETIMEDOUT 10.8.30.157:19000 -2021-12-02 14:30:32.534 - debug: [FS-LOGGER] Init. -2021-12-02 14:30:34.390 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-02 14:30:34.390 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-02 17:30:24.693 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:30:24.710 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:32:38.340 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:32:38.356 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:34:04.954 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:34:04.963 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:40:30.176 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:40:30.192 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:42:39.496 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-02 17:43:17.608 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 08:53:46.500 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 08:53:50.871 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 09:35:45.223 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 09:35:45.345 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 09:41:23.796 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 09:41:23.825 - error: path: /process-instance/audit/resolve, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 10:14:55.730 - debug: [FS-LOGGER] Init. -2021-12-03 10:14:57.025 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-03 10:14:57.025 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-03 10:20:36.030 - debug: [FS-LOGGER] Init. -2021-12-03 10:20:36.701 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-03 10:20:36.702 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-03 10:23:02.051 - debug: [FS-LOGGER] Init. -2021-12-03 10:23:02.736 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-03 10:23:02.737 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-03 10:44:46.976 - error: path: /process-instance/audit/back, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 10:44:46.983 - error: path: /process-instance/audit/back, error: BadRequestError: 当前任务已处理或不存在! -2021-12-03 13:50:38.050 - error: path: /process-instance/audit/afterAssign, error: BadRequestError: 当前任务已操作过前加签,请刷新重试! -2021-12-03 13:50:38.058 - error: path: /process-instance/audit/afterAssign, error: BadRequestError: 当前任务已操作过前加签,请刷新重试! -2021-12-03 13:50:54.468 - error: path: /process-instance/audit/afterAssign, error: BadRequestError: 当前任务已操作过前加签,请刷新重试! -2021-12-03 13:50:54.473 - error: path: /process-instance/audit/afterAssign, error: BadRequestError: 当前任务已操作过前加签,请刷新重试! -2021-12-03 13:51:27.234 - error: path: /process-instance/audit/assignee, error: BadRequestError: 当前任务已操作过前加签,请刷新重试! -2021-12-03 13:51:27.242 - error: path: /process-instance/audit/assignee, error: BadRequestError: 当前任务已操作过前加签,请刷新重试! -2021-12-04 16:53:14.892 - error: path: /workflow/process/125, error: Error: Bad Request -2021-12-04 16:53:15.947 - error: path: /workflow/process/125, error: Error: Bad Request -2021-12-04 16:53:15.957 - error: path: /workflow/process/125, error: Error: Bad Request -2021-12-06 11:31:52.663 - error: path: /workflow/process/15, error: Error: Bad Request -2021-12-06 11:31:53.668 - error: path: /workflow/process/15, error: Error: Bad Request -2021-12-06 11:31:53.688 - error: path: /workflow/process/15, error: Error: Bad Request -2021-12-07 10:48:48.667 - debug: [FS-LOGGER] Init. -2021-12-07 10:48:54.451 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-07 10:48:54.451 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-07 14:26:03.603 - debug: [FS-LOGGER] Init. -2021-12-07 14:26:04.705 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-07 14:26:04.705 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-07 14:28:10.169 - debug: [FS-LOGGER] Init. -2021-12-07 14:28:10.504 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-07 14:28:10.504 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-10 15:44:53.742 - error: path: /workflow/history-process/15, error: Error: Bad Request -2021-12-10 18:16:56.689 - error: path: /process/feca7119-5992-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "feca7119-5992-11ec-a1e1-507b9d93ec90" -2021-12-10 18:16:56.701 - error: path: /workflow/process/feca7119-5992-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-10 18:17:57.559 - error: path: /process/c68345f8-596a-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "c68345f8-596a-11ec-a1e1-507b9d93ec90" -2021-12-10 18:17:57.571 - error: path: /workflow/process/c68345f8-596a-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 10:43:40.708 - error: path: /process/feca7119-5992-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "feca7119-5992-11ec-a1e1-507b9d93ec90" -2021-12-13 10:43:40.719 - error: path: /workflow/process/feca7119-5992-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 14:01:19.742 - debug: [FS-LOGGER] Init. -2021-12-13 14:01:21.230 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-13 14:01:21.232 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-13 14:14:39.782 - error: path: /process/feca7119-5992-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "feca7119-5992-11ec-a1e1-507b9d93ec90" -2021-12-13 14:14:39.852 - error: path: /workflow/process/feca7119-5992-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 14:40:36.389 - debug: [FS-LOGGER] Init. -2021-12-13 14:40:37.462 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-13 14:40:37.462 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-13 14:46:53.705 - debug: [FS-LOGGER] Init. -2021-12-13 14:46:54.957 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-13 14:46:54.957 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-13 15:00:33.532 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:00:33.579 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:03:47.687 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:03:47.780 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:04:37.295 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:04:37.314 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:05:24.746 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:05:24.764 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:06:16.466 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:06:16.552 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:07:53.929 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:07:54.053 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:09:47.626 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:09:47.671 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:10:12.104 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:10:12.128 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:10:34.822 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:10:35.007 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:12:13.463 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:12:13.495 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:15:47.981 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:15:48.024 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:25:26.968 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:25:27.031 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:26:19.137 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:26:19.152 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:30:45.039 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:30:45.266 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:30:48.793 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:30:49.038 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:30:50.120 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:30:50.228 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:31:51.476 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:32:05.806 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 15:33:28.776 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-13 15:33:28.973 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 17:59:40.959 - error: path: /process/feca7119-5992-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "feca7119-5992-11ec-a1e1-507b9d93ec90" -2021-12-13 17:59:40.963 - error: path: /workflow/process/feca7119-5992-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 18:00:36.766 - error: path: /process/feca7119-5992-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "feca7119-5992-11ec-a1e1-507b9d93ec90" -2021-12-13 18:00:36.794 - error: path: /workflow/process/feca7119-5992-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 18:06:13.253 - error: path: /workflow/process/2e6e7623-5bfc-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 18:06:13.417 - error: path: /process/2e6e7623-5bfc-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "2e6e7623-5bfc-11ec-a1e1-507b9d93ec90" -2021-12-13 18:07:45.073 - error: path: /process/2e6e7623-5bfc-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "2e6e7623-5bfc-11ec-a1e1-507b9d93ec90" -2021-12-13 18:07:45.089 - error: path: /workflow/process/2e6e7623-5bfc-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-13 21:02:24.093 - debug: [FS-LOGGER] Init. -2021-12-13 21:02:24.711 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-13 21:02:24.712 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-14 16:17:40.937 - error: path: /process/0c8bff53-5cb5-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "0c8bff53-5cb5-11ec-a1e1-507b9d93ec90" -2021-12-14 16:17:40.990 - error: path: /workflow/process/0c8bff53-5cb5-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-14 16:18:27.885 - error: path: /process/2e6e7623-5bfc-11ec-a1e1-507b9d93ec90/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "2e6e7623-5bfc-11ec-a1e1-507b9d93ec90" -2021-12-14 16:18:27.952 - error: path: /workflow/process/2e6e7623-5bfc-11ec-a1e1-507b9d93ec90, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-14 16:24:24.915 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-14 16:24:24.927 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-14 16:34:23.307 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2021-12-14 16:34:23.419 - error: path: /workflow/process/undefined, error: SequelizeDatabaseError: column "nan" does not exist -2021-12-15 15:55:09.841 - error: path: /workflow/process/37, error: Error: Bad Request -2021-12-15 15:55:09.850 - error: path: /workflow/process/37, error: Error: Bad Request -2021-12-15 15:55:17.813 - error: path: /workflow/process/134, error: Error: Bad Request -2021-12-15 15:55:17.859 - error: path: /workflow/process/134, error: Error: Bad Request -2021-12-16 16:07:44.644 - debug: [FS-LOGGER] Init. -2021-12-16 16:07:46.768 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-16 16:07:46.769 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-16 16:33:48.438 - debug: [FS-LOGGER] Init. -2021-12-16 16:33:49.670 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-16 16:33:49.670 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-17 09:13:47.505 - debug: [FS-LOGGER] Init. -2021-12-17 09:13:49.408 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-17 09:13:49.409 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-18 10:50:27.167 - debug: [FS-LOGGER] Init. -2021-12-18 10:50:30.969 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-18 10:50:30.970 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 09:31:12.004 - debug: [FS-LOGGER] Init. -2021-12-21 09:31:13.130 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 09:31:13.130 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 09:31:13.832 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:23.897 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:48.172 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:49.106 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:49.252 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:49.653 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:50.150 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:50.414 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:50.692 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:51.120 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:51.354 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:31:51.626 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:09.973 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:10.917 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:11.236 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:11.785 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:12.398 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:12.616 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:12.825 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:13.053 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:32:13.259 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:44.133 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:45.517 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:46.182 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:46.714 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:46.921 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:47.086 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:47.274 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:47.811 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:48.248 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:48.429 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:49.252 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:49.474 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:49.678 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:50.514 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:50.647 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:41:50.877 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2021-12-21 09:42:52.233 - debug: [FS-LOGGER] Init. -2021-12-21 09:42:52.881 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 09:42:52.882 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 09:45:26.850 - debug: [FS-LOGGER] Init. -2021-12-21 09:45:27.451 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 09:45:27.452 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 09:45:41.410 - error: path: /workflow/process/142, error: Error: Bad Request -2021-12-21 09:45:48.632 - error: path: /workflow/process/133, error: Error: Bad Request -2021-12-21 09:45:59.498 - error: path: /workflow/process/133, error: Error: Bad Request -2021-12-21 09:46:15.473 - debug: [FS-LOGGER] Init. -2021-12-21 09:46:16.184 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 09:46:16.184 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 10:19:09.739 - debug: [FS-LOGGER] Init. -2021-12-21 10:19:10.922 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 10:19:10.923 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 11:42:39.617 - debug: [FS-LOGGER] Init. -2021-12-21 11:42:41.808 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 11:42:41.808 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 14:16:56.978 - debug: [FS-LOGGER] Init. -2021-12-21 14:16:57.543 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 14:16:57.544 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 14:26:49.826 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:27:03.945 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:27:22.801 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:27:54.390 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:28:44.462 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:28:48.877 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:29:14.377 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:29:53.885 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 14:36:19.655 - error: path: /workflow/groups/undefined, error: SequelizeDatabaseError: column workflowProcesses.create_by does not exist -2021-12-21 15:56:42.284 - debug: [FS-LOGGER] Init. -2021-12-21 15:56:42.629 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 15:56:42.630 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 15:57:01.637 - debug: [FS-LOGGER] Init. -2021-12-21 15:57:01.953 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 15:57:01.953 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-21 16:10:31.926 - debug: [FS-LOGGER] Init. -2021-12-21 16:10:32.277 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-21 16:10:32.277 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-23 14:03:29.281 - debug: [FS-LOGGER] Init. -2021-12-23 14:03:36.714 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-23 14:03:36.715 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-23 14:05:47.285 - debug: [FS-LOGGER] Init. -2021-12-23 14:05:47.857 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-23 14:05:47.858 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-23 14:10:48.178 - debug: [FS-LOGGER] Init. -2021-12-23 14:10:48.778 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-23 14:10:48.779 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-23 14:54:45.712 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 14:54:45.863 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:03:29.372 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:03:29.447 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:06:08.562 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:06:08.656 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:07:24.674 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:07:24.867 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:09:29.216 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-23 15:09:29.301 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-27 14:48:52.040 - debug: [FS-LOGGER] Init. -2021-12-27 14:48:53.887 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-27 14:48:53.888 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 15:20:49.116 - debug: [FS-LOGGER] Init. -2021-12-29 15:20:52.013 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 15:20:52.014 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 15:23:09.609 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.053 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.162 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.257 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.338 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.397 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.461 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.521 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.576 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.647 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.731 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.796 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.861 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:32.955 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.033 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.110 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.188 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.260 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.335 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.413 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.542 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.638 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.706 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.821 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.885 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:33.966 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.027 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.086 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.150 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.212 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.273 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.334 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.391 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.455 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.511 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.575 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.636 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.699 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.758 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.815 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.875 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:34.937 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.000 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.059 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.122 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.181 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.244 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.305 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.366 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.430 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.492 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.574 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.641 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.709 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.775 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.835 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.899 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:35.964 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.029 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.092 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.155 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.221 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.283 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.359 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.421 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.484 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.548 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.626 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.692 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.761 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.830 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.899 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:36.966 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.028 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.095 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.162 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.226 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.292 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.360 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.426 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.495 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.561 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.632 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.711 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.780 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.850 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.921 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:37.993 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.063 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.136 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.209 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.296 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.377 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.450 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.521 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.590 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.671 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.754 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.832 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:38.907 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.010 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.085 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.160 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.245 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.327 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.400 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.477 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.552 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.638 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.725 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.802 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.877 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:39.976 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.043 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.113 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.189 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.261 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.333 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.408 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.497 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.575 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.661 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.740 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.816 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.897 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:40.983 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.075 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.155 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.249 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.331 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.411 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.488 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.560 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.646 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.728 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.807 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.887 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:41.960 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.033 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.146 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.229 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.309 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.397 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.489 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.573 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.664 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.754 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.837 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:42.922 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.004 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.092 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.177 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.258 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.338 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.422 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.500 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.580 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.674 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.789 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.885 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:43.974 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.060 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.159 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.250 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.338 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.433 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.526 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.609 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.702 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.787 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.873 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:44.955 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.037 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.127 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.232 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.326 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.419 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.510 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.599 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.706 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.797 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.887 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:45.986 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.104 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.207 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.307 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.392 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.479 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.568 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.658 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.749 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.867 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:46.972 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.066 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.168 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.263 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.359 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.458 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.550 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.648 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.745 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.840 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:47.928 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.015 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.106 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.204 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.295 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.407 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.554 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.693 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.803 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:48.910 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.052 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.171 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.273 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.368 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.471 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.572 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.681 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.786 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.880 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:49.981 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.089 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.183 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.277 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.421 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.521 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.636 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.752 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.864 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:50.972 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.071 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.175 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.276 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.389 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.492 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.609 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.724 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.821 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:51.918 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.015 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.150 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.265 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.388 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.498 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.614 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.742 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.857 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:52.971 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.084 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.195 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.297 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.399 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.500 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.605 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.715 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.836 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:53.983 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:54.107 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:54.229 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:54.345 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:54.462 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:54.582 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:54.757 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.202 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.364 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.477 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.585 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.700 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.813 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:55.922 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.057 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.183 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.306 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.430 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.552 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.668 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.794 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:56.910 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.021 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.132 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.238 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.362 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.471 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.586 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.747 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:57.878 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.005 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.133 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.261 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.388 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.513 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.632 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.773 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:58.901 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.020 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.134 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.249 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.376 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.499 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.666 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.791 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:25:59.910 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.038 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.170 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.297 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.431 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.565 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.696 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.826 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:00.940 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.063 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.221 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.374 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.489 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.639 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.787 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:01.933 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.071 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.204 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.333 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.464 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.588 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.708 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.831 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:02.949 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.080 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.204 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.328 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.453 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.577 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.717 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:03.886 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.025 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.203 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.336 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.495 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.647 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.789 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:04.921 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.044 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.173 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.298 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.430 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.553 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.683 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.819 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:05.949 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.075 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.226 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.384 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.531 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.680 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.835 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:06.994 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.188 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.325 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.454 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.589 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.725 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.846 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:07.974 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:08.112 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:08.248 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:08.380 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:08.551 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:08.711 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:08.867 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.006 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.141 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.279 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.416 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.543 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.685 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.815 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:09.949 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.090 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.220 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.400 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.537 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.668 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.834 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:10.985 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:11.136 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:11.291 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:11.428 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:11.576 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:11.733 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:11.870 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.010 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.148 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.291 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.445 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.581 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.728 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:12.877 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:13.018 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:13.206 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:13.361 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:13.512 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:13.670 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:13.862 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:14.041 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:14.195 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:14.361 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:14.514 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:14.689 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:14.850 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.004 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.176 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.328 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.476 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.622 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.795 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:15.954 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:16.114 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:16.275 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:16.427 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:16.587 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:16.737 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:16.872 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.007 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.143 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.276 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.409 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.542 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.690 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:17.836 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.021 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.191 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.356 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.509 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.669 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.820 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:18.977 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.126 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.269 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.403 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.555 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.698 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.842 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:19.982 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:20.126 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:20.296 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:20.450 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:20.605 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:20.766 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:20.926 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.098 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.250 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.391 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.527 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.678 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.827 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:21.968 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:22.122 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:22.268 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:22.408 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:22.557 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:22.746 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:22.904 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:23.062 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:23.229 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:23.420 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:23.574 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:23.732 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:23.876 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.040 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.219 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.363 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.509 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.658 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.804 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:24.953 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:25.114 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:25.256 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:25.447 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:25.620 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:25.821 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:25.988 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:26.151 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:26.316 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:26.470 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:26.636 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:26.797 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:26.946 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:27.152 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:27.391 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:27.558 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:27.723 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:27.880 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:28.028 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:28.175 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:28.368 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:28.542 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:28.838 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:29.058 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:29.237 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:29.403 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:29.615 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:29.802 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:29.967 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:30.145 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:30.307 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:30.470 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:30.656 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:30.812 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:30.970 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:31.136 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:31.338 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:31.508 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:31.736 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:31.924 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:32.099 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:32.279 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:32.438 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:32.592 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:32.753 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:32.906 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:33.059 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:33.217 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:33.371 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:33.526 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:33.719 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:33.890 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:34.063 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:34.244 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:34.414 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:34.589 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:34.748 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:34.907 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:35.071 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:35.230 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:35.393 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:35.558 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:35.721 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:35.882 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:36.189 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:36.355 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:36.568 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:36.777 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:36.974 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:37.181 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:37.363 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:37.555 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:37.737 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:37.904 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:38.171 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:38.419 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:38.584 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:38.754 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:38.905 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:39.062 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:39.222 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:39.390 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:39.601 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:39.789 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:39.974 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:40.158 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:40.337 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:40.538 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:26:40.756 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:06.690 - debug: [FS-LOGGER] Init. -2021-12-29 15:27:07.390 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 15:27:07.391 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 15:27:08.317 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:08.438 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:08.739 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:08.818 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:08.895 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:08.989 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.073 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.144 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.222 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.298 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.378 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.444 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.506 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.586 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.861 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:09.976 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.038 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.103 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.172 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.245 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.361 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.450 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.519 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.592 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.685 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.783 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.874 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:10.961 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.044 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.116 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.184 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.255 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.324 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.391 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.475 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.594 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.677 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.845 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.923 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:11.994 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.071 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.139 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.215 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.292 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.364 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.443 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.520 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.608 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.682 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:12.981 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.049 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.133 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.209 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.276 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.405 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.521 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.598 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.674 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.761 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.828 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.908 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:13.986 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:14.063 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:14.138 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:14.284 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:14.840 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:14.967 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.051 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.132 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.206 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.283 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.387 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.483 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.562 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.655 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.774 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.869 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:15.961 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.056 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.151 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.253 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.343 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.441 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.559 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.664 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.778 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:16.954 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.127 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.230 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.319 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.414 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.506 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.605 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.702 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.792 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.886 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:17.982 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.078 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.173 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.265 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.359 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.438 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.517 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.617 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.705 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.796 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.875 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:18.957 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.034 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.113 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.196 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.278 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.357 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.481 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.611 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.699 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.779 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.873 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:19.962 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.086 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.288 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.375 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.461 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.547 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.638 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.725 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.806 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.909 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:20.998 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.088 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.183 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.275 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.359 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.445 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.531 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.624 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.738 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.842 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:21.927 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.030 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.130 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.239 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.358 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.469 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.560 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.706 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.794 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:22.930 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:23.021 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:23.121 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:23.254 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:23.562 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:23.804 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.226 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.334 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.442 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.545 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.682 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.781 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.879 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:24.984 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.089 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.195 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.296 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.393 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.498 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.696 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.809 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:25.922 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.026 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.138 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.251 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.345 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.447 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.546 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.750 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:26.955 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:27.090 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:27.214 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:27.341 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:27.543 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:27.712 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:27:27.894 - error: path: /userOrgInfo, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:50:41.474 - debug: [FS-LOGGER] Init. -2021-12-29 15:50:43.393 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 15:50:43.394 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 15:55:32.202 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 15:55:43.694 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:17:03.709 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:17:12.894 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:17:23.765 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:17:29.335 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:19:11.667 - debug: [FS-LOGGER] Init. -2021-12-29 16:19:12.361 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 16:19:12.362 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 16:19:36.825 - debug: [FS-LOGGER] Init. -2021-12-29 16:19:37.521 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 16:19:37.522 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 16:27:39.898 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:33:12.889 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:34:22.882 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:37:18.058 - error: path: /company/1/user, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:37:38.247 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:37:48.247 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:38:21.323 - error: path: /user/role/message, error: SequelizeEagerLoadingError: departmentUser is not associated to user! -2021-12-29 16:38:55.386 - debug: [FS-LOGGER] Init. -2021-12-29 16:38:56.115 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 16:38:56.115 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-29 16:59:49.706 - debug: [FS-LOGGER] Init. -2021-12-29 16:59:50.628 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-29 16:59:50.629 - info: [FS-AUTH] Inject auth and api mv into router. -2021-12-30 16:32:33.640 - debug: [FS-LOGGER] Init. -2021-12-30 16:32:35.251 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2021-12-30 16:32:35.252 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-03 09:08:25.247 - debug: [FS-LOGGER] Init. -2022-01-03 09:08:27.156 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-03 09:08:27.156 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 10:01:35.056 - debug: [FS-LOGGER] Init. -2022-01-04 10:01:37.444 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 10:01:37.445 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:04:54.434 - debug: [FS-LOGGER] Init. -2022-01-04 17:04:55.045 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:04:55.045 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:08:29.453 - error: path:/basic-data/workflow/single/name/basicdata_post,error:TypeError: Assignment to constant variable. -2022-01-04 17:09:54.935 - error: path:/basic-data/workflow/single/name/Post,error:TypeError: Assignment to constant variable. -2022-01-04 17:10:24.518 - error: path:/basic-data/workflow/single/name/Post,error:TypeError: Assignment to constant variable. -2022-01-04 17:11:13.387 - debug: [FS-LOGGER] Init. -2022-01-04 17:11:14.149 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:11:14.149 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:11:41.591 - error: path:/basic-data/workflow/single/name/Post,error:ReferenceError: models is not defined -2022-01-04 17:12:07.277 - debug: [FS-LOGGER] Init. -2022-01-04 17:12:07.977 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:12:07.978 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:27:22.658 - debug: [FS-LOGGER] Init. -2022-01-04 17:27:23.393 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:27:23.393 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:29:13.679 - error: path:/basic-data/workflow/single/common/:attributes/Post,error:SequelizeDatabaseError: column ":attributes" does not exist -2022-01-04 17:29:31.765 - error: path:/basic-data/workflow/single/common/:attributes/Post,error:SequelizeDatabaseError: column ":attributes" does not exist -2022-01-04 17:30:18.797 - error: path:/basic-data/workflow/single/common/%20/Post,error:SequelizeDatabaseError: column " " does not exist -2022-01-04 17:32:33.490 - debug: [FS-LOGGER] Init. -2022-01-04 17:32:34.546 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:32:34.546 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:33:08.377 - debug: [FS-LOGGER] Init. -2022-01-04 17:33:09.128 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:33:09.128 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:33:43.388 - debug: [FS-LOGGER] Init. -2022-01-04 17:33:44.195 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:33:44.196 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:33:58.014 - error: path:/basic-data/workflow/single/common/%20/Post,error:缺少参数 -2022-01-04 17:34:19.144 - debug: [FS-LOGGER] Init. -2022-01-04 17:34:20.020 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:34:20.021 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:34:24.110 - error: path:/basic-data/workflow/single/common/%20/Post,error:缺少参数 -2022-01-04 17:38:16.689 - debug: [FS-LOGGER] Init. -2022-01-04 17:38:17.341 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-04 17:38:17.341 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-04 17:38:23.808 - error: path:/basic-data/workflow/single/common/%20/Post,error:缺少参数 -2022-01-05 11:23:44.718 - debug: [FS-LOGGER] Init. -2022-01-05 11:23:46.012 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 11:23:46.012 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 14:48:23.613 - debug: [FS-LOGGER] Init. -2022-01-05 14:48:24.586 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 14:48:24.587 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 14:48:36.087 - debug: [FS-LOGGER] Init. -2022-01-05 14:48:36.762 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 14:48:36.763 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:06:43.273 - debug: [FS-LOGGER] Init. -2022-01-05 15:06:44.190 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:06:44.191 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:08:04.721 - debug: [FS-LOGGER] Init. -2022-01-05 15:08:05.438 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:08:05.439 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:08:42.418 - debug: [FS-LOGGER] Init. -2022-01-05 15:08:43.155 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:08:43.156 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:25:06.042 - debug: [FS-LOGGER] Init. -2022-01-05 15:25:06.975 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:25:06.975 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:25:07.016 - error: [app] -{ - message: 'await is only valid in async function', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\workflow.js:91\n' + - ' return await ctx.fs.dc.models[model].findAll(findObj);\n' + - ' ^^^^^\n' + - '\n' + - 'SyntaxError: await is only valid in async function\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\workflow.js:3:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-05 15:26:18.185 - debug: [FS-LOGGER] Init. -2022-01-05 15:26:18.875 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:26:18.876 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:26:18.910 - error: [app] -{ - message: 'await is only valid in async function', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\workflow.js:91\n' + - ' return await ctx.fs.dc.models[model].findAll(findObj);\n' + - ' ^^^^^\n' + - '\n' + - 'SyntaxError: await is only valid in async function\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\workflow.js:3:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-05 15:27:47.726 - debug: [FS-LOGGER] Init. -2022-01-05 15:27:48.446 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:27:48.447 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:28:18.948 - debug: [FS-LOGGER] Init. -2022-01-05 15:28:19.619 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:28:19.620 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:28:27.273 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: ctx.fs.dc.models[model].tableAttributes is not iterable -2022-01-05 15:29:08.754 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: ctx.fs.dc.models[model].tableAttributes is not iterable -2022-01-05 15:30:28.417 - debug: [FS-LOGGER] Init. -2022-01-05 15:30:29.186 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:30:29.186 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:31:33.449 - debug: [FS-LOGGER] Init. -2022-01-05 15:31:34.257 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:31:34.258 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:31:43.248 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: items is not iterable -2022-01-05 15:32:14.404 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: items is not iterable -2022-01-05 15:32:57.316 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: items is not iterable -2022-01-05 15:33:21.090 - debug: [FS-LOGGER] Init. -2022-01-05 15:33:21.856 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:33:21.856 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:33:21.890 - error: [app] -{ - message: 'await is only valid in async function', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\workflow.js:92\n' + - ' const data = await ctx.fs.dc.models[model].findAll(findObj);\n' + - ' ^^^^^\n' + - '\n' + - 'SyntaxError: await is only valid in async function\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\workflow.js:3:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-05 15:33:36.264 - debug: [FS-LOGGER] Init. -2022-01-05 15:33:37.028 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:33:37.028 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:33:37.064 - error: [app] -{ - message: 'await is only valid in async function', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\basicData\\workflow.js:92\n' + - ' const data = await ctx.fs.dc.models[model].findAll(findObj);\n' + - ' ^^^^^\n' + - '\n' + - 'SyntaxError: await is only valid in async function\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\workflow.js:3:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-05 15:34:07.192 - debug: [FS-LOGGER] Init. -2022-01-05 15:34:07.973 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:34:07.974 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:35:39.583 - debug: [FS-LOGGER] Init. -2022-01-05 15:35:40.309 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:35:40.309 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:36:31.064 - debug: [FS-LOGGER] Init. -2022-01-05 15:36:31.976 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:36:31.977 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:36:41.629 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: items is not iterable -2022-01-05 15:36:50.691 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: items is not iterable -2022-01-05 15:38:08.320 - debug: [FS-LOGGER] Init. -2022-01-05 15:38:09.314 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:38:09.315 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:38:15.132 - error: path:/basic-data/workflow/complex/common/Goods,error:TypeError: items is not iterable -2022-01-05 15:38:34.848 - debug: [FS-LOGGER] Init. -2022-01-05 15:38:35.602 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:38:35.602 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:39:33.551 - debug: [FS-LOGGER] Init. -2022-01-05 15:39:34.333 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:39:34.334 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:40:42.743 - debug: [FS-LOGGER] Init. -2022-01-05 15:40:43.510 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:40:43.510 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:43:07.043 - debug: [FS-LOGGER] Init. -2022-01-05 15:43:07.683 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:43:07.684 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:46:58.654 - debug: [FS-LOGGER] Init. -2022-01-05 15:46:59.372 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:46:59.373 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:47:24.773 - debug: [FS-LOGGER] Init. -2022-01-05 15:47:25.464 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:47:25.464 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-05 15:48:17.187 - debug: [FS-LOGGER] Init. -2022-01-05 15:48:17.982 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-05 15:48:17.983 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 09:53:15.860 - debug: [FS-LOGGER] Init. -2022-01-06 09:53:16.989 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 09:53:16.989 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 09:53:17.061 - error: [app] -{ - message: 'middleware must be a function', - stack: 'TypeError: middleware must be a function\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:269:23\n' + - ' at Array.forEach ()\n' + - ' at Koa66.register (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:262:21)\n' + - ' at Koa66. [as get] (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:327:30)\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\basicData\\workflow.js:20:12)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:48\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:21:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-06 09:54:25.999 - debug: [FS-LOGGER] Init. -2022-01-06 09:54:26.801 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 09:54:26.802 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:01:28.222 - debug: [FS-LOGGER] Init. -2022-01-06 10:01:28.931 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:01:28.931 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:01:54.365 - error: path:/basic-data/workflow/complex/common/goods,error:TypeError: Cannot read property 'tableAttributes' of undefined -2022-01-06 10:03:00.571 - debug: [FS-LOGGER] Init. -2022-01-06 10:03:01.346 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:03:01.347 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:03:18.155 - error: path:/basic-data/workflow/complex/common/goods,error:TypeError: Cannot read property 'tableAttributes' of undefined -2022-01-06 10:03:42.987 - debug: [FS-LOGGER] Init. -2022-01-06 10:03:43.691 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:03:43.691 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:03:46.052 - error: path:/basic-data/workflow/complex/goods,error:ReferenceError: split is not defined -2022-01-06 10:03:59.990 - debug: [FS-LOGGER] Init. -2022-01-06 10:04:00.721 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:04:00.722 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:04:11.706 - error: path:/basic-data/workflow/complex/goods,error:ReferenceError: split is not defined -2022-01-06 10:04:15.708 - error: path:/basic-data/workflow/complex/goods,error:ReferenceError: split is not defined -2022-01-06 10:04:31.569 - error: path:/basic-data/workflow/complex/goods,error:ReferenceError: split is not defined -2022-01-06 10:04:36.858 - error: path:/basic-data/workflow/complex/goods,error:ReferenceError: split is not defined -2022-01-06 10:04:56.220 - debug: [FS-LOGGER] Init. -2022-01-06 10:04:56.969 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:04:56.969 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:05:46.076 - error: path:/basic-data/workflow/complex/goods,error:TypeError: Cannot read property 'split(',')' of undefined -2022-01-06 10:07:07.115 - error: path:/basic-data/workflow/complex/goods,error:TypeError: Cannot read property 'split(',')' of undefined -2022-01-06 10:11:22.068 - debug: [FS-LOGGER] Init. -2022-01-06 10:11:22.847 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:11:22.847 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:16:53.842 - debug: [FS-LOGGER] Init. -2022-01-06 10:16:54.631 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:16:54.632 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:18:24.419 - debug: [FS-LOGGER] Init. -2022-01-06 10:18:25.212 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:18:25.213 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:18:50.170 - debug: [FS-LOGGER] Init. -2022-01-06 10:18:50.962 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:18:50.962 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:22:03.484 - debug: [FS-LOGGER] Init. -2022-01-06 10:22:04.348 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:22:04.348 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:27:13.013 - debug: [FS-LOGGER] Init. -2022-01-06 10:27:13.744 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:27:13.744 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:34:44.946 - debug: [FS-LOGGER] Init. -2022-01-06 10:34:45.745 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:34:45.745 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:35:32.011 - error: path:/basic-data/workflow/complex/gift, error:TypeError: Cannot convert object to primitive value -2022-01-06 10:35:40.863 - error: path:/basic-data/workflow/complex/gift, error:TypeError: Cannot convert object to primitive value -2022-01-06 10:36:18.689 - error: path:/basic-data/workflow/complex/gift, error:TypeError: Cannot convert object to primitive value -2022-01-06 10:36:57.214 - debug: [FS-LOGGER] Init. -2022-01-06 10:36:57.969 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:36:57.969 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 10:37:34.725 - debug: [FS-LOGGER] Init. -2022-01-06 10:37:35.594 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 10:37:35.594 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 11:43:36.480 - error: [FS-ERRHD] -{ - message: 'Malicious Path', - stack: 'BadRequestError: Malicious Path\n' + - ' at resolvePath (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\resolve-path\\index.js:78:11)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-send\\index.js:58:12)\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at Object.co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at Object.toPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:118:63)\n' + - ' at next (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:99:29)\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:69:7)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at Object.co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at converted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-convert\\index.js:17:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-range\\index.js:11:12)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:81:23\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()', - name: 'BadRequestError' -} -2022-01-06 11:44:03.651 - error: [FS-ERRHD] -{ - message: 'Malicious Path', - stack: 'BadRequestError: Malicious Path\n' + - ' at resolvePath (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\resolve-path\\index.js:78:11)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-send\\index.js:58:12)\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at Object.co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at Object.toPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:118:63)\n' + - ' at next (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:99:29)\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:69:7)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at Object.co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at converted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-convert\\index.js:17:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-range\\index.js:11:12)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:81:23\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()', - name: 'BadRequestError' -} -2022-01-06 16:03:50.392 - debug: [FS-LOGGER] Init. -2022-01-06 16:03:51.623 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:03:51.623 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:05:47.431 - debug: [FS-LOGGER] Init. -2022-01-06 16:05:48.141 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:05:48.142 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:06:11.333 - debug: [FS-LOGGER] Init. -2022-01-06 16:06:12.015 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:06:12.015 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:29:40.127 - debug: [FS-LOGGER] Init. -2022-01-06 16:29:40.830 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:29:40.831 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:29:58.106 - debug: [FS-LOGGER] Init. -2022-01-06 16:29:58.851 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:29:58.851 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:30:34.389 - error: path:/basic-data/workflow/complex/goods,error:TypeError: Cannot read property 'length' of null -2022-01-06 16:31:17.235 - debug: [FS-LOGGER] Init. -2022-01-06 16:31:18.202 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:31:18.202 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:31:49.703 - debug: [FS-LOGGER] Init. -2022-01-06 16:31:50.439 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:31:50.439 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 16:34:43.177 - debug: [FS-LOGGER] Init. -2022-01-06 16:34:43.934 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 16:34:43.935 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 17:35:32.983 - debug: [FS-LOGGER] Init. -2022-01-06 17:35:33.651 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 17:35:33.652 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-06 17:37:41.873 - debug: [FS-LOGGER] Init. -2022-01-06 17:37:42.566 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-06 17:37:42.566 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-07 09:32:36.525 - debug: [FS-LOGGER] Init. -2022-01-07 09:32:37.592 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-07 09:32:37.592 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-07 09:34:48.117 - debug: [FS-LOGGER] Init. -2022-01-07 09:34:48.832 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-07 09:34:48.832 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-07 16:52:23.755 - debug: [FS-LOGGER] Init. -2022-01-07 16:52:25.433 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-07 16:52:25.433 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 13:47:45.733 - debug: [FS-LOGGER] Init. -2022-01-10 13:47:46.767 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 13:47:46.768 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 13:50:08.900 - debug: [FS-LOGGER] Init. -2022-01-10 13:50:09.769 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 13:50:09.769 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:33:06.436 - debug: [FS-LOGGER] Init. -2022-01-10 14:33:07.233 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:33:07.233 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:34:54.632 - debug: [FS-LOGGER] Init. -2022-01-10 14:34:55.737 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:34:55.737 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:36:11.693 - debug: [FS-LOGGER] Init. -2022-01-10 14:36:12.623 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:36:12.623 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:38:00.257 - debug: [FS-LOGGER] Init. -2022-01-10 14:38:01.218 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:38:01.218 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:40:49.213 - debug: [FS-LOGGER] Init. -2022-01-10 14:40:50.394 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:40:50.395 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:41:22.523 - debug: [FS-LOGGER] Init. -2022-01-10 14:41:23.390 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:41:23.391 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:46:29.775 - debug: [FS-LOGGER] Init. -2022-01-10 14:46:30.124 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:46:30.124 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:49:26.293 - debug: [FS-LOGGER] Init. -2022-01-10 14:49:26.682 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:49:26.683 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:52:52.401 - debug: [FS-LOGGER] Init. -2022-01-10 14:52:53.216 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:52:53.217 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:56:17.310 - debug: [FS-LOGGER] Init. -2022-01-10 14:56:18.109 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:56:18.109 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:57:48.728 - debug: [FS-LOGGER] Init. -2022-01-10 14:57:49.491 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:57:49.492 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:58:20.847 - debug: [FS-LOGGER] Init. -2022-01-10 14:58:21.899 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:58:21.899 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-10 14:59:32.166 - debug: [FS-LOGGER] Init. -2022-01-10 14:59:33.247 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-10 14:59:33.248 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-11 11:23:17.772 - debug: [FS-LOGGER] Init. -2022-01-11 11:23:19.232 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-11 11:23:19.233 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-11 17:28:48.096 - debug: [FS-LOGGER] Init. -2022-01-11 17:28:49.622 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-11 17:28:49.623 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-11 17:29:10.317 - debug: [FS-LOGGER] Init. -2022-01-11 17:29:11.172 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-11 17:29:11.172 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-14 10:12:10.258 - debug: [FS-LOGGER] Init. -2022-01-14 10:12:12.309 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-14 10:12:12.309 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-14 11:24:43.183 - debug: [FS-LOGGER] Init. -2022-01-14 11:24:43.990 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-14 11:24:43.990 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-17 17:21:11.050 - debug: [FS-LOGGER] Init. -2022-01-17 17:21:12.555 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-17 17:21:12.556 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-17 17:21:16.362 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:21:16.633 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:21:41.885 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:21:44.008 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:45.701 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:50.125 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:50.294 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:52.141 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:52.888 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:54.660 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:54.818 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:23:56.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:09.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:09.990 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:11.824 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:11.854 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:19.280 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:23.631 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:25.595 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:25.628 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:26.395 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:26.408 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:28.182 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:29.080 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:29.098 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:32.720 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:34.599 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:34.745 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-17 17:24:36.499 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:25:57.477 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:20.470 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:21.074 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:25.290 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:33.462 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:36.904 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:37.126 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:38.982 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:58.390 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:58.728 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:26:58.955 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:27:02.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:27:03.487 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-18 09:27:07.730 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:19:53.995 - debug: [FS-LOGGER] Init. -2022-01-19 09:19:55.575 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 09:19:55.575 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 09:20:05.354 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:20:07.180 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:20:07.992 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:20:20.022 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:21:50.676 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:24:06.304 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:24:49.247 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:27:20.605 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:28:14.294 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:29:11.538 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:34:50.488 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:37:23.674 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 09:40:02.800 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:27:30.110 - debug: [FS-LOGGER] Init. -2022-01-19 15:27:31.474 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 15:27:31.475 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 15:27:46.759 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:27:48.898 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:27:50.253 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:27:53.596 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:27:55.102 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:28:57.527 - debug: [FS-LOGGER] Init. -2022-01-19 15:28:58.318 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 15:28:58.318 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 15:29:09.540 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:10.561 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:13.184 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:26.429 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:44.232 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:44.895 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:50.314 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:29:55.089 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:30:04.282 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 15:40:57.762 - debug: [FS-LOGGER] Init. -2022-01-19 15:40:58.637 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 15:40:58.638 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:02:42.904 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:02:45.356 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:02:46.001 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:02:48.385 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:02:57.632 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:03:16.630 - debug: [FS-LOGGER] Init. -2022-01-19 16:03:17.572 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:03:17.572 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:03:25.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:03:26.542 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:03:28.628 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:05:20.015 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:09:43.888 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:09:45.546 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:09:46.063 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:09:46.773 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:09:48.818 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:10:34.024 - debug: [FS-LOGGER] Init. -2022-01-19 16:10:34.870 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:10:34.870 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:12:55.533 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:314:20)\n' + - ' at abortIncoming (_http_server.js:533:9)\n' + - ' at socketOnClose (_http_server.js:526:3)\n' + - ' at Socket.emit (events.js:326:22)\n' + - ' at TCP. (net.js:676:12)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 395, - length: 395, - received: 185, - type: 'request.aborted' -} -2022-01-19 16:15:24.474 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\raw-body\\index.js:231:10)\n' + - ' at IncomingMessage.emit (events.js:314:20)\n' + - ' at abortIncoming (_http_server.js:533:9)\n' + - ' at socketOnClose (_http_server.js:526:3)\n' + - ' at Socket.emit (events.js:326:22)\n' + - ' at TCP. (net.js:676:12)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 395, - length: 395, - received: 185, - type: 'request.aborted' -} -2022-01-19 16:15:36.668 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:15:45.847 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:15:46.476 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:00.672 - error: path: /process-instance/my-audit-list, error: Error: Parse Error: Invalid character in chunk size -2022-01-19 16:17:00.680 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:03.359 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:20.973 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:29.103 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:29.711 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:31.687 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:17:39.105 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:21:12.952 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:21:14.341 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:21:16.116 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:36.913 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:37.634 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:39.303 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:52.278 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:55.856 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:57.848 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:22:59.816 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:23:01.713 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:23:55.101 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:26:52.902 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:26:58.521 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:26:59.609 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:27:01.466 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:27:03.586 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:27:06.235 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:27:09.443 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:27:11.136 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:27:22.526 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:38:33.767 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:38:35.512 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:38:35.881 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:38:45.831 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:38:46.766 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:10.047 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:27.263 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:29.082 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:53.330 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:55.477 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:56.138 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:39:57.848 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:40:16.464 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:41:26.228 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:41:49.152 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:42:03.854 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:42:04.500 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:42:05.360 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:43:43.172 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:14.611 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:25.719 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:31.274 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:32.099 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:35.947 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:38.403 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:44.512 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:46.884 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:48.237 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:44:55.842 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:45:34.539 - debug: [FS-LOGGER] Init. -2022-01-19 16:45:35.431 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:45:35.431 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:46:17.222 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:20.916 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:22.138 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:25.386 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:28.418 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:30.826 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:31.053 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:33.725 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:36.498 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:40.652 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:42.423 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:44.909 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:46:53.684 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:47:13.376 - debug: [FS-LOGGER] Init. -2022-01-19 16:47:14.316 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:47:14.316 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:47:32.557 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:47:56.149 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:47:58.086 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:48:29.039 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:48:39.760 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:48:42.590 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:48:56.429 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:48:58.291 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:49:02.572 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:49:12.638 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:49:14.431 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:49:34.200 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:50:33.200 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:50:35.105 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:53:05.311 - debug: [FS-LOGGER] Init. -2022-01-19 16:53:06.253 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:53:06.253 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:53:21.556 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:53:24.876 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:53:25.134 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:53:35.963 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:53:37.666 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:53:58.551 - debug: [FS-LOGGER] Init. -2022-01-19 16:53:59.569 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:53:59.569 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 16:54:12.840 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:54:19.133 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:54:21.143 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:54:24.247 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 16:54:43.454 - debug: [FS-LOGGER] Init. -2022-01-19 16:54:44.444 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-19 16:54:44.445 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-19 17:03:31.326 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:03:40.247 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:03:51.224 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:03:53.154 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:03:59.214 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:04:12.311 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:04:23.304 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:07:33.384 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:07:35.676 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:07:40.194 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:07:42.290 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:07:42.471 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:08:01.003 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:08:26.023 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:08:31.223 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:08:34.467 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:08:37.112 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:09.740 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:11.728 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:12.336 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:14.001 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:28.296 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:30.045 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:30.661 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:32.335 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:39.212 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:24:58.176 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:26:24.729 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:26:26.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:26:27.289 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:26:28.937 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:26:33.757 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:59:52.003 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:59:54.385 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:59:54.994 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:59:56.920 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 17:59:59.221 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-19 18:00:07.318 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:30:54.515 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:30:55.333 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:30:55.378 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:30:55.398 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:30:55.410 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:30:55.424 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:52:56.621 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:52:57.379 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:52:59.134 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:53:49.911 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:53:49.919 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:53:52.512 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:53:54.380 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:54:53.880 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:56:45.867 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:56:47.666 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:56:49.024 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:58:17.726 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:58:17.736 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:59:13.518 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:59:15.495 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:59:27.104 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 09:59:41.413 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:05:25.352 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:05:27.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:05:28.252 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:05:30.345 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:05:30.427 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:14:58.733 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:14:58.766 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:15:00.279 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:15:03.252 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:15:48.271 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:15:49.593 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:15:51.914 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:15:53.471 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:37:52.106 - debug: [FS-LOGGER] Init. -2022-01-20 10:37:52.577 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 10:37:52.578 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 10:41:35.534 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:41:36.368 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:41:38.420 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:41:41.428 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:41:44.001 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 10:41:46.102 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:02:13.982 - debug: [FS-LOGGER] Init. -2022-01-20 11:02:14.337 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:02:14.337 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:02:45.541 - debug: [FS-LOGGER] Init. -2022-01-20 11:02:45.921 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:02:45.922 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:02:46.020 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\organization.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\index.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:05:07.848 - debug: [FS-LOGGER] Init. -2022-01-20 11:05:08.206 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:05:08.206 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:05:08.299 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\organization.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\index.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:05:27.237 - debug: [FS-LOGGER] Init. -2022-01-20 11:05:27.647 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:05:27.648 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:05:27.756 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\organization.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\index.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:07:27.724 - debug: [FS-LOGGER] Init. -2022-01-20 11:07:28.136 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:07:28.137 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:07:28.232 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\organization.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\index.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:07:47.251 - debug: [FS-LOGGER] Init. -2022-01-20 11:07:47.648 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:07:47.649 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:07:47.774 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\userRole.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\userRole.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:08:11.466 - debug: [FS-LOGGER] Init. -2022-01-20 11:08:11.881 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:08:11.881 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:08:12.001 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\userRole.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\userRole.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:10:08.093 - debug: [FS-LOGGER] Init. -2022-01-20 11:10:08.449 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:10:08.449 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:10:08.558 - error: [app] -{ - message: 'Cannot use import statement outside a module', - stack: 'e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\userManage\\userRole.js:3\n' + - "import { initRedis } from '../auth/index'\n" + - '^^^^^^\n' + - '\n' + - 'SyntaxError: Cannot use import statement outside a module\n' + - ' at wrapSafe (internal/modules/cjs/loader.js:931:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:979:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\userManage\\userRole.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:25:14)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()' -} -2022-01-20 11:11:02.691 - debug: [FS-LOGGER] Init. -2022-01-20 11:11:03.071 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:11:03.071 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:11:13.738 - debug: [FS-LOGGER] Init. -2022-01-20 11:11:14.147 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:11:14.148 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:12:20.640 - debug: [FS-LOGGER] Init. -2022-01-20 11:12:21.054 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:12:21.054 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:13:00.912 - debug: [FS-LOGGER] Init. -2022-01-20 11:13:01.735 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:13:01.736 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:14:48.108 - debug: [FS-LOGGER] Init. -2022-01-20 11:14:48.979 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:14:48.980 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:17:36.101 - debug: [FS-LOGGER] Init. -2022-01-20 11:17:36.979 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:17:36.979 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:18:36.116 - debug: [FS-LOGGER] Init. -2022-01-20 11:18:36.969 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:18:36.970 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:21:16.202 - debug: [FS-LOGGER] Init. -2022-01-20 11:21:17.098 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:21:17.098 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:26:32.681 - debug: [FS-LOGGER] Init. -2022-01-20 11:26:33.649 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:26:33.650 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:29:51.249 - debug: [FS-LOGGER] Init. -2022-01-20 11:29:52.491 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 11:29:52.491 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 11:33:43.710 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:33:45.397 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:33:47.235 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:03.273 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:10.492 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:12.413 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:15.740 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:33.289 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:34.519 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:34.654 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:34.849 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:34.988 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:35.020 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:36.771 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:35:38.141 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 11:42:50.441 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 13:39:56.596 - debug: [FS-LOGGER] Init. -2022-01-20 13:39:57.509 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-20 13:39:57.510 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-20 13:40:22.738 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 13:43:59.722 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-20 13:43:59.736 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:11:32.381 - debug: [FS-LOGGER] Init. -2022-01-21 09:11:33.500 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:11:33.501 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:12:17.495 - debug: [FS-LOGGER] Init. -2022-01-21 09:12:18.030 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:12:18.030 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:12:18.031 - error: [app] -{ - message: "Cannot read property 'rootURL' of undefined", - stack: "TypeError: Cannot read property 'rootURL' of undefined\n" + - ' at factory (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\kafka.js:6:66)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:18:13)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-21 09:14:27.685 - debug: [FS-LOGGER] Init. -2022-01-21 09:14:28.065 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:14:28.065 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:14:28.066 - error: [app] -{ - message: "Cannot read property 'rootURL' of undefined", - stack: "TypeError: Cannot read property 'rootURL' of undefined\n" + - ' at factory (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\kafka.js:6:66)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:18:13)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-21 09:23:49.968 - debug: [FS-LOGGER] Init. -2022-01-21 09:23:50.809 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:23:50.810 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:23:50.812 - error: [app] -{ - message: "Cannot read property 'rootURL' of undefined", - stack: "TypeError: Cannot read property 'rootURL' of undefined\n" + - ' at factory (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\kafka.js:6:66)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:18:13)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-21 09:27:02.647 - debug: [FS-LOGGER] Init. -2022-01-21 09:27:03.451 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:27:03.452 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:27:03.452 - error: [app] -{ - message: "Cannot read property 'rootURL' of undefined", - stack: "TypeError: Cannot read property 'rootURL' of undefined\n" + - ' at factory (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\kafka.js:6:66)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:18:13)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-21 09:35:42.831 - debug: [FS-LOGGER] Init. -2022-01-21 09:35:45.062 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:35:45.063 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:35:45.064 - error: [app] -{ - message: "Cannot read property 'rootURL' of undefined", - stack: "TypeError: Cannot read property 'rootURL' of undefined\n" + - ' at factory (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\kafka.js:6:66)\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:18:13)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-21 09:48:38.128 - debug: [FS-LOGGER] Init. -2022-01-21 09:48:38.441 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:48:38.441 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:48:38.444 - error: [app] -{ - message: "Cannot read property 'rootURL' of undefined", - stack: "TypeError: Cannot read property 'rootURL' of undefined\n" + - ' at factory (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\kafka.js:6:66)\n' + - ' at Object.module.exports.entry (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:18:13)\n' + - ' at E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (E:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-01-21 09:48:58.428 - debug: [FS-LOGGER] Init. -2022-01-21 09:48:58.705 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:48:58.706 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:49:49.667 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:49:53.445 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:50:15.327 - debug: [FS-LOGGER] Init. -2022-01-21 09:50:16.223 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 09:50:16.223 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 09:50:26.030 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:50:28.347 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:50:28.411 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:52:41.306 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:52:41.313 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:52:43.251 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:52:56.337 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:52:59.091 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:53:05.475 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:53:06.526 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:53:08.079 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 09:53:08.658 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:11.547 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:14.751 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:15.080 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:17.989 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:18.030 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:44.570 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:32:46.445 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:33:28.422 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:33:28.562 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:33:32.347 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:33:33.010 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:33:33.032 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:39.249 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:40.013 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:40.932 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:40.993 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:41.723 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:41.854 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:45.742 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:46.505 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:34:46.595 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:12.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:13.492 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:13.788 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:16.426 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:16.746 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:32.097 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:34.187 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:39.213 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:39.482 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:51.017 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:35:53.726 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:41:38.079 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:41:41.319 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:41:43.206 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:48:24.763 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:48:24.879 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:48:29.847 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:48:30.394 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 10:48:30.670 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:01.430 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:01.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:02.397 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:05.864 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:06.650 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:07.549 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:08.485 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:08.812 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:16.463 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:16.681 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:19.141 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:00:19.764 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:03:49.867 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:03:50.546 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:03:52.371 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:20.442 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:21.858 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:21.935 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:21.996 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:22.015 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:22.274 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:25.513 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:25.813 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:30.282 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:30.559 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:30.682 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:30.801 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:34.266 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:34.500 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:37.631 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:37.857 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:38.325 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:06:40.074 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:07:56.758 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:07:56.949 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:07:57.088 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:07:57.410 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 11:08:02.506 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:05:45.649 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:05:45.715 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:05:45.975 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:05:49.276 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:37:39.243 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:37:41.082 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:44:34.420 - debug: [FS-LOGGER] Init. -2022-01-21 14:44:34.756 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 14:44:34.757 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 14:45:23.847 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:45:42.573 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:45:43.630 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:45:44.119 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:45:47.436 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:11.536 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:28.167 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:28.470 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:31.897 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:32.337 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:32.476 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:55.340 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:57.300 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:57.968 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:46:58.272 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:47:01.268 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:47:01.912 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:47:02.117 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:52:39.743 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:52:43.897 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:58:28.941 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:00.239 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:01.142 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:01.661 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:02.198 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:03.406 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:05.258 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:08.171 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 14:59:47.630 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:00:08.715 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:05.039 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:05.568 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:07.594 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:11.533 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:11.968 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:12.307 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:12.644 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:15.548 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:01:15.917 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:01.618 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:01.926 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:05.472 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:06.295 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:16.473 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:19.504 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:15:20.313 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:16:04.728 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 15:23:48.088 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:07.728 - debug: [FS-LOGGER] Init. -2022-01-21 17:14:08.677 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-21 17:14:08.677 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-21 17:14:34.270 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:36.263 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:36.283 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:36.298 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:36.342 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:36.496 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:40.669 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:14:41.587 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-21 17:15:07.525 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:23.680 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:25.418 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:25.431 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:25.435 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:25.450 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:31.939 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:32.505 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:32.558 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:39:32.733 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:27.245 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:27.794 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:30.265 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:30.371 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:46.467 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:47.987 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:52.433 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:53.013 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:55.373 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:55.486 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:57.479 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 15:59:59.448 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:19.416 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:26.652 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:26.961 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:29.595 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:29.858 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:30.183 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 16:58:36.310 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:01:24.522 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:01:26.145 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:01:39.260 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:01:39.402 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:01:41.584 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:01:42.646 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:02:07.982 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:02:09.532 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:33.940 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:35.045 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:35.426 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:36.194 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:38.299 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:38.688 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:21:40.083 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:04.385 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:05.034 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:06.652 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:09.926 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:10.100 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:10.527 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:12.051 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:12.113 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:15.227 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:15.289 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:15.516 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:22:17.249 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:14.244 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:16.842 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:16.880 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:19.457 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:19.591 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:19.695 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:29:23.177 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:31:52.889 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:02.643 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:02.820 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:04.217 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:04.873 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:06.906 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:07.229 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:57.169 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:59.490 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:32:59.722 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:33:02.372 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:33:02.949 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:33:04.627 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:33:13.066 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:33:14.984 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:16.367 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:18.529 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:18.914 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:20.883 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:21.663 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:22.103 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:23.538 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:23.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:25.338 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-24 17:34:26.669 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:31.522 - debug: [FS-LOGGER] Init. -2022-01-26 14:57:31.961 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-26 14:57:31.961 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-26 14:57:31.967 - info: [redis-pwd-false] -2022-01-26 14:57:35.710 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:51.445 - error: path: /process-instance/my-notice-counts, error: ReferenceError: userId is not defined -2022-01-26 14:57:51.456 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:51.913 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:54.126 - error: path: /process-instance/my-notice-counts, error: ReferenceError: userId is not defined -2022-01-26 14:57:54.135 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:54.944 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:55.056 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:57:56.437 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:59:12.271 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:59:37.216 - debug: [FS-LOGGER] Init. -2022-01-26 14:59:38.146 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-26 14:59:38.147 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-26 14:59:38.152 - info: [redis-pwd-false] -2022-01-26 14:59:44.719 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:59:50.844 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:59:52.807 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:59:54.365 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 14:59:54.920 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:01:40.609 - debug: [FS-LOGGER] Init. -2022-01-26 15:01:41.736 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-26 15:01:41.737 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-26 15:01:41.742 - info: [redis-pwd-false] -2022-01-26 15:01:58.761 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:01:59.180 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:02:00.958 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:02:01.067 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:02:44.508 - debug: [FS-LOGGER] Init. -2022-01-26 15:02:45.841 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-26 15:02:45.841 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-26 15:02:45.847 - info: [redis-pwd-false] -2022-01-26 15:04:04.115 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:04.253 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:04.410 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:05.235 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:07.456 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:53.124 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:53.799 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:04:58.541 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:05:00.042 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:05:31.151 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:06:40.750 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:06:41.025 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 15:07:37.103 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:28.564 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:29.003 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:29.328 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:29.565 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:31.307 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:46.282 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:18:49.423 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:19:00.395 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:19:03.613 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:19:05.585 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:19:32.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:19:45.725 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-26 17:19:46.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:24:37.529 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:24:46.314 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:24:51.646 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:24:57.790 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:25:05.671 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:25:11.019 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:25:15.567 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:25:16.859 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:25:16.905 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:25:17.562 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:26:21.121 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:26:29.359 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:26:30.600 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:26:30.646 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:26:31.109 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:26:33.250 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:27:08.125 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:27:08.144 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:27:08.208 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:27:08.264 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:27:34.365 - debug: [FS-LOGGER] Init. -2022-01-27 09:27:35.822 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-27 09:27:35.822 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-27 09:27:35.833 - info: [redis-pwd-false] -2022-01-27 09:28:48.694 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:28:53.593 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:28:54.452 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:29:22.057 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:29:39.112 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:29:39.969 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:29:48.922 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:29:50.186 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:29:51.750 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:30:10.161 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:30:17.120 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:30:17.435 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:47:48.552 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 09:48:08.918 - debug: [FS-LOGGER] Init. -2022-01-27 09:48:09.862 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-27 09:48:09.863 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-27 09:48:09.868 - info: [redis-pwd-false] -2022-01-27 09:50:30.250 - debug: [FS-LOGGER] Init. -2022-01-27 09:50:31.217 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-27 09:50:31.218 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-27 09:50:31.223 - info: [redis-pwd-false] -2022-01-27 09:50:59.303 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 10:10:18.341 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 10:10:18.363 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 10:10:18.385 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 10:10:18.545 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:42:20.035 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:42:22.067 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:42:22.441 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:44:03.280 - debug: [FS-LOGGER] Init. -2022-01-27 14:44:04.642 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-27 14:44:04.642 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-27 14:44:04.648 - info: [redis-pwd-false] -2022-01-27 14:44:24.684 - debug: [FS-LOGGER] Init. -2022-01-27 14:44:25.099 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-27 14:44:25.099 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-27 14:44:25.105 - info: [redis-pwd-false] -2022-01-27 14:44:50.622 - debug: [FS-LOGGER] Init. -2022-01-27 14:44:51.120 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-01-27 14:44:51.120 - info: [FS-AUTH] Inject auth and api mv into router. -2022-01-27 14:44:51.126 - info: [redis-pwd-false] -2022-01-27 14:45:37.337 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:45:38.038 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:45:41.182 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:45:41.853 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:52:00.107 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-01-27 14:52:00.115 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:32:05.112 - debug: [FS-LOGGER] Init. -2022-02-11 09:32:08.660 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-11 09:32:08.661 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-11 09:32:08.666 - info: [redis-pwd-false] -2022-02-11 09:40:54.392 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:41:04.768 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:41:12.239 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:41:13.595 - error: path:/getWxCommonly,error:SequelizeDatabaseError: relation "wx_commonly" does not exist -2022-02-11 09:41:13.605 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:41:14.017 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:41:15.553 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:43:01.899 - debug: [FS-LOGGER] Init. -2022-02-11 09:43:02.815 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-11 09:43:02.815 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-11 09:43:02.821 - info: [redis-pwd-false] -2022-02-11 09:46:49.548 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:46:56.344 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:47:00.456 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:47:06.151 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:47:06.464 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:47:08.039 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:08.192 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:10.415 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:14.916 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:15.533 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:18.853 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:19.511 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:19.921 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:20.967 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:52:23.115 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:55:19.085 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:55:19.752 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:55:20.203 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:55:21.072 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 09:55:23.479 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:04:00.483 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:04:09.296 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:04:09.442 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:04:10.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:04:15.580 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:04:52.894 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:05:01.412 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:05:01.941 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:05:02.845 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:05:05.083 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:14:01.121 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:14:01.497 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:14:04.851 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:14:06.839 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:14:06.865 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 10:14:06.886 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:14:40.765 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:14:41.198 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:29.155 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:30.970 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:31.192 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:32.199 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:32.469 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:33.409 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:33.674 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:35.558 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:39.474 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:15:40.182 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:21:08.459 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:21:11.409 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:21:11.589 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:22:23.742 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:22:24.530 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:22:26.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:22:39.410 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:22:47.444 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:11.480 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:11.796 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:15.507 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:18.312 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:21.344 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:24.024 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:24.626 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:26.852 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:27.280 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:28.998 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:33.771 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:39.879 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:23:40.167 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:02.252 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:04.647 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:15.467 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:19.709 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:32.453 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:35.125 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:36.082 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:37.032 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:37.110 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:25:39.593 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:26:34.814 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:26:39.202 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:26:40.003 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:26:40.074 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:26:42.865 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:28.600 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:33.695 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:36.278 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:36.749 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:37.292 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:38.403 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:27:40.653 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:28:16.809 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:28:20.865 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:28:21.681 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:28:21.720 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:28:24.286 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:33:34.600 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:09.370 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:10.125 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:12.265 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:16.318 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:30.150 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:30.479 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:32.045 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:33.674 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:34.381 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:36.476 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:34:37.224 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:36:46.877 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:36:51.116 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:41:52.939 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:41:55.260 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:41:56.687 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:00.601 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:01.448 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:03.790 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:04.216 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:09.187 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:19.741 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:42:22.041 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:20.643 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:22.497 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:22.707 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:23.543 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:24.160 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:24.859 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:29.251 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:31.718 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:31.861 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:33.234 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:33.595 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:47:33.726 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:48:01.275 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:48:03.951 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:49:09.374 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:49:10.130 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:49:12.368 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:07.483 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:08.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:09.895 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:09.999 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:12.227 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:16.666 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:18.440 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:39.660 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:51.581 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:50:53.779 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:51:48.674 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:51:50.098 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:51:52.388 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:51:52.520 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:51:59.531 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:00.188 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:02.681 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:02.917 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:09.720 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:16.207 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:18.537 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:22.252 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:25.787 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:52:27.961 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:01.474 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:04.741 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:05.268 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:06.447 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:07.403 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:07.517 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:11.338 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:13.591 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:15.865 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:53:16.492 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:54:33.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:56:17.310 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:56:19.421 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:57:25.188 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:57:26.260 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:57:27.020 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:57:29.558 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-11 11:57:30.162 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 11:28:36.053 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 11:28:36.095 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:10:24.459 - debug: [FS-LOGGER] Init. -2022-02-14 15:10:25.322 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-14 15:10:25.322 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-14 15:10:25.333 - info: [redis-pwd-false] -2022-02-14 15:24:33.605 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:25:04.898 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:25:07.359 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:26:34.181 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:26:34.278 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:26:47.645 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:26:47.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 15:27:10.016 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:17:22.379 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:17:24.114 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:17:24.842 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:18:22.230 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:18:24.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:18:46.418 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:18:56.841 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:18:57.143 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:00.565 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:04.157 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:06.908 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:07.554 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:09.896 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:11.139 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:13.453 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:23.502 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:31.813 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:19:32.136 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:20:34.009 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:21:05.333 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:21:07.618 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:23:57.653 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:03.173 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:03.308 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:05.630 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:06.603 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:08.803 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:09.189 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:13.363 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:24:16.063 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:35:31.702 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:36:31.776 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:36:34.245 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:39:40.038 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:39:41.650 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:39:43.910 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:40:04.634 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:40:08.014 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:40:10.361 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:36.879 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:46.283 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:46.619 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:49.088 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:50.685 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:52.730 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:53.460 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:55.713 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:42:57.149 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:43:00.409 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:43:04.129 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:45:52.106 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:45:55.409 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:45:57.882 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:45:59.946 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:46:00.619 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:46:41.289 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:47:19.236 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 16:47:21.615 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:27.206 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:29.947 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:31.887 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:34.964 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:37.627 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:42.979 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:45.236 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:54.827 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:03:59.296 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:01.609 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:22.074 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:23.977 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:25.777 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:29.752 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:30.472 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:30.692 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:33.012 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:37.413 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:53.121 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:53.439 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:54.499 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:56.233 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:56.902 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:04:59.157 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:05:00.209 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:05:02.012 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:05:32.517 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:06:59.762 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:07:02.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:13:11.327 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:13:11.980 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:13:14.337 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:13:16.799 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:13:18.432 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:14:55.821 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:15:00.313 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:17:44.990 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:17:47.278 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:24:23.429 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:24:25.882 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:24:27.666 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:24:57.526 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:02.044 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:03.544 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:06.087 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:29.944 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:31.507 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:36.979 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:42.686 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:25:44.958 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:29:44.897 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:29:49.514 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:29:50.927 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:29:53.177 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:29:54.923 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:29:56.496 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:30:32.824 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:30:43.800 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:30:51.787 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:30:54.030 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:31:20.518 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:31:22.147 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:31:23.513 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:31:25.763 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:32:53.533 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:32:54.986 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:32:56.421 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:32:58.852 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:32:59.851 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:33:04.922 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:33:06.366 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:33:08.554 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:33:57.578 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:33:59.277 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:34:06.702 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:19.922 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:20.601 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:22.880 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:27.209 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:28.759 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:38.612 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:52.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:40:54.751 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:40.595 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:43.127 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:45.154 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:46.126 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:46.788 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:50.845 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:51.749 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:45:53.685 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:46:03.303 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:46:16.294 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:46:19.769 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:47:05.040 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:47:33.337 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:47:35.632 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-14 17:47:41.452 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:19:36.515 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:51:43.753 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:51:44.567 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:51:47.279 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:51:47.501 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:51:51.601 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 09:52:16.373 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:07:30.356 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:07:32.622 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:08:37.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:08:38.885 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:08:43.687 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:08:46.218 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:08:46.718 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:08:48.385 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:11:23.030 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:13:37.429 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:13:39.736 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:16:49.675 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:16:50.455 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:16:53.177 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:16:53.254 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:16:56.867 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:17:03.512 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:17:15.782 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:07.347 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:08.392 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:09.846 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:11.800 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:14.206 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:14.640 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:16.383 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:29:21.334 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:30:53.379 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:30:55.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:32:14.840 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:32:20.389 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:32:22.660 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:19.790 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:21.198 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:22.023 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:24.776 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:24.847 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:26.621 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:33:30.167 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:34:06.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:34:08.590 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:18.910 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:30.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:31.773 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:33.994 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:35.020 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:36.704 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:35:39.530 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:36:56.741 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:37:01.542 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:37:04.274 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:48.572 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:49.630 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:50.413 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:52.928 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:53.110 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:54.673 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:38:58.719 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:00.813 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:00.945 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:13.759 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:14.507 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:16.752 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:17.681 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:19.345 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:30.072 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:53.654 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:55.748 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:47:58.007 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:48:00.305 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:48:01.925 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:48:26.196 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:56:59.953 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:00.737 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:03.462 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:05.162 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:06.891 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:11.956 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:17.989 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:20.752 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:21.491 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:21.622 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:31.468 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:35.191 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 10:57:35.398 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:20:38.954 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:20:43.682 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:20:43.833 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:21:03.134 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:21:53.424 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:21:54.255 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:21:56.948 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:21:57.005 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:22:16.934 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 11:24:00.563 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:06:50.204 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:06:50.628 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:13.670 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:16.951 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:17.856 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:20.180 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:55.891 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:57.735 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:58.491 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:07:59.935 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:08:01.374 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:08:01.498 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:08:02.150 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:09:03.511 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:09:05.263 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:09:08.561 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:09:18.246 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:09:21.394 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:20.501 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:21.286 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:23.918 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:25.966 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:26.408 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:27.389 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:29.025 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:30.526 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:30.745 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:32.424 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:33.419 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:38.994 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:39.173 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:39.173 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:16:39.324 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:10.591 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:12.733 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:16.570 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:19.003 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:20.676 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:21.620 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:23.612 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:25.297 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:25.407 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:25.625 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:26.789 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:26.891 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:28.078 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:29.050 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:29.184 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:29.846 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:17:33.029 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:18:27.404 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:18:27.561 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:18:27.696 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:18:27.925 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:24:09.970 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:04.444 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:06.575 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:09.559 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:15.350 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:17.194 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:17.913 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:19.440 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:20.522 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:20.658 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:21.361 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:27.757 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:28.038 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:28.150 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:25:28.218 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:30:52.735 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:30:53.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:30:53.263 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 14:30:53.337 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:01:44.812 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:01:45.379 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:01:45.467 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:01:45.709 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:24:52.639 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:24:55.068 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:24:58.737 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:00.399 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:01.156 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:02.753 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:03.668 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:03.840 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:04.655 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:08.274 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:13.793 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:25.538 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:25.739 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:25.823 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:25:26.006 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:28.995 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:29.076 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:29.294 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:29.387 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:38.682 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:40.791 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:41.817 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:31:43.445 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:01.914 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:03.949 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:04.551 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:04.616 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:04.617 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:04.727 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:04.793 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:33:05.352 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:34:51.070 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:30.733 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:33.264 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:35.149 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:43.662 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:45.478 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:46.308 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:48.170 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:49.374 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:49.550 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:35:50.295 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:36:00.956 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:36:01.371 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:36:01.479 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:36:01.524 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:36:50.658 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:03.156 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:03.835 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:06.517 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:28.742 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:29.622 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:31.905 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:33.100 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:34.839 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.006 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.133 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.319 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.448 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.449 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.450 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:37.919 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:43.721 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:37:45.497 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:38:09.574 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:38:11.889 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:38:27.323 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:38:39.673 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:39:29.045 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:39:37.276 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:39:39.818 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:39:57.537 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:05.152 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:06.531 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:07.431 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:16.399 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:17.829 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:18.559 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:22.707 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:22.795 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:25.237 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:25.566 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:27.609 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:27.807 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:28.639 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:31.208 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:32.103 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:32.180 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:35.043 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:36.222 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:38.825 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:39.683 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:40:42.079 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:41:29.873 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:41:31.711 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:41:34.388 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:41:36.979 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:41:37.525 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:41:37.687 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:42:02.536 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:42:02.919 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 16:42:13.547 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:30:29.272 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:30:31.040 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:30:36.678 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:30:37.316 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:30:38.128 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:36:30.909 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:36:32.313 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:36:37.404 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:36:48.399 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:36:48.937 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:36:49.689 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:37:06.021 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:37:06.104 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:37:06.742 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:37:16.534 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-15 17:37:17.268 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:30.569 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:32.303 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:32.823 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:38.792 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:38.802 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:41.376 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:41.440 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:42.064 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 10:58:48.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:36.147 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:36.679 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:38.136 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:38.172 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:38.185 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:42.376 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:42.680 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:42.745 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:43.158 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:44.264 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:45.193 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:45.478 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:45.835 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:01:45.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:02:09.631 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:02:28.405 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:02:29.053 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:02:42.563 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:02:43.313 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:02:45.313 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:05:59.427 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:06:54.965 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:06:55.694 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:08:05.705 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:08:06.455 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:08:47.464 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:08:48.143 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:09:22.408 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:09:23.084 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:09:49.158 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:06.095 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:06.799 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:19.517 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:20.197 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:22.033 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:34.210 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:42.635 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:46.354 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:46.960 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:11:48.916 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:12:19.319 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:12:20.067 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:12:24.180 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:12:25.375 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:28.741 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:30.761 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:30.873 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:36.139 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:43.933 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:44.051 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:58.361 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:58.729 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:59.440 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:59.445 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:59.790 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:59.795 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:14:59.851 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:00.094 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:00.440 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:02.142 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:11.019 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:11.034 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:24.504 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:15:25.408 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:17.905 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:17.912 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:22.131 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:22.166 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:24.786 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:40.948 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:56.998 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:24:57.587 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:12.228 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:14.642 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:17.176 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:17.477 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:21.237 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:21.290 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:24.578 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:25:46.371 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:26:31.239 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:26:31.931 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:26:58.223 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:27:24.162 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:27:24.856 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:27:41.480 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:27:54.721 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:28:58.548 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:01.397 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:01.745 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:03.782 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:03.843 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:07.739 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:23.643 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:38.465 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:39.060 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:46.364 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 11:29:46.969 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:01:24.329 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:01:43.800 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:02:19.587 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:02:20.564 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:02:22.921 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:02:23.015 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:03:23.088 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:26:59.928 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 16:37:13.261 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:22:18.524 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:54:46.598 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:54:53.544 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:54:54.709 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:54:54.849 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:55:02.821 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:55:02.862 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:55:03.441 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:55:17.565 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:56:34.895 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:57:23.649 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:57:34.479 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:57:47.414 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:57:48.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:58:02.827 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:58:12.412 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:58:24.336 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 17:58:24.951 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 18:14:01.821 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 18:14:02.485 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-17 18:14:03.549 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:17:34.574 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:17:59.002 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:18:00.743 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:18:01.335 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:18:10.935 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:18:11.005 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:18:12.303 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:19:13.432 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:19:13.530 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:19:14.255 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:20:20.597 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 09:20:21.342 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:01:35.178 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:01:53.782 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:01:55.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:01:56.367 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:02:13.032 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:02:13.892 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:02:14.451 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:02:47.388 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:05.625 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:06.326 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:13.539 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:18.029 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:18.809 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:21.077 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:21.863 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:22.802 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:36.774 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:37.372 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:03:59.812 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:12.514 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:13.261 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:15.738 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:17.384 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:20.206 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:20.372 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:22.323 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:22.361 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-18 10:04:26.140 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:36.331 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:38.268 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:38.943 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:40.904 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:42.322 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:42.393 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:56.723 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 09:36:57.768 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 10:51:12.790 - debug: [FS-LOGGER] Init. -2022-02-23 10:51:13.911 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 10:51:13.912 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 10:51:13.919 - info: [redis-pwd-false] -2022-02-23 10:51:16.854 - error: [app] -{ - message: 'autoWriteSwagger is not defined', - stack: 'ReferenceError: autoWriteSwagger is not defined\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:26:5)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-02-23 10:52:23.476 - debug: [FS-LOGGER] Init. -2022-02-23 10:52:24.384 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 10:52:24.385 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 10:52:24.390 - info: [redis-pwd-false] -2022-02-23 10:52:27.112 - error: [app] -{ - message: 'autoWriteSwagger is not defined', - stack: 'ReferenceError: autoWriteSwagger is not defined\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:26:5)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-02-23 10:52:54.639 - debug: [FS-LOGGER] Init. -2022-02-23 10:52:55.665 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 10:52:55.666 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 10:52:55.672 - info: [redis-pwd-false] -2022-02-23 10:52:59.402 - error: [app] -{ - message: 'autoWriteSwagger is not defined', - stack: 'ReferenceError: autoWriteSwagger is not defined\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:26:5)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-02-23 10:56:44.810 - debug: [FS-LOGGER] Init. -2022-02-23 10:56:45.876 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 10:56:45.877 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 10:56:45.882 - info: [redis-pwd-false] -2022-02-23 10:56:49.168 - error: [app] -{ - message: 'autoWriteSwagger is not defined', - stack: 'ReferenceError: autoWriteSwagger is not defined\n' + - ' at Object.module.exports.entry (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\index.js:26:5)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-02-23 11:00:31.502 - debug: [FS-LOGGER] Init. -2022-02-23 11:00:32.449 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:00:32.450 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:00:32.457 - info: [redis-pwd-false] -2022-02-23 11:02:21.725 - debug: [FS-LOGGER] Init. -2022-02-23 11:02:22.707 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:02:22.707 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:02:22.715 - info: [redis-pwd-false] -2022-02-23 11:02:47.827 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:02:56.610 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:03:09.783 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:03:41.933 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:03:54.210 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:04:22.684 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:05:05.239 - debug: [FS-LOGGER] Init. -2022-02-23 11:05:06.232 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:05:06.232 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:05:06.238 - info: [redis-pwd-false] -2022-02-23 11:06:16.235 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:07:19.565 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:07:32.415 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:07:39.333 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:07:53.671 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:11:07.103 - debug: [FS-LOGGER] Init. -2022-02-23 11:11:08.051 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:11:08.051 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:11:08.056 - info: [redis-pwd-false] -2022-02-23 11:12:01.971 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:12:13.007 - error: [FS-ERRHD] -{ - message: 'excludeOpts.push is not a function', - stack: 'TypeError: excludeOpts.push is not a function\n' + - ' at isPathExcluded (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:63:21)\n' + - ' at auth (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\middlewares\\authenticator.js:144:18)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at koaSwaggerUi (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa2-swagger-ui\\dist\\index.js:82:16)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:47:32)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\node_modules\\co\\index.js:50:10)' -} -2022-02-23 11:17:50.425 - debug: [FS-LOGGER] Init. -2022-02-23 11:17:51.462 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:17:51.462 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:17:51.469 - info: [redis-pwd-false] -2022-02-23 11:18:09.983 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:18:17.042 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:18:19.080 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:19:54.860 - debug: [FS-LOGGER] Init. -2022-02-23 11:19:55.711 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:19:55.712 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:19:55.718 - info: [redis-pwd-false] -2022-02-23 11:21:51.345 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:22:03.190 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:22:31.317 - debug: [FS-LOGGER] Init. -2022-02-23 11:22:32.296 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:22:32.297 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:22:32.303 - info: [redis-pwd-false] -2022-02-23 11:23:06.753 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:23:39.006 - debug: [FS-LOGGER] Init. -2022-02-23 11:23:39.858 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:23:39.859 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:23:39.864 - info: [redis-pwd-false] -2022-02-23 11:24:03.665 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:24:49.956 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:37:59.985 - debug: [FS-LOGGER] Init. -2022-02-23 11:38:00.877 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:38:00.877 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:38:00.882 - info: [redis-pwd-false] -2022-02-23 11:38:08.082 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:38:49.666 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:44:24.425 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:44:59.066 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:47:12.550 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:47:20.627 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:54:37.172 - debug: [FS-LOGGER] Init. -2022-02-23 11:54:38.018 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 11:54:38.018 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 11:54:38.024 - info: [redis-pwd-false] -2022-02-23 11:54:55.912 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 11:55:01.900 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 14:47:11.925 - debug: [FS-LOGGER] Init. -2022-02-23 14:47:12.868 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-23 14:47:12.869 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-23 14:47:12.875 - info: [redis-pwd-false] -2022-02-23 14:47:20.372 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-23 14:47:47.409 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 14:57:24.196 - debug: [FS-LOGGER] Init. -2022-02-24 14:57:25.045 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-02-24 14:57:25.046 - info: [FS-AUTH] Inject auth and api mv into router. -2022-02-24 14:57:25.056 - info: [redis-pwd-false] -2022-02-24 15:15:06.317 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:07.055 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:08.035 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:08.667 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:11.484 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:12.227 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:12.670 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:17.699 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:18.156 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-02-24 15:15:19.331 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:49:30.102 - debug: [FS-LOGGER] Init. -2022-03-01 09:49:31.002 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-01 09:49:31.003 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-01 09:49:31.008 - info: [redis-pwd-false] -2022-03-01 09:52:52.051 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:52:52.651 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:52:52.665 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:52:52.674 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:52:52.684 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:01.443 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:03.613 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:04.478 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:53:04.487 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:04.495 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:53:04.504 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:13.716 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:42.348 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:42.977 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:45.353 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:48.439 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:49.370 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:53:49.379 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:53:49.385 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:53:49.393 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:55:54.301 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:55:56.504 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:11.817 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:32.252 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:37.705 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:39.233 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:57:39.243 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:39.251 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 09:57:39.261 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:45.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:57:46.466 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:58:10.007 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:58:10.034 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:58:10.166 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:58:10.213 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 09:58:10.218 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:01:55.649 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:01:55.775 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:01:55.783 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:01:55.791 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:01:55.800 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:04.757 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:05.572 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:06.755 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:11.384 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:14.160 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:14.234 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:02:14.242 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:14.247 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:02:14.255 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:02:25.536 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:05:20.259 - debug: [FS-LOGGER] Init. -2022-03-01 10:05:21.146 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-01 10:05:21.147 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-01 10:05:21.173 - info: [redis-pwd-false] -2022-03-01 10:13:43.604 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:13:44.305 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:13:44.325 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:13:44.330 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:13:44.340 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:10.076 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:12.861 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:13.787 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:16:13.796 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:26.492 - error: path: /popup/findAll, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:16:26.509 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:29.163 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:31.211 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:16:32.094 - error: path: /process-instance/my-audit-list, error: TypeError: Cannot read property 'id' of undefined -2022-03-01 10:16:32.104 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:19:07.940 - debug: [FS-LOGGER] Init. -2022-03-01 10:19:08.855 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-01 10:19:08.855 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-01 10:19:08.861 - info: [redis-pwd-false] -2022-03-01 10:19:35.724 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:20:15.156 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:20:22.838 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:20:24.543 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:20:30.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:20:32.093 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:12.746 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:12.865 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:13.099 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:13.206 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:23.592 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:44.849 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:46.683 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:46.794 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:22:47.383 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:23.688 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:24.081 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:28.765 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:28.925 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:29.019 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:29.284 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:23:29.564 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:24:37.767 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:19.477 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:19.626 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:33.405 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:55.764 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:55.930 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:56.468 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:56.970 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:29:58.853 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:16.133 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:20.550 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:21.294 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:23.521 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:25.288 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:27.106 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:27.916 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:28.096 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:30.569 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:31.756 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:32.442 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:32.554 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:32.617 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:33.071 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:59.405 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:50:59.537 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:51:02.987 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:51:03.121 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:51:54.280 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:51:54.538 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:51:54.766 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:51:54.887 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:56:47.067 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:56:47.400 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:56:47.466 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:56:47.468 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:57:11.512 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:57:11.771 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:57:11.771 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 10:57:11.933 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 11:57:10.769 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 12:57:10.694 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 13:57:10.725 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 14:57:10.870 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:23:57.334 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:24:00.102 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:24:00.822 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:24:03.559 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:24:05.555 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:24:13.961 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:24:14.287 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 15:57:10.772 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 16:57:10.733 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 17:57:10.721 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 18:57:10.756 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 19:57:10.729 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 20:57:10.726 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 21:57:10.751 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 22:57:10.685 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-01 23:57:10.761 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:14.919 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:16.774 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:17.252 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:18.664 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:19.656 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:22.353 - error: path: GET/attachments, error: file does not exist. -2022-03-02 09:40:32.121 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:40:33.200 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:50:44.502 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:50:46.653 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:50:46.999 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:50:47.095 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:00.335 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:00.421 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:07.421 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:07.975 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:08.356 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:09.355 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:13.442 - error: path: GET/attachments, error: file does not exist. -2022-03-02 09:51:28.285 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 09:51:28.318 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 15:56:50.278 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 15:56:55.549 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 15:56:58.201 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 15:56:58.364 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 15:58:03.757 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 15:58:04.976 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 16:24:54.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 16:24:55.089 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 16:25:58.424 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 16:26:31.112 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 16:33:02.706 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 16:33:03.516 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:06.967 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:07.348 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:08.549 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:08.701 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:12.756 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:13.295 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:13.389 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:13.909 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:13.972 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:14.009 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:14.149 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:14.169 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:14.282 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:14.509 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:42:58.857 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:00.707 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:01.011 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:02.151 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:02.802 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:04.101 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:04.625 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:10.985 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:11.195 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:11.283 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:11.533 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:11.779 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:12.039 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:12.293 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:12.335 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:12.384 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:12.808 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:16.316 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:16.664 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:24.496 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:24.882 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:27.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:27.357 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:30.578 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:30.622 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:32.774 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:33.122 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:33.204 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:33.692 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:33.769 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:33.813 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:33.820 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:34.043 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:34.098 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:34.242 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:35.417 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:35.727 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:40.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:40.911 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:51.125 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:51.380 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:51.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:51.620 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:51.884 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:52.325 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:52.404 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:52.469 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:53.050 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:54.081 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:54.149 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-02 17:43:56.469 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:34.084 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:34.858 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:37.426 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:48.068 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:49.008 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:49.251 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:49.553 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:49.645 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:49.673 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:52.425 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:11:54.261 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:12:48.915 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:12:55.050 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:12:55.925 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:12:58.275 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:02.182 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:02.998 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:03.315 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:03.621 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:03.838 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:03.861 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:07.151 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:07.917 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:08.053 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:08.368 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:08.382 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:08.852 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:12.492 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:12.620 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:27.058 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:27.334 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2022-03-03 14:13:27.342 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:27.436 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:27.800 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:27.811 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:50.830 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:50.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:51.206 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:51.330 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:55.113 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:55.283 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:59.480 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:13:59.655 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:14:00.064 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:14:00.113 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:15:31.411 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:15:37.666 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:15:38.486 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:15:42.367 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:15:42.398 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:34.952 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:38.196 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:38.894 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:41.511 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:42.808 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:43.948 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:44.141 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:44.189 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:44.241 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:44.326 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:48.926 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:49.295 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:49.306 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:49.423 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:49.762 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:49.869 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:53.563 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:17:54.377 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:21:19.710 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2022-03-03 14:21:19.721 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:21:20.098 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:21:20.114 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:21:20.249 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 14:21:20.597 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 16:50:20.645 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 16:50:20.769 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 16:50:23.089 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:23.838 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:25.686 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:26.284 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:26.419 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:27.659 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:27.711 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:29.923 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:30.130 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:30.396 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:30.476 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:30.610 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:30.756 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:30.829 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:31.384 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:31.466 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:31.730 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:37.826 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:35:38.172 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:41:05.177 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:41:05.251 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:41:05.482 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:41:05.616 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-03 17:41:05.623 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:39:33.498 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:39:35.966 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:39:37.873 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:39:40.504 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:33.936 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:35.014 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:35.456 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:35.485 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:35.638 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:35.708 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:39.561 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:40.134 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:40.875 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:41.250 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2022-03-04 10:40:41.258 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:41.265 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:41.336 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:40:41.740 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:30.166 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:31.058 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:31.699 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:31.760 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:31.776 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:31.907 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:35.445 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:36.693 - error: path: /process/undefined/form/fields, error: SequelizeDatabaseError: invalid input syntax for integer: "undefined" -2022-03-04 10:42:36.700 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:36.925 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:37.018 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:37.049 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:37.101 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:42:37.675 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:55:07.619 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-04 10:55:08.841 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 11:05:32.399 - debug: [FS-LOGGER] Init. -2022-03-07 11:05:33.380 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 11:05:33.380 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 11:05:33.387 - info: [redis-pwd-false] -2022-03-07 11:23:58.496 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 11:23:59.549 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:26:46.797 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:26:48.767 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:26:49.086 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:33:27.823 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:33:27.990 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:33:28.440 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:33:29.444 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:38:02.907 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:38:04.494 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:40:21.706 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:40:23.735 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:41:45.451 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:41:45.484 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:50:53.257 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:50:54.343 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:52:59.388 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:01.141 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:01.670 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:28.422 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:30.102 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:30.169 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:30.200 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:32.020 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:32.080 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:35.591 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:53:36.253 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:57:36.885 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 14:57:37.829 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:15.204 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:17.161 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:17.271 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:21.860 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:32.191 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:41.273 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:42.601 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:46.210 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:26:48.582 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:27:02.082 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:27:02.146 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:27:06.679 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 15:27:07.843 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:28.301 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:28.479 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:28.725 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:29.021 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:29.032 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:29.077 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:37.305 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:39.121 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:39.634 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:49.503 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:08:51.398 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:09:05.485 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:09:30.109 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:17:06.273 - debug: [FS-LOGGER] Init. -2022-03-07 16:17:07.323 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:17:07.323 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:17:07.330 - info: [redis-pwd-false] -2022-03-07 16:17:57.269 - debug: [FS-LOGGER] Init. -2022-03-07 16:17:58.320 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:17:58.335 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:17:58.341 - info: [redis-pwd-false] -2022-03-07 16:32:09.266 - debug: [FS-LOGGER] Init. -2022-03-07 16:32:10.383 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:32:10.384 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:32:10.390 - info: [redis-pwd-false] -2022-03-07 16:34:31.146 - debug: [FS-LOGGER] Init. -2022-03-07 16:34:32.295 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:34:32.296 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:34:32.301 - info: [redis-pwd-false] -2022-03-07 16:47:09.960 - debug: [FS-LOGGER] Init. -2022-03-07 16:47:11.106 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:47:11.106 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:47:11.111 - info: [redis-pwd-false] -2022-03-07 16:48:21.029 - debug: [FS-LOGGER] Init. -2022-03-07 16:48:22.364 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:48:22.366 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:48:22.374 - info: [redis-pwd-false] -2022-03-07 16:52:52.820 - debug: [FS-LOGGER] Init. -2022-03-07 16:52:53.985 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:52:53.986 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:52:53.992 - info: [redis-pwd-false] -2022-03-07 16:53:02.624 - error: [FS-ERRHD] -{ - message: 'app is not defined', - stack: 'ReferenceError: app is not defined\n' + - ' at allUserInfo (e:\\WorkSpace\\work\\FS-EMIS\\trunk\\codes\\api\\app\\lib\\controllers\\auth\\index.js:1079:38)' -} -2022-03-07 16:53:30.471 - debug: [FS-LOGGER] Init. -2022-03-07 16:53:31.585 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:53:31.586 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:53:31.591 - info: [redis-pwd-false] -2022-03-07 16:54:32.391 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 16:55:46.352 - debug: [FS-LOGGER] Init. -2022-03-07 16:55:47.825 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 16:55:47.825 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 16:55:47.833 - info: [redis-pwd-false] -2022-03-07 16:56:33.486 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:04:04.232 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:04:05.492 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:05:45.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:05:45.916 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:05:51.775 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:07:19.827 - debug: [FS-LOGGER] Init. -2022-03-07 17:07:21.203 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-07 17:07:21.204 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-07 17:07:21.214 - info: [redis-pwd-false] -2022-03-07 17:07:35.332 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:07:36.582 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:07:46.994 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:08:19.856 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:09.575 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:11.626 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:11.812 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:14.770 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:15.207 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:15.345 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:17.401 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:10:28.262 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:17:00.152 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:17:00.176 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:17:38.638 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:21:51.439 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:21:52.392 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:22:05.994 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-07 17:24:22.015 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:09:13.634 - debug: [FS-LOGGER] Init. -2022-03-08 10:09:14.576 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-08 10:09:14.577 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-08 10:09:14.584 - info: [redis-pwd-false] -2022-03-08 10:09:31.932 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:09:48.553 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:09:57.767 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:10:00.808 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:10:02.945 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:10:06.334 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:10:09.573 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-08 10:10:14.077 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:47:43.576 - debug: [FS-LOGGER] Init. -2022-03-09 13:47:46.670 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-09 13:47:46.671 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-09 13:47:46.680 - info: [redis-pwd-false] -2022-03-09 13:49:06.207 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:49:11.377 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:49:15.120 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:49:16.340 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:49:19.552 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:49:50.987 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:10.890 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:11.261 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:12.919 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:14.795 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:17.595 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:18.680 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:23.177 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:24.353 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:29.887 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:36.154 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:36.470 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:38.039 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:39.499 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:41.854 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:42.657 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:45.363 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:46.187 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:50:55.111 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:09.467 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:23.776 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:24.099 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:46.102 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:46.109 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:48.108 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:48.115 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:49.252 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:49.260 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:50.238 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:50.245 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:51.022 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:51.029 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:54.197 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:54.205 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:51:55.389 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:51:55.396 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:52:38.828 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:52:41.608 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:52:42.175 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:52:42.797 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:52:58.392 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:52:58.399 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:53:02.005 - error: path: /workflow/groups/2, error: SequelizeDatabaseError: column workflowProcesses.generate_ledger does not exist -2022-03-09 13:53:02.013 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:53:07.104 - error: path: /workflow/groups/2, error: SequelizeDatabaseError: column workflowProcesses.generate_ledger does not exist -2022-03-09 13:53:07.116 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:53:13.435 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:53:13.443 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:53:44.640 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:53:44.648 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:46.730 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:49.760 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:50.032 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:51.772 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:55:51.778 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:52.903 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:55:52.909 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:53.575 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:55:53.581 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:54.321 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:55:54.327 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 13:55:57.123 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 13:55:57.130 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:26:15.509 - error: path: /workflow/process/name, error: SequelizeDatabaseError: column "is_enable" does not exist -2022-03-09 15:26:15.517 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:29:30.504 - debug: [FS-LOGGER] Init. -2022-03-09 15:29:31.476 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-09 15:29:31.476 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-09 15:29:31.482 - info: [redis-pwd-false] -2022-03-09 15:35:22.682 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:24.362 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:37.443 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:39.720 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:42.151 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:44.458 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:44.510 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:46.947 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:52.918 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:53.571 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:56.468 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:35:56.665 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:36:17.118 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:36:22.004 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:36:25.451 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:36:26.050 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:36:26.250 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:37:56.312 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:37:56.896 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:37:59.278 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:28.529 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:28.919 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:36.840 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:38.052 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:38.098 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:38.297 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:38.724 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:39.223 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:39.462 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:39.516 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:38:39.652 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:39:04.483 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:39:07.680 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:39:07.974 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:40:26.708 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:40:27.211 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:41:11.635 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:41:11.977 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:41:42.814 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:41:43.339 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:41:43.501 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:44:49.633 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:45:11.677 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:45:12.098 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:45:32.735 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:45:32.751 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:46:19.102 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:46:19.968 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:46:20.583 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:46:20.893 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:46:21.530 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:46:21.726 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:56:13.474 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:56:14.006 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:56:14.117 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:56:15.051 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:56:15.761 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-09 15:56:15.814 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-11 09:15:47.061 - debug: [FS-LOGGER] Init. -2022-03-11 09:15:49.273 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 09:15:49.274 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 09:15:49.280 - info: [redis-pwd-false] -2022-03-11 15:32:27.272 - debug: [FS-LOGGER] Init. -2022-03-11 15:32:27.605 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 15:32:27.606 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 15:35:24.894 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-11 15:35:28.725 - error: 日志记录失败: TypeError: Cannot read property 'producer' of undefined -2022-03-11 15:53:53.289 - debug: [FS-LOGGER] Init. -2022-03-11 15:53:53.533 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 15:53:53.534 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 15:53:53.544 - error: [app] -{ - message: "Cannot find module '../../controllers/common'\n" + - 'Require stack:\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\common\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\config.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\server.js', - stack: "Error: Cannot find module '../../controllers/common'\n" + - 'Require stack:\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\common\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\index.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\config.js\n' + - '- E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:831:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:687:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\common\\index.js:3:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:879:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:724:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:903:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\index.js:19:14)\n' + - ' at E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1015:30)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\common\\index.js', - 'E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js', - 'E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\lib\\index.js', - 'E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\app\\index.js', - 'E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\config.js', - 'E:\\WorkSpace\\work\\FS-SmartEmergency\\trunk\\api\\server.js' - ] -} -2022-03-11 15:55:00.588 - debug: [FS-LOGGER] Init. -2022-03-11 15:55:00.746 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 15:55:00.748 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 15:56:58.075 - error: path: /login, error: SequelizeDatabaseError: 字段 "company" 不存在 -2022-03-11 15:57:00.520 - error: path: /login, error: SequelizeDatabaseError: 字段 "company" 不存在 -2022-03-11 15:57:03.325 - error: path: /login, error: SequelizeDatabaseError: 字段 "company" 不存在 -2022-03-11 15:57:19.361 - error: path: /login, error: SequelizeDatabaseError: 字段 "company" 不存在 -2022-03-11 15:57:27.911 - error: path: /login, error: SequelizeDatabaseError: 字段 "company" 不存在 -2022-03-11 16:00:57.227 - debug: [FS-LOGGER] Init. -2022-03-11 16:00:57.379 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 16:00:57.380 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 16:02:29.069 - error: path: /login, error: SequelizeDatabaseError: 字段 user.account 不存在 -2022-03-11 16:03:08.162 - debug: [FS-LOGGER] Init. -2022-03-11 16:03:08.358 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 16:03:08.358 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 16:04:03.849 - debug: [FS-LOGGER] Init. -2022-03-11 16:04:04.081 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 16:04:04.082 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-11 16:18:35.019 - debug: [FS-LOGGER] Init. -2022-03-11 16:18:35.348 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-11 16:18:35.349 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 09:10:38.526 - debug: [FS-LOGGER] Init. -2022-03-13 09:10:38.777 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 09:10:38.778 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:10:03.255 - debug: [FS-LOGGER] Init. -2022-03-13 10:10:03.462 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:10:03.462 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:10:03.474 - error: [app] -{ - message: 'middleware must be a function', - stack: 'TypeError: middleware must be a function\n' + - ' at f:\\SVN\\FS-SmartEmergency\\trunk\\api\\node_modules\\koa-66\\index.js:269:23\n' + - ' at Array.forEach ()\n' + - ' at Koa66.register (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\node_modules\\koa-66\\index.js:262:21)\n' + - ' at Koa66. [as get] (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\node_modules\\koa-66\\index.js:327:30)\n' + - ' at module.exports (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\department\\index.js:12:12)\n' + - ' at f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js:11:48\n' + - ' at Array.forEach ()\n' + - ' at f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\index.js:19:14)\n' + - ' at f:\\SVN\\FS-SmartEmergency\\trunk\\api\\node_modules\\fs-web-server-scaffold\\index.js:69:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\node_modules\\fs-web-server-scaffold\\index.js:66:16)\n' + - ' at Object. (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:1138:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:986:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:879:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-03-13 10:13:34.646 - debug: [FS-LOGGER] Init. -2022-03-13 10:13:34.769 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:13:34.770 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:13:38.110 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:13:44.835 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:14:11.571 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:15:01.453 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:16:29.127 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:17:29.440 - debug: [FS-LOGGER] Init. -2022-03-13 10:17:29.572 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:17:29.572 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:17:38.489 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:17:43.572 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:18:44.253 - debug: [FS-LOGGER] Init. -2022-03-13 10:18:44.373 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:18:44.373 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:18:54.815 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:19:34.067 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:19:35.162 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:21:17.313 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:21:38.080 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:21:43.852 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:24:07.259 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:24:11.919 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:24:25.220 - error: [FS-ERRHD] -{ - message: 'updateApiLog is not a function', - stack: 'TypeError: updateApiLog is not a function\n' + - ' at auth (f:\\SVN\\FS-SmartEmergency\\trunk\\api\\app\\lib\\middlewares\\authenticator.js:133:27)' -} -2022-03-13 10:27:59.632 - debug: [FS-LOGGER] Init. -2022-03-13 10:28:00.369 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:28:00.369 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:28:03.128 - error: path: /counties/list, error: ReferenceError: id is not defined -2022-03-13 10:28:06.983 - error: path: /counties/list, error: ReferenceError: id is not defined -2022-03-13 10:29:03.381 - debug: [FS-LOGGER] Init. -2022-03-13 10:29:03.521 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:29:03.521 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 10:33:14.819 - debug: [FS-LOGGER] Init. -2022-03-13 10:33:14.937 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 10:33:14.938 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 13:41:28.333 - debug: [FS-LOGGER] Init. -2022-03-13 13:41:28.470 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 13:41:28.470 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 13:43:00.408 - debug: [FS-LOGGER] Init. -2022-03-13 13:43:00.559 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 13:43:00.559 - info: [FS-AUTH] Inject auth and api mv into router. -2022-03-13 14:10:59.823 - debug: [FS-LOGGER] Init. -2022-03-13 14:10:59.990 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-03-13 14:10:59.990 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-26 15:53:54.263 - debug: [FS-LOGGER] Init. -2022-04-26 15:53:54.589 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-26 15:53:54.589 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-28 11:07:49.326 - debug: [FS-LOGGER] Init. -2022-04-28 11:07:49.780 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-28 11:07:49.780 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-29 11:17:48.363 - debug: [FS-LOGGER] Init. -2022-04-29 11:17:48.748 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-29 11:17:48.748 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-29 15:28:57.791 - debug: [FS-LOGGER] Init. -2022-04-29 15:28:57.866 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-29 15:28:57.866 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-29 16:15:30.025 - debug: [FS-LOGGER] Init. -2022-04-29 16:15:30.086 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-29 16:15:30.086 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-29 16:17:13.902 - debug: [FS-LOGGER] Init. -2022-04-29 16:17:13.979 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-29 16:17:13.980 - info: [FS-AUTH] Inject auth and api mv into router. -2022-04-29 16:26:35.450 - debug: [FS-LOGGER] Init. -2022-04-29 16:26:35.523 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-04-29 16:26:35.523 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-05 08:28:59.080 - debug: [FS-LOGGER] Init. -2022-05-05 08:28:59.155 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-05 08:28:59.155 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-05 09:03:13.852 - debug: [FS-LOGGER] Init. -2022-05-05 09:03:13.915 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-05 09:03:13.915 - info: [FS-AUTH] Inject auth and api mv into router. -<<<<<<< .mine2022-05-13 13:53:45.428 - debug: [FS-LOGGER] Init. -2022-05-13 13:53:45.525 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-13 13:53:45.526 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-13 18:00:11.570 - debug: [FS-LOGGER] Init. -2022-05-13 18:00:11.678 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-13 18:00:11.678 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-14 08:28:05.539 - debug: [FS-LOGGER] Init. -2022-05-14 08:28:05.638 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-14 08:28:05.638 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-14 09:50:34.092 - debug: [FS-LOGGER] Init. -2022-05-14 09:50:34.198 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-14 09:50:34.198 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-14 10:23:52.827 - debug: [FS-LOGGER] Init. -2022-05-14 10:23:52.937 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-14 10:23:52.938 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-14 14:05:23.422 - debug: [FS-LOGGER] Init. -2022-05-14 14:05:23.501 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-14 14:05:23.501 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-15 08:48:30.149 - debug: [FS-LOGGER] Init. -2022-05-15 08:48:30.249 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-15 08:48:30.250 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-15 08:49:09.276 - debug: [FS-LOGGER] Init. -2022-05-15 08:49:09.353 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-15 08:49:09.353 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-15 11:13:11.113 - debug: [FS-LOGGER] Init. -2022-05-15 11:13:11.192 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-15 11:13:11.192 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-16 08:27:05.127 - debug: [FS-LOGGER] Init. -2022-05-16 08:27:05.217 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-16 08:27:05.218 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-16 17:52:29.395 - debug: [FS-LOGGER] Init. -2022-05-16 17:52:29.485 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-16 17:52:29.486 - info: [FS-AUTH] Inject auth and api mv into router. -=======2022-05-13 15:40:11.895 - debug: [FS-LOGGER] Init. -2022-05-13 15:40:12.331 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-13 15:40:12.331 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-14 08:57:16.075 - debug: [FS-LOGGER] Init. -2022-05-14 08:57:16.548 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-14 08:57:16.548 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-15 13:16:14.273 - debug: [FS-LOGGER] Init. -2022-05-15 13:16:14.668 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-15 13:16:14.668 - info: [FS-AUTH] Inject auth and api mv into router. -2022-05-16 08:31:07.563 - debug: [FS-LOGGER] Init. -2022-05-16 08:31:07.948 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-16 08:31:07.949 - info: [FS-AUTH] Inject auth and api mv into router. ->>>>>>> .theirs2022-05-17 09:54:28.415 - debug: [FS-LOGGER] Init. -2022-05-17 09:54:28.497 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-05-17 09:54:28.498 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-20 20:43:09.196 - debug: [FS-LOGGER] Init. -2022-07-20 20:43:09.290 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-20 20:43:09.291 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-20 20:43:56.830 - error: path: /login, error: SequelizeDatabaseError: 关系 "user_token" 的 "id" 字段不存在 -2022-07-20 20:44:18.849 - error: path: /login, error: SequelizeDatabaseError: 关系 "user_token" 的 "id" 字段不存在 -2022-07-20 20:45:25.022 - debug: [FS-LOGGER] Init. -2022-07-20 20:45:25.106 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-20 20:45:25.106 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-20 20:45:56.444 - debug: [FS-LOGGER] Init. -2022-07-20 20:45:56.515 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-20 20:45:56.515 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-20 20:47:15.777 - error: path: /login, error: SequelizeDatabaseError: 关系 "user_token" 的 "id" 字段不存在 -2022-07-20 20:47:17.648 - error: [FS-ERRHD] -{ - message: 'read ECONNRESET', - stack: 'SequelizeConnectionError: read ECONNRESET\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool.start (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:412:10)\n' + - ' at Pool.acquire (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:429:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:292:24\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-20 20:47:19.778 - error: [FS-ERRHD] -{ - message: 'read ECONNRESET', - stack: 'SequelizeConnectionError: read ECONNRESET\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool.start (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:412:10)\n' + - ' at Pool.acquire (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:429:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:292:24\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-20 20:47:21.058 - error: [FS-ERRHD] -{ - message: 'read ECONNRESET', - stack: 'SequelizeConnectionError: read ECONNRESET\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool.start (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:412:10)\n' + - ' at Pool.acquire (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:429:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:292:24\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-20 20:47:22.122 - error: [FS-ERRHD] -{ - message: 'read ECONNRESET', - stack: 'SequelizeConnectionError: read ECONNRESET\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool.start (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:412:10)\n' + - ' at Pool.acquire (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:429:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:292:24\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-20 20:47:28.269 - debug: [FS-LOGGER] Init. -2022-07-20 20:47:28.345 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-20 20:47:28.345 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-20 20:48:16.746 - debug: [FS-LOGGER] Init. -2022-07-20 20:48:16.819 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-20 20:48:16.819 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-20 21:00:55.063 - debug: [FS-LOGGER] Init. -2022-07-20 21:00:55.128 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-20 21:00:55.129 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 09:15:39.313 - debug: [FS-LOGGER] Init. -2022-07-21 09:15:39.402 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 09:15:39.402 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 09:27:02.043 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 09:33:35.924 - error: path: /department/user/1, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 09:33:37.379 - error: path: /department/user/1, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 09:33:38.086 - error: path: /department/user/1, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 09:38:23.005 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 09:42:39.489 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:30:39.603 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:45:18.138 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:48:14.279 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 10:52:47.289 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:53:25.619 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:53:40.754 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:56:08.957 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:58:29.076 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 10:58:54.246 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 11:01:05.360 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 11:02:24.229 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 11:04:01.630 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.username cannot be null -2022-07-21 11:13:51.309 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:18:05.058 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:30:43.744 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:32:23.466 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:33:10.143 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:35:26.249 - error: [FS-ERRHD] -{ - message: 'Unexpected token d in JSON at position 7', - stack: 'SyntaxError: Unexpected token d in JSON at position 7\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n' + - ' departmentId: 2\r\n' + - 'email: "1146678272@qq.com"\r\n' + - 'enable: true\r\n' + - 'name: "csaea"\r\n' + - 'password: "123456"\r\n' + - 'phone: "13000000000"\r\n' + - 'username: "csadasd"\r\n' + - '}' -} -2022-07-21 11:36:36.064 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:36:38.096 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:36:56.461 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:38:47.782 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:39:23.742 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:40:19.580 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:42:49.014 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:43:11.665 - error: path: /department/user, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(user_id_seq1::regclass)" -2022-07-21 11:46:44.138 - debug: [FS-LOGGER] Init. -2022-07-21 11:46:44.247 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 11:46:44.248 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 11:46:47.422 - error: path: /department/user, error: SequelizeValidationError: notNull Violation: user.id cannot be null -2022-07-21 11:47:23.048 - debug: [FS-LOGGER] Init. -2022-07-21 11:47:23.129 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 11:47:23.129 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 11:47:29.578 - error: path: /department/user, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"user_pk" -2022-07-21 14:18:54.469 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 49', - stack: 'SyntaxError: Unexpected token } in JSON at position 49\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n "name": "前总通便年例",\r\n "dependence": 74,\r\n}' -} -2022-07-21 14:19:10.523 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 49', - stack: 'SyntaxError: Unexpected token } in JSON at position 49\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n "name": "前总通便年例",\r\n "dependence": 44,\r\n}' -} -2022-07-21 14:20:37.023 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.delete cannot be null -2022-07-21 14:20:48.728 - error: [FS-ERRHD] -{ - message: "Unexpected token ' in JSON at position 42", - stack: "SyntaxError: Unexpected token ' in JSON at position 42\n" + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: `{\r\n "name": "规治改比",\r\n "dependence": ''\r\n}` -} -2022-07-21 14:20:55.998 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.delete cannot be null -2022-07-21 14:22:14.826 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.delete cannot be null -2022-07-21 14:23:02.987 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 44', - stack: 'SyntaxError: Unexpected token } in JSON at position 44\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n "name": "级西育先到",\r\n "depId": "6",\r\n}' -} -2022-07-21 14:23:22.890 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 44', - stack: 'SyntaxError: Unexpected token } in JSON at position 44\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n "name": "级西育先到",\r\n "depId": "6",\r\n}' -} -2022-07-21 14:23:31.250 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 44', - stack: 'SyntaxError: Unexpected token } in JSON at position 44\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n "name": "级西育先到",\r\n "depId": "6",\r\n}' -} -2022-07-21 14:24:00.929 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 44', - stack: 'SyntaxError: Unexpected token } in JSON at position 44\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n "name": "级西育先到",\r\n "depId": "6",\r\n}' -} -2022-07-21 14:24:42.904 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.delete cannot be null -2022-07-21 14:24:59.513 - debug: [FS-LOGGER] Init. -2022-07-21 14:24:59.616 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 14:24:59.616 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 14:25:01.280 - error: path: /department, error: SequelizeDatabaseError: 无效的整数类型输入语法: "nextval(department_id_seq1::regclass)" -2022-07-21 14:25:25.893 - debug: [FS-LOGGER] Init. -2022-07-21 14:25:25.982 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 14:25:25.982 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 14:25:28.027 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.id cannot be null -2022-07-21 14:26:38.334 - debug: [FS-LOGGER] Init. -2022-07-21 14:26:38.428 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 14:26:38.429 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 14:26:42.518 - error: path: /department, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"department_id_uindex" -2022-07-21 14:26:49.435 - error: path: /department, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"department_id_uindex" -2022-07-21 14:26:52.505 - error: path: /department, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"department_id_uindex" -2022-07-21 14:27:03.896 - error: path: /department, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"department_id_uindex" -2022-07-21 14:27:04.759 - error: path: /department, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"department_id_uindex" -2022-07-21 14:27:05.547 - error: path: /department, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"department_id_uindex" -2022-07-21 14:31:42.147 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.name cannot be null -2022-07-21 14:32:41.134 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.name cannot be null -2022-07-21 14:40:51.989 - error: path: /department/undefined/user, error: SequelizeDatabaseError: 字段 "nan" 不存在 -2022-07-21 14:59:09.215 - debug: [FS-LOGGER] Init. -2022-07-21 14:59:09.310 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 14:59:09.311 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 16:08:58.916 - debug: [FS-LOGGER] Init. -2022-07-21 16:08:59.026 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 16:08:59.027 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 18:04:15.192 - debug: [FS-LOGGER] Init. -2022-07-21 18:04:15.278 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 18:04:15.278 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 19:05:35.649 - error: path: /department, error: SequelizeValidationError: notNull Violation: department.name cannot be null -2022-07-21 19:43:58.076 - debug: [FS-LOGGER] Init. -2022-07-21 19:43:58.144 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 19:43:58.144 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 19:49:22.814 - debug: [FS-LOGGER] Init. -2022-07-21 19:49:22.917 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 19:49:22.918 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 19:49:54.235 - error: path: /report/1/detail, error: ReferenceError: findOption is not defined -2022-07-21 19:50:06.642 - error: path: /report/1/detail, error: ReferenceError: findOption is not defined -2022-07-21 19:50:23.541 - debug: [FS-LOGGER] Init. -2022-07-21 19:50:23.619 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 19:50:23.619 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 20:10:08.604 - debug: [FS-LOGGER] Init. -2022-07-21 20:10:08.705 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 20:10:08.705 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-21 20:10:18.909 - error: path: /report, error: SequelizeValidationError: notNull Violation: report.userId cannot be null -2022-07-21 20:10:26.541 - error: path: /report, error: SequelizeValidationError: notNull Violation: report.userId cannot be null -2022-07-21 20:46:20.452 - debug: [FS-LOGGER] Init. -2022-07-21 20:46:20.547 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-21 20:46:20.547 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-22 15:22:09.380 - debug: [FS-LOGGER] Init. -2022-07-22 15:22:09.565 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-22 15:22:09.565 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-22 15:22:12.241 - error: path: /overspeed, error: ReferenceError: startTime is not defined -2022-07-22 15:22:51.819 - error: path: /overspeed, error: ReferenceError: startTime is not defined -2022-07-22 15:58:39.491 - debug: [FS-LOGGER] Init. -2022-07-22 15:58:39.611 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-22 15:58:39.611 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 11:26:40.514 - debug: [FS-LOGGER] Init. -2022-07-23 11:26:40.651 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 11:26:40.651 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:20:35.342 - debug: [FS-LOGGER] Init. -2022-07-23 14:20:35.455 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:20:35.455 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:20:42.513 - error: path: /bus/car/level, error: SequelizeDatabaseError: 字段 "name" 不存在 -2022-07-23 14:20:49.231 - error: path: /bus/car/level, error: SequelizeDatabaseError: 字段 "name" 不存在 -2022-07-23 14:21:03.178 - debug: [FS-LOGGER] Init. -2022-07-23 14:21:03.288 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:21:03.289 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:21:37.334 - debug: [FS-LOGGER] Init. -2022-07-23 14:21:37.446 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:21:37.447 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:36:46.046 - debug: [FS-LOGGER] Init. -2022-07-23 14:36:46.169 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:36:46.170 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:37:08.363 - error: path: /manage/overSpeed, error: TypeError: Cannot read property 'findAll' of undefined -2022-07-23 14:37:14.419 - error: path: /manage/overSpeed, error: TypeError: Cannot read property 'findAll' of undefined -2022-07-23 14:37:33.317 - debug: [FS-LOGGER] Init. -2022-07-23 14:37:33.436 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:37:33.436 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:38:22.690 - debug: [FS-LOGGER] Init. -2022-07-23 14:38:22.809 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:38:22.809 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:55:36.552 - debug: [FS-LOGGER] Init. -2022-07-23 14:55:36.694 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:55:36.694 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:56:29.460 - debug: [FS-LOGGER] Init. -2022-07-23 14:56:29.596 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:56:29.596 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:57:27.313 - debug: [FS-LOGGER] Init. -2022-07-23 14:57:27.441 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:57:27.442 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:58:18.331 - debug: [FS-LOGGER] Init. -2022-07-23 14:58:18.458 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:58:18.458 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 14:59:38.735 - debug: [FS-LOGGER] Init. -2022-07-23 14:59:38.861 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 14:59:38.862 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:00:10.681 - debug: [FS-LOGGER] Init. -2022-07-23 15:00:10.804 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:00:10.804 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:01:53.734 - debug: [FS-LOGGER] Init. -2022-07-23 15:01:53.857 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:01:53.857 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:01:58.068 - error: path: /manage/overspeed/processed, error: ReferenceError: Op is not defined -2022-07-23 15:02:02.859 - error: path: /manage/overspeed/processed, error: ReferenceError: Op is not defined -2022-07-23 15:02:16.875 - debug: [FS-LOGGER] Init. -2022-07-23 15:02:17.003 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:02:17.003 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:05:17.496 - debug: [FS-LOGGER] Init. -2022-07-23 15:05:17.633 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:05:17.634 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:06:45.506 - error: path: /manage/overspeed/processed, error: TypeError: Cannot read property 'count' of undefined -2022-07-23 15:07:07.567 - debug: [FS-LOGGER] Init. -2022-07-23 15:07:07.696 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:07:07.696 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:07:29.327 - debug: [FS-LOGGER] Init. -2022-07-23 15:07:29.460 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:07:29.460 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 15:33:08.052 - debug: [FS-LOGGER] Init. -2022-07-23 15:33:08.179 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 15:33:08.179 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:09:22.681 - debug: [FS-LOGGER] Init. -2022-07-23 16:09:22.808 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:09:22.808 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:10:03.079 - debug: [FS-LOGGER] Init. -2022-07-23 16:10:03.208 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:10:03.208 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:11:16.662 - debug: [FS-LOGGER] Init. -2022-07-23 16:11:16.790 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:11:16.790 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:13:52.199 - debug: [FS-LOGGER] Init. -2022-07-23 16:13:52.328 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:13:52.329 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:13:54.882 - error: path: /build/road_state, error: TypeError: Cannot read property 'size' of undefined -2022-07-23 16:13:57.027 - error: path: /build/road_state, error: TypeError: Cannot read property 'size' of undefined -2022-07-23 16:14:01.518 - error: path: /build/road_state, error: TypeError: Cannot read property 'size' of undefined -2022-07-23 16:14:48.055 - debug: [FS-LOGGER] Init. -2022-07-23 16:14:48.194 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:14:48.194 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:29:40.725 - debug: [FS-LOGGER] Init. -2022-07-23 16:29:40.862 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:29:40.863 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:39:51.192 - debug: [FS-LOGGER] Init. -2022-07-23 16:39:51.331 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:39:51.331 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 16:41:55.842 - debug: [FS-LOGGER] Init. -2022-07-23 16:41:55.980 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 16:41:55.980 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 17:14:55.573 - debug: [FS-LOGGER] Init. -2022-07-23 17:14:55.765 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 17:14:55.765 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 17:15:03.041 - error: path: /build/road_state, error: TypeError: Cannot read property 'indexOf' of null -2022-07-23 17:15:41.896 - debug: [FS-LOGGER] Init. -2022-07-23 17:15:42.032 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 17:15:42.032 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 17:28:33.162 - debug: [FS-LOGGER] Init. -2022-07-23 17:28:33.297 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 17:28:33.297 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 17:28:47.388 - debug: [FS-LOGGER] Init. -2022-07-23 17:28:47.535 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 17:28:47.536 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 17:43:26.624 - debug: [FS-LOGGER] Init. -2022-07-23 17:43:26.764 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 17:43:26.765 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-23 17:44:52.238 - debug: [FS-LOGGER] Init. -2022-07-23 17:44:52.386 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-23 17:44:52.387 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 10:08:50.950 - debug: [FS-LOGGER] Init. -2022-07-25 10:08:51.117 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 10:08:51.117 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 10:47:17.059 - debug: [FS-LOGGER] Init. -2022-07-25 10:47:17.224 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 10:47:17.224 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 10:56:44.872 - debug: [FS-LOGGER] Init. -2022-07-25 10:56:45.027 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 10:56:45.027 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:06:22.520 - debug: [FS-LOGGER] Init. -2022-07-25 11:06:22.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:06:22.625 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:18:32.406 - debug: [FS-LOGGER] Init. -2022-07-25 11:18:32.483 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:18:32.483 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:22:30.726 - debug: [FS-LOGGER] Init. -2022-07-25 11:22:30.802 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:22:30.802 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:23:03.672 - debug: [FS-LOGGER] Init. -2022-07-25 11:23:03.765 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:23:03.765 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:23:07.584 - error: path: /build/road_state, error: ReferenceError: r is not defined -2022-07-25 11:23:14.647 - error: path: /build/road_state, error: ReferenceError: r is not defined -2022-07-25 11:23:34.344 - debug: [FS-LOGGER] Init. -2022-07-25 11:23:34.430 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:23:34.430 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:51:12.541 - debug: [FS-LOGGER] Init. -2022-07-25 11:51:12.639 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:51:12.639 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 11:51:21.718 - error: path: /transportation/statistic, error: SequelizeDatabaseError: 字段 "name" 不存在 -2022-07-25 11:51:27.861 - error: path: /transportation/statistic, error: SequelizeDatabaseError: 字段 "name" 不存在 -2022-07-25 11:52:00.697 - debug: [FS-LOGGER] Init. -2022-07-25 11:52:00.795 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 11:52:00.796 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 15:19:38.799 - error: [FS-ERRHD] -{ - message: 'Malicious Path', - stack: 'BadRequestError: Malicious Path\n' + - ' at resolvePath (c:\\_WorkCode\\四好公路\\api\\node_modules\\resolve-path\\index.js:78:11)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-send\\index.js:58:12)\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at Object.co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at Object.toPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:118:63)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:99:29)\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:69:7)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at Object.co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at converted (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-convert\\index.js:17:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at module.exports (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-range\\index.js:11:12)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-web-server-scaffold\\index.js:94:23\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()', - name: 'BadRequestError' -} -2022-07-25 15:42:40.790 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:44:00.246 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:46:28.474 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:46:39.861 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:48:08.446 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:48:36.410 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:49:33.117 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:49:57.777 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:50:03.626 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:50:42.998 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:52:28.244 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:53:23.979 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:53:28.401 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:53:32.391 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:54:15.186 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:55:18.206 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:55:41.428 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:56:27.976 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 15:57:02.645 - error: path: /build/road_state, error: TypeError: Cannot read property 'canBeGreen' of undefined -2022-07-25 16:21:42.708 - debug: [FS-LOGGER] Init. -2022-07-25 16:21:42.805 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-25 16:21:42.806 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-25 17:09:56.999 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:175:14\n' + - 'From previous event:\n' + - ' at Pool._testOnBorrow (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:170:7)\n' + - ' at Pool._dispense (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:240:14)\n' + - ' at Pool.acquire (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:455:10)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:292:24\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:557:34\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:64\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:39:21\n' + - ' at retryAsPromised (c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:29:10)\n' + - ' at Sequelize.query (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:28)\n' + - ' at QueryInterface.select (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\query-interface.js:1104:27)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1598:34\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at Function.findAll (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1595:8)\n' + - ' at Function.findOne (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1752:17)\n' + - ' at authorizeToken (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:75:61)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:125:36)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at createGenerator (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-convert\\index.js:24:16)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:03.004 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:175:14\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:05.235 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:557:34\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:64\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:39:21\n' + - ' at retryAsPromised (c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:29:10)\n' + - ' at Sequelize.query (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:28)\n' + - ' at QueryInterface.select (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\query-interface.js:1104:27)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1598:34\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at Function.findAll (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1595:8)\n' + - ' at Function.findOne (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1752:17)\n' + - ' at authorizeToken (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:75:61)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:125:36)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at createGenerator (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-convert\\index.js:24:16)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:06.770 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:175:14\n' + - 'From previous event:\n' + - ' at Pool._testOnBorrow (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:170:7)\n' + - ' at Pool._dispense (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:240:14)\n' + - ' at Pool.acquire (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:455:10)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:292:24\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:557:34\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:64\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:39:21\n' + - ' at retryAsPromised (c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:29:10)\n' + - ' at Sequelize.query (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:28)\n' + - ' at QueryInterface.select (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\query-interface.js:1104:27)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1598:34\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at Function.findAll (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1595:8)\n' + - ' at Function.findOne (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1752:17)\n' + - ' at authorizeToken (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:75:61)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:125:36)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at createGenerator (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-convert\\index.js:24:16)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:11.690 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:16.625 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:18.165 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:29.698 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:10:43.720 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:11:19.053 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:11:29.386 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:11:55.692 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:557:34\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:64\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:39:21\n' + - ' at retryAsPromised (c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:29:10)\n' + - ' at Sequelize.query (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:28)\n' + - ' at QueryInterface.select (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\query-interface.js:1104:27)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1598:34\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at Function.findAll (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1595:8)\n' + - ' at Function.findOne (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1752:17)\n' + - ' at authorizeToken (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:75:61)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:125:36)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at createGenerator (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-convert\\index.js:24:16)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:11:58.528 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:12:06.606 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:12:37.763 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:12:45.690 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:12:50.485 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:12:58.813 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:13:02.326 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:13:06.362 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool._evict (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:380:14)\n' + - ' at Timeout._onTimeout (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:390:14)\n' + - ' at listOnTimeout (internal/timers.js:554:17)\n' + - ' at processTimers (internal/timers.js:497:7)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:13:15.631 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:557:34\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:64\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:39:21\n' + - ' at retryAsPromised (c:\\_WorkCode\\四好公路\\api\\node_modules\\retry-as-promised\\index.js:29:10)\n' + - ' at Sequelize.query (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:457:28)\n' + - ' at QueryInterface.select (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\query-interface.js:1104:27)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1598:34\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at Function.findAll (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1595:8)\n' + - ' at Function.findOne (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\model.js:1752:17)\n' + - ' at authorizeToken (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:75:61)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:125:36)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at createGenerator (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-convert\\index.js:24:16)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-25 17:13:19.876 - error: [FS-ERRHD] -{ - message: 'connect ETIMEDOUT 10.8.30.32:5432', - stack: 'SequelizeConnectionError: connect ETIMEDOUT 10.8.30.32:5432\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:154:24\n' + - ' at Connection.connectingErrorHandler (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\client.js:194:14)\n' + - ' at Connection.emit (events.js:314:20)\n' + - ' at Socket.reportStreamError (c:\\_WorkCode\\四好公路\\api\\node_modules\\pg\\lib\\connection.js:73:10)\n' + - ' at Socket.emit (events.js:314:20)\n' + - ' at emitErrorNT (internal/streams/destroy.js:92:8)\n' + - ' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:84:21)\n' + - 'From previous event:\n' + - ' at ConnectionManager.connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\postgres\\connection-manager.js:107:12)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:50\n' + - 'From previous event:\n' + - ' at ConnectionManager._connect (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:338:8)\n' + - ' at Object.create (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:101:28)\n' + - ' at Pool._createResource (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:308:42)\n' + - ' at Pool._ensureMinimum (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:338:12)\n' + - ' at Pool._destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:148:10)\n' + - ' at Pool.destroy (c:\\_WorkCode\\四好公路\\api\\node_modules\\generic-pool\\lib\\Pool.js:544:10)\n' + - ' at ConnectionManager._determineConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:321:40)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:39\n' + - 'From previous event:\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:293:10\n' + - ' at processImmediate (internal/timers.js:461:21)\n' + - ' at process.callbackTrampoline (internal/async_hooks.js:126:14)\n' + - 'From previous event:\n' + - ' at ConnectionManager.getConnection (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\dialects\\abstract\\connection-manager.js:291:20)\n' + - ' at Transaction.prepareEnvironment (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\transaction.js:125:60)\n' + - ' at Sequelize.transaction (c:\\_WorkCode\\四好公路\\api\\node_modules\\sequelize\\lib\\sequelize.js:996:43)\n' + - ' at login (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\auth\\index.js:8:45)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\business-rest.js:45:16\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at next (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:45:18)\n' + - ' at auth (c:\\_WorkCode\\四好公路\\api\\app\\lib\\middlewares\\authenticator.js:145:19)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:44:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-compose\\index.js:36:12\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-66\\index.js:209:56\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-dc\\lib\\dc.js:35:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:54:5\n' + - ' at new Promise ()\n' + - ' at co (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:50:10)\n' + - ' at createPromise (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:30:15)\n' + - ' at dispatch (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa\\node_modules\\koa-compose\\index.js:42:32)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\fs-logger\\lib\\logger.js:48:15\n' + - ' at Generator.next ()\n' + - ' at onFulfilled (c:\\_WorkCode\\四好公路\\api\\node_modules\\co\\index.js:65:19)', - name: 'SequelizeConnectionError', - parent: { - errno: 'ETIMEDOUT', - code: 'ETIMEDOUT', - syscall: 'connect', - address: '10.8.30.32', - port: 5432 - }, - original: { '$ref': '$["parent"]' }, - __stackCleaned__: true -} -2022-07-26 09:52:19.623 - debug: [FS-LOGGER] Init. -2022-07-26 09:52:19.753 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 09:52:19.753 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 11:33:33.533 - debug: [FS-LOGGER] Init. -2022-07-26 11:33:33.676 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 11:33:33.677 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 11:35:35.369 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:35:38.298 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:35:41.257 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:35:46.213 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:35:48.608 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:35:56.490 - debug: [FS-LOGGER] Init. -2022-07-26 11:35:56.606 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 11:35:56.606 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 11:36:00.269 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:36:31.053 - debug: [FS-LOGGER] Init. -2022-07-26 11:36:31.174 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 11:36:31.174 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 11:36:37.420 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:36:48.130 - error: path: /road, error: ReferenceError: stopPlaceName is not defined -2022-07-26 11:36:58.215 - debug: [FS-LOGGER] Init. -2022-07-26 11:36:58.340 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 11:36:58.340 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 11:38:05.804 - debug: [FS-LOGGER] Init. -2022-07-26 11:38:05.939 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 11:38:05.939 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 11:43:16.204 - debug: [FS-LOGGER] Init. -2022-07-26 11:43:16.335 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 11:43:16.335 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 15:49:07.232 - debug: [FS-LOGGER] Init. -2022-07-26 15:49:07.369 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 15:49:07.369 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 16:02:37.186 - debug: [FS-LOGGER] Init. -2022-07-26 16:02:37.323 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 16:02:37.323 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 16:28:15.800 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-26 16:46:23.531 - debug: [FS-LOGGER] Init. -2022-07-26 16:46:23.669 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 16:46:23.670 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 16:47:40.073 - debug: [FS-LOGGER] Init. -2022-07-26 16:47:40.195 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 16:47:40.196 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 16:53:36.476 - debug: [FS-LOGGER] Init. -2022-07-26 16:53:36.613 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 16:53:36.613 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 16:54:23.917 - debug: [FS-LOGGER] Init. -2022-07-26 16:54:24.044 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 16:54:24.045 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 17:03:39.231 - debug: [FS-LOGGER] Init. -2022-07-26 17:03:39.355 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 17:03:39.356 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 17:09:44.833 - debug: [FS-LOGGER] Init. -2022-07-26 17:09:44.957 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 17:09:44.957 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 17:09:51.602 - debug: [FS-LOGGER] Init. -2022-07-26 17:09:51.726 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 17:09:51.726 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 17:11:52.424 - debug: [FS-LOGGER] Init. -2022-07-26 17:11:52.549 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 17:11:52.550 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 17:12:00.320 - error: path: /vehicle/business, error: TypeError: Cannot set property 'nameOfBusinessOwner' of undefined -2022-07-26 17:12:08.483 - error: path: /vehicle/business, error: TypeError: Cannot set property 'nameOfBusinessOwner' of undefined -2022-07-26 17:12:30.681 - debug: [FS-LOGGER] Init. -2022-07-26 17:12:30.811 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 17:12:30.811 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-26 17:14:08.171 - debug: [FS-LOGGER] Init. -2022-07-26 17:14:08.304 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-26 17:14:08.305 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:03:30.770 - debug: [FS-LOGGER] Init. -2022-07-27 11:03:30.964 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:03:30.964 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:03:31.045 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:06:03.813 - debug: [FS-LOGGER] Init. -2022-07-27 11:06:03.950 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:06:03.950 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:06:04.044 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:07:30.786 - debug: [FS-LOGGER] Init. -2022-07-27 11:07:30.928 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:07:30.928 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:07:31.069 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:08:10.903 - debug: [FS-LOGGER] Init. -2022-07-27 11:08:11.039 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:08:11.039 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:08:11.137 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:15:06.439 - debug: [FS-LOGGER] Init. -2022-07-27 11:15:06.592 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:15:06.593 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:15:06.702 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:15:24.296 - debug: [FS-LOGGER] Init. -2022-07-27 11:15:24.430 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:15:24.430 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:15:24.525 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:15:55.135 - debug: [FS-LOGGER] Init. -2022-07-27 11:15:55.272 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:15:55.272 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:15:55.363 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:18:01.476 - debug: [FS-LOGGER] Init. -2022-07-27 11:18:01.620 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:18:01.620 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:18:01.717 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:22:16.529 - debug: [FS-LOGGER] Init. -2022-07-27 11:22:16.685 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:22:16.686 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:22:16.790 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:22:32.744 - debug: [FS-LOGGER] Init. -2022-07-27 11:22:32.882 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:22:32.882 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:22:32.975 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:22:48.461 - debug: [FS-LOGGER] Init. -2022-07-27 11:22:48.595 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:22:48.595 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:22:48.694 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 11:23:33.711 - debug: [FS-LOGGER] Init. -2022-07-27 11:23:33.856 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:23:33.857 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:24:50.408 - debug: [FS-LOGGER] Init. -2022-07-27 11:24:50.546 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:24:50.547 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:25:15.593 - debug: [FS-LOGGER] Init. -2022-07-27 11:25:15.729 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:25:15.729 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:25:32.631 - debug: [FS-LOGGER] Init. -2022-07-27 11:25:32.762 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:25:32.762 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:25:43.695 - debug: [FS-LOGGER] Init. -2022-07-27 11:25:43.838 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:25:43.838 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:27:28.054 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:27:28.736 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:27:28.909 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:27:28.915 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:27:28.915 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:27:28.918 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:27:28.921 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:07.124 - error: path: /road, error: Error: Invalid value { route_name: { [Symbol(like)]: '%不能%' } } -2022-07-27 11:29:11.157 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:12.325 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:12.325 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:12.340 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:12.340 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:12.340 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:29:12.351 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:30:21.764 - error: path: /road, error: Error: Invalid value { route_name: { [Symbol(like)]: '%123%' } } -2022-07-27 11:30:34.723 - error: path: /road, error: Error: Invalid value { route_name: { [Symbol(like)]: '%123%' } } -2022-07-27 11:32:15.295 - error: path: /road, error: Error: Invalid value { route_name: { [Symbol(like)]: '%123%' } } -2022-07-27 11:33:21.340 - debug: [FS-LOGGER] Init. -2022-07-27 11:33:21.478 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:33:21.479 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:33:42.032 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:33:42.955 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:33:42.958 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:33:43.128 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:33:43.131 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:33:43.137 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:33:43.137 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:41:18.403 - debug: [FS-LOGGER] Init. -2022-07-27 11:41:18.538 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 11:41:18.538 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 11:42:01.496 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:42:02.413 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:42:03.254 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:42:03.261 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:42:03.261 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:42:03.265 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:42:03.662 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:18.264 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:18.311 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:21.085 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:21.102 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:21.115 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:21.115 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:21.135 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:23.449 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:51.489 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:54.899 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:54.899 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:54.909 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:54.909 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:54.909 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 11:44:55.780 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:33:56.170 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 144', - stack: 'SyntaxError: Unexpected token } in JSON at position 144\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n' + - ' "name": "价化指农决团",\r\n' + - ' "video": [\r\n' + - ' "70",\r\n' + - ' "1",\r\n' + - ' "12",\r\n' + - ' "6",\r\n' + - ' "26"\r\n' + - ' ],\r\n' + - ' "enable": false,\r\n' + - '}' -} -2022-07-27 13:37:34.816 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:37:51.150 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:37:51.151 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:37:52.518 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:37:52.519 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:37:52.519 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:37:52.519 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-27 13:40:55.569 - debug: [FS-LOGGER] Init. -2022-07-27 13:40:55.726 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:40:55.726 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:41:39.301 - debug: [FS-LOGGER] Init. -2022-07-27 13:41:39.426 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:41:39.426 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:55:17.708 - debug: [FS-LOGGER] Init. -2022-07-27 13:55:17.844 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:55:17.845 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:57:58.186 - debug: [FS-LOGGER] Init. -2022-07-27 13:57:58.316 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:57:58.316 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:57:58.416 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 13:58:18.771 - debug: [FS-LOGGER] Init. -2022-07-27 13:58:18.904 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:58:18.905 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:58:19.015 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 13:58:35.745 - debug: [FS-LOGGER] Init. -2022-07-27 13:58:35.875 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:58:35.875 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:58:35.975 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 13:58:51.419 - debug: [FS-LOGGER] Init. -2022-07-27 13:58:51.544 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:58:51.545 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:59:30.681 - debug: [FS-LOGGER] Init. -2022-07-27 13:59:30.808 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:59:30.809 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 13:59:30.911 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 13:59:46.066 - debug: [FS-LOGGER] Init. -2022-07-27 13:59:46.189 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 13:59:46.189 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:00:44.183 - debug: [FS-LOGGER] Init. -2022-07-27 14:00:44.311 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:00:44.311 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:00:44.419 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:29)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 14:00:58.080 - debug: [FS-LOGGER] Init. -2022-07-27 14:00:58.209 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:00:58.209 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:01:56.663 - debug: [FS-LOGGER] Init. -2022-07-27 14:01:56.789 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:01:56.790 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:01:56.895 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:22)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 14:02:21.369 - debug: [FS-LOGGER] Init. -2022-07-27 14:02:21.495 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:02:21.495 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:03:33.768 - debug: [FS-LOGGER] Init. -2022-07-27 14:03:33.897 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:03:33.898 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:03:34.002 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:22)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 14:04:12.945 - debug: [FS-LOGGER] Init. -2022-07-27 14:04:13.091 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:04:13.091 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:06:11.749 - debug: [FS-LOGGER] Init. -2022-07-27 14:06:11.877 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:06:11.878 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:06:11.983 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:22)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 14:06:30.287 - debug: [FS-LOGGER] Init. -2022-07-27 14:06:30.417 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:06:30.417 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:07:42.820 - debug: [FS-LOGGER] Init. -2022-07-27 14:07:42.947 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:07:42.948 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:07:43.050 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:22)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 14:08:03.772 - debug: [FS-LOGGER] Init. -2022-07-27 14:08:03.905 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:08:03.905 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:10:17.266 - debug: [FS-LOGGER] Init. -2022-07-27 14:10:17.408 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:10:17.409 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:10:17.527 - error: [app] -{ - message: "Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js', - stack: "Error: Cannot find module 'better-xlsx'\n" + - 'Require stack:\n' + - '- c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\app\\index.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\config.js\n' + - '- c:\\_WorkCode\\四好公路\\api\\server.js\n' + - ' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:667:27)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js:3:14)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js:3:22)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)', - code: 'MODULE_NOT_FOUND', - requireStack: [ - 'c:\\_WorkCode\\四好公路\\api\\utils\\xlsxDownload.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\controllers\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\data\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\routes\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\lib\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\app\\index.js', - 'c:\\_WorkCode\\四好公路\\api\\config.js', - 'c:\\_WorkCode\\四好公路\\api\\server.js' - ] -} -2022-07-27 14:10:37.875 - debug: [FS-LOGGER] Init. -2022-07-27 14:10:38.002 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:10:38.003 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:12:23.299 - debug: [FS-LOGGER] Init. -2022-07-27 14:12:23.430 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:12:23.430 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:14:27.299 - debug: [FS-LOGGER] Init. -2022-07-27 14:14:27.428 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:14:27.428 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:14:57.566 - debug: [FS-LOGGER] Init. -2022-07-27 14:14:57.693 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:14:57.693 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:16:29.316 - debug: [FS-LOGGER] Init. -2022-07-27 14:16:29.444 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:16:29.444 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:16:45.000 - error: path: /data/export, error: ReferenceError: moment is not defined -2022-07-27 14:16:57.856 - debug: [FS-LOGGER] Init. -2022-07-27 14:16:57.994 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:16:57.994 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:18:39.984 - debug: [FS-LOGGER] Init. -2022-07-27 14:18:40.112 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:18:40.112 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:18:50.588 - error: path: /data/export, error: ReferenceError: header is not defined -2022-07-27 14:20:01.935 - error: path: /data/export, error: ReferenceError: header is not defined -2022-07-27 14:37:49.813 - debug: [FS-LOGGER] Init. -2022-07-27 14:37:49.964 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:37:49.964 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:42:45.417 - debug: [FS-LOGGER] Init. -2022-07-27 14:42:45.566 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 14:42:45.566 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 14:42:48.376 - error: path: /data/export, error: ReferenceError: fs is not defined -2022-07-27 15:29:53.136 - debug: [FS-LOGGER] Init. -2022-07-27 15:29:53.285 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-27 15:29:53.285 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-27 15:47:39.653 - error: path: /vehicle/1/specific, error: TypeError: Cannot read property 'destroy' of undefined -2022-07-27 15:47:55.412 - error: path: /vehicle/1/specific, error: TypeError: Cannot read property 'destroy' of undefined -2022-07-27 15:48:01.737 - error: path: /vehicle/4/specific, error: TypeError: Cannot read property 'destroy' of undefined -2022-07-27 15:49:28.071 - error: path: /vehicle/3/specific, error: TypeError: Cannot read property 'destroy' of undefined -2022-07-27 15:50:36.847 - error: path: /vehicle/3/specific, error: TypeError: Cannot read property 'destroy' of undefined -2022-07-27 15:51:05.608 - error: path: /vehicle/3/specific, error: TypeError: Cannot read property 'destroy' of undefined -2022-07-28 10:56:48.597 - debug: [FS-LOGGER] Init. -2022-07-28 10:56:48.738 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 10:56:48.738 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:01:45.098 - error: path: /department, error: 部门名称重复 -2022-07-28 11:11:03.003 - debug: [FS-LOGGER] Init. -2022-07-28 11:11:03.152 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:11:03.152 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:15:03.862 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.routeName 不存在 -2022-07-28 11:15:44.963 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.routeName 不存在 -2022-07-28 11:15:54.542 - debug: [FS-LOGGER] Init. -2022-07-28 11:15:54.683 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:15:54.683 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:22:48.820 - error: path: /attachments/project, error: ConnectionTimeoutError: Connect timeout for 5000ms, GET https://uc.qbox.me/v2/query?ak=XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5&bucket=dev-highways4good -2 (connected: false, keepalive socket: false, socketHandledRequests: 1, socketHandledResponses: 0) -headers: {} -2022-07-28 11:25:27.228 - error: path: /attachments/project, error: ConnectionTimeoutError: Connect timeout for 5000ms, GET https://uc.qbox.me/v2/query?ak=XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5&bucket=dev-highways4good -2 (connected: false, keepalive socket: false, socketHandledRequests: 1, socketHandledResponses: 0) -headers: {} -2022-07-28 11:26:58.394 - debug: [FS-LOGGER] Init. -2022-07-28 11:26:58.544 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:26:58.545 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:27:13.713 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateFloorNum 不存在 -2022-07-28 11:28:11.634 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateFloorNum 不存在 -2022-07-28 11:29:54.392 - debug: [FS-LOGGER] Init. -2022-07-28 11:29:54.527 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:29:54.528 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:30:10.695 - debug: [FS-LOGGER] Init. -2022-07-28 11:30:10.821 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:30:10.821 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:30:18.025 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateNum 不存在 -2022-07-28 11:31:03.650 - debug: [FS-LOGGER] Init. -2022-07-28 11:31:03.780 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:31:03.780 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:32:26.573 - error: path: /overspeed, error: Error: [{"fn":"to_number","args":[{"col":"overrun_rate"},"overrunRateNum"]}] is not a valid attribute definition. Please use the following format: ['attribute definition', 'alias'] -2022-07-28 11:34:04.741 - debug: [FS-LOGGER] Init. -2022-07-28 11:34:04.868 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:34:04.868 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:35:26.010 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateNum 不存在 -2022-07-28 11:41:22.839 - debug: [FS-LOGGER] Init. -2022-07-28 11:41:22.975 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:41:22.975 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:41:36.822 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:41:41.435 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:41:44.292 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:41:59.811 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateNum 不存在 -2022-07-28 11:42:21.520 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateNum 不存在 -2022-07-28 11:42:24.120 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 11:42:41.547 - debug: [FS-LOGGER] Init. -2022-07-28 11:42:41.691 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:42:41.691 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:42:47.680 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrunRateNum 不存在 -2022-07-28 11:43:04.419 - debug: [FS-LOGGER] Init. -2022-07-28 11:43:04.547 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:43:04.548 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:43:15.318 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:43:24.596 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:43:34.908 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:43:47.933 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:44:36.055 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:44:38.384 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:44:56.858 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:44:59.778 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:45:40.566 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 11:47:53.514 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:47:58.067 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(character varying) 不存在 -2022-07-28 11:48:16.678 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/1c5e6d3c-6dfe-4d22-b84b-0cb3b8f9fc1a/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 11:49:14.598 - debug: [FS-LOGGER] Init. -2022-07-28 11:49:14.736 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:49:14.736 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:50:47.712 - debug: [FS-LOGGER] Init. -2022-07-28 11:50:47.852 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:50:47.852 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:50:49.451 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/0a0ec3f8-0c9a-4a06-9210-d7fd0edad409/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 11:50:52.677 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrun_rate_number 不存在 -2022-07-28 11:51:46.268 - debug: [FS-LOGGER] Init. -2022-07-28 11:51:46.397 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:51:46.397 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:52:00.226 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overspeed.overrun_rate_number 不存在 -2022-07-28 11:52:16.967 - debug: [FS-LOGGER] Init. -2022-07-28 11:52:17.102 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 11:52:17.102 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 11:52:18.980 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrun_rate_number 不存在 -2022-07-28 12:21:09.676 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/a1ded1db-8662-49aa-b56d-4174353bdb5f/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:22:50.971 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/a1ded1db-8662-49aa-b56d-4174353bdb5f/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:23:41.512 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "[object Object]" -2022-07-28 12:26:57.050 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "[object Object]" -2022-07-28 12:27:35.344 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/e816d7c2-e74a-4bc3-9603-33b0e3ab8b7d/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:27:52.290 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/e816d7c2-e74a-4bc3-9603-33b0e3ab8b7d/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:28:11.844 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/e816d7c2-e74a-4bc3-9603-33b0e3ab8b7d/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:28:42.599 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/e816d7c2-e74a-4bc3-9603-33b0e3ab8b7d/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:28:56.404 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/e816d7c2-e74a-4bc3-9603-33b0e3ab8b7d/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 12:31:29.894 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/22ec74e5-57b1-4ac9-8016-9e39f50c812e/220223_104306-多端开发介绍和课程导读接口文档.zip" -2022-07-28 13:11:59.791 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 13:12:22.385 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "5 9" -2022-07-28 13:13:15.838 - debug: [FS-LOGGER] Init. -2022-07-28 13:13:15.973 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:13:15.974 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:14:25.429 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrun_rate_number 不存在 -2022-07-28 13:14:30.607 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrun_rate_number 不存在 -2022-07-28 13:19:59.885 - debug: [FS-LOGGER] Init. -2022-07-28 13:20:00.024 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:20:00.025 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:24:27.762 - debug: [FS-LOGGER] Init. -2022-07-28 13:24:27.900 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:24:27.900 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:25:24.794 - debug: [FS-LOGGER] Init. -2022-07-28 13:25:24.920 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:25:24.920 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:31:28.104 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/5dc3ee87-1566-4f45-9f20-f267ae3a3e1e/0079KAw5gy1gwifj2b337j31uo18gqiw.jpg" -2022-07-28 13:32:07.834 - debug: [FS-LOGGER] Init. -2022-07-28 13:32:07.988 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:32:07.989 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:32:30.860 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/5dc3ee87-1566-4f45-9f20-f267ae3a3e1e/0079KAw5gy1gwifj2b337j31uo18gqiw.jpg" -2022-07-28 13:32:46.767 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "project/5dc3ee87-1566-4f45-9f20-f267ae3a3e1e/0079KAw5gy1gwifj2b337j31uo18gqiw.jpg" -2022-07-28 13:33:42.144 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "values.videoname" -2022-07-28 13:34:41.455 - error: path: /overspeed, error: SequelizeDatabaseError: 函数 to_number(double precision, unknown) 不存在 -2022-07-28 13:34:52.766 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "11." -2022-07-28 13:34:57.858 - debug: [FS-LOGGER] Init. -2022-07-28 13:34:57.981 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:34:57.982 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:35:01.022 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "11." -2022-07-28 13:36:17.148 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "5.9" -2022-07-28 13:37:45.404 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "11." -2022-07-28 13:38:39.969 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrun_rate_number 不存在 -2022-07-28 13:38:55.389 - error: path: /overspeed, error: SequelizeDatabaseError: 字段 overspeed.overrun_rate_number 不存在 -2022-07-28 13:39:10.601 - debug: [FS-LOGGER] Init. -2022-07-28 13:39:10.742 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 13:39:10.742 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 13:40:31.524 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "7.1" -2022-07-28 13:59:58.623 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 13:59:58.634 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 13:59:58.635 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 13:59:58.635 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 13:59:58.635 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 13:59:58.641 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:01.343 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:01.352 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:01.352 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:01.352 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:01.353 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:01.353 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:07.416 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:07.416 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:07.416 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:07.417 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:07.417 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:07.417 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:10.257 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:10.257 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:10.257 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:10.257 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:10.257 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:10.265 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:13.191 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:15.008 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:15.009 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:15.009 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:15.009 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:15.013 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:17.804 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:17.818 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:17.818 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:17.819 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:17.819 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:17.819 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:20.609 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:20.621 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:20.621 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:20.621 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:20.621 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:20.621 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:24.279 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:24.294 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:24.294 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:00:24.294 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:00.891 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:02.175 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:02.175 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:02.175 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:02.498 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:04.972 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:06.454 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:06.454 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:06.454 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:06.465 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:07.605 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:07.668 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:01:07.668 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:04.703 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:05.278 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:20.469 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:22.371 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:22.379 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:22.380 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:22.397 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:22.409 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:24.984 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:24.984 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:34.751 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:34.776 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:35.286 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:35.286 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:35.287 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:35.287 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:37.261 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:37.284 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:37.871 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:37.871 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:37.871 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:54.018 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:54.032 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:54.033 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:54.043 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:02:54.043 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:39.663 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:41.161 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:41.162 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:41.162 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:47.305 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:47.305 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:54.401 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:54.401 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:54.401 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:03:56.400 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:05.720 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:05.721 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:05.721 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:05.907 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:05.907 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:08.723 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:08.724 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:08.724 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:52.626 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:04:52.633 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:11.290 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:11.291 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:11.291 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:11.291 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:11.291 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:12.916 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:12.916 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:12.924 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:06:40.701 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:08:04.722 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:10:29.018 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:10:37.710 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:10:37.747 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:10:41.910 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:11:41.523 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:11:51.579 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:11:52.211 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:11:52.220 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:16:58.112 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:16:58.707 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:16:59.386 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:16:59.387 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:16:59.387 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:00.016 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:01.899 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:02.483 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:04.392 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:04.393 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:04.393 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:05.060 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:06.927 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:07.548 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:08.155 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:08.156 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:08.156 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:08.830 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:10.027 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:10.702 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:10.707 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:10.707 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:17:30.455 - error: path: /publicity, error: SequelizeDatabaseError: 无效的整数类型输入语法: "5.9" -2022-07-28 14:17:55.868 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:18:35.765 - debug: [FS-LOGGER] Init. -2022-07-28 14:18:35.919 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 14:18:35.919 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 14:41:49.305 - debug: [FS-LOGGER] Init. -2022-07-28 14:41:49.450 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 14:41:49.450 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 14:50:17.675 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:50:21.269 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:50:27.342 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:50:44.904 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 14:50:49.462 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 15:06:06.572 - error: path: /vehicle/business/76, error: TypeError: Cannot read property 'MunicipalBusiness' of undefined -2022-07-28 15:06:12.715 - error: path: /vehicle/business/78, error: TypeError: Cannot read property 'MunicipalBusiness' of undefined -2022-07-28 15:07:46.169 - error: path: /vehicle/business/76, error: TypeError: Cannot read property 'MunicipalBusiness' of undefined -2022-07-28 15:08:46.244 - error: path: /vehicle/business/2, error: TypeError: Cannot read property 'MunicipalBusiness' of undefined -2022-07-28 15:09:12.813 - error: path: /vehicle/business/2, error: TypeError: Cannot read property 'MunicipalBusiness' of undefined -2022-07-28 15:09:23.653 - debug: [FS-LOGGER] Init. -2022-07-28 15:09:23.792 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 15:09:23.792 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 15:09:24.585 - error: path: /vehicle/business/2, error: TypeError: Class constructor model cannot be invoked without 'new' -2022-07-28 15:09:28.933 - error: path: /vehicle/business/2, error: TypeError: Class constructor model cannot be invoked without 'new' -2022-07-28 15:09:48.615 - error: path: /vehicle/business/2, error: TypeError: Class constructor model cannot be invoked without 'new' -2022-07-28 15:09:53.290 - error: path: /vehicle/business/2, error: TypeError: Class constructor model cannot be invoked without 'new' -2022-07-28 15:10:46.636 - debug: [FS-LOGGER] Init. -2022-07-28 15:10:46.765 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 15:10:46.766 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 15:39:33.213 - error: path: /project, error: SequelizeValidationError: notNull Violation: project.done cannot be null -2022-07-28 15:48:32.159 - error: path: /project, error: SequelizeValidationError: notNull Violation: project.done cannot be null -2022-07-28 15:49:08.730 - error: path: /project, error: SequelizeValidationError: notNull Violation: project.done cannot be null -2022-07-28 16:10:58.750 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:10:59.157 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:10:59.630 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:11:00.124 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:11:14.126 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:11:55.852 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:20:36.892 - debug: [FS-LOGGER] Init. -2022-07-28 16:20:37.043 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 16:20:37.044 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 16:27:40.520 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:41.289 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:41.854 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:42.169 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:42.348 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:42.520 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:42.678 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:42.849 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:43.025 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:43.382 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:43.700 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:44.156 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:44.606 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:44.830 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:44.992 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:45.143 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:45.301 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:45.459 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:45.627 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:27:46.059 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:31:41.170 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:31:42.147 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:52:41.716 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:07.292 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.360 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.369 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.369 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.585 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.591 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.591 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.974 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.978 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.983 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.983 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:50.986 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.048 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.377 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.385 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.391 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.391 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.391 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.395 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.778 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.787 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.787 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.792 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.792 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:51.865 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.192 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.196 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.202 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.202 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.202 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.205 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.600 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.609 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.615 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.615 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.615 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:52.619 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.014 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.022 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.030 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.030 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.030 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.033 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.427 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.439 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.445 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.445 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.450 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.524 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.853 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.857 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.862 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.863 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.863 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:53.866 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.276 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.287 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.293 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.294 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.294 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.299 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.710 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.721 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.728 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.728 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.728 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:54.728 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.141 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.150 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.157 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.157 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.158 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.161 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.578 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.588 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.594 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.595 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.595 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:55.677 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.031 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.038 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.038 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.038 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.041 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.043 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.460 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.471 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.471 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.471 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.476 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.476 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.899 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.909 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.909 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.910 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.914 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:56.914 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.343 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.355 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.355 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.355 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.360 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.360 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.510 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:55:57.513 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:56:07.534 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:56:09.144 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:56:14.832 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:56:44.048 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:56:46.831 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:56:58.491 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:04.128 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:05.527 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:06.604 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:07.640 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:08.086 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:08.494 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:08.943 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:09.277 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:09.620 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:09.886 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:57:11.158 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:14.202 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:15.942 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:23.962 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:23.968 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:23.968 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.304 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.309 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.309 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.395 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.798 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.802 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.807 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.807 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.807 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:24.811 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.282 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.291 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.295 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.302 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.302 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.302 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.794 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.794 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.797 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.800 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.805 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:25.805 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.292 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.303 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.308 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.309 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.315 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.315 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.813 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.822 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.829 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.829 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.829 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:26.833 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.325 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.334 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.340 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.340 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.340 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.345 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.839 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.848 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.854 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.854 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.854 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:27.859 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.356 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.367 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.372 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.372 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.378 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.378 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.885 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.895 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.901 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.901 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.901 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:28.904 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.020 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.486 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.491 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.492 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.492 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.494 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:29.799 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:31.245 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:31.251 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:31.251 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:31.251 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:31.256 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:31.259 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:33.319 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:34.196 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:35.877 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:58:36.614 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:59:10.315 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 16:59:13.576 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 17:03:05.500 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 17:03:14.504 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 17:03:44.884 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:04:38.727 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:04:40.593 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:04:45.944 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:04:52.903 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:04:54.015 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:04:55.268 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:05:06.184 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:05:08.195 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:07.534 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:09.194 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:12.440 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:14.218 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:15.950 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:18.057 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:19.398 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:23.788 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:09:48.459 - error: [FS-ERRHD] -{ - message: 'Unexpected token } in JSON at position 192', - stack: 'SyntaxError: Unexpected token } in JSON at position 192\n' + - ' at JSON.parse ()\n' + - ' at parse (c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:62:17)\n' + - ' at c:\\_WorkCode\\四好公路\\api\\node_modules\\koa-bodyparser\\node_modules\\co-body\\lib\\json.js:45:22\n' + - ' at runMicrotasks ()\n' + - ' at processTicksAndRejections (internal/process/task_queues.js:97:5)', - status: 400, - body: '{\r\n' + - ' "type": "出租车",\r\n' + - ' "nameOfBusinessOwner": "率好心究技",\r\n' + - ' "productName": "转度成为报",\r\n' + - ' "vehicleRegistry": "exercitation fugiat",\r\n' + - ' "licensePlateNumber": "14",\r\n' + - ' "fuelType": "do",\r\n' + - '}' -} -2022-07-28 17:10:00.985 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:12:46.561 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:12:48.321 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:13:21.698 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:13:22.794 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:13:23.534 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:13:24.021 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:22:15.558 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:22:23.177 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:33:10.476 - error: path: /attachments/project, error: ConnectionTimeoutError: Connect timeout for 5000ms, GET https://uc.qbox.me/v2/query?ak=XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5&bucket=dev-highways4good -2 (connected: false, keepalive socket: false, socketHandledRequests: 1, socketHandledResponses: 0) -headers: {} -2022-07-28 17:49:20.660 - debug: [FS-LOGGER] Init. -2022-07-28 17:49:20.830 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 17:49:20.831 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 17:51:57.353 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.164 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.165 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.167 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.167 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.168 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.168 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.258 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.262 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.264 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.265 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.265 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.275 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.323 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.357 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.357 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.358 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.366 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.367 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.385 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.450 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.457 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.459 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.459 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.461 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 17:52:09.462 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:02:33.056 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:02:55.961 - debug: [FS-LOGGER] Init. -2022-07-28 18:02:56.103 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 18:02:56.103 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 18:05:22.460 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:08:31.559 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:09:01.019 - error: path: /overspeed, error: ReferenceError: moment is not defined -2022-07-28 18:09:14.448 - error: path: /overspeed, error: ReferenceError: moment is not defined -2022-07-28 18:09:32.771 - debug: [FS-LOGGER] Init. -2022-07-28 18:09:32.917 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 18:09:32.917 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-28 18:09:44.654 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:10:27.694 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:11:21.499 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:11:39.323 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:12:18.140 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:12:38.386 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:13:28.867 - error: path: /publicity, error: SequelizeValidationError: notNull Violation: publicity.name cannot be null -2022-07-28 18:15:02.227 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:15:38.574 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:16:26.812 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:16:31.554 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:16:38.179 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:16:54.144 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:17:03.129 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:17:16.730 - error: path: /publicity, error: SequelizeUniqueConstraintError: 重复键违反唯一约束"publicity_id_uindex" -2022-07-28 18:34:05.138 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 18:34:22.641 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 18:34:55.231 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 18:35:45.669 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 18:37:40.324 - error: path: /publicity, error: TypeError: values.map is not a function -2022-07-28 21:48:22.652 - debug: [FS-LOGGER] Init. -2022-07-28 21:48:22.760 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-28 21:48:22.760 - info: [FS-AUTH] Inject auth and api mv into router. -<<<<<<< HEAD -2022-08-10 17:08:11.424 - debug: [FS-LOGGER] Init. -2022-08-10 17:08:11.680 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-10 17:08:11.680 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-10 17:08:11.709 - error: [app] -{ - message: 'middleware must be a function', - stack: 'TypeError: middleware must be a function\n' + - ' at f:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:269:23\n' + - ' at Array.forEach ()\n' + - ' at Koa66.register (f:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:262:21)\n' + - ' at Koa66. [as get] (f:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:327:30)\n' + - ' at module.exports (f:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:20:12)\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:48\n' + - ' at Array.forEach ()\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (f:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:71:16)\n' + - ' at Object. (f:\\Highways4Good\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-08-10 17:10:26.846 - debug: [FS-LOGGER] Init. -2022-08-10 17:10:26.920 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-10 17:10:26.920 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-10 17:10:26.930 - error: [app] -{ - message: 'middleware must be a function', - stack: 'TypeError: middleware must be a function\n' + - ' at F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:269:23\n' + - ' at Array.forEach ()\n' + - ' at Koa66.register (F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:262:21)\n' + - ' at Koa66. [as get] (F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:327:30)\n' + - ' at module.exports (F:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:20:12)\n' + - ' at F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:48\n' + - ' at Array.forEach ()\n' + - ' at F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (F:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at F:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (F:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:71:16)\n' + - ' at Object. (F:\\Highways4Good\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-08-10 17:24:43.135 - debug: [FS-LOGGER] Init. -2022-08-10 17:24:43.211 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-10 17:24:43.211 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-10 17:24:43.221 - error: [app] -{ - message: 'middleware must be a function', - stack: 'TypeError: middleware must be a function\n' + - ' at F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:269:23\n' + - ' at Array.forEach ()\n' + - ' at Koa66.register (F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:262:21)\n' + - ' at Koa66. [as get] (F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:327:30)\n' + - ' at module.exports (F:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:20:12)\n' + - ' at F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:48\n' + - ' at Array.forEach ()\n' + - ' at F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (F:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at F:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (F:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:71:16)\n' + - ' at Object. (F:\\Highways4Good\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -2022-08-11 09:29:34.482 - debug: [FS-LOGGER] Init. -2022-08-11 09:29:34.563 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-11 09:29:34.564 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-11 09:29:34.575 - error: [app] -{ - message: 'middleware must be a function', - stack: 'TypeError: middleware must be a function\n' + - ' at F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:269:23\n' + - ' at Array.forEach ()\n' + - ' at Koa66.register (F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:262:21)\n' + - ' at Koa66. [as get] (F:\\Highways4Good\\api\\node_modules\\koa-66\\index.js:327:30)\n' + - ' at module.exports (F:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:20:12)\n' + - ' at F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:48\n' + - ' at Array.forEach ()\n' + - ' at F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (F:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (F:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at F:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()\n' + - ' at scaffold (F:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:71:16)\n' + - ' at Object. (F:\\Highways4Good\\api\\server.js:12:18)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)\n' + - ' at internal/main/run_main_module.js:17:47' -} -======= -2022-07-30 11:38:34.527 - debug: [FS-LOGGER] Init. -2022-07-30 11:38:34.600 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 11:38:34.600 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-30 11:40:20.216 - debug: [FS-LOGGER] Init. -2022-07-30 11:40:20.300 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 11:40:20.300 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-30 12:38:46.294 - debug: [FS-LOGGER] Init. -2022-07-30 12:38:46.394 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 12:38:46.394 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-30 14:19:21.439 - debug: [FS-LOGGER] Init. -2022-07-30 14:19:21.547 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 14:19:21.547 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-30 14:30:16.777 - error: path: /publicity, error: Error: Invalid value { - uid: -1659162615, - name: 'video.mp4', - status: 'done', - storageUrl: 'project/45017725-be73-4ec7-99a5-f57c2fde5682/video.mp4', - url: 'http://rfkimpwbb.hn-bkt.clouddn.com/project/45017725-be73-4ec7-99a5-f57c2fde5682/video.mp4', - size: 2172089 -} -2022-07-30 14:30:47.375 - error: path: /publicity, error: Error: Invalid value { - uid: -1659162647, - name: 'video.mp4', - status: 'done', - storageUrl: 'project/ec692a52-13e2-4bd1-80fb-5cae1386c782/video.mp4', - url: 'http://rfkimpwbb.hn-bkt.clouddn.com/project/ec692a52-13e2-4bd1-80fb-5cae1386c782/video.mp4', - size: 2172089 -} -2022-07-30 16:53:41.602 - error: path: /data/export, error: 参数错误 -2022-07-30 16:59:14.475 - debug: [FS-LOGGER] Init. -2022-07-30 16:59:14.573 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 16:59:14.573 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-30 17:19:58.438 - debug: [FS-LOGGER] Init. -2022-07-30 17:19:58.538 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 17:19:58.539 - info: [FS-AUTH] Inject auth and api mv into router. -2022-07-30 17:48:40.061 - debug: [FS-LOGGER] Init. -2022-07-30 17:48:40.152 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-07-30 17:48:40.152 - info: [FS-AUTH] Inject auth and api mv into router. -<<<<<<< Updated upstream ->>>>>>> d8f96cea72338cf7a61dea293bd6d0cd5da48bb0 -<<<<<<< HEAD -<<<<<<< HEAD -2022-08-12 09:20:22.775 - debug: [FS-LOGGER] Init. -2022-08-12 09:20:23.676 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:20:23.676 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 09:20:23.978 - error: [app] -{ - message: "Unexpected token '<<'", - stack: 'f:\\Highways4Good\\api\\app\\lib\\controllers\\data\\index.js:84\n' + - '<<<<<<< HEAD\n' + - '^^\n' + - '\n' + - "SyntaxError: Unexpected token '<<'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:915:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:963:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (f:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()' -} -2022-08-12 09:20:31.177 - debug: [FS-LOGGER] Init. -2022-08-12 09:20:31.259 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:20:31.259 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 09:20:31.270 - error: [app] -{ - message: "Unexpected token '<<'", - stack: 'f:\\Highways4Good\\api\\app\\lib\\controllers\\data\\index.js:84\n' + - '<<<<<<< HEAD\n' + - '^^\n' + - '\n' + - "SyntaxError: Unexpected token '<<'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:915:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:963:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (f:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()' -} -2022-08-12 09:22:44.217 - debug: [FS-LOGGER] Init. -2022-08-12 09:22:44.296 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:22:44.297 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 09:22:44.306 - error: [app] -{ - message: "Unexpected token '<<'", - stack: 'f:\\Highways4Good\\api\\app\\lib\\controllers\\data\\index.js:84\n' + - '<<<<<<< HEAD\n' + - '^^\n' + - '\n' + - "SyntaxError: Unexpected token '<<'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:915:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:963:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (f:\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()' -} -======= -======= -<<<<<<< Updated upstream ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -======= -2022-08-11 09:02:08.616 - debug: [FS-LOGGER] Init. -2022-08-11 09:02:08.699 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-11 09:02:08.699 - info: [FS-AUTH] Inject auth and api mv into router. ->>>>>>> Stashed changes -<<<<<<< HEAD ->>>>>>> 19b9beb06f6736a29ddc681ae749b4770d47bbb5 -2022-08-12 09:32:24.787 - debug: [FS-LOGGER] Init. -2022-08-12 09:32:24.871 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:32:24.871 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 11:04:42.222 - debug: [FS-LOGGER] Init. -2022-08-12 11:04:42.302 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 11:04:42.302 - info: [FS-AUTH] Inject auth and api mv into router. -======= -======= -2022-08-11 17:14:25.395 - debug: [FS-LOGGER] Init. -2022-08-11 17:14:25.473 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-11 17:14:25.473 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-11 17:14:25.482 - error: [app] -{ - message: "Unexpected token '<<'", - stack: 'f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\controllers\\data\\index.js:84\n' + - '<<<<<<< HEAD\n' + - '^^\n' + - '\n' + - "SyntaxError: Unexpected token '<<'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:915:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:963:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()' -} -2022-08-12 09:36:43.511 - debug: [FS-LOGGER] Init. -2022-08-12 09:36:43.599 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:36:43.599 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 09:36:43.608 - error: [app] -{ - message: "Unexpected token '<<'", - stack: 'f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\controllers\\data\\index.js:84\n' + - '<<<<<<< HEAD\n' + - '^^\n' + - '\n' + - "SyntaxError: Unexpected token '<<'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:915:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:963:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()' -} -2022-08-12 09:38:24.609 - debug: [FS-LOGGER] Init. -2022-08-12 09:38:24.681 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:38:24.681 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 09:38:24.690 - error: [app] -{ - message: "Unexpected token '<<'", - stack: 'f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\controllers\\data\\index.js:84\n' + - '<<<<<<< HEAD\n' + - '^^\n' + - '\n' + - "SyntaxError: Unexpected token '<<'\n" + - ' at wrapSafe (internal/modules/cjs/loader.js:915:16)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:963:27)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at Object. (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\data\\index.js:10:19)\n' + - ' at Module._compile (internal/modules/cjs/loader.js:999:30)\n' + - ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)\n' + - ' at Module.load (internal/modules/cjs/loader.js:863:32)\n' + - ' at Function.Module._load (internal/modules/cjs/loader.js:708:14)\n' + - ' at Module.require (internal/modules/cjs/loader.js:887:19)\n' + - ' at require (internal/modules/cjs/helpers.js:74:18)\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:11:17\n' + - ' at Array.forEach ()\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:9:60\n' + - ' at Array.forEach ()\n' + - ' at module.exports (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\routes\\index.js:7:31)\n' + - ' at Object.module.exports.entry (f:\\项目\\sihao\\Highways4Good\\api\\app\\lib\\index.js:21:14)\n' + - ' at f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\fs-web-server-scaffold\\index.js:74:20\n' + - ' at Array.forEach ()' -} ->>>>>>> Stashed changes -2022-08-12 09:49:59.887 - debug: [FS-LOGGER] Init. -2022-08-12 09:49:59.963 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:49:59.963 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 09:50:02.270 - debug: [FS-LOGGER] Init. -2022-08-12 09:50:02.347 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 09:50:02.347 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 10:11:27.603 - debug: [FS-LOGGER] Init. -2022-08-12 10:11:27.679 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 10:11:27.680 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 10:29:27.908 - debug: [FS-LOGGER] Init. -2022-08-12 10:29:27.985 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 10:29:27.985 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 10:29:45.743 - debug: [FS-LOGGER] Init. -2022-08-12 10:29:45.819 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 10:29:45.819 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 10:29:47.156 - debug: [FS-LOGGER] Init. -2022-08-12 10:29:47.233 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 10:29:47.233 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 10:30:43.735 - debug: [FS-LOGGER] Init. -2022-08-12 10:30:43.811 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 10:30:43.812 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 10:36:36.953 - debug: [FS-LOGGER] Init. -2022-08-12 10:36:37.032 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 10:36:37.032 - info: [FS-AUTH] Inject auth and api mv into router. ->>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 -2022-08-12 11:07:34.358 - debug: [FS-LOGGER] Init. -2022-08-12 11:07:34.438 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 11:07:34.438 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-12 11:07:40.465 - debug: [FS-LOGGER] Init. -2022-08-12 11:07:40.545 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 11:07:40.545 - info: [FS-AUTH] Inject auth and api mv into router. -<<<<<<< Updated upstream -2022-08-12 15:35:49.622 - debug: [FS-LOGGER] Init. -2022-08-12 15:35:49.700 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-12 15:35:49.700 - info: [FS-AUTH] Inject auth and api mv into router. -======= -<<<<<<< Updated upstream -2022-08-25 16:36:38.540 - debug: [FS-LOGGER] Init. -2022-08-25 16:36:38.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 16:36:38.626 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-25 16:59:51.659 - debug: [FS-LOGGER] Init. -2022-08-25 16:59:51.742 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 16:59:51.742 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-26 11:12:28.406 - debug: [FS-LOGGER] Init. -2022-08-26 11:12:28.488 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-26 11:12:28.489 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-29 16:04:37.717 - debug: [FS-LOGGER] Init. -2022-08-29 16:04:38.471 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-29 16:04:38.471 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-29 16:12:00.460 - debug: [FS-LOGGER] Init. -2022-08-29 16:12:00.541 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-29 16:12:00.541 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-30 09:43:41.776 - debug: [FS-LOGGER] Init. -2022-08-30 09:43:42.448 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-30 09:43:42.448 - info: [FS-AUTH] Inject auth and api mv into router. ->>>>>>> Stashed changes -<<<<<<< Updated upstream -2022-08-30 16:36:05.846 - debug: [FS-LOGGER] Init. -2022-08-30 16:36:05.939 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-30 16:36:05.939 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-30 16:36:13.025 - debug: [FS-LOGGER] Init. -2022-08-30 16:36:13.105 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-30 16:36:13.105 - info: [FS-AUTH] Inject auth and api mv into router. -======= ->>>>>>> Stashed changes -======= -2022-08-25 14:22:05.295 - debug: [FS-LOGGER] Init. -2022-08-25 14:22:07.381 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 14:22:07.382 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-25 14:22:49.419 - debug: [FS-LOGGER] Init. -2022-08-25 14:22:49.501 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 14:22:49.501 - info: [FS-AUTH] Inject auth and api mv into router. ->>>>>>> Stashed changes -2022-08-25 14:47:29.269 - debug: [FS-LOGGER] Init. -2022-08-25 14:47:29.347 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 14:47:29.347 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-25 14:49:07.574 - debug: [FS-LOGGER] Init. -2022-08-25 14:49:07.652 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 14:49:07.653 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-25 14:50:22.022 - debug: [FS-LOGGER] Init. -2022-08-25 14:50:22.096 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-25 14:50:22.096 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-31 20:42:09.758 - debug: [FS-LOGGER] Init. -2022-08-31 20:42:11.288 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-31 20:42:11.288 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-31 21:11:04.831 - debug: [FS-LOGGER] Init. -2022-08-31 21:11:04.913 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-31 21:11:04.913 - info: [FS-AUTH] Inject auth and api mv into router. -2022-08-31 21:11:34.545 - debug: [FS-LOGGER] Init. -2022-08-31 21:11:34.625 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-08-31 21:11:34.625 - info: [FS-AUTH] Inject auth and api mv into router. ->>>>>>> Stashed changes -2022-09-01 01:09:46.801 - debug: [FS-LOGGER] Init. -2022-09-01 01:09:47.410 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-01 01:09:47.410 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-01 16:38:47.964 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\raw-body\\index.js:238:10)\n' + - ' at IncomingMessage.emit (events.js:314:20)\n' + - ' at abortIncoming (_http_server.js:533:9)\n' + - ' at socketOnClose (_http_server.js:526:3)\n' + - ' at Socket.emit (events.js:326:22)\n' + - ' at TCP. (net.js:675:12)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 234, - length: 234, - received: 190, - type: 'request.aborted' -} -2022-09-01 16:41:01.852 - error: [FS-ERRHD] -{ - message: 'request aborted', - stack: 'BadRequestError: request aborted\n' + - ' at IncomingMessage.onAborted (f:\\项目\\sihao\\Highways4Good\\api\\node_modules\\raw-body\\index.js:238:10)\n' + - ' at IncomingMessage.emit (events.js:314:20)\n' + - ' at abortIncoming (_http_server.js:533:9)\n' + - ' at socketOnClose (_http_server.js:526:3)\n' + - ' at Socket.emit (events.js:326:22)\n' + - ' at TCP. (net.js:675:12)\n' + - ' at TCP.callbackTrampoline (internal/async_hooks.js:126:14)', - name: 'BadRequestError', - code: 'ECONNABORTED', - expected: 175, - length: 175, - received: 146, - type: 'request.aborted' -} -2022-09-01 17:03:43.087 - debug: [FS-LOGGER] Init. -2022-09-01 17:03:44.040 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-01 17:03:44.040 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-01 17:07:15.155 - debug: [FS-LOGGER] Init. -2022-09-01 17:07:15.234 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-01 17:07:15.234 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-01 17:07:18.088 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined -2022-09-01 17:12:04.208 - debug: [FS-LOGGER] Init. -2022-09-01 17:12:04.286 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-01 17:12:04.287 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-01 17:12:06.685 - debug: [FS-LOGGER] Init. -2022-09-01 17:12:06.763 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-01 17:12:06.763 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-01 17:13:23.786 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined -2022-09-01 17:20:58.071 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined -2022-09-01 17:26:53.932 - error: path: /department, error: TypeError: Cannot read property 'userInfo' of undefined -2022-09-01 18:25:21.474 - debug: [FS-LOGGER] Init. -2022-09-01 18:25:22.990 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-01 18:25:22.990 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-02 15:33:27.837 - debug: [FS-LOGGER] Init. -2022-09-02 15:33:29.977 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-02 15:33:29.978 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-05 14:03:29.503 - debug: [FS-LOGGER] Init. -2022-09-05 14:03:31.226 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-05 14:03:31.226 - info: [FS-AUTH] Inject auth and api mv into router. -2022-09-05 15:40:10.680 - debug: [FS-LOGGER] Init. -2022-09-05 15:40:11.273 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2022-09-05 15:40:11.273 - info: [FS-AUTH] Inject auth and api mv into router. -2023-06-27 15:28:45.497 - debug: [FS-LOGGER] Init. -2023-06-27 15:28:46.411 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2023-06-27 15:28:46.411 - info: [FS-AUTH] Inject auth and api mv into router. -2023-06-27 15:56:55.756 - debug: [FS-LOGGER] Init. -2023-06-27 15:56:56.357 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2023-06-27 15:56:56.358 - info: [FS-AUTH] Inject auth and api mv into router. -2023-06-27 16:32:17.216 - debug: [FS-LOGGER] Init. -2023-06-27 16:32:17.767 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2023-06-27 16:32:17.768 - info: [FS-AUTH] Inject auth and api mv into router. -2023-06-27 18:48:13.296 - debug: [FS-LOGGER] Init. -2023-06-27 18:48:13.664 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2023-06-27 18:48:13.664 - info: [FS-AUTH] Inject auth and api mv into router. -2023-06-27 20:02:06.352 - debug: [FS-LOGGER] Init. -2023-06-27 20:02:06.794 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2023-06-27 20:02:06.795 - info: [FS-AUTH] Inject auth and api mv into router. -2023-07-12 14:02:42.806 - debug: [FS-LOGGER] Init. -2023-07-12 14:02:45.494 - info: [FS-ATTACHMENT] Inject attachment mw into router. -2023-07-12 14:02:45.494 - info: [FS-AUTH] Inject auth and api mv into router. diff --git a/api/yarn.lock b/api/yarn.lock deleted file mode 100644 index 174933da..00000000 --- a/api/yarn.lock +++ /dev/null @@ -1,4546 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@apidevtools/json-schema-ref-parser@^9.0.6": - version "9.0.9" - resolved "http://10.8.30.22:7000/@apidevtools%2fjson-schema-ref-parser/-/json-schema-ref-parser-9.0.9.tgz#d720f9256e3609621280584f2b47ae165359268b" - integrity sha512-GBD2Le9w2+lVFoc4vswGI/TjkNIZSVp7+9xPf+X3uidBfWnAeUWmquteSyt0+VCrhNMWj/FTABISQrD3Z/YA+w== - dependencies: - "@jsdevtools/ono" "^7.1.3" - "@types/json-schema" "^7.0.6" - call-me-maybe "^1.0.1" - js-yaml "^4.1.0" - -"@apidevtools/openapi-schemas@^2.0.4": - version "2.1.0" - resolved "http://10.8.30.22:7000/@apidevtools%2fopenapi-schemas/-/openapi-schemas-2.1.0.tgz#9fa08017fb59d80538812f03fc7cac5992caaa17" - integrity sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ== - -"@apidevtools/swagger-methods@^3.0.2": - version "3.0.2" - resolved "http://10.8.30.22:7000/@apidevtools%2fswagger-methods/-/swagger-methods-3.0.2.tgz#b789a362e055b0340d04712eafe7027ddc1ac267" - integrity sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg== - -"@apidevtools/swagger-parser@10.0.2": - version "10.0.2" - resolved "http://10.8.30.22:7000/@apidevtools%2fswagger-parser/-/swagger-parser-10.0.2.tgz#f4145afb7c3a3bafe0376f003b5c3bdeae17a952" - integrity sha512-JFxcEyp8RlNHgBCE98nwuTkZT6eNFPc1aosWV6wPcQph72TSEEu1k3baJD4/x1qznU+JiDdz8F5pTwabZh+Dhg== - dependencies: - "@apidevtools/json-schema-ref-parser" "^9.0.6" - "@apidevtools/openapi-schemas" "^2.0.4" - "@apidevtools/swagger-methods" "^3.0.2" - "@jsdevtools/ono" "^7.1.3" - call-me-maybe "^1.0.1" - z-schema "^4.2.3" - -"@babel/code-frame@^7.0.0": - version "7.18.6" - resolved "http://10.8.30.22:7000/@babel%2fcode-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== - dependencies: - "@babel/highlight" "^7.18.6" - -"@babel/helper-validator-identifier@^7.18.6": - version "7.18.6" - resolved "http://10.8.30.22:7000/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" - integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== - -"@babel/highlight@^7.18.6": - version "7.18.6" - resolved "http://10.8.30.22:7000/@babel%2fhighlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== - dependencies: - "@babel/helper-validator-identifier" "^7.18.6" - chalk "^2.0.0" - js-tokens "^4.0.0" - -"@babel/runtime@^7.8.4": - version "7.18.9" - resolved "http://10.8.30.22:7000/@babel%2fruntime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a" - integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw== - dependencies: - regenerator-runtime "^0.13.4" - -"@fs/attachment@^1.0.0": - version "1.0.2" - resolved "http://10.8.30.22:7000/@fs%2fattachment/-/attachment-1.0.2.tgz#5ea035b79defb08f86119cb873912747a6a1570d" - integrity sha512-0VasG0sOX1G8A4FBP7dtKPTKbEyFtUsycsVxoypuX8Xj3qBOadqi8vllbpbAgPgdglOAJQQo/2vWiPxoFkzGrA== - dependencies: - async-busboy "^1.0.1" - fs-extra "^9.1.0" - qiniu "^7.1.1" - superagent "^6.1.0" - uuid "^3.1.0" - -"@jsdevtools/ono@^7.1.3": - version "7.1.3" - resolved "http://10.8.30.22:7000/@jsdevtools%2fono/-/ono-7.1.3.tgz#9df03bbd7c696a5c58885c34aa06da41c8543796" - integrity sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg== - -"@tootallnate/once@1": - version "1.1.2" - resolved "http://10.8.30.22:7000/@tootallnate%2fonce/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" - integrity sha1-zLkURTYBeaBOf+av94wA/8Hur4I= - -"@types/accepts@*": - version "1.3.5" - resolved "http://10.8.30.22:7000/@types%2faccepts/-/accepts-1.3.5.tgz#c34bec115cfc746e04fe5a059df4ce7e7b391575" - integrity sha1-w0vsEVz8dG4E/loFnfTOfns5FXU= - dependencies: - "@types/node" "*" - -"@types/body-parser@*": - version "1.19.2" - resolved "http://10.8.30.22:7000/@types%2fbody-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" - integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== - dependencies: - "@types/connect" "*" - "@types/node" "*" - -"@types/connect@*": - version "3.4.35" - resolved "http://10.8.30.22:7000/@types%2fconnect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" - integrity sha1-X89q5EXkAh0fwiGaSHPMc6O7KtE= - dependencies: - "@types/node" "*" - -"@types/content-disposition@*": - version "0.5.5" - resolved "http://10.8.30.22:7000/@types%2fcontent-disposition/-/content-disposition-0.5.5.tgz#650820e95de346e1f84e30667d168c8fd25aa6e3" - integrity sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA== - -"@types/cookies@*": - version "0.7.7" - resolved "http://10.8.30.22:7000/@types%2fcookies/-/cookies-0.7.7.tgz#7a92453d1d16389c05a5301eef566f34946cfd81" - integrity sha1-epJFPR0WOJwFpTAe71ZvNJRs/YE= - dependencies: - "@types/connect" "*" - "@types/express" "*" - "@types/keygrip" "*" - "@types/node" "*" - -"@types/express-serve-static-core@^4.17.18": - version "4.17.29" - resolved "http://10.8.30.22:7000/@types%2fexpress-serve-static-core/-/express-serve-static-core-4.17.29.tgz#2a1795ea8e9e9c91b4a4bbe475034b20c1ec711c" - integrity sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q== - dependencies: - "@types/node" "*" - "@types/qs" "*" - "@types/range-parser" "*" - -"@types/express@*": - version "4.17.13" - resolved "http://10.8.30.22:7000/@types%2fexpress/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" - integrity sha1-p24plXKJmbq1GjP6vOHXBaNwkDQ= - dependencies: - "@types/body-parser" "*" - "@types/express-serve-static-core" "^4.17.18" - "@types/qs" "*" - "@types/serve-static" "*" - -"@types/geojson@^1.0.0": - version "1.0.6" - resolved "http://10.8.30.22:7000/@types%2fgeojson/-/geojson-1.0.6.tgz#3e02972728c69248c2af08d60a48cbb8680fffdf" - integrity sha1-PgKXJyjGkkjCrwjWCkjLuGgP/98= - -"@types/geojson@^7946.0.0 || ^1.0.0": - version "7946.0.10" - resolved "http://10.8.30.22:7000/@types%2fgeojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249" - integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA== - -"@types/http-assert@*": - version "1.5.3" - resolved "http://10.8.30.22:7000/@types%2fhttp-assert/-/http-assert-1.5.3.tgz#ef8e3d1a8d46c387f04ab0f2e8ab8cb0c5078661" - integrity sha1-7449Go1Gw4fwSrDy6KuMsMUHhmE= - -"@types/http-errors@*": - version "1.8.2" - resolved "http://10.8.30.22:7000/@types%2fhttp-errors/-/http-errors-1.8.2.tgz#7315b4c4c54f82d13fa61c228ec5c2ea5cc9e0e1" - integrity sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w== - -"@types/json-schema@^7.0.6": - version "7.0.11" - resolved "http://10.8.30.22:7000/@types%2fjson-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - -"@types/keygrip@*": - version "1.0.2" - resolved "http://10.8.30.22:7000/@types%2fkeygrip/-/keygrip-1.0.2.tgz#513abfd256d7ad0bf1ee1873606317b33b1b2a72" - integrity sha1-UTq/0lbXrQvx7hhzYGMXszsbKnI= - -"@types/koa-compose@*": - version "3.2.5" - resolved "http://10.8.30.22:7000/@types%2fkoa-compose/-/koa-compose-3.2.5.tgz#85eb2e80ac50be95f37ccf8c407c09bbe3468e9d" - integrity sha1-hesugKxQvpXzfM+MQHwJu+NGjp0= - dependencies: - "@types/koa" "*" - -"@types/koa@*", "@types/koa@^2.13.4": - version "2.13.5" - resolved "http://10.8.30.22:7000/@types%2fkoa/-/koa-2.13.5.tgz#64b3ca4d54e08c0062e89ec666c9f45443b21a61" - integrity sha512-HSUOdzKz3by4fnqagwthW/1w/yJspTgppyyalPVbgZf8jQWvdIXcVW5h2DGtw4zYntOaeRGx49r1hxoPWrD4aA== - dependencies: - "@types/accepts" "*" - "@types/content-disposition" "*" - "@types/cookies" "*" - "@types/http-assert" "*" - "@types/http-errors" "*" - "@types/keygrip" "*" - "@types/koa-compose" "*" - "@types/node" "*" - -"@types/mime@^1": - version "1.3.2" - resolved "http://10.8.30.22:7000/@types%2fmime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" - integrity sha1-k+Jb+e51/g/YC1lLxP6w6GIRG1o= - -"@types/node@*": - version "18.0.6" - resolved "http://10.8.30.22:7000/@types%2fnode/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7" - integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== - -"@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "http://10.8.30.22:7000/@types%2fnormalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" - integrity sha1-0zV0eaD9/dWQf+Z+F+CoXJBuEwE= - -"@types/qs@*": - version "6.9.7" - resolved "http://10.8.30.22:7000/@types%2fqs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" - integrity sha1-Y7t9Bn2xB8weRXwwO8JdUR/r9ss= - -"@types/range-parser@*": - version "1.2.4" - resolved "http://10.8.30.22:7000/@types%2frange-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" - integrity sha1-zWZ7z90CUhOq+3ylkVqTJZCs3Nw= - -"@types/serve-static@*": - version "1.13.10" - resolved "http://10.8.30.22:7000/@types%2fserve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" - integrity sha1-9eDOh5fS18xevtpIpSyWxPpHqNk= - dependencies: - "@types/mime" "^1" - "@types/node" "*" - -accepts@1.3.3: - version "1.3.3" - resolved "http://10.8.30.22:7000/accepts/-/accepts-1.3.3.tgz#c3ca7434938648c3e0d9c1e328dd68b622c284ca" - integrity sha1-w8p0NJOGSMPg2cHjKN1otiLChMo= - dependencies: - mime-types "~2.1.11" - negotiator "0.6.1" - -accepts@^1.3.5: - version "1.3.8" - resolved "http://10.8.30.22:7000/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" - integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== - dependencies: - mime-types "~2.1.34" - negotiator "0.6.3" - -acorn-walk@^8.2.0: - version "8.2.0" - resolved "http://10.8.30.22:7000/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" - integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== - -acorn@^8.7.0: - version "8.7.1" - resolved "http://10.8.30.22:7000/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" - integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== - -address@>=0.0.1: - version "1.2.0" - resolved "http://10.8.30.22:7000/address/-/address-1.2.0.tgz#d352a62c92fee90f89a693eccd2a8b2139ab02d9" - integrity sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig== - -adler-32@~1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/adler-32/-/adler-32-1.2.0.tgz#6a3e6bf0a63900ba15652808cb15c6813d1a5f25" - integrity sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU= - dependencies: - exit-on-epipe "~1.0.1" - printj "~1.1.0" - -adler-32@~1.3.0: - version "1.3.1" - resolved "http://10.8.30.22:7000/adler-32/-/adler-32-1.3.1.tgz#1dbf0b36dda0012189a32b3679061932df1821e2" - integrity sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A== - -after@0.8.2: - version "0.8.2" - resolved "http://10.8.30.22:7000/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f" - integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8= - -agent-base@6, agent-base@^6.0.0, agent-base@^6.0.2: - version "6.0.2" - resolved "http://10.8.30.22:7000/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" - integrity sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c= - dependencies: - debug "4" - -agentkeepalive@^4.0.2: - version "4.2.1" - resolved "http://10.8.30.22:7000/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" - integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" - -ajv@^6.12.3: - version "6.12.6" - resolved "http://10.8.30.22:7000/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ= - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ansi-colors@3.2.3: - version "3.2.3" - resolved "http://10.8.30.22:7000/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813" - integrity sha1-V9NbhoboUeLMBMQD8cACA5dqGBM= - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.1" - resolved "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" - integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== - -ansi-regex@^4.1.0: - version "4.1.1" - resolved "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" - integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== - -ansi-regex@^5.0.1: - version "5.0.1" - resolved "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0= - dependencies: - color-convert "^1.9.0" - -any-promise@^1.0.0, any-promise@^1.1.0, any-promise@^1.3.0: - version "1.3.0" - resolved "http://10.8.30.22:7000/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= - -aproba@^1.0.3: - version "1.2.0" - resolved "http://10.8.30.22:7000/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha1-aALmJk79GMeQobDVF/DyYnvyyUo= - -archiver-utils@^2.0.0, archiver-utils@^2.1.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" - integrity sha1-6KRg6UtpPD49oYKgmMpihbqSSeI= - dependencies: - glob "^7.1.4" - graceful-fs "^4.2.0" - lazystream "^1.0.0" - lodash.defaults "^4.2.0" - lodash.difference "^4.5.0" - lodash.flatten "^4.4.0" - lodash.isplainobject "^4.0.6" - lodash.union "^4.6.0" - normalize-path "^3.0.0" - readable-stream "^2.0.0" - -archiver@3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/archiver/-/archiver-3.0.0.tgz#50b2628cf032adcbf35d35d111b5324db95bfb69" - integrity sha1-ULJijPAyrcvzXTXREbUyTblb+2k= - dependencies: - archiver-utils "^2.0.0" - async "^2.0.0" - buffer-crc32 "^0.2.1" - glob "^7.0.0" - readable-stream "^2.0.0" - tar-stream "^1.5.0" - zip-stream "^2.0.1" - -are-we-there-yet@~1.1.2: - version "1.1.7" - resolved "http://10.8.30.22:7000/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146" - integrity sha1-sVR0qTKtq0/4pQ2a36fk6SbyEUY= - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -argparse@^1.0.7: - version "1.0.10" - resolved "http://10.8.30.22:7000/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE= - dependencies: - sprintf-js "~1.0.2" - -argparse@^2.0.1: - version "2.0.1" - resolved "http://10.8.30.22:7000/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg= - -args@^3.0.7: - version "3.0.8" - resolved "http://10.8.30.22:7000/args/-/args-3.0.8.tgz#2f425ab639c69d74ff728f3d7c6e93b97b91af7c" - integrity sha1-L0JatjnGnXT/co89fG6TuXuRr3w= - dependencies: - camelcase "4.1.0" - chalk "2.1.0" - mri "1.1.0" - pkginfo "0.4.1" - string-similarity "1.2.0" - -array.prototype.reduce@^1.0.4: - version "1.0.4" - resolved "http://10.8.30.22:7000/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz#8167e80089f78bff70a99e20bd4201d4663b0a6f" - integrity sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.2" - es-array-method-boxes-properly "^1.0.0" - is-string "^1.0.7" - -arraybuffer.slice@0.0.6: - version "0.0.6" - resolved "http://10.8.30.22:7000/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz#f33b2159f0532a3f3107a272c0ccfbd1ad2979ca" - integrity sha1-8zshWfBTKj8xB6JywMz70a0peco= - -asn1@~0.2.3: - version "0.2.6" - resolved "http://10.8.30.22:7000/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d" - integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -ast-types@^0.13.2: - version "0.13.4" - resolved "http://10.8.30.22:7000/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782" - integrity sha1-7g13s0MmOWXsw/ti2hbnIisrZ4I= - dependencies: - tslib "^2.0.1" - -async-busboy@^0.7.0: - version "0.7.0" - resolved "http://10.8.30.22:7000/async-busboy/-/async-busboy-0.7.0.tgz#55a69805f87ac7c1e4022288e7549e94c775ba56" - integrity sha1-VaaYBfh6x8HkAiKI51SelMd1ulY= - dependencies: - busboy "^0.2.12" - -async-busboy@^1.0.1: - version "1.1.0" - resolved "http://10.8.30.22:7000/async-busboy/-/async-busboy-1.1.0.tgz#7511ace723c41e2986e0f5d7cf144888c1d6df66" - integrity sha1-dRGs5yPEHimG4PXXzxRIiMHW32Y= - dependencies: - busboy "^0.3.1" - -async@^2.0.0, async@^2.5.0: - version "2.6.4" - resolved "http://10.8.30.22:7000/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" - integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== - dependencies: - lodash "^4.17.14" - -async@^3.2.3: - version "3.2.4" - resolved "http://10.8.30.22:7000/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" - integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== - -async@~0.2.7: - version "0.2.10" - resolved "http://10.8.30.22:7000/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1" - integrity sha1-trvgsGdLnXGXCMo43owjfLUmw9E= - -asynckit@^0.4.0: - version "0.4.0" - resolved "http://10.8.30.22:7000/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -at-least-node@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" - integrity sha1-YCzUtG6EStTv/JKoARo8RuAjjcI= - -aws-sign2@~0.7.0: - version "0.7.0" - resolved "http://10.8.30.22:7000/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.11.0" - resolved "http://10.8.30.22:7000/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk= - -backo2@1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" - integrity sha1-MasayLEpNjRj41s+u2n038+6eUc= - -balanced-match@^1.0.0: - version "1.0.2" - resolved "http://10.8.30.22:7000/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4= - -base64-arraybuffer@0.1.5: - version "0.1.5" - resolved "http://10.8.30.22:7000/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8" - integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg= - -base64-js@^1.3.1: - version "1.5.1" - resolved "http://10.8.30.22:7000/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha1-GxtEAWClv3rUC2UPCVljSBkDkwo= - -base64id@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/base64id/-/base64id-1.0.0.tgz#47688cb99bb6804f0e06d3e763b1c32e57d8e6b6" - integrity sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY= - -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "http://10.8.30.22:7000/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - -before@^0.0.1: - version "0.0.1" - resolved "http://10.8.30.22:7000/before/-/before-0.0.1.tgz#d21270e98747e9097253441e868adb325ae72dda" - integrity sha1-0hJw6YdH6QlyU0QehorbMlrnLdo= - -better-assert@~1.0.0: - version "1.0.2" - resolved "http://10.8.30.22:7000/better-assert/-/better-assert-1.0.2.tgz#40866b9e1b9e0b55b481894311e68faffaebc522" - integrity sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI= - dependencies: - callsite "1.0.0" - -better-xlsx@^0.7.6: - version "0.7.6" - resolved "http://10.8.30.22:7000/better-xlsx/-/better-xlsx-0.7.6.tgz#dc9bdbc303ecdb74823f9582c608d9f6879f4b51" - integrity sha1-3JvbwwPs23SCP5WCxgjZ9oefS1E= - dependencies: - "@babel/runtime" "^7.8.4" - jszip "^3.2.2" - kind-of "^6.0.3" - -binary@~0.3.0: - version "0.3.0" - resolved "http://10.8.30.22:7000/binary/-/binary-0.3.0.tgz#9f60553bc5ce8c3386f3b553cff47462adecaa79" - integrity sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk= - dependencies: - buffers "~0.1.1" - chainsaw "~0.1.0" - -bindings@^1.3.1: - version "1.5.0" - resolved "http://10.8.30.22:7000/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" - integrity sha1-EDU8npRTNLwFEabZCzj7x8nFBN8= - dependencies: - file-uri-to-path "1.0.0" - -bl@^1.0.0, bl@^1.2.0: - version "1.2.3" - resolved "http://10.8.30.22:7000/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7" - integrity sha1-Ho3YAULqyA1xWMnczAR/tiDgNec= - dependencies: - readable-stream "^2.3.5" - safe-buffer "^5.1.1" - -blob@0.0.4: - version "0.0.4" - resolved "http://10.8.30.22:7000/blob/-/blob-0.0.4.tgz#bcf13052ca54463f30f9fc7e95b9a47630a94921" - integrity sha1-vPEwUspURj8w+fx+lbmkdjCpSSE= - -block-stream2@^2.0.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/block-stream2/-/block-stream2-2.1.0.tgz#ac0c5ef4298b3857796e05be8ebed72196fa054b" - integrity sha1-rAxe9CmLOFd5bgW+jr7XIZb6BUs= - dependencies: - readable-stream "^3.4.0" - -bluebird@^3.0.0, bluebird@^3.4.6, bluebird@^3.5.0: - version "3.7.2" - resolved "http://10.8.30.22:7000/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha1-nyKcFb4nJFT/qXOs4NvueaGww28= - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "http://10.8.30.22:7000/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0= - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -browser-stdout@1.3.1: - version "1.3.1" - resolved "http://10.8.30.22:7000/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" - integrity sha1-uqVZ7hTO1zRSIputcyZGfGH6vWA= - -buffer-alloc-unsafe@^1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" - integrity sha1-vX3CauKXLQ7aJTvgYdupkjScGfA= - -buffer-alloc@^1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/buffer-alloc/-/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.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.5: - version "0.2.13" - resolved "http://10.8.30.22:7000/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= - -buffer-fill@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" - integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= - -buffer-writer@2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/buffer-writer/-/buffer-writer-2.0.0.tgz#ce7eb81a38f7829db09c873f2fbb792c0c98ec04" - integrity sha1-zn64Gjj3gp2wnIc/L7t5LAyY7AQ= - -buffer@^5.1.0: - version "5.7.1" - resolved "http://10.8.30.22:7000/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha1-umLnwTEzBTWCGXFghRqPZI6Z7tA= - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -buffermaker@~1.2.0: - version "1.2.1" - resolved "http://10.8.30.22:7000/buffermaker/-/buffermaker-1.2.1.tgz#0631f92b891a84b750f1036491ac857c734429f4" - integrity sha1-BjH5K4kahLdQ8QNkkayFfHNEKfQ= - dependencies: - long "1.1.2" - -buffers@~0.1.1: - version "0.1.1" - resolved "http://10.8.30.22:7000/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb" - integrity sha1-skV5w77U1tOWru5tmorn9Ugqt7s= - -busboy@^0.2.12: - version "0.2.14" - resolved "http://10.8.30.22:7000/busboy/-/busboy-0.2.14.tgz#6c2a622efcf47c57bbbe1e2a9c37ad36c7925453" - integrity sha1-bCpiLvz0fFe7vh4qnDetNseSVFM= - dependencies: - dicer "0.2.5" - readable-stream "1.1.x" - -busboy@^0.3.1: - version "0.3.1" - resolved "http://10.8.30.22:7000/busboy/-/busboy-0.3.1.tgz#170899274c5bf38aae27d5c62b71268cd585fd1b" - integrity sha1-FwiZJ0xb84quJ9XGK3EmjNWF/Rs= - dependencies: - dicer "0.3.0" - -bytes@1: - version "1.0.0" - resolved "http://10.8.30.22:7000/bytes/-/bytes-1.0.0.tgz#3569ede8ba34315fab99c3e92cb04c7220de1fa8" - integrity sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g= - -bytes@2.4.0: - version "2.4.0" - resolved "http://10.8.30.22:7000/bytes/-/bytes-2.4.0.tgz#7d97196f9d5baf7f6935e25985549edd2a6c2339" - integrity sha1-fZcZb51br39pNeJZhVSe3SpsIzk= - -bytes@3.1.2: - version "3.1.2" - resolved "http://10.8.30.22:7000/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" - integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== - -cache-content-type@^1.0.0: - version "1.0.1" - resolved "http://10.8.30.22:7000/cache-content-type/-/cache-content-type-1.0.1.tgz#035cde2b08ee2129f4a8315ea8f00a00dba1453c" - integrity sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== - dependencies: - mime-types "^2.1.18" - ylru "^1.2.0" - -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw= - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -call-me-maybe@^1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" - integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= - -callsite@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/callsite/-/callsite-1.0.0.tgz#280398e5d664bd74038b6f0905153e6e8af1bc20" - integrity sha1-KAOY5dZkvXQDi28JBRU+borxvCA= - -camelcase@4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - -camelcase@^5.0.0: - version "5.3.1" - resolved "http://10.8.30.22:7000/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -caseless@~0.12.0: - version "0.12.0" - resolved "http://10.8.30.22:7000/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -cfb@^1.1.4: - version "1.2.2" - resolved "http://10.8.30.22:7000/cfb/-/cfb-1.2.2.tgz#94e687628c700e5155436dac05f74e08df23bc44" - integrity sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA== - dependencies: - adler-32 "~1.3.0" - crc-32 "~1.2.0" - -chainsaw@~0.1.0: - version "0.1.0" - resolved "http://10.8.30.22:7000/chainsaw/-/chainsaw-0.1.0.tgz#5eab50b28afe58074d0d58291388828b5e5fbc98" - integrity sha1-XqtQsor+WAdNDVgpE4iCi15fvJg= - dependencies: - traverse ">=0.3.0 <0.4" - -chalk@2.1.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e" - integrity sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ== - dependencies: - ansi-styles "^3.1.0" - escape-string-regexp "^1.0.5" - supports-color "^4.0.0" - -chalk@^1.1.3: - version "1.1.3" - resolved "http://10.8.30.22:7000/chalk/-/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.0.0, chalk@^2.0.1: - version "2.4.2" - resolved "http://10.8.30.22:7000/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chownr@^1.0.1: - version "1.1.4" - resolved "http://10.8.30.22:7000/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" - integrity sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs= - -cliui@^5.0.0: - version "5.0.0" - resolved "http://10.8.30.22:7000/cliui/-/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" - -cls-bluebird@^2.1.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/cls-bluebird/-/cls-bluebird-2.1.0.tgz#37ef1e080a8ffb55c2f4164f536f1919e7968aee" - integrity sha1-N+8eCAqP+1XC9BZPU28ZGeeWiu4= - dependencies: - is-bluebird "^1.0.2" - shimmer "^1.1.0" - -cluster-key-slot@^1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz#30474b2a981fb12172695833052bc0d01336d10d" - integrity sha1-MEdLKpgfsSFyaVgzBSvA0BM20Q0= - -co-body@^4.0.0: - version "4.2.0" - resolved "http://10.8.30.22:7000/co-body/-/co-body-4.2.0.tgz#74df20fa73262125dc45482af04e342ea8db3515" - integrity sha1-dN8g+nMmISXcRUgq8E40LqjbNRU= - dependencies: - inflation "~2.0.0" - qs "~4.0.0" - raw-body "~2.1.2" - type-is "~1.6.6" - -co-body@^5.1.0: - version "5.2.0" - resolved "http://10.8.30.22:7000/co-body/-/co-body-5.2.0.tgz#5a0a658c46029131e0e3a306f67647302f71c124" - integrity sha1-WgpljEYCkTHg46MG9nZHMC9xwSQ= - dependencies: - inflation "^2.0.0" - qs "^6.4.0" - raw-body "^2.2.0" - type-is "^1.6.14" - -co-request@^0.2.0: - version "0.2.1" - resolved "http://10.8.30.22:7000/co-request/-/co-request-0.2.1.tgz#6428c002ad4229b3eda6725022aeccf273bee3fb" - integrity sha1-ZCjAAq1CKbPtpnJQIq7M8nO+4/s= - dependencies: - request "*" - -co@^4.6.0: - version "4.6.0" - resolved "http://10.8.30.22:7000/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -code-point-at@^1.0.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -codepage@~1.14.0: - version "1.14.0" - resolved "http://10.8.30.22:7000/codepage/-/codepage-1.14.0.tgz#8cbe25481323559d7d307571b0fff91e7a1d2f99" - integrity sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k= - dependencies: - commander "~2.14.1" - exit-on-epipe "~1.0.1" - -color-convert@^1.9.0: - version "1.9.3" - resolved "http://10.8.30.22:7000/color-convert/-/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 "http://10.8.30.22:7000/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -colors@1.0.x: - version "1.0.3" - resolved "http://10.8.30.22:7000/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" - integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= - -combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: - version "1.0.8" - resolved "http://10.8.30.22:7000/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha1-w9RaizT9cwYxoRCoolIGgrMdWn8= - dependencies: - delayed-stream "~1.0.0" - -commander@6.2.0: - version "6.2.0" - resolved "http://10.8.30.22:7000/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75" - integrity sha1-uZC/uKwDCu3G0RvATRSI/+9W23U= - -commander@^2.7.1: - version "2.20.3" - resolved "http://10.8.30.22:7000/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha1-/UhehMA+tIgcIHIrpIA16FMa6zM= - -commander@~2.14.1: - version "2.14.1" - resolved "http://10.8.30.22:7000/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa" - integrity sha1-IjUSPjevjKPGXfRbAm29NXsBuao= - -commander@~2.17.1: - version "2.17.1" - resolved "http://10.8.30.22:7000/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" - integrity sha1-vXerfebelCBc6sxy8XFtKfIKd78= - -component-bind@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/component-bind/-/component-bind-1.0.0.tgz#00c608ab7dcd93897c0009651b1d3a8e1e73bbd1" - integrity sha1-AMYIq33Nk4l8AAllGx06jh5zu9E= - -component-emitter@1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/component-emitter/-/component-emitter-1.1.2.tgz#296594f2753daa63996d2af08d15a95116c9aec3" - integrity sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM= - -component-emitter@1.2.1: - version "1.2.1" - resolved "http://10.8.30.22:7000/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6" - integrity sha1-E3kY1teCg/ffemt8WmPhQOaUJeY= - -component-emitter@^1.2.0, component-emitter@^1.3.0: - version "1.3.0" - resolved "http://10.8.30.22:7000/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A= - -component-inherit@0.0.3: - version "0.0.3" - resolved "http://10.8.30.22:7000/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143" - integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM= - -compress-commons@^2.1.1: - version "2.1.1" - resolved "http://10.8.30.22:7000/compress-commons/-/compress-commons-2.1.1.tgz#9410d9a534cf8435e3fbbb7c6ce48de2dc2f0610" - integrity sha1-lBDZpTTPhDXj+7t8bOSN4twvBhA= - dependencies: - buffer-crc32 "^0.2.13" - crc32-stream "^3.0.1" - normalize-path "^3.0.0" - readable-stream "^2.3.6" - -concat-map@0.0.1: - version "0.0.1" - resolved "http://10.8.30.22:7000/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -content-disposition@~0.5.2: - version "0.5.4" - resolved "http://10.8.30.22:7000/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" - integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== - dependencies: - safe-buffer "5.2.1" - -content-type@^1.0.2, content-type@^1.0.4: - version "1.0.4" - resolved "http://10.8.30.22:7000/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha1-4TjMdeBAxyexlm/l5fjJruJW/js= - -cookie@0.3.1: - version "0.3.1" - resolved "http://10.8.30.22:7000/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" - integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= - -cookiejar@^2.1.0, cookiejar@^2.1.2: - version "2.1.3" - resolved "http://10.8.30.22:7000/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc" - integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ== - -cookies@~0.8.0: - version "0.8.0" - resolved "http://10.8.30.22:7000/cookies/-/cookies-0.8.0.tgz#1293ce4b391740a8406e3c9870e828c4b54f3f90" - integrity sha1-EpPOSzkXQKhAbjyYcOgoxLVPP5A= - dependencies: - depd "~2.0.0" - keygrip "~1.1.0" - -copy-to@^2.0.1, copy-to@~2.0.1: - version "2.0.1" - resolved "http://10.8.30.22:7000/copy-to/-/copy-to-2.0.1.tgz#2680fbb8068a48d08656b6098092bdafc906f4a5" - integrity sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU= - -core-util-is@1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -core-util-is@~1.0.0: - version "1.0.3" - resolved "http://10.8.30.22:7000/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" - integrity sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U= - -crc-32@~1.2.0: - version "1.2.2" - resolved "http://10.8.30.22:7000/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff" - integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ== - -crc32-stream@^3.0.1: - version "3.0.1" - resolved "http://10.8.30.22:7000/crc32-stream/-/crc32-stream-3.0.1.tgz#cae6eeed003b0e44d739d279de5ae63b171b4e85" - integrity sha1-yubu7QA7DkTXOdJ53lrmOxcbToU= - dependencies: - crc "^3.4.4" - readable-stream "^3.4.0" - -crc32@^0.2.2: - version "0.2.2" - resolved "http://10.8.30.22:7000/crc32/-/crc32-0.2.2.tgz#7ad220d6ffdcd119f9fc127a7772cacea390a4ba" - integrity sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo= - -crc@^3.4.4: - version "3.8.0" - resolved "http://10.8.30.22:7000/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6" - integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ== - dependencies: - buffer "^5.1.0" - -crc@~3.4.0: - version "3.4.4" - resolved "http://10.8.30.22:7000/crc/-/crc-3.4.4.tgz#9da1e980e3bd44fc5c93bf5ab3da3378d85e466b" - integrity sha1-naHpgOO9RPxck79as9ozeNheRms= - -crypto-js@^4.0.0: - version "4.1.1" - resolved "http://10.8.30.22:7000/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" - integrity sha1-nkhbzwNSEEG9hYRHhrg/t2GXNs8= - -csrf@^3.0.0: - version "3.1.0" - resolved "http://10.8.30.22:7000/csrf/-/csrf-3.1.0.tgz#ec75e9656d004d674b8ef5ba47b41fbfd6cb9c30" - integrity sha1-7HXpZW0ATWdLjvW6R7Qfv9bLnDA= - dependencies: - rndm "1.2.0" - tsscmp "1.0.6" - uid-safe "2.1.5" - -cycle@1.0.x: - version "1.0.3" - resolved "http://10.8.30.22:7000/cycle/-/cycle-1.0.3.tgz#21e80b2be8580f98b468f379430662b046c34ad2" - integrity sha1-IegLK+hYD5i0aPN5QwZisEbDStI= - -dashdash@^1.12.0: - version "1.14.1" - resolved "http://10.8.30.22:7000/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -data-uri-to-buffer@3: - version "3.0.1" - resolved "http://10.8.30.22:7000/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636" - integrity sha1-WUuJc5OMW8LDMEZTV4U0GrxPNjY= - -debug@2.2.0: - version "2.2.0" - resolved "http://10.8.30.22:7000/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" - integrity sha1-+HBX6ZWxofauaklgZkE3vFbwOdo= - dependencies: - ms "0.7.1" - -debug@2.3.3: - version "2.3.3" - resolved "http://10.8.30.22:7000/debug/-/debug-2.3.3.tgz#40c453e67e6e13c901ddec317af8986cda9eff8c" - integrity sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w= - dependencies: - ms "0.7.2" - -debug@3.2.6: - version "3.2.6" - resolved "http://10.8.30.22:7000/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha1-6D0X3hbYp++3cX7b5fsQE17uYps= - dependencies: - ms "^2.1.1" - -debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: - version "4.3.4" - resolved "http://10.8.30.22:7000/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - -debug@^2.1.3, debug@^2.2.0, debug@^2.6.9: - version "2.6.9" - resolved "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8= - dependencies: - ms "2.0.0" - -debug@^3.1.0, debug@^3.2.5: - version "3.2.7" - resolved "http://10.8.30.22:7000/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o= - dependencies: - ms "^2.1.1" - -decamelize@^1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decompress-response@^3.3.0: - version "3.3.0" - resolved "http://10.8.30.22:7000/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" - integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= - dependencies: - mimic-response "^1.0.0" - -deep-equal@~1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" - integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - -deep-extend@^0.6.0: - version "0.6.0" - resolved "http://10.8.30.22:7000/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha1-xPp8lUBKF6nD6Mp+FTcxK3NjMKw= - -deep-is@~0.1.3: - version "0.1.4" - resolved "http://10.8.30.22:7000/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" - integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== - -default-user-agent@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/default-user-agent/-/default-user-agent-1.0.0.tgz#16c46efdcaba3edc45f24f2bd4868b01b7c2adc6" - integrity sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY= - dependencies: - os-name "~1.0.3" - -define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.1.4: - version "1.1.4" - resolved "http://10.8.30.22:7000/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1" - integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== - dependencies: - has-property-descriptors "^1.0.0" - object-keys "^1.1.1" - -degenerator@^3.0.2: - version "3.0.2" - resolved "http://10.8.30.22:7000/degenerator/-/degenerator-3.0.2.tgz#6a61fcc42a702d6e50ff6023fe17bff435f68235" - integrity sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ== - dependencies: - ast-types "^0.13.2" - escodegen "^1.8.1" - esprima "^4.0.0" - vm2 "^3.9.8" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -delegates@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -denque@^1.1.0, denque@^1.5.0: - version "1.5.1" - resolved "http://10.8.30.22:7000/denque/-/denque-1.5.1.tgz#07f670e29c9a78f8faecb2566a1e2c11929c5cbf" - integrity sha1-B/Zw4pyaePj67LJWah4sEZKcXL8= - -depd@2.0.0, depd@^2.0.0, depd@~2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" - integrity sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8= - -depd@^1.1.0, depd@^1.1.2, depd@~1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -destroy@^1.0.4: - version "1.2.0" - resolved "http://10.8.30.22:7000/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - -detect-libc@^1.0.3: - version "1.0.3" - resolved "http://10.8.30.22:7000/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= - -dicer@0.2.5: - version "0.2.5" - resolved "http://10.8.30.22:7000/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f" - integrity sha1-WZbAhrszIYyBLAkL3cCc0S+stw8= - dependencies: - readable-stream "1.1.x" - streamsearch "0.1.2" - -dicer@0.3.0: - version "0.3.0" - resolved "http://10.8.30.22:7000/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872" - integrity sha1-6s2Ys7+/kuirXC/bcaqsRLsGuHI= - dependencies: - streamsearch "0.1.2" - -diff@3.5.0: - version "3.5.0" - resolved "http://10.8.30.22:7000/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" - integrity sha1-gAwN0eCov7yVg1wgKtIg/jF+WhI= - -digest-header@^0.0.1: - version "0.0.1" - resolved "http://10.8.30.22:7000/digest-header/-/digest-header-0.0.1.tgz#11ccf6deec5766ac379744d901c12cba49514be6" - integrity sha1-Ecz23uxXZqw3l0TZAcEsuklRS+Y= - dependencies: - utility "0.1.11" - -doctrine@3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" - integrity sha1-rd6+rXKmV023g2OdyHoSF3OXOWE= - dependencies: - esutils "^2.0.2" - -dottie@^2.0.0: - version "2.0.2" - resolved "http://10.8.30.22:7000/dottie/-/dottie-2.0.2.tgz#cc91c0726ce3a054ebf11c55fbc92a7f266dd154" - integrity sha1-zJHAcmzjoFTr8RxV+8kqfyZt0VQ= - -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "http://10.8.30.22:7000/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - -ee-first@1.1.1, ee-first@~1.1.1: - version "1.1.1" - resolved "http://10.8.30.22:7000/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -emoji-regex@^7.0.1: - version "7.0.3" - resolved "http://10.8.30.22:7000/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY= - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "http://10.8.30.22:7000/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc= - -encodeurl@^1.0.1, encodeurl@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.4" - resolved "http://10.8.30.22:7000/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha1-WuZKX0UFe682JuwU2gyl5LJDHrA= - dependencies: - once "^1.4.0" - -engine.io-client@~1.8.4: - version "1.8.6" - resolved "http://10.8.30.22:7000/engine.io-client/-/engine.io-client-1.8.6.tgz#d86967c488019524adf2265dba62b886994bd5fd" - integrity sha1-2GlnxIgBlSSt8iZdumK4hplL1f0= - dependencies: - component-emitter "1.2.1" - component-inherit "0.0.3" - debug "2.3.3" - engine.io-parser "1.3.2" - has-cors "1.1.0" - indexof "0.0.1" - parsejson "0.0.3" - parseqs "0.0.5" - parseuri "0.0.5" - ws "~1.1.5" - xmlhttprequest-ssl "1.6.3" - yeast "0.1.2" - -engine.io-parser@1.3.2: - version "1.3.2" - resolved "http://10.8.30.22:7000/engine.io-parser/-/engine.io-parser-1.3.2.tgz#937b079f0007d0893ec56d46cb220b8cb435220a" - integrity sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo= - dependencies: - after "0.8.2" - arraybuffer.slice "0.0.6" - base64-arraybuffer "0.1.5" - blob "0.0.4" - has-binary "0.1.7" - wtf-8 "1.0.0" - -engine.io@~1.8.4: - version "1.8.5" - resolved "http://10.8.30.22:7000/engine.io/-/engine.io-1.8.5.tgz#4ebe5e75c6dc123dee4afdce6e5fdced21eb93f6" - integrity sha1-Tr5edcbcEj3uSv3Obl/c7SHrk/Y= - dependencies: - accepts "1.3.3" - base64id "1.0.0" - cookie "0.3.1" - debug "2.3.3" - engine.io-parser "1.3.2" - ws "~1.1.5" - -epilogue@^0.6.5: - version "0.6.6" - resolved "http://10.8.30.22:7000/epilogue/-/epilogue-0.6.6.tgz#ed18fb80cf6b3ec7c6052e4da5a745d22b080a6b" - integrity sha1-7Rj7gM9rPsfGBS5NpadF0isICms= - dependencies: - bluebird "^3.0.0" - inflection "^1.7.1" - lodash "^4.8.2" - -error-ex@^1.3.1: - version "1.3.2" - resolved "http://10.8.30.22:7000/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha1-tKxAZIEH/c3PriQvQovqihTU8b8= - dependencies: - is-arrayish "^0.2.1" - -es-abstract@^1.19.0, es-abstract@^1.19.2, es-abstract@^1.19.5, es-abstract@^1.20.1: - version "1.20.1" - resolved "http://10.8.30.22:7000/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" - integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - function.prototype.name "^1.1.5" - get-intrinsic "^1.1.1" - get-symbol-description "^1.0.0" - has "^1.0.3" - has-property-descriptors "^1.0.0" - has-symbols "^1.0.3" - internal-slot "^1.0.3" - is-callable "^1.2.4" - is-negative-zero "^2.0.2" - is-regex "^1.1.4" - is-shared-array-buffer "^1.0.2" - is-string "^1.0.7" - is-weakref "^1.0.2" - object-inspect "^1.12.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - regexp.prototype.flags "^1.4.3" - string.prototype.trimend "^1.0.5" - string.prototype.trimstart "^1.0.5" - unbox-primitive "^1.0.2" - -es-array-method-boxes-properly@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" - integrity sha1-hz8+hEGN5O4Zxb51KZCy5EcY0J4= - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "http://10.8.30.22:7000/es-to-primitive/-/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" - -escape-html@^1.0.3: - version "1.0.3" - resolved "http://10.8.30.22:7000/escape-html/-/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 "http://10.8.30.22:7000/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escodegen@^1.8.1: - version "1.14.3" - resolved "http://10.8.30.22:7000/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" - integrity sha1-TnuB+6YVgdyXWC7XjKt/Do1j9QM= - dependencies: - esprima "^4.0.1" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -esprima@^4.0.0, esprima@^4.0.1: - version "4.0.1" - resolved "http://10.8.30.22:7000/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha1-E7BM2z5sXRnfkatph6hpVhmwqnE= - -estraverse@^4.2.0: - version "4.3.0" - resolved "http://10.8.30.22:7000/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0= - -esutils@^2.0.2: - version "2.0.3" - resolved "http://10.8.30.22:7000/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q= - -exit-on-epipe@~1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz#0bdd92e87d5285d267daa8171d0eb06159689692" - integrity sha1-C92S6H1ShdJn2qgXHQ6wYVlolpI= - -expand-template@^2.0.3: - version "2.0.3" - resolved "http://10.8.30.22:7000/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" - integrity sha1-bhSz/O4POmNA7LV9LokYaSBSpHw= - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend@^3.0.0, extend@~3.0.2: - version "3.0.2" - resolved "http://10.8.30.22:7000/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo= - -extsprintf@1.3.0: - version "1.3.0" - resolved "http://10.8.30.22:7000/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.1" - resolved "http://10.8.30.22:7000/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" - integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== - -eyes@0.1.x: - version "0.1.8" - resolved "http://10.8.30.22:7000/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0" - integrity sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A= - -fast-deep-equal@^3.1.1: - version "3.1.3" - resolved "http://10.8.30.22:7000/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU= - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM= - -fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "http://10.8.30.22:7000/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fast-safe-stringify@^2.0.7: - version "2.1.1" - resolved "http://10.8.30.22:7000/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" - integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== - -fflate@^0.3.8: - version "0.3.11" - resolved "http://10.8.30.22:7000/fflate/-/fflate-0.3.11.tgz#2c440d7180fdeb819e64898d8858af327b042a5d" - integrity sha1-LEQNcYD964GeZImNiFivMnsEKl0= - -file-saver@^2.0.2: - version "2.0.5" - resolved "http://10.8.30.22:7000/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38" - integrity sha1-1hz+LOBZ9BTYmendbUEH7iVnDDg= - -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90= - -file-uri-to-path@2: - version "2.0.0" - resolved "http://10.8.30.22:7000/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba" - integrity sha1-e0Fa66In1XWFHgpbDGQNdlZAP7o= - -find-up@3.0.0, find-up@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha1-SRafHXmTQwZG2mHsxa41XCHJe3M= - dependencies: - locate-path "^3.0.0" - -find-up@^4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk= - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -flat@^4.1.0: - version "4.1.1" - resolved "http://10.8.30.22:7000/flat/-/flat-4.1.1.tgz#a392059cc382881ff98642f5da4dde0a959f309b" - integrity sha1-o5IFnMOCiB/5hkL12k3eCpWfMJs= - dependencies: - is-buffer "~2.0.3" - -forever-agent@~0.6.1: - version "0.6.1" - resolved "http://10.8.30.22:7000/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -form-data@^2.3.1: - version "2.5.1" - resolved "http://10.8.30.22:7000/form-data/-/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@^3.0.0: - version "3.0.1" - resolved "http://10.8.30.22:7000/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" - integrity sha1-69U3kbeDVqma+aMA1CgsTV65dV8= - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - mime-types "^2.1.12" - -form-data@~2.3.2: - version "2.3.3" - resolved "http://10.8.30.22:7000/form-data/-/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" - -formidable@^1.2.0, formidable@^1.2.2: - version "1.2.6" - resolved "http://10.8.30.22:7000/formidable/-/formidable-1.2.6.tgz#d2a51d60162bbc9b4a055d8457a7c75315d1a168" - integrity sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ== - -formstream@^1.1.0: - version "1.1.1" - resolved "http://10.8.30.22:7000/formstream/-/formstream-1.1.1.tgz#17259d2440c35ca9736db9f45fb3ba3f8669c750" - integrity sha1-FyWdJEDDXKlzbbn0X7O6P4Zpx1A= - dependencies: - destroy "^1.0.4" - mime "^2.5.2" - pause-stream "~0.0.11" - -frac@~1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/frac/-/frac-1.1.2.tgz#3d74f7f6478c88a1b5020306d747dc6313c74d0b" - integrity sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA== - -fresh@~0.5.2: - version "0.5.2" - resolved "http://10.8.30.22:7000/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -fs-constants@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" - integrity sha1-a+Dem+mYzhavivwkSXue6bfM2a0= - -fs-dc@^1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/fs-dc/-/fs-dc-1.1.0.tgz#8e3c8c962e61e143cecd727b1278dc5ed95ca271" - integrity sha512-4NDVKTlFKlIRSxH5hMpa7oXbwTKGZ+T5tth8kiQC8vivzHCfjPcnBeEwT343Iny9vPc5MAakjeMVC7ZNmSCNHA== - dependencies: - co "^4.6.0" - epilogue "^0.6.5" - koa-compose "^3.0.0" - pg "^7.12.1" - pg-hstore "^2.3.2" - sequelize "^4.2.1" - -fs-extra@^0.26.2: - version "0.26.7" - resolved "http://10.8.30.22:7000/fs-extra/-/fs-extra-0.26.7.tgz#9ae1fdd94897798edab76d0918cf42d0c3184fa9" - integrity sha1-muH92UiXeY7at20JGM9C0MMYT6k= - 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@^8.1.0: - version "8.1.0" - resolved "http://10.8.30.22:7000/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-extra@^9.1.0: - version "9.1.0" - resolved "http://10.8.30.22:7000/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" - integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== - dependencies: - at-least-node "^1.0.0" - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - -fs-logger@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/fs-logger/-/fs-logger-1.0.0.tgz#c5e429447c3e31e46cc87a3bcc6df61d3af2600a" - integrity sha512-bTnVEpCwoLpeDX17XbfYydbkqXeBDyjvWRgjY/EPz8ZVH+UQpHXumIxKT0aHA2sX1Sca8W3oEfmXTZt5TvmL3g== - dependencies: - fs-extra "^0.26.2" - winston "^2.1.0" - -fs-web-server-scaffold@^2.0.2: - version "2.0.3" - resolved "http://10.8.30.22:7000/fs-web-server-scaffold/-/fs-web-server-scaffold-2.0.3.tgz#d8145bb27322508e755162fe753e3a38c1a22b20" - integrity sha512-TrV4XezNCfxMsU9A71HoVq7Lv8ndXnX+JLJo5zRKVEzr9k6ClEhBzJzYXwvQNFMXqXR7WAembkioONY1WZTY1A== - dependencies: - co "^4.6.0" - co-body "^4.0.0" - fs-dc "^1.1.0" - fs-logger "^1.0.0" - is-generator-function "^1.0.3" - koa "^2.0.0-alpha.3" - koa-66 "^0.7.1" - koa-bodyparser "^2.0.1" - koa-convert "^1.1.0" - koa-cors "0.0.16" - koa-csrf "^2.4.0" - koa-generic-session "^1.10.0" - koa-logger "^1.3.0" - koa-range "^0.3.0" - koa-static "^1.5.2" - socket.io "^1.4.8" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -ftp@^0.3.10: - version "0.3.10" - resolved "http://10.8.30.22:7000/ftp/-/ftp-0.3.10.tgz#9197d861ad8142f3e63d5a83bfe4c59f7330885d" - integrity sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0= - dependencies: - readable-stream "1.1.x" - xregexp "2.0.0" - -function-bind@^1.1.1: - version "1.1.1" - resolved "http://10.8.30.22:7000/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0= - -function.prototype.name@^1.1.5: - version "1.1.5" - resolved "http://10.8.30.22:7000/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" - integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.0" - functions-have-names "^1.2.2" - -functions-have-names@^1.2.2: - version "1.2.3" - resolved "http://10.8.30.22:7000/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" - integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== - -gauge@~2.7.3: - version "2.7.4" - resolved "http://10.8.30.22:7000/gauge/-/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" - -generic-pool@3.5.0: - version "3.5.0" - resolved "http://10.8.30.22:7000/generic-pool/-/generic-pool-3.5.0.tgz#acac4fd743a175ff20574f380910036464cb61f7" - integrity sha1-rKxP10Ohdf8gV084CRADZGTLYfc= - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "http://10.8.30.22:7000/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha1-T5RBKoLbMvNuOwuXQfipf+sDH34= - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: - version "1.1.2" - resolved "http://10.8.30.22:7000/get-intrinsic/-/get-intrinsic-1.1.2.tgz#336975123e05ad0b7ba41f152ee4aadbea6cf598" - integrity sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.3" - -get-symbol-description@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" - integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== - dependencies: - call-bind "^1.0.2" - get-intrinsic "^1.1.1" - -get-uri@3: - version "3.0.2" - resolved "http://10.8.30.22:7000/get-uri/-/get-uri-3.0.2.tgz#f0ef1356faabc70e1f9404fa3b66b2ba9bfc725c" - integrity sha1-8O8TVvqrxw4flAT6O2ayupv8clw= - dependencies: - "@tootallnate/once" "1" - data-uri-to-buffer "3" - debug "4" - file-uri-to-path "2" - fs-extra "^8.1.0" - ftp "^0.3.10" - -getpass@^0.1.1: - version "0.1.7" - resolved "http://10.8.30.22:7000/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - -github-from-package@0.0.0: - version "0.0.0" - resolved "http://10.8.30.22:7000/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce" - integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4= - -glob@7.1.3: - version "7.1.3" - resolved "http://10.8.30.22:7000/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" - integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== - 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@7.1.6: - version "7.1.6" - resolved "http://10.8.30.22:7000/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - 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@^7.0.0, glob@^7.1.3, glob@^7.1.4: - version "7.2.3" - resolved "http://10.8.30.22:7000/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0: - version "4.2.10" - resolved "http://10.8.30.22:7000/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" - integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== - -growl@1.10.5: - version "1.10.5" - resolved "http://10.8.30.22:7000/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" - integrity sha1-8nNdwig2dPpnR4sQGBBZNVw2nl4= - -handlebars@^4.7.7: - version "4.7.7" - resolved "http://10.8.30.22:7000/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" - integrity sha1-nOM0FqrQLb1sj6+oJA1dmABJRaE= - dependencies: - minimist "^1.2.5" - neo-async "^2.6.0" - source-map "^0.6.1" - wordwrap "^1.0.0" - optionalDependencies: - uglify-js "^3.1.4" - -har-schema@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.3: - version "5.1.5" - resolved "http://10.8.30.22:7000/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" - integrity sha1-HwgDufjLIMD6E4It8ezds2veHv0= - dependencies: - ajv "^6.12.3" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-bigints@^1.0.1, has-bigints@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" - integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== - -has-binary@0.1.7: - version "0.1.7" - resolved "http://10.8.30.22:7000/has-binary/-/has-binary-0.1.7.tgz#68e61eb16210c9545a0a5cce06a873912fe1e68c" - integrity sha1-aOYesWIQyVRaClzOBqhzkS/h5ow= - dependencies: - isarray "0.0.1" - -has-cors@1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39" - integrity sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk= - -has-flag@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" - integrity sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= - -has-flag@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-property-descriptors@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" - integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== - dependencies: - get-intrinsic "^1.1.1" - -has-symbols@^1.0.0, has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: - version "1.0.3" - resolved "http://10.8.30.22:7000/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has-tostringtag@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" - integrity sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU= - dependencies: - has-symbols "^1.0.2" - -has-unicode@^2.0.0: - version "2.0.1" - resolved "http://10.8.30.22:7000/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has@^1.0.3: - version "1.0.3" - resolved "http://10.8.30.22:7000/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y= - dependencies: - function-bind "^1.1.1" - -he@1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha1-hK5l+n6vsWX922FWauFLrwVmTw8= - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "http://10.8.30.22:7000/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k= - -http-assert@^1.3.0: - version "1.5.0" - resolved "http://10.8.30.22:7000/http-assert/-/http-assert-1.5.0.tgz#c389ccd87ac16ed2dfa6246fd73b926aa00e6b8f" - integrity sha1-w4nM2HrBbtLfpiRv1zuSaqAOa48= - dependencies: - deep-equal "~1.0.1" - http-errors "~1.8.0" - -http-errors@2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -http-errors@^1.6.3, http-errors@~1.8.0: - version "1.8.1" - resolved "http://10.8.30.22:7000/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" - integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.1" - -http-errors@~1.6.2: - version "1.6.3" - resolved "http://10.8.30.22:7000/http-errors/-/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-proxy-agent@^4.0.0, http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "http://10.8.30.22:7000/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha1-ioyO9/WTLM+VPClsqCkblap0qjo= - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -http-signature@~1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/http-signature/-/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-proxy-agent@5, https-proxy-agent@^5.0.0: - version "5.0.1" - resolved "http://10.8.30.22:7000/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" - integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== - dependencies: - agent-base "6" - debug "4" - -humanize-ms@^1.2.0, humanize-ms@^1.2.1: - version "1.2.1" - resolved "http://10.8.30.22:7000/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - -humanize-number@0.0.2: - version "0.0.2" - resolved "http://10.8.30.22:7000/humanize-number/-/humanize-number-0.0.2.tgz#11c0af6a471643633588588048f1799541489c18" - integrity sha1-EcCvakcWQ2M1iFiASPF5lUFInBg= - -iconv-lite@0.4.13: - version "0.4.13" - resolved "http://10.8.30.22:7000/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2" - integrity sha1-H4irpKsLFQjoMSrMOTRfNumS4vI= - -iconv-lite@0.4.24, iconv-lite@^0.4.15: - version "0.4.24" - resolved "http://10.8.30.22:7000/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha1-ICK0sl+93CHS9SSXSkdKr+czkIs= - dependencies: - safer-buffer ">= 2.1.2 < 3" - -iconv-lite@^0.2.11: - version "0.2.11" - resolved "http://10.8.30.22:7000/iconv-lite/-/iconv-lite-0.2.11.tgz#1ce60a3a57864a292d1321ff4609ca4bb965adc8" - integrity sha1-HOYKOleGSiktEyH/RgnKS7llrcg= - -ieee754@^1.1.13: - version "1.2.1" - resolved "http://10.8.30.22:7000/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I= - -immediate@~3.0.5: - version "3.0.6" - resolved "http://10.8.30.22:7000/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" - integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= - -indexof@0.0.1: - version "0.0.1" - resolved "http://10.8.30.22:7000/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d" - integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10= - -inflation@^2.0.0, inflation@~2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/inflation/-/inflation-2.0.0.tgz#8b417e47c28f925a45133d914ca1fd389107f30f" - integrity sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8= - -inflection@1.12.0: - version "1.12.0" - resolved "http://10.8.30.22:7000/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416" - integrity sha1-ogCTVlbW9fa8TcdQLhrstwMihBY= - -inflection@^1.7.1: - version "1.13.2" - resolved "http://10.8.30.22:7000/inflection/-/inflection-1.13.2.tgz#15e8c797c6c3dadf31aa658f8df8a4ea024798b0" - integrity sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw== - -inflight@^1.0.4: - version "1.0.6" - resolved "http://10.8.30.22:7000/inflight/-/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.3, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.4" - resolved "http://10.8.30.22:7000/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w= - -inherits@2.0.3: - version "2.0.3" - resolved "http://10.8.30.22:7000/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -ini@~1.3.0: - version "1.3.8" - resolved "http://10.8.30.22:7000/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw= - -internal-slot@^1.0.3: - version "1.0.3" - resolved "http://10.8.30.22:7000/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" - integrity sha1-c0fjB97uovqsKsYgXUvH00ln9Zw= - dependencies: - get-intrinsic "^1.1.0" - has "^1.0.3" - side-channel "^1.0.4" - -ioredis@^4.19.4: - version "4.28.5" - resolved "http://10.8.30.22:7000/ioredis/-/ioredis-4.28.5.tgz#5c149e6a8d76a7f8fa8a504ffc85b7d5b6797f9f" - integrity sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A== - dependencies: - cluster-key-slot "^1.1.0" - debug "^4.3.1" - denque "^1.1.0" - lodash.defaults "^4.2.0" - lodash.flatten "^4.4.0" - lodash.isarguments "^3.1.0" - p-map "^2.1.0" - redis-commands "1.7.0" - redis-errors "^1.2.0" - redis-parser "^3.0.0" - standard-as-callback "^2.1.0" - -ip@^1.1.5: - version "1.1.8" - resolved "http://10.8.30.22:7000/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" - integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg== - -ip@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da" - integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "http://10.8.30.22:7000/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-bigint@^1.0.1: - version "1.0.4" - resolved "http://10.8.30.22:7000/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" - integrity sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM= - dependencies: - has-bigints "^1.0.1" - -is-bluebird@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/is-bluebird/-/is-bluebird-1.0.2.tgz#096439060f4aa411abee19143a84d6a55346d6e2" - integrity sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI= - -is-boolean-object@^1.1.0: - version "1.1.2" - resolved "http://10.8.30.22:7000/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" - integrity sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk= - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - -is-buffer@~2.0.3: - version "2.0.5" - resolved "http://10.8.30.22:7000/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" - integrity sha1-68JS5ADSL/jXf6CYiIIaJKZYwZE= - -is-callable@^1.1.4, is-callable@^1.2.4: - version "1.2.4" - resolved "http://10.8.30.22:7000/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" - integrity sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU= - -is-core-module@^2.9.0: - version "2.9.0" - resolved "http://10.8.30.22:7000/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" - integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== - dependencies: - has "^1.0.3" - -is-date-object@^1.0.1: - version "1.0.5" - resolved "http://10.8.30.22:7000/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" - integrity sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8= - dependencies: - has-tostringtag "^1.0.0" - -is-extendable@^0.1.0: - version "0.1.1" - resolved "http://10.8.30.22:7000/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/is-fullwidth-code-point/-/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 "http://10.8.30.22:7000/is-fullwidth-code-point/-/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 "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-generator-function@^1.0.3, is-generator-function@^1.0.7: - version "1.0.10" - resolved "http://10.8.30.22:7000/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" - integrity sha1-8VWLrxrBfg3up8BBXEODUf8rPHI= - dependencies: - has-tostringtag "^1.0.0" - -is-negative-zero@^2.0.2: - version "2.0.2" - resolved "http://10.8.30.22:7000/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" - integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== - -is-number-object@^1.0.4: - version "1.0.7" - resolved "http://10.8.30.22:7000/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" - integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== - dependencies: - has-tostringtag "^1.0.0" - -is-regex@^1.1.4: - version "1.1.4" - resolved "http://10.8.30.22:7000/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" - integrity sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg= - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - -is-shared-array-buffer@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" - integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== - dependencies: - call-bind "^1.0.2" - -is-string@^1.0.5, is-string@^1.0.7: - version "1.0.7" - resolved "http://10.8.30.22:7000/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" - integrity sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0= - dependencies: - has-tostringtag "^1.0.0" - -is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.4" - resolved "http://10.8.30.22:7000/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" - integrity sha1-ptrJO2NbBjymhyI23oiRClevE5w= - dependencies: - has-symbols "^1.0.2" - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-weakref@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" - integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== - dependencies: - call-bind "^1.0.2" - -isarray@0.0.1: - version "0.0.1" - resolved "http://10.8.30.22:7000/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - -isarray@~1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isstream@0.1.x, isstream@~0.1.2: - version "0.1.2" - resolved "http://10.8.30.22:7000/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - -js-tokens@^4.0.0: - version "4.0.0" - resolved "http://10.8.30.22:7000/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@3.13.1: - version "3.13.1" - resolved "http://10.8.30.22:7000/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" - integrity sha1-r/FRswv9+o5J4F2iLnQV6d+jeEc= - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -js-yaml@^4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha1-wftl+PUBeQHN0slRhkuhhFihBgI= - dependencies: - argparse "^2.0.1" - -jsbn@~0.1.0: - version "0.1.1" - resolved "http://10.8.30.22:7000/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "http://10.8.30.22:7000/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0= - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "http://10.8.30.22:7000/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha1-afaofZUTq4u4/mO9sJecRI5oRmA= - -json-schema@0.4.0: - version "0.4.0" - resolved "http://10.8.30.22:7000/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" - integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "http://10.8.30.22:7000/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json3@3.3.2: - version "3.3.2" - resolved "http://10.8.30.22:7000/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1" - integrity sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE= - -jsonfile@^2.1.0: - version "2.4.0" - resolved "http://10.8.30.22:7000/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" - integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "http://10.8.30.22:7000/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonfile@^6.0.1: - version "6.1.0" - resolved "http://10.8.30.22:7000/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" - integrity sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4= - dependencies: - universalify "^2.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - -jsprim@^1.2.2: - version "1.4.2" - resolved "http://10.8.30.22:7000/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb" - integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.4.0" - verror "1.10.0" - -jszip@^3.2.2: - version "3.10.0" - resolved "http://10.8.30.22:7000/jszip/-/jszip-3.10.0.tgz#faf3db2b4b8515425e34effcdbb086750a346061" - integrity sha512-LDfVtOLtOxb9RXkYOwPyNBTQDL4eUbqahtoY6x07GiDJHwSYvn8sHHIw8wINImV3MqbMNve2gSuM1DDqEKk09Q== - dependencies: - lie "~3.3.0" - pako "~1.0.2" - readable-stream "~2.3.6" - setimmediate "^1.0.5" - -kafka-node@^2.2.3: - version "2.6.1" - resolved "http://10.8.30.22:7000/kafka-node/-/kafka-node-2.6.1.tgz#e8aee3b642105574fabaa718dc4e90d24767a64d" - integrity sha1-6K7jtkIQVXT6uqcY3E6Q0kdnpk0= - dependencies: - async "^2.5.0" - binary "~0.3.0" - bl "^1.2.0" - buffer-crc32 "~0.2.5" - buffermaker "~1.2.0" - debug "^2.1.3" - lodash "^4.17.4" - minimatch "^3.0.2" - nested-error-stacks "^2.0.0" - node-zookeeper-client "~0.2.2" - optional "^0.1.3" - retry "^0.10.1" - uuid "^3.0.0" - optionalDependencies: - snappy "^6.0.1" - -keygrip@~1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/keygrip/-/keygrip-1.1.0.tgz#871b1681d5e159c62a445b0c74b615e0917e7226" - integrity sha1-hxsWgdXhWcYqRFsMdLYV4JF+ciY= - dependencies: - tsscmp "1.0.6" - -kind-of@^6.0.3: - version "6.0.3" - resolved "http://10.8.30.22:7000/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0= - -klaw@^1.0.0: - version "1.3.1" - resolved "http://10.8.30.22:7000/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" - integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk= - optionalDependencies: - graceful-fs "^4.1.9" - -koa-66@^0.7.1: - version "0.7.3" - resolved "http://10.8.30.22:7000/koa-66/-/koa-66-0.7.3.tgz#b89aa281ca2eb23fb61c563c4346474610c59e2c" - integrity sha1-uJqigcousj+2HFY8Q0ZHRhDFniw= - dependencies: - debug "^2.2.0" - koa-compose "^3.0.0" - path-to-regexp "^1.2.1" - -koa-bodyparser@^2.0.1: - version "2.5.0" - resolved "http://10.8.30.22:7000/koa-bodyparser/-/koa-bodyparser-2.5.0.tgz#3eb7243f47998a2e772db05f6dc4e0f4f3ccbdf0" - integrity sha1-PrckP0eZii53LbBfbcTg9PPMvfA= - dependencies: - co-body "^5.1.0" - copy-to "^2.0.1" - -koa-compose@^3.0.0: - version "3.2.1" - resolved "http://10.8.30.22:7000/koa-compose/-/koa-compose-3.2.1.tgz#a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7" - integrity sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec= - dependencies: - any-promise "^1.1.0" - -koa-compose@^4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877" - integrity sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc= - -koa-convert@^1.1.0, koa-convert@^1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/koa-convert/-/koa-convert-1.2.0.tgz#da40875df49de0539098d1700b50820cebcd21d0" - integrity sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= - dependencies: - co "^4.6.0" - koa-compose "^3.0.0" - -koa-convert@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/koa-convert/-/koa-convert-2.0.0.tgz#86a0c44d81d40551bae22fee6709904573eea4f5" - integrity sha1-hqDETYHUBVG64i/uZwmQRXPupPU= - dependencies: - co "^4.6.0" - koa-compose "^4.1.0" - -koa-cors@0.0.16: - version "0.0.16" - resolved "http://10.8.30.22:7000/koa-cors/-/koa-cors-0.0.16.tgz#98107993a7909e34c042986c5ec6156d77f3432e" - integrity sha1-mBB5k6eQnjTAQphsXsYVbXfzQy4= - -koa-csrf@^2.4.0: - version "2.5.0" - resolved "http://10.8.30.22:7000/koa-csrf/-/koa-csrf-2.5.0.tgz#e23de7c8e1d0cfe1ee7310eb2f3f2eca43dacf8e" - integrity sha1-4j3nyOHQz+HucxDrLz8uykPaz44= - dependencies: - csrf "^3.0.0" - -koa-generic-session@^1.10.0: - version "1.11.7" - resolved "http://10.8.30.22:7000/koa-generic-session/-/koa-generic-session-1.11.7.tgz#a9684b911620e4d9e113c6619bb46092cde9afce" - integrity sha1-qWhLkRYg5NnhE8Zhm7Rgks3pr84= - dependencies: - copy-to "~2.0.1" - crc "~3.4.0" - debug "^3.2.5" - parseurl "~1.3.1" - uid-safe "~2.1.1" - -koa-logger@^1.3.0: - version "1.3.1" - resolved "http://10.8.30.22:7000/koa-logger/-/koa-logger-1.3.1.tgz#ad3f5f2193b3334328f3eb99a618f4b04bee8bd5" - integrity sha1-rT9fIZOzM0Mo8+uZphj0sEvui9U= - dependencies: - bytes "1" - chalk "^1.1.3" - humanize-number "0.0.2" - passthrough-counter "^1.0.0" - -koa-proxy@^0.9.0: - version "0.9.0" - resolved "http://10.8.30.22:7000/koa-proxy/-/koa-proxy-0.9.0.tgz#4fd13b0f2eea9be097445bf7b7b4398856a22ef6" - integrity sha1-T9E7Dy7qm+CXRFv3t7Q5iFaiLvY= - dependencies: - co-request "^0.2.0" - iconv-lite "^0.2.11" - -koa-range@^0.3.0: - version "0.3.0" - resolved "http://10.8.30.22:7000/koa-range/-/koa-range-0.3.0.tgz#3588e3496473a839a1bd264d2a42b1d85bd7feac" - integrity sha1-NYjjSWRzqDmhvSZNKkKx2FvX/qw= - dependencies: - stream-slice "^0.1.2" - -koa-send@~2.0.1: - version "2.0.3" - resolved "http://10.8.30.22:7000/koa-send/-/koa-send-2.0.3.tgz#7fd3cf3ce1418bade376a84cea4ec31d8f49cf07" - integrity sha1-f9PPPOFBi63jdqhM6k7DHY9Jzwc= - dependencies: - debug "^3.2.5" - mz "^2.0.0" - resolve-path "^1.2.1" - -koa-static@^1.5.2: - version "1.5.3" - resolved "http://10.8.30.22:7000/koa-static/-/koa-static-1.5.3.tgz#dbd2146eee71780dffd312f23cc4a762e8bcdfd2" - integrity sha512-FmfSFJOrtWGZ/Ae5Q7xeM+ck1IdofNEvIQhdPLvGHyTjilhYmFGoyRN1+BAbTknWnDoRRyHsGGq0FMRDTcCb1w== - dependencies: - debug "^3.2.5" - koa-send "~2.0.1" - -koa2-swagger-ui@^5.3.0: - version "5.6.0" - resolved "http://10.8.30.22:7000/koa2-swagger-ui/-/koa2-swagger-ui-5.6.0.tgz#2e4835504c482db8d565775ed85f9cb962188fa3" - integrity sha512-zQrHMv2SiIWrHfppv4gBFuxu5hLcfS7lGS9xE91SXjKY0GTwohQMUODL94hMXpLHoRdnBnHkthoXCdJsGoefGg== - dependencies: - "@types/koa" "^2.13.4" - handlebars "^4.7.7" - lodash "^4.17.21" - read-pkg-up "^7.0.1" - -koa@^2.0.0-alpha.3: - version "2.13.4" - resolved "http://10.8.30.22:7000/koa/-/koa-2.13.4.tgz#ee5b0cb39e0b8069c38d115139c774833d32462e" - integrity sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g== - dependencies: - accepts "^1.3.5" - cache-content-type "^1.0.0" - content-disposition "~0.5.2" - content-type "^1.0.4" - cookies "~0.8.0" - debug "^4.3.2" - delegates "^1.0.0" - depd "^2.0.0" - destroy "^1.0.4" - encodeurl "^1.0.2" - escape-html "^1.0.3" - fresh "~0.5.2" - http-assert "^1.3.0" - http-errors "^1.6.3" - is-generator-function "^1.0.7" - koa-compose "^4.1.0" - koa-convert "^2.0.0" - on-finished "^2.3.0" - only "~0.0.2" - parseurl "^1.3.2" - statuses "^1.5.0" - type-is "^1.6.16" - vary "^1.1.2" - -lazystream@^1.0.0: - version "1.0.1" - resolved "http://10.8.30.22:7000/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638" - integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw== - dependencies: - readable-stream "^2.0.5" - -levn@~0.3.0: - version "0.3.0" - resolved "http://10.8.30.22:7000/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -lie@~3.3.0: - version "3.3.0" - resolved "http://10.8.30.22:7000/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" - integrity sha1-3Pgt7lRfRgdNryAMfBxaCOD0D2o= - dependencies: - immediate "~3.0.5" - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "http://10.8.30.22:7000/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -locate-path@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/locate-path/-/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 "http://10.8.30.22:7000/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha1-Gvujlq/WdqbUJQTQpno6frn2KqA= - dependencies: - p-locate "^4.1.0" - -lodash.defaults@^4.2.0: - version "4.2.0" - resolved "http://10.8.30.22:7000/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" - integrity sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw= - -lodash.difference@^4.5.0: - version "4.5.0" - resolved "http://10.8.30.22:7000/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" - integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw= - -lodash.flatten@^4.4.0: - version "4.4.0" - resolved "http://10.8.30.22:7000/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" - integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - -lodash.get@^4.4.2: - version "4.4.2" - resolved "http://10.8.30.22:7000/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" - integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= - -lodash.isarguments@^3.1.0: - version "3.1.0" - resolved "http://10.8.30.22:7000/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" - integrity sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= - -lodash.isequal@^4.5.0: - version "4.5.0" - resolved "http://10.8.30.22:7000/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" - integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= - -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "http://10.8.30.22:7000/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - -lodash.mergewith@^4.6.2: - version "4.6.2" - resolved "http://10.8.30.22:7000/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" - integrity sha1-YXEh+JrFX1kEfHrsHM1mVMZZD1U= - -lodash.union@^4.6.0: - version "4.6.0" - resolved "http://10.8.30.22:7000/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" - integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= - -lodash@^4.13.1, lodash@^4.17.1, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.8.2: - version "4.17.21" - resolved "http://10.8.30.22:7000/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@2.2.0: - version "2.2.0" - resolved "http://10.8.30.22:7000/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha1-V0Dhxdbw39pK2TI7UzIQfva0xAo= - dependencies: - chalk "^2.0.1" - -long@1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/long/-/long-1.1.2.tgz#eaef5951ca7551d96926b82da242db9d6b28fb53" - integrity sha1-6u9ZUcp1UdlpJrgtokLbnWso+1M= - -lru-cache@^5.1.1: - version "5.1.1" - resolved "http://10.8.30.22:7000/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "http://10.8.30.22:7000/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -md5-node@^1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/md5-node/-/md5-node-1.0.1.tgz#0e22d009d46bdc95b1d3c5e8c8feddc1a5c3aa88" - integrity sha1-DiLQCdRr3JWx08XoyP7dwaXDqog= - -media-typer@0.3.0: - version "0.3.0" - resolved "http://10.8.30.22:7000/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - -methods@^1.1.1, methods@^1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - -mime-db@1.52.0: - version "1.52.0" - resolved "http://10.8.30.22:7000/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.11, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: - version "2.1.35" - resolved "http://10.8.30.22:7000/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mime@^1.4.1: - version "1.6.0" - resolved "http://10.8.30.22:7000/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE= - -mime@^2.4.4, mime@^2.4.6, mime@^2.5.2: - version "2.6.0" - resolved "http://10.8.30.22:7000/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== - -mimic-response@^1.0.0: - version "1.0.1" - resolved "http://10.8.30.22:7000/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" - integrity sha1-SSNTiHju9CBjy4o+OweYeBSHqxs= - -minimatch@3.0.4: - version "3.0.4" - resolved "http://10.8.30.22:7000/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM= - dependencies: - brace-expansion "^1.1.7" - -minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1: - version "3.1.2" - resolved "http://10.8.30.22:7000/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: - version "1.2.6" - resolved "http://10.8.30.22:7000/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" - integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== - -mkdirp@0.5.4: - version "0.5.4" - resolved "http://10.8.30.22:7000/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512" - integrity sha1-/QFQSmeX7Fyb6B/0PSBJYe1kpRI= - dependencies: - minimist "^1.2.5" - -mkdirp@^0.5.1: - version "0.5.6" - resolved "http://10.8.30.22:7000/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -mocha@^6.0.2: - version "6.2.3" - resolved "http://10.8.30.22:7000/mocha/-/mocha-6.2.3.tgz#e648432181d8b99393410212664450a4c1e31912" - integrity sha1-5khDIYHYuZOTQQISZkRQpMHjGRI= - dependencies: - ansi-colors "3.2.3" - browser-stdout "1.3.1" - debug "3.2.6" - diff "3.5.0" - escape-string-regexp "1.0.5" - find-up "3.0.0" - glob "7.1.3" - growl "1.10.5" - he "1.2.0" - js-yaml "3.13.1" - log-symbols "2.2.0" - minimatch "3.0.4" - mkdirp "0.5.4" - ms "2.1.1" - node-environment-flags "1.0.5" - object.assign "4.1.0" - strip-json-comments "2.0.1" - supports-color "6.0.0" - which "1.3.1" - wide-align "1.1.3" - yargs "13.3.2" - yargs-parser "13.1.2" - yargs-unparser "1.6.0" - -mockdate@^3.0.5: - version "3.0.5" - resolved "http://10.8.30.22:7000/mockdate/-/mockdate-3.0.5.tgz#789be686deb3149e7df2b663d2bc4392bc3284fb" - integrity sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ== - -moment-timezone@^0.5.14: - version "0.5.34" - resolved "http://10.8.30.22:7000/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c" - integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg== - dependencies: - moment ">= 2.9.0" - -"moment@>= 2.9.0", moment@^2.20.0, moment@^2.24.0: - version "2.29.4" - resolved "http://10.8.30.22:7000/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" - integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== - -mri@1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/mri/-/mri-1.1.0.tgz#5c0a3f29c8ccffbbb1ec941dcec09d71fa32f36a" - integrity sha1-XAo/KcjM/7ux7JQdzsCdcfoy82o= - -ms@0.7.1: - version "0.7.1" - resolved "http://10.8.30.22:7000/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" - integrity sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg= - -ms@0.7.2: - version "0.7.2" - resolved "http://10.8.30.22:7000/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765" - integrity sha1-riXPJRKziFodldfwN4aNhDESR2U= - -ms@2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.1: - version "2.1.1" - resolved "http://10.8.30.22:7000/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo= - -ms@2.1.2: - version "2.1.2" - resolved "http://10.8.30.22:7000/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk= - -ms@^2.0.0, ms@^2.1.1: - version "2.1.3" - resolved "http://10.8.30.22:7000/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha1-V0yBOM4dK1hh8LRFedut1gxmFbI= - -mz@^2.0.0, mz@^2.7.0: - version "2.7.0" - resolved "http://10.8.30.22:7000/mz/-/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" - -nan@^2.14.1: - version "2.16.0" - resolved "http://10.8.30.22:7000/nan/-/nan-2.16.0.tgz#664f43e45460fb98faf00edca0bb0d7b8dce7916" - integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA== - -napi-build-utils@^1.0.1: - version "1.0.2" - resolved "http://10.8.30.22:7000/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806" - integrity sha1-sf3cCyxG44Cgt6dvmE3UfEGhOAY= - -negotiator@0.6.1: - version "0.6.1" - resolved "http://10.8.30.22:7000/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" - integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= - -negotiator@0.6.3: - version "0.6.3" - resolved "http://10.8.30.22:7000/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -neo-async@^2.6.0: - version "2.6.2" - resolved "http://10.8.30.22:7000/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" - integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - -nested-error-stacks@^2.0.0: - version "2.1.1" - resolved "http://10.8.30.22:7000/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz#26c8a3cee6cc05fbcf1e333cd2fc3e003326c0b5" - integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw== - -netmask@^2.0.2: - version "2.0.2" - resolved "http://10.8.30.22:7000/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7" - integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg== - -node-abi@^2.7.0: - version "2.30.1" - resolved "http://10.8.30.22:7000/node-abi/-/node-abi-2.30.1.tgz#c437d4b1fe0e285aaf290d45b45d4d7afedac4cf" - integrity sha1-xDfUsf4OKFqvKQ1FtF1Nev7axM8= - dependencies: - semver "^5.4.1" - -node-environment-flags@1.0.5: - version "1.0.5" - resolved "http://10.8.30.22:7000/node-environment-flags/-/node-environment-flags-1.0.5.tgz#fa930275f5bf5dae188d6192b24b4c8bbac3d76a" - integrity sha1-+pMCdfW/Xa4YjWGSsktMi7rD12o= - dependencies: - object.getownpropertydescriptors "^2.0.3" - semver "^5.7.0" - -node-zookeeper-client@~0.2.2: - version "0.2.3" - resolved "http://10.8.30.22:7000/node-zookeeper-client/-/node-zookeeper-client-0.2.3.tgz#48c79129c56b8e898df9bd3bdad9e27dcad63851" - integrity sha1-SMeRKcVrjomN+b072tnifcrWOFE= - dependencies: - async "~0.2.7" - underscore "~1.4.4" - -noop-logger@^0.1.1: - version "0.1.1" - resolved "http://10.8.30.22:7000/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2" - integrity sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI= - -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "http://10.8.30.22:7000/normalize-package-data/-/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@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU= - -npmlog@^4.0.1: - version "4.1.2" - resolved "http://10.8.30.22:7000/npmlog/-/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" - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "http://10.8.30.22:7000/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "http://10.8.30.22:7000/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0" - integrity sha1-ejs9DpgGPUP0wD8uiubNUahog6A= - -object-assign@^4.0.1, object-assign@^4.1.0: - version "4.1.1" - resolved "http://10.8.30.22:7000/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-component@0.0.3: - version "0.0.3" - resolved "http://10.8.30.22:7000/object-component/-/object-component-0.0.3.tgz#f0c69aa50efc95b866c186f400a33769cb2f1291" - integrity sha1-8MaapQ78lbhmwYb0AKM3acsvEpE= - -object-inspect@^1.12.0, object-inspect@^1.9.0: - version "1.12.2" - resolved "http://10.8.30.22:7000/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" - integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== - -object-keys@^1.0.11, object-keys@^1.1.1: - version "1.1.1" - resolved "http://10.8.30.22:7000/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha1-HEfyct8nfzsdrwYWd9nILiMixg4= - -object.assign@4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/object.assign/-/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.assign@^4.1.2: - version "4.1.2" - resolved "http://10.8.30.22:7000/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA= - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" - object-keys "^1.1.1" - -object.getownpropertydescriptors@^2.0.3: - version "2.1.4" - resolved "http://10.8.30.22:7000/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz#7965e6437a57278b587383831a9b829455a4bc37" - integrity sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ== - dependencies: - array.prototype.reduce "^1.0.4" - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.1" - -on-finished@^2.3.0: - version "2.4.1" - resolved "http://10.8.30.22:7000/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== - dependencies: - ee-first "1.1.1" - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "http://10.8.30.22:7000/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -only@~0.0.2: - version "0.0.2" - resolved "http://10.8.30.22:7000/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4" - integrity sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - -optional@^0.1.3: - version "0.1.4" - resolved "http://10.8.30.22:7000/optional/-/optional-0.1.4.tgz#cdb1a9bedc737d2025f690ceeb50e049444fd5b3" - integrity sha1-zbGpvtxzfSAl9pDO61DgSURP1bM= - -optionator@^0.8.1: - version "0.8.3" - resolved "http://10.8.30.22:7000/optionator/-/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" - -options@>=0.0.5: - version "0.0.6" - resolved "http://10.8.30.22:7000/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f" - integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8= - -os-homedir@^1.0.1: - version "1.0.2" - resolved "http://10.8.30.22:7000/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-name@~1.0.3: - version "1.0.3" - resolved "http://10.8.30.22:7000/os-name/-/os-name-1.0.3.tgz#1b379f64835af7c5a7f498b357cb95215c159edf" - integrity sha1-GzefZINa98Wn9JizV8uVIVwVnt8= - dependencies: - osx-release "^1.0.0" - win-release "^1.0.0" - -osx-release@^1.0.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/osx-release/-/osx-release-1.1.0.tgz#f217911a28136949af1bf9308b241e2737d3cd6c" - integrity sha1-8heRGigTaUmvG/kwiyQeJzfTzWw= - dependencies: - minimist "^1.1.0" - -p-limit@^2.0.0, p-limit@^2.2.0: - version "2.3.0" - resolved "http://10.8.30.22:7000/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE= - dependencies: - p-try "^2.0.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/p-locate/-/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 "http://10.8.30.22:7000/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha1-o0KLtwiLOmApL2aRkni3wpetTwc= - dependencies: - p-limit "^2.2.0" - -p-map@^2.1.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" - integrity sha1-MQko/u+cnsxltosXaTAYpmXOoXU= - -p-try@^2.0.0: - version "2.2.0" - resolved "http://10.8.30.22:7000/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha1-yyhoVA4xPWHeWPr741zpAE1VQOY= - -pac-proxy-agent@^5.0.0: - version "5.0.0" - resolved "http://10.8.30.22:7000/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz#b718f76475a6a5415c2efbe256c1c971c84f635e" - integrity sha1-txj3ZHWmpUFcLvviVsHJcchPY14= - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - get-uri "3" - http-proxy-agent "^4.0.1" - https-proxy-agent "5" - pac-resolver "^5.0.0" - raw-body "^2.2.0" - socks-proxy-agent "5" - -pac-resolver@^5.0.0: - version "5.0.1" - resolved "http://10.8.30.22:7000/pac-resolver/-/pac-resolver-5.0.1.tgz#c91efa3a9af9f669104fa2f51102839d01cde8e7" - integrity sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q== - dependencies: - degenerator "^3.0.2" - ip "^1.1.5" - netmask "^2.0.2" - -packet-reader@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/packet-reader/-/packet-reader-1.0.0.tgz#9238e5480dedabacfe1fe3f2771063f164157d74" - integrity sha1-kjjlSA3tq6z+H+PydxBj8WQVfXQ= - -pako@~1.0.2: - version "1.0.11" - resolved "http://10.8.30.22:7000/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8= - -parse-json@^5.0.0: - version "5.2.0" - resolved "http://10.8.30.22:7000/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80= - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parsejson@0.0.3: - version "0.0.3" - resolved "http://10.8.30.22:7000/parsejson/-/parsejson-0.0.3.tgz#ab7e3759f209ece99437973f7d0f1f64ae0e64ab" - integrity sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs= - dependencies: - better-assert "~1.0.0" - -parseqs@0.0.5: - version "0.0.5" - resolved "http://10.8.30.22:7000/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d" - integrity sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0= - dependencies: - better-assert "~1.0.0" - -parseuri@0.0.5: - version "0.0.5" - resolved "http://10.8.30.22:7000/parseuri/-/parseuri-0.0.5.tgz#80204a50d4dbb779bfdc6ebe2778d90e4bce320a" - integrity sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo= - dependencies: - better-assert "~1.0.0" - -parseurl@^1.3.2, parseurl@~1.3.1: - version "1.3.3" - resolved "http://10.8.30.22:7000/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ= - -passthrough-counter@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/passthrough-counter/-/passthrough-counter-1.0.0.tgz#1967d9e66da572b5c023c787db112a387ab166fa" - integrity sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo= - -path-exists@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-exists@^4.0.0: - version "4.0.0" - resolved "http://10.8.30.22:7000/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha1-UTvb4tO5XXdi6METfvoZXGxhtbM= - -path-is-absolute@1.0.1, path-is-absolute@^1.0.0: - version "1.0.1" - resolved "http://10.8.30.22:7000/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-parse@^1.0.7: - version "1.0.7" - resolved "http://10.8.30.22:7000/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU= - -path-to-regexp@^1.2.1: - version "1.8.0" - resolved "http://10.8.30.22:7000/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" - integrity sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo= - dependencies: - isarray "0.0.1" - -path-to-regexp@^3.0.0: - version "3.2.0" - resolved "http://10.8.30.22:7000/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f" - integrity sha1-+nh37LxJXGAZB1YiIkU8Q8wgSl8= - -path@^0.12.7: - version "0.12.7" - resolved "http://10.8.30.22:7000/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f" - integrity sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8= - dependencies: - process "^0.11.1" - util "^0.10.3" - -pause-stream@~0.0.11: - version "0.0.11" - resolved "http://10.8.30.22:7000/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" - integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU= - dependencies: - through "~2.3" - -performance-now@^2.1.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - -pg-connection-string@0.1.3: - version "0.1.3" - resolved "http://10.8.30.22:7000/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7" - integrity sha1-2hhHsglA5C7hSSvq9l1J2RskXfc= - -pg-hstore@^2.3.2: - version "2.3.4" - resolved "http://10.8.30.22:7000/pg-hstore/-/pg-hstore-2.3.4.tgz#4425e3e2a3e15d2a334c35581186c27cf2e9b8dd" - integrity sha1-RCXj4qPhXSozTDVYEYbCfPLpuN0= - dependencies: - underscore "^1.13.1" - -pg-int8@1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c" - integrity sha1-lDvUY79bcbQXARX4D478mgwOt4w= - -pg-packet-stream@^1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz#e45c3ae678b901a2873af1e17b92d787962ef914" - integrity sha1-5Fw65ni5AaKHOvHhe5LXh5Yu+RQ= - -pg-pool@^2.0.10: - version "2.0.10" - resolved "http://10.8.30.22:7000/pg-pool/-/pg-pool-2.0.10.tgz#842ee23b04e86824ce9d786430f8365082d81c4a" - integrity sha1-hC7iOwToaCTOnXhkMPg2UILYHEo= - -pg-types@^2.1.0: - version "2.2.0" - resolved "http://10.8.30.22:7000/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3" - integrity sha1-LQJQ1jZFT3z6O2rgOC/fqAYyVKM= - dependencies: - pg-int8 "1.0.1" - postgres-array "~2.0.0" - postgres-bytea "~1.0.0" - postgres-date "~1.0.4" - postgres-interval "^1.1.0" - -pg@^7.12.1, pg@^7.9.0: - version "7.18.2" - resolved "http://10.8.30.22:7000/pg/-/pg-7.18.2.tgz#4e219f05a00aff4db6aab1ba02f28ffa4513b0bb" - integrity sha1-TiGfBaAK/022qrG6AvKP+kUTsLs= - dependencies: - buffer-writer "2.0.0" - packet-reader "1.0.0" - pg-connection-string "0.1.3" - pg-packet-stream "^1.1.0" - pg-pool "^2.0.10" - pg-types "^2.1.0" - pgpass "1.x" - semver "4.3.2" - -pgpass@1.x: - version "1.0.5" - resolved "http://10.8.30.22:7000/pgpass/-/pgpass-1.0.5.tgz#9b873e4a564bb10fa7a7dbd55312728d422a223d" - integrity sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug== - dependencies: - split2 "^4.1.0" - -pkginfo@0.4.1: - version "0.4.1" - resolved "http://10.8.30.22:7000/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff" - integrity sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8= - -postgres-array@~2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/postgres-array/-/postgres-array-2.0.0.tgz#48f8fce054fbc69671999329b8834b772652d82e" - integrity sha1-SPj84FT7xpZxmZMpuINLdyZS2C4= - -postgres-bytea@~1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/postgres-bytea/-/postgres-bytea-1.0.0.tgz#027b533c0aa890e26d172d47cf9ccecc521acd35" - integrity sha1-AntTPAqokOJtFy1Hz5zOzFIazTU= - -postgres-date@~1.0.4: - version "1.0.7" - resolved "http://10.8.30.22:7000/postgres-date/-/postgres-date-1.0.7.tgz#51bc086006005e5061c591cee727f2531bf641a8" - integrity sha1-UbwIYAYAXlBhxZHO5yfyUxv2Qag= - -postgres-interval@^1.1.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/postgres-interval/-/postgres-interval-1.2.0.tgz#b460c82cb1587507788819a06aa0fffdb3544695" - integrity sha1-tGDILLFYdQd4iBmgaqD//bNURpU= - dependencies: - xtend "^4.0.0" - -prebuild-install@5.3.0: - version "5.3.0" - resolved "http://10.8.30.22:7000/prebuild-install/-/prebuild-install-5.3.0.tgz#58b4d8344e03590990931ee088dd5401b03004c8" - integrity sha1-WLTYNE4DWQmQkx7giN1UAbAwBMg= - 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" - os-homedir "^1.0.1" - pump "^2.0.1" - rc "^1.2.7" - simple-get "^2.7.0" - tar-fs "^1.13.0" - tunnel-agent "^0.6.0" - which-pm-runs "^1.0.0" - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -printj@~1.1.0: - version "1.1.2" - resolved "http://10.8.30.22:7000/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222" - integrity sha1-2Q3rKXWoufYA+zoclOP0xTx4oiI= - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "http://10.8.30.22:7000/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha1-eCDZsWEgzFXKmud5JoCufbptf+I= - -process@^0.11.1: - version "0.11.10" - resolved "http://10.8.30.22:7000/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -proxy-agent@^5.0.0: - version "5.0.0" - resolved "http://10.8.30.22:7000/proxy-agent/-/proxy-agent-5.0.0.tgz#d31405c10d6e8431fde96cba7a0c027ce01d633b" - integrity sha1-0xQFwQ1uhDH96Wy6egwCfOAdYzs= - dependencies: - agent-base "^6.0.0" - debug "4" - http-proxy-agent "^4.0.0" - https-proxy-agent "^5.0.0" - lru-cache "^5.1.1" - pac-proxy-agent "^5.0.0" - proxy-from-env "^1.0.0" - socks-proxy-agent "^5.0.0" - -proxy-from-env@^1.0.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" - integrity sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I= - -psl@^1.1.28: - version "1.9.0" - resolved "http://10.8.30.22:7000/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" - integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== - -pump@^1.0.0: - version "1.0.3" - resolved "http://10.8.30.22:7000/pump/-/pump-1.0.3.tgz#5dfe8311c33bbf6fc18261f9f34702c47c08a954" - integrity sha1-Xf6DEcM7v2/BgmH580cCxHwIqVQ= - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^2.0.1: - version "2.0.1" - resolved "http://10.8.30.22:7000/pump/-/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 "http://10.8.30.22:7000/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ= - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "http://10.8.30.22:7000/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew= - -qiniu@^7.1.1: - version "7.7.0" - resolved "http://10.8.30.22:7000/qiniu/-/qiniu-7.7.0.tgz#b33ed6020de20f15628a435eee320fe7ff76aeeb" - integrity sha512-p8wZHDXzqCVtlPIygqIzpO6P59e5KcNAOf85oi6O7K5M4xjnwoi6L3e0F8IXgd38nb2PzWOH3XUkSbNAYW0g7Q== - dependencies: - agentkeepalive "^4.0.2" - before "^0.0.1" - block-stream2 "^2.0.0" - crc32 "^0.2.2" - destroy "^1.0.4" - encodeurl "^1.0.1" - formstream "^1.1.0" - mime "^2.4.4" - mockdate "^3.0.5" - tunnel-agent "^0.6.0" - urllib "^2.34.1" - -qs@^6.4.0, qs@^6.5.1, qs@^6.9.4: - version "6.11.0" - resolved "http://10.8.30.22:7000/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - -qs@~4.0.0: - version "4.0.0" - resolved "http://10.8.30.22:7000/qs/-/qs-4.0.0.tgz#c31d9b74ec27df75e543a86c78728ed8d4623607" - integrity sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc= - -qs@~6.5.2: - version "6.5.3" - resolved "http://10.8.30.22:7000/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" - integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== - -random-bytes@~1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/random-bytes/-/random-bytes-1.0.0.tgz#4f68a1dc0ae58bd3fb95848c30324db75d64360b" - integrity sha1-T2ih3Arli9P7lYSMMDJNt11kNgs= - -raw-body@^2.2.0: - version "2.5.1" - resolved "http://10.8.30.22:7000/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857" - integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig== - dependencies: - bytes "3.1.2" - http-errors "2.0.0" - iconv-lite "0.4.24" - unpipe "1.0.0" - -raw-body@~2.1.2: - version "2.1.7" - resolved "http://10.8.30.22:7000/raw-body/-/raw-body-2.1.7.tgz#adfeace2e4fb3098058014d08c072dcc59758774" - integrity sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q= - dependencies: - bytes "2.4.0" - iconv-lite "0.4.13" - unpipe "1.0.0" - -rc@^1.2.7: - version "1.3.9" - resolved "http://10.8.30.22:7000/rc/-/rc-1.3.9.tgz#e59af47fc44a766bbb7c6536df7adce2722e9421" - integrity sha512-OKTtWChpYeqwXfODZnepCjrB7Cfpx1AyAGqx3VxfJIYYvqtgbe/9NOJzDmPE9WaSARNgm77mZLE72CuR4TRQ5Q== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "http://10.8.30.22:7000/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" - integrity sha1-86YTV1hFlzOuK5VjgFbhhU5+9Qc= - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "http://10.8.30.22:7000/read-pkg/-/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" - -readable-stream@1.1.x: - version "1.1.14" - resolved "http://10.8.30.22:7000/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" - integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk= - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readable-stream@^2.0.0, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.3.0, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6: - version "2.3.7" - resolved "http://10.8.30.22:7000/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c= - 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@^3.4.0, readable-stream@^3.6.0: - version "3.6.0" - resolved "http://10.8.30.22:7000/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha1-M3u9o63AcGvT4CRCaihtS0sskZg= - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -redis-commands@1.7.0, redis-commands@^1.7.0: - version "1.7.0" - resolved "http://10.8.30.22:7000/redis-commands/-/redis-commands-1.7.0.tgz#15a6fea2d58281e27b1cd1acfb4b293e278c3a89" - integrity sha1-Fab+otWCgeJ7HNGs+0spPieMOok= - -redis-errors@^1.0.0, redis-errors@^1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/redis-errors/-/redis-errors-1.2.0.tgz#eb62d2adb15e4eaf4610c04afe1529384250abad" - integrity sha1-62LSrbFeTq9GEMBK/hUpOEJQq60= - -redis-parser@^3.0.0: - version "3.0.0" - resolved "http://10.8.30.22:7000/redis-parser/-/redis-parser-3.0.0.tgz#b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4" - integrity sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ= - dependencies: - redis-errors "^1.0.0" - -redis@^3.1.2: - version "3.1.2" - resolved "http://10.8.30.22:7000/redis/-/redis-3.1.2.tgz#766851117e80653d23e0ed536254677ab647638c" - integrity sha1-dmhREX6AZT0j4O1TYlRnerZHY4w= - dependencies: - denque "^1.5.0" - redis-commands "^1.7.0" - redis-errors "^1.2.0" - redis-parser "^3.0.0" - -regenerator-runtime@^0.13.4: - version "0.13.9" - resolved "http://10.8.30.22:7000/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" - integrity sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I= - -regexp.prototype.flags@^1.4.3: - version "1.4.3" - resolved "http://10.8.30.22:7000/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" - integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - functions-have-names "^1.2.2" - -request@*, request@^2.88.2: - version "2.88.2" - resolved "http://10.8.30.22:7000/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" - integrity sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM= - 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.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "http://10.8.30.22:7000/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs= - -resolve-path@^1.2.1: - version "1.4.0" - resolved "http://10.8.30.22:7000/resolve-path/-/resolve-path-1.4.0.tgz#c4bda9f5efb2fce65247873ab36bb4d834fe16f7" - integrity sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - dependencies: - http-errors "~1.6.2" - path-is-absolute "1.0.1" - -resolve@^1.10.0: - version "1.22.1" - resolved "http://10.8.30.22:7000/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== - dependencies: - is-core-module "^2.9.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -retry-as-promised@^2.3.2: - version "2.3.2" - resolved "http://10.8.30.22:7000/retry-as-promised/-/retry-as-promised-2.3.2.tgz#cd974ee4fd9b5fe03cbf31871ee48221c07737b7" - integrity sha1-zZdO5P2bX+A8vzGHHuSCIcB3N7c= - dependencies: - bluebird "^3.4.6" - debug "^2.6.9" - -retry@^0.10.1: - version "0.10.1" - resolved "http://10.8.30.22:7000/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" - integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= - -rimraf@^2.2.8: - version "2.7.1" - resolved "http://10.8.30.22:7000/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w= - dependencies: - glob "^7.1.3" - -rimraf@^3.0.2: - version "3.0.2" - resolved "http://10.8.30.22:7000/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho= - dependencies: - glob "^7.1.3" - -rndm@1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/rndm/-/rndm-1.2.0.tgz#f33fe9cfb52bbfd520aa18323bc65db110a1b76c" - integrity sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w= - -safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: - version "5.2.1" - resolved "http://10.8.30.22:7000/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY= - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "http://10.8.30.22:7000/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha1-mR7GnSluAxN0fVm9/St0XDX4go0= - -"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 "http://10.8.30.22:7000/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo= - -"semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.4.1, semver@^5.5.0, semver@^5.7.0: - version "5.7.1" - resolved "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@4.3.2: - version "4.3.2" - resolved "http://10.8.30.22:7000/semver/-/semver-4.3.2.tgz#c7a07158a80bedd052355b770d82d6640f803be7" - integrity sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c= - -semver@^7.3.2: - version "7.3.7" - resolved "http://10.8.30.22:7000/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" - integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== - dependencies: - lru-cache "^6.0.0" - -sequelize@^4.2.1: - version "4.44.4" - resolved "http://10.8.30.22:7000/sequelize/-/sequelize-4.44.4.tgz#9607eaa3e59080d27d8b17481d2e449e87e58f18" - integrity sha1-lgfqo+WQgNJ9ixdIHS5Enofljxg= - dependencies: - bluebird "^3.5.0" - cls-bluebird "^2.1.0" - debug "^3.1.0" - depd "^1.1.0" - dottie "^2.0.0" - generic-pool "3.5.0" - inflection "1.12.0" - lodash "^4.17.1" - moment "^2.20.0" - moment-timezone "^0.5.14" - retry-as-promised "^2.3.2" - semver "^5.5.0" - terraformer-wkt-parser "^1.1.2" - toposort-class "^1.0.1" - uuid "^3.2.1" - validator "^10.4.0" - wkx "^0.4.1" - -set-blocking@^2.0.0, set-blocking@~2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -setimmediate@^1.0.5: - version "1.0.5" - resolved "http://10.8.30.22:7000/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - -setprototypeof@1.1.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" - integrity sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY= - -setprototypeof@1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ= - -shimmer@^1.1.0: - version "1.2.1" - resolved "http://10.8.30.22:7000/shimmer/-/shimmer-1.2.1.tgz#610859f7de327b587efebf501fb43117f9aff337" - integrity sha1-YQhZ994ye1h+/r9QH7QxF/mv8zc= - -side-channel@^1.0.4: - version "1.0.4" - resolved "http://10.8.30.22:7000/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha1-785cj9wQTudRslxY1CkAEfpeos8= - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.0: - version "3.0.7" - resolved "http://10.8.30.22:7000/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -simple-concat@^1.0.0: - version "1.0.1" - resolved "http://10.8.30.22:7000/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" - integrity sha1-9Gl2CCujXCJj8cirXt/ibEHJVS8= - -simple-get@^2.7.0: - version "2.8.2" - resolved "http://10.8.30.22:7000/simple-get/-/simple-get-2.8.2.tgz#5708fb0919d440657326cd5fe7d2599d07705019" - integrity sha512-Ijd/rV5o+mSBBs4F/x9oDPtTx9Zb6X9brmnXvMW4J7IR15ngi9q5xxqWBKU744jTZiaXtxaPL7uHG6vtN8kUkw== - dependencies: - decompress-response "^3.3.0" - once "^1.3.1" - simple-concat "^1.0.0" - -smart-buffer@^4.2.0: - version "4.2.0" - resolved "http://10.8.30.22:7000/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" - integrity sha1-bh1x+k8YwF99D/IW3RakgdDo2a4= - -snappy@^6.0.1: - version "6.3.5" - resolved "http://10.8.30.22:7000/snappy/-/snappy-6.3.5.tgz#c14b8dea8e9bc2687875b5e491d15dd900e6023c" - integrity sha512-lonrUtdp1b1uDn1dbwgQbBsb5BbaiLeKq+AGwOk2No+en+VvJThwmtztwulEQsLinRF681pBqib0NUZaizKLIA== - dependencies: - bindings "^1.3.1" - nan "^2.14.1" - prebuild-install "5.3.0" - -socket.io-adapter@0.5.0: - version "0.5.0" - resolved "http://10.8.30.22:7000/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz#cb6d4bb8bec81e1078b99677f9ced0046066bb8b" - integrity sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s= - dependencies: - debug "2.3.3" - socket.io-parser "2.3.1" - -socket.io-client@1.7.4: - version "1.7.4" - resolved "http://10.8.30.22:7000/socket.io-client/-/socket.io-client-1.7.4.tgz#ec9f820356ed99ef6d357f0756d648717bdd4281" - integrity sha1-7J+CA1btme9tNX8HVtZIcXvdQoE= - dependencies: - backo2 "1.0.2" - component-bind "1.0.0" - component-emitter "1.2.1" - debug "2.3.3" - engine.io-client "~1.8.4" - has-binary "0.1.7" - indexof "0.0.1" - object-component "0.0.3" - parseuri "0.0.5" - socket.io-parser "2.3.1" - to-array "0.1.4" - -socket.io-parser@2.3.1: - version "2.3.1" - resolved "http://10.8.30.22:7000/socket.io-parser/-/socket.io-parser-2.3.1.tgz#dd532025103ce429697326befd64005fcfe5b4a0" - integrity sha1-3VMgJRA85Clpcya+/WQAX8/ltKA= - dependencies: - component-emitter "1.1.2" - debug "2.2.0" - isarray "0.0.1" - json3 "3.3.2" - -socket.io@^1.4.8: - version "1.7.4" - resolved "http://10.8.30.22:7000/socket.io/-/socket.io-1.7.4.tgz#2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00" - integrity sha1-L37O3DORvy1cc+KR/iM+bjTU3QA= - dependencies: - debug "2.3.3" - engine.io "~1.8.4" - has-binary "0.1.7" - object-assign "4.1.0" - socket.io-adapter "0.5.0" - socket.io-client "1.7.4" - socket.io-parser "2.3.1" - -socks-proxy-agent@5, socks-proxy-agent@^5.0.0: - version "5.0.1" - resolved "http://10.8.30.22:7000/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz#032fb583048a29ebffec2e6a73fca0761f48177e" - integrity sha1-Ay+1gwSKKev/7C5qc/ygdh9IF34= - dependencies: - agent-base "^6.0.2" - debug "4" - socks "^2.3.3" - -socks@^2.3.3: - version "2.7.0" - resolved "http://10.8.30.22:7000/socks/-/socks-2.7.0.tgz#f9225acdb841e874dca25f870e9130990f3913d0" - integrity sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA== - dependencies: - ip "^2.0.0" - smart-buffer "^4.2.0" - -source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha1-dHIq8y6WFOnCh6jQu95IteLxomM= - -spdx-correct@^3.0.0: - version "3.1.1" - resolved "http://10.8.30.22:7000/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha1-3s6BrJweZxPl99G28X1Gj6U9iak= - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "http://10.8.30.22:7000/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0= - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "http://10.8.30.22:7000/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha1-z3D1BILu/cmOPOCmgz5KU87rpnk= - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.11" - resolved "http://10.8.30.22:7000/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" - integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== - -split2@^4.1.0: - version "4.1.0" - resolved "http://10.8.30.22:7000/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809" - integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ== - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "http://10.8.30.22:7000/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -ssf@~0.11.2: - version "0.11.2" - resolved "http://10.8.30.22:7000/ssf/-/ssf-0.11.2.tgz#0b99698b237548d088fc43cdf2b70c1a7512c06c" - integrity sha1-C5lpiyN1SNCI/EPN8rcMGnUSwGw= - dependencies: - frac "~1.1.2" - -sshpk@^1.7.0: - version "1.17.0" - resolved "http://10.8.30.22:7000/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5" - integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== - 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" - -stack-trace@0.0.x: - version "0.0.10" - resolved "http://10.8.30.22:7000/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" - integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= - -standard-as-callback@^2.1.0: - version "2.1.0" - resolved "http://10.8.30.22:7000/standard-as-callback/-/standard-as-callback-2.1.0.tgz#8953fc05359868a77b5b9739a665c5977bb7df45" - integrity sha1-iVP8BTWYaKd7W5c5pmXFl3u330U= - -statuses@2.0.1: - version "2.0.1" - resolved "http://10.8.30.22:7000/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" - integrity sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M= - -"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@^1.3.1, statuses@^1.5.0: - version "1.5.0" - resolved "http://10.8.30.22:7000/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stream-slice@^0.1.2: - version "0.1.2" - resolved "http://10.8.30.22:7000/stream-slice/-/stream-slice-0.1.2.tgz#2dc4f4e1b936fb13f3eb39a2def1932798d07a4b" - integrity sha1-LcT04bk2+xPz6zmi3vGTJ5jQeks= - -streamsearch@0.1.2: - version "0.1.2" - resolved "http://10.8.30.22:7000/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" - integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo= - -string-similarity@1.2.0: - version "1.2.0" - resolved "http://10.8.30.22:7000/string-similarity/-/string-similarity-1.2.0.tgz#d75153cb383846318b7a39a8d9292bb4db4e9c30" - integrity sha1-11FTyzg4RjGLejmo2SkrtNtOnDA= - dependencies: - lodash "^4.13.1" - -string-width@^1.0.1: - version "1.0.2" - resolved "http://10.8.30.22:7000/string-width/-/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": - version "2.1.1" - resolved "http://10.8.30.22:7000/string-width/-/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@^1.0.2 || 2 || 3 || 4": - version "4.2.3" - resolved "http://10.8.30.22:7000/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^3.0.0, string-width@^3.1.0: - version "3.1.0" - resolved "http://10.8.30.22:7000/string-width/-/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.prototype.trimend@^1.0.5: - version "1.0.5" - resolved "http://10.8.30.22:7000/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0" - integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.19.5" - -string.prototype.trimstart@^1.0.5: - version "1.0.5" - resolved "http://10.8.30.22:7000/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef" - integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.19.5" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "http://10.8.30.22:7000/string_decoder/-/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 "http://10.8.30.22:7000/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - -string_decoder@~1.1.1: - version "1.1.1" - resolved "http://10.8.30.22:7000/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha1-nPFhG6YmhdcDCunkujQUnDrwP8g= - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4= - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^6.0.1: - version "6.0.1" - resolved "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-json-comments@2.0.1, strip-json-comments@~2.0.1: - version "2.0.1" - resolved "http://10.8.30.22:7000/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -superagent@^3.5.2: - version "3.8.3" - resolved "http://10.8.30.22:7000/superagent/-/superagent-3.8.3.tgz#460ea0dbdb7d5b11bc4f78deba565f86a178e128" - integrity sha1-Rg6g29t9WxG8T3jeulZfhqF44Sg= - dependencies: - component-emitter "^1.2.0" - cookiejar "^2.1.0" - debug "^3.1.0" - extend "^3.0.0" - form-data "^2.3.1" - formidable "^1.2.0" - methods "^1.1.1" - mime "^1.4.1" - qs "^6.5.1" - readable-stream "^2.3.5" - -superagent@^6.1.0: - version "6.1.0" - resolved "http://10.8.30.22:7000/superagent/-/superagent-6.1.0.tgz#09f08807bc41108ef164cfb4be293cebd480f4a6" - integrity sha1-CfCIB7xBEI7xZM+0vik869SA9KY= - dependencies: - component-emitter "^1.3.0" - cookiejar "^2.1.2" - debug "^4.1.1" - fast-safe-stringify "^2.0.7" - form-data "^3.0.0" - formidable "^1.2.2" - methods "^1.1.2" - mime "^2.4.6" - qs "^6.9.4" - readable-stream "^3.6.0" - semver "^7.3.2" - -supports-color@6.0.0: - version "6.0.0" - resolved "http://10.8.30.22:7000/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a" - integrity sha1-ds/nQs8fQbubHCmtAwaMBbTA5Ao= - dependencies: - has-flag "^3.0.0" - -supports-color@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^4.0.0: - version "4.5.0" - resolved "http://10.8.30.22:7000/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b" - integrity sha1-vnoN5ITexcXN34s9WRJQRJEvY1s= - dependencies: - has-flag "^2.0.0" - -supports-color@^5.3.0: - version "5.5.0" - resolved "http://10.8.30.22:7000/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha1-4uaaRKyHcveKHsCzW2id9lMO/I8= - dependencies: - has-flag "^3.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -swagger-jsdoc@^6.1.0: - version "6.2.1" - resolved "http://10.8.30.22:7000/swagger-jsdoc/-/swagger-jsdoc-6.2.1.tgz#2f3f67c8433ae2c09e7e318d2f8fd9e09f0166b3" - integrity sha512-l2BwFf7wzNPb11+NRRy65X+kuHUGLb3ZuGFn6A8xDXXTu73YzJmCiy+LED/6QsOgPBPgO3u3sDEz6KuOHAlCtA== - dependencies: - commander "6.2.0" - doctrine "3.0.0" - glob "7.1.6" - lodash.mergewith "^4.6.2" - swagger-parser "10.0.2" - yaml "2.0.0-1" - -swagger-parser@10.0.2: - version "10.0.2" - resolved "http://10.8.30.22:7000/swagger-parser/-/swagger-parser-10.0.2.tgz#d7f18faa09c9c145e938977c9bd6c3435998b667" - integrity sha512-9jHkHM+QXyLGFLk1DkXBwV+4HyNm0Za3b8/zk/+mjr8jgOSiqm3FOTHBSDsBjtn9scdL+8eWcHdupp2NLM8tDw== - dependencies: - "@apidevtools/swagger-parser" "10.0.2" - -tar-fs@^1.13.0: - version "1.16.3" - resolved "http://10.8.30.22:7000/tar-fs/-/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-stream@^1.1.2, tar-stream@^1.5.0: - version "1.6.2" - resolved "http://10.8.30.22:7000/tar-stream/-/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" - -terraformer-wkt-parser@^1.1.2: - version "1.2.1" - resolved "http://10.8.30.22:7000/terraformer-wkt-parser/-/terraformer-wkt-parser-1.2.1.tgz#8041e2aeb0c9f2b4cbbec8ec2c5c00c45ddfee02" - integrity sha1-gEHirrDJ8rTLvsjsLFwAxF3f7gI= - dependencies: - "@types/geojson" "^1.0.0" - terraformer "~1.0.5" - -terraformer@~1.0.5: - version "1.0.12" - resolved "http://10.8.30.22:7000/terraformer/-/terraformer-1.0.12.tgz#39e08f9c753606421acce02e122440c72dfa12d3" - integrity sha1-OeCPnHU2BkIazOAuEiRAxy36EtM= - optionalDependencies: - "@types/geojson" "^7946.0.0 || ^1.0.0" - -thenify-all@^1.0.0: - version "1.6.0" - resolved "http://10.8.30.22:7000/thenify-all/-/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.1" - resolved "http://10.8.30.22:7000/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" - integrity sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8= - dependencies: - any-promise "^1.0.0" - -through@~2.3: - version "2.3.8" - resolved "http://10.8.30.22:7000/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - -to-array@0.1.4: - version "0.1.4" - resolved "http://10.8.30.22:7000/to-array/-/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890" - integrity sha1-F+bBH3PdTz10zaek/zI46a2b+JA= - -to-buffer@^1.1.1: - version "1.1.1" - resolved "http://10.8.30.22:7000/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80" - integrity sha1-STvUj2LXxD/N7TE6A9ytsuEhOoA= - -toidentifier@1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" - integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== - -toposort-class@^1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/toposort-class/-/toposort-class-1.0.1.tgz#7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988" - integrity sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg= - -tough-cookie@~2.5.0: - version "2.5.0" - resolved "http://10.8.30.22:7000/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha1-zZ+yoKodWhK0c72fuW+j3P9lreI= - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -"traverse@>=0.3.0 <0.4": - version "0.3.9" - resolved "http://10.8.30.22:7000/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9" - integrity sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk= - -tslib@^2.0.1: - version "2.4.0" - resolved "http://10.8.30.22:7000/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" - integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== - -tsscmp@1.0.6: - version "1.0.6" - resolved "http://10.8.30.22:7000/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb" - integrity sha1-hbmVg6w1iexL/vgltQAKqRHWBes= - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "http://10.8.30.22:7000/tunnel-agent/-/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 "http://10.8.30.22:7000/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - -type-check@~0.3.2: - version "0.3.2" - resolved "http://10.8.30.22:7000/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-fest@^0.6.0: - version "0.6.0" - resolved "http://10.8.30.22:7000/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" - integrity sha1-jSojcNPfiG61yQraHFv2GIrPg4s= - -type-fest@^0.8.1: - version "0.8.1" - resolved "http://10.8.30.22:7000/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha1-CeJJ696FHTseSNJ8EFREZn8XuD0= - -type-is@^1.6.14, type-is@^1.6.16, type-is@~1.6.6: - version "1.6.18" - resolved "http://10.8.30.22:7000/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -uglify-js@^3.1.4: - version "3.16.2" - resolved "http://10.8.30.22:7000/uglify-js/-/uglify-js-3.16.2.tgz#0481e1dbeed343ad1c2ddf3c6d42e89b7a6d4def" - integrity sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg== - -uid-safe@2.1.5, uid-safe@~2.1.1: - version "2.1.5" - resolved "http://10.8.30.22:7000/uid-safe/-/uid-safe-2.1.5.tgz#2b3d5c7240e8fc2e58f8aa269e5ee49c0857bd3a" - integrity sha1-Kz1cckDo/C5Y+Komnl7knAhXvTo= - dependencies: - random-bytes "~1.0.0" - -ultron@1.0.x: - version "1.0.2" - resolved "http://10.8.30.22:7000/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa" - integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po= - -unbox-primitive@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" - integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== - dependencies: - call-bind "^1.0.2" - has-bigints "^1.0.2" - has-symbols "^1.0.3" - which-boxed-primitive "^1.0.2" - -underscore@^1.13.1: - version "1.13.4" - resolved "http://10.8.30.22:7000/underscore/-/underscore-1.13.4.tgz#7886b46bbdf07f768e0052f1828e1dcab40c0dee" - integrity sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ== - -underscore@~1.4.4: - version "1.4.4" - resolved "http://10.8.30.22:7000/underscore/-/underscore-1.4.4.tgz#61a6a32010622afa07963bf325203cf12239d604" - integrity sha1-YaajIBBiKvoHljvzJSA88SI51gQ= - -unescape@^1.0.1: - version "1.0.1" - resolved "http://10.8.30.22:7000/unescape/-/unescape-1.0.1.tgz#956e430f61cad8a4d57d82c518f5e6cc5d0dda96" - integrity sha1-lW5DD2HK2KTVfYLFGPXmzF0N2pY= - dependencies: - extend-shallow "^2.0.1" - -universalify@^0.1.0: - version "0.1.2" - resolved "http://10.8.30.22:7000/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY= - -universalify@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" - integrity sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc= - -unpipe@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -uri-js@^4.2.2: - version "4.4.1" - resolved "http://10.8.30.22:7000/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34= - dependencies: - punycode "^2.1.0" - -urllib@^2.34.1: - version "2.38.1" - resolved "http://10.8.30.22:7000/urllib/-/urllib-2.38.1.tgz#d5398c91a3b6a3a066f5beae7b90e959c13ef4c4" - integrity sha512-1tvjdL74oT9aV4X+SIjE1BXyes5PbfhHKhK4IlhoKhKqk4nD5/lXE90v10WZ02kELWIPI4w7ADneEQ4i7dPjiQ== - dependencies: - any-promise "^1.3.0" - content-type "^1.0.2" - debug "^2.6.9" - default-user-agent "^1.0.0" - digest-header "^0.0.1" - ee-first "~1.1.1" - formstream "^1.1.0" - humanize-ms "^1.2.0" - iconv-lite "^0.4.15" - ip "^1.1.5" - proxy-agent "^5.0.0" - pump "^3.0.0" - qs "^6.4.0" - statuses "^1.3.1" - utility "^1.16.1" - -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - resolved "http://10.8.30.22:7000/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -util@^0.10.3: - version "0.10.4" - resolved "http://10.8.30.22:7000/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901" - integrity sha1-OqASW/5mikZy3liFfTrOJ+y3aQE= - dependencies: - inherits "2.0.3" - -utility@0.1.11: - version "0.1.11" - resolved "http://10.8.30.22:7000/utility/-/utility-0.1.11.tgz#fde60cf9b4e4751947a0cf5d104ce29367226715" - integrity sha1-/eYM+bTkdRlHoM9dEEzik2ciZxU= - dependencies: - address ">=0.0.1" - -utility@^1.16.1: - version "1.17.0" - resolved "http://10.8.30.22:7000/utility/-/utility-1.17.0.tgz#60819f712a6e0ce774f52fb1d691992a5f59d362" - integrity sha1-YIGfcSpuDOd09S+x1pGZKl9Z02I= - dependencies: - copy-to "^2.0.1" - escape-html "^1.0.3" - mkdirp "^0.5.1" - mz "^2.7.0" - unescape "^1.0.1" - -uuid@^3.0.0, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: - version "3.4.0" - resolved "http://10.8.30.22:7000/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "http://10.8.30.22:7000/validate-npm-package-license/-/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" - -validator@^10.4.0: - version "10.11.0" - resolved "http://10.8.30.22:7000/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228" - integrity sha1-ADEI6m6amHTTHMyeUAaFbM12sig= - -validator@^13.6.0: - version "13.7.0" - resolved "http://10.8.30.22:7000/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857" - integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw== - -vary@^1.1.2: - version "1.1.2" - resolved "http://10.8.30.22:7000/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -verror@1.10.0: - version "1.10.0" - resolved "http://10.8.30.22:7000/verror/-/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" - -vm2@^3.9.8: - version "3.9.10" - resolved "http://10.8.30.22:7000/vm2/-/vm2-3.9.10.tgz#c66543096b5c44c8861a6465805c23c7cc996a44" - integrity sha512-AuECTSvwu2OHLAZYhG716YzwodKCIJxB6u1zG7PgSQwIgAlEaoXH52bxdcvT8GkGjnYK7r7yWDW0m0sOsPuBjQ== - dependencies: - acorn "^8.7.0" - acorn-walk "^8.2.0" - -which-boxed-primitive@^1.0.2: - version "1.0.2" - resolved "http://10.8.30.22:7000/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" - integrity sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY= - dependencies: - is-bigint "^1.0.1" - is-boolean-object "^1.1.0" - is-number-object "^1.0.4" - is-string "^1.0.5" - is-symbol "^1.0.3" - -which-module@^2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which-pm-runs@^1.0.0: - version "1.1.0" - resolved "http://10.8.30.22:7000/which-pm-runs/-/which-pm-runs-1.1.0.tgz#35ccf7b1a0fce87bd8b92a478c9d045785d3bf35" - integrity sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA== - -which@1.3.1: - version "1.3.1" - resolved "http://10.8.30.22:7000/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo= - dependencies: - isexe "^2.0.0" - -wide-align@1.1.3: - version "1.1.3" - resolved "http://10.8.30.22:7000/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha1-rgdOa9wMFKQx6ATmJFScYzsABFc= - dependencies: - string-width "^1.0.2 || 2" - -wide-align@^1.1.0: - version "1.1.5" - resolved "http://10.8.30.22:7000/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== - dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - -win-release@^1.0.0: - version "1.1.1" - resolved "http://10.8.30.22:7000/win-release/-/win-release-1.1.1.tgz#5fa55e02be7ca934edfc12665632e849b72e5209" - integrity sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk= - dependencies: - semver "^5.0.1" - -winston@^2.1.0: - version "2.4.6" - resolved "http://10.8.30.22:7000/winston/-/winston-2.4.6.tgz#da616f332928f70aac482f59b43d62228f29e478" - integrity sha512-J5Zu4p0tojLde8mIOyDSsmLmcP8I3Z6wtwpTDHx1+hGcdhxcJaAmG4CFtagkb+NiN1M9Ek4b42pzMWqfc9jm8w== - dependencies: - async "^3.2.3" - colors "1.0.x" - cycle "1.0.x" - eyes "0.1.x" - isstream "0.1.x" - stack-trace "0.0.x" - -wkx@^0.4.1: - version "0.4.8" - resolved "http://10.8.30.22:7000/wkx/-/wkx-0.4.8.tgz#a092cf088d112683fdc7182fd31493b2c5820003" - integrity sha512-ikPXMM9IR/gy/LwiOSqWlSL3X/J5uk9EO2hHNRXS41eTLXaUFEVw9fn/593jW/tE5tedNg8YjT5HkCa4FqQZyQ== - dependencies: - "@types/node" "*" - -wmf@~1.0.1: - version "1.0.2" - resolved "http://10.8.30.22:7000/wmf/-/wmf-1.0.2.tgz#7d19d621071a08c2bdc6b7e688a9c435298cc2da" - integrity sha1-fRnWIQcaCMK9xrfmiKnENSmMwto= - -word-wrap@~1.2.3: - version "1.2.3" - resolved "http://10.8.30.22:7000/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -word@~0.3.0: - version "0.3.0" - resolved "http://10.8.30.22:7000/word/-/word-0.3.0.tgz#8542157e4f8e849f4a363a288992d47612db9961" - integrity sha1-hUIVfk+OhJ9KNjooiZLUdhLbmWE= - -wordwrap@^1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" - integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= - -wrap-ansi@^5.1.0: - version "5.1.0" - resolved "http://10.8.30.22:7000/wrap-ansi/-/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 "http://10.8.30.22:7000/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -ws@~1.1.5: - version "1.1.5" - resolved "http://10.8.30.22:7000/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" - integrity sha1-y9nm514J/F0skAFfIfDECHXg3VE= - dependencies: - options ">=0.0.5" - ultron "1.0.x" - -wtf-8@1.0.0: - version "1.0.0" - resolved "http://10.8.30.22:7000/wtf-8/-/wtf-8-1.0.0.tgz#392d8ba2d0f1c34d1ee2d630f15d0efb68e1048a" - integrity sha1-OS2LotDxw00e4tYw8V0O+2jhBIo= - -xlsx@^0.16.9: - version "0.16.9" - resolved "http://10.8.30.22:7000/xlsx/-/xlsx-0.16.9.tgz#dacd5bb46bda6dd3743940c9c3dc1e2171826256" - integrity sha1-2s1btGvabdN0OUDJw9weIXGCYlY= - dependencies: - adler-32 "~1.2.0" - cfb "^1.1.4" - codepage "~1.14.0" - commander "~2.17.1" - crc-32 "~1.2.0" - exit-on-epipe "~1.0.1" - fflate "^0.3.8" - ssf "~0.11.2" - wmf "~1.0.1" - word "~0.3.0" - -xmlhttprequest-ssl@1.6.3: - version "1.6.3" - resolved "http://10.8.30.22:7000/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz#03b713873b01659dfa2c1c5d056065b27ddc2de6" - integrity sha1-A7cThzsBZZ36LBxdBWBlsn3cLeY= - -xregexp@2.0.0: - version "2.0.0" - resolved "http://10.8.30.22:7000/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943" - integrity sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM= - -xtend@^4.0.0: - version "4.0.2" - resolved "http://10.8.30.22:7000/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q= - -y18n@^4.0.0: - version "4.0.3" - resolved "http://10.8.30.22:7000/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha1-tfJZyCzW4zaSHv17/Yv1YN6e7t8= - -yallist@^3.0.2: - version "3.1.1" - resolved "http://10.8.30.22:7000/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha1-27fa+b/YusmrRev2ArjLrQ1dCP0= - -yallist@^4.0.0: - version "4.0.0" - resolved "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI= - -yaml@2.0.0-1: - version "2.0.0-1" - resolved "http://10.8.30.22:7000/yaml/-/yaml-2.0.0-1.tgz#8c3029b3ee2028306d5bcf396980623115ff8d18" - integrity sha1-jDAps+4gKDBtW885aYBiMRX/jRg= - -yargs-parser@13.1.2, yargs-parser@^13.1.2: - version "13.1.2" - resolved "http://10.8.30.22:7000/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" - integrity sha1-Ew8JcC667vJlDVTObj5XBvek+zg= - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-unparser@1.6.0: - version "1.6.0" - resolved "http://10.8.30.22:7000/yargs-unparser/-/yargs-unparser-1.6.0.tgz#ef25c2c769ff6bd09e4b0f9d7c605fb27846ea9f" - integrity sha1-7yXCx2n/a9CeSw+dfGBfsnhG6p8= - dependencies: - flat "^4.1.0" - lodash "^4.17.15" - yargs "^13.3.0" - -yargs@13.3.2, yargs@^13.3.0: - version "13.3.2" - resolved "http://10.8.30.22:7000/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" - integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - 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.2" - -yeast@0.1.2: - version "0.1.2" - resolved "http://10.8.30.22:7000/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" - integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= - -ylru@^1.2.0: - version "1.3.2" - resolved "http://10.8.30.22:7000/ylru/-/ylru-1.3.2.tgz#0de48017473275a4cbdfc83a1eaf67c01af8a785" - integrity sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA== - -z-schema@^4.2.3: - version "4.2.4" - resolved "http://10.8.30.22:7000/z-schema/-/z-schema-4.2.4.tgz#73102a49512179b12a8ec50b1daa676b984da6e4" - integrity sha512-YvBeW5RGNeNzKOUJs3rTL4+9rpcvHXt5I051FJbOcitV8bl40pEfcG0Q+dWSwS0/BIYrMZ/9HHoqLllMkFhD0w== - dependencies: - lodash.get "^4.4.2" - lodash.isequal "^4.5.0" - validator "^13.6.0" - optionalDependencies: - commander "^2.7.1" - -zip-stream@^2.0.1: - version "2.1.3" - resolved "http://10.8.30.22:7000/zip-stream/-/zip-stream-2.1.3.tgz#26cc4bdb93641a8590dd07112e1f77af1758865b" - integrity sha1-JsxL25NkGoWQ3QcRLh93rxdYhls= - dependencies: - archiver-utils "^2.1.0" - compress-commons "^2.1.1" - readable-stream "^3.4.0" diff --git a/weapp/package-lock.json b/weapp/package-lock.json deleted file mode 100644 index 8899ef8d..00000000 --- a/weapp/package-lock.json +++ /dev/null @@ -1,15650 +0,0 @@ -{ - "name": "fs-wxapp-taro3", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@antv/adjust": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/@antv%2fadjust/-/adjust-0.1.1.tgz", - "integrity": "sha1-4mOrDhoZQaZIhC/Ahs9lp+O3Xpg=", - "requires": { - "@antv/util": "~1.3.1" - }, - "dependencies": { - "@antv/util": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/@antv%2futil/-/util-1.3.1.tgz", - "integrity": "sha1-MKNLIB/5Em7A1YxyyBZqnD5kTM0=", - "requires": { - "@antv/gl-matrix": "^2.7.1" - } - } - } - }, - "@antv/f2": { - "version": "3.8.3", - "resolved": "http://10.8.30.22:7000/@antv%2ff2/-/f2-3.8.3.tgz", - "integrity": "sha1-Oh4MDQIzSudS2lH1khxXFQK0caY=", - "requires": { - "@antv/adjust": "~0.1.1", - "@antv/scale": "~0.3.3", - "@antv/util": "~2.0.6", - "@babel/runtime": "^7.7.7", - "@types/hammerjs": "^2.0.36", - "hammerjs": "^2.0.8", - "type-fest": "^0.15.1" - } - }, - "@antv/f2-canvas": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/@antv%2ff2-canvas/-/f2-canvas-1.0.5.tgz", - "integrity": "sha1-o7x3NpBSXhp7FiCvG+st44lw5Wg=", - "requires": { - "@antv/wx-f2": "^1.1.4" - } - }, - "@antv/gl-matrix": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/@antv%2fgl-matrix/-/gl-matrix-2.7.1.tgz", - "integrity": "sha1-rLjjf3qz3wE0WrpDcteUK+QuuhQ=" - }, - "@antv/scale": { - "version": "0.3.9", - "resolved": "http://10.8.30.22:7000/@antv%2fscale/-/scale-0.3.9.tgz", - "integrity": "sha1-xXzH/V6eArlghVgwGreTSxj4E30=", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - } - }, - "@antv/util": { - "version": "2.0.13", - "resolved": "http://10.8.30.22:7000/@antv%2futil/-/util-2.0.13.tgz", - "integrity": "sha1-fC5wHYlScRbsF89aQAQTxcavy00=", - "requires": { - "tslib": "^2.0.3" - } - }, - "@antv/wx-f2": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/@antv%2fwx-f2/-/wx-f2-1.1.4.tgz", - "integrity": "sha1-cH3z5oYiFHIDkvEOKF/csYN4erY=", - "requires": { - "@antv/f2": "^3.3.3", - "wolfy87-eventemitter": "^5.2.4" - } - }, - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fcode-frame/-/code-frame-7.12.13.tgz", - "integrity": "sha1-3PyCa+72XnXFDiHTg319lXmN1lg=", - "dev": true, - "requires": { - "@babel/highlight": "^7.12.13" - } - }, - "@babel/compat-data": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fcompat-data/-/compat-data-7.13.12.tgz", - "integrity": "sha1-qKXMrBnCAPndSWJMrG4Z174SNqE=", - "dev": true - }, - "@babel/core": { - "version": "7.13.10", - "resolved": "http://10.8.30.22:7000/@babel%2fcore/-/core-7.13.10.tgz", - "integrity": "sha1-B94FC72Bk/zYo8J5GMCJBhOpRVk=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.9", - "@babel/helper-compilation-targets": "^7.13.10", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.10", - "@babel/parser": "^7.13.10", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "^6.3.0", - "source-map": "^0.5.0" - } - }, - "@babel/generator": { - "version": "7.13.9", - "resolved": "http://10.8.30.22:7000/@babel%2fgenerator/-/generator-7.13.9.tgz", - "integrity": "sha1-Onqpb577jivkLTjYDizrTGTY3jk=", - "dev": true, - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz", - "integrity": "sha1-D1jobfxLs7H819uAZXDhd9Q5tqs=", - "dev": true, - "requires": { - "@babel/types": "^7.12.13" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "integrity": "sha1-a8IDYciLCnTQUTemXKyNPL9vYfw=", - "dev": true, - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.13.10", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz", - "integrity": "sha1-ExChZ4y4QnwHp1N1DaT4zkQr3Qw=", - "dev": true, - "requires": { - "@babel/compat-data": "^7.13.8", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "^6.3.0" - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.13.11", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz", - "integrity": "sha1-MNMKAFvKLJU/VlP8JQkaSSF39PY=", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz", - "integrity": "sha1-oqyH6eMZJprGVbjUQV6U041mPLc=", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - } - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz", - "integrity": "sha1-F7XFn/Rz2flW9A71cM86dsoSZX8=", - "dev": true, - "requires": { - "@babel/types": "^7.13.0" - } - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-function-name/-/helper-function-name-7.12.13.tgz", - "integrity": "sha1-k61lbbPDwiMlWf17LD29y+DrN3o=", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", - "integrity": "sha1-vGNFHUA6OzCCuX4diz/lvUCR5YM=", - "dev": true, - "requires": { - "@babel/types": "^7.12.13" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz", - "integrity": "sha1-XViC6FW1xe2pHgytwmxueiyFk9g=", - "dev": true, - "requires": { - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz", - "integrity": "sha1-3+No8m1CagcpnY1lE4IXaCFubXI=", - "dev": true, - "requires": { - "@babel/types": "^7.13.12" - } - }, - "@babel/helper-module-imports": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-module-imports/-/helper-module-imports-7.13.12.tgz", - "integrity": "sha1-xqNppvNiHLJdoBQHhoTakZa2GXc=", - "dev": true, - "requires": { - "@babel/types": "^7.13.12" - } - }, - "@babel/helper-module-transforms": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.13.12.tgz", - "integrity": "sha1-YA5YNQSQgo2CKCYxoUIiaOmCupY=", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.13.12", - "@babel/helper-replace-supers": "^7.13.12", - "@babel/helper-simple-access": "^7.13.12", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.12" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz", - "integrity": "sha1-XALRcbTIYVsecWP4iMHIHDCiquo=", - "dev": true, - "requires": { - "@babel/types": "^7.12.13" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz", - "integrity": "sha1-gGUmzhJa7QM3O8QWqCgyHjpqM68=", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz", - "integrity": "sha1-N2p2DZ97SyB3qd0Fqpw5J8rbIgk=", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - } - }, - "@babel/helper-replace-supers": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-replace-supers/-/helper-replace-supers-7.13.12.tgz", - "integrity": "sha1-ZEL0wa2RJQJIGlZKc4beDHf/OAQ=", - "dev": true, - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.12", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.12" - } - }, - "@babel/helper-simple-access": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-simple-access/-/helper-simple-access-7.13.12.tgz", - "integrity": "sha1-3WxTivthgZ0gWgEsMXkqOcel6vY=", - "dev": true, - "requires": { - "@babel/types": "^7.13.12" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "integrity": "sha1-Ri3GOn5DWt6EaDhcY9K4TM5LPL8=", - "dev": true, - "requires": { - "@babel/types": "^7.12.1" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", - "integrity": "sha1-6UML4AuvPoiw4T5vnU6vITY3KwU=", - "dev": true, - "requires": { - "@babel/types": "^7.12.13" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", - "integrity": "sha1-yaHwIZF9y1zPDU5FPjmQIpgfye0=", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-validator-option/-/helper-validator-option-7.12.17.tgz", - "integrity": "sha1-0fvwEuGnm37rv9xtJwuq+NnrmDE=", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fhelper-wrap-function/-/helper-wrap-function-7.13.0.tgz", - "integrity": "sha1-vbXGb9qFJuwjWriUrVOhI1x5/MQ=", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - } - }, - "@babel/helpers": { - "version": "7.13.10", - "resolved": "http://10.8.30.22:7000/@babel%2fhelpers/-/helpers-7.13.10.tgz", - "integrity": "sha1-/Y4rp0iFM83qxFzBWOnryl48ffg=", - "dev": true, - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - } - }, - "@babel/highlight": { - "version": "7.13.10", - "resolved": "http://10.8.30.22:7000/@babel%2fhighlight/-/highlight-7.13.10.tgz", - "integrity": "sha1-qLKmYUj1sn1maxXYF3Q0enMdUtE=", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fparser/-/parser-7.13.12.tgz", - "integrity": "sha1-ujIAWUIHdDlNOwwCM7pA5CULgdE=", - "dev": true - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz", - "integrity": "sha1-h6rLV0s7xLVgP2/kFFjXKlouxLE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.10.4", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz", - "integrity": "sha1-ozv2Mto5ClnHqMVwBF0RFc13iAc=", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-proposal-decorators": { - "version": "7.10.5", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-decorators/-/plugin-proposal-decorators-7.10.5.tgz", - "integrity": "sha1-QomLukeLxLGuJCpwOpU6etNQ/7Q=", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.10.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-decorators": "^7.10.4" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz", - "integrity": "sha1-h2ofaWbh3sMy6MlFGv2jvrzfLh0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz", - "integrity": "sha1-OTvkekrNA/oq9uPN6bBuM94bRG0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz", - "integrity": "sha1-vx+zYlRwda/aNjTtMVccWQGv73s=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz", - "integrity": "sha1-k/p41jhXxAzjyMMxUiD9AL+7Tho=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz", - "integrity": "sha1-NzCjHa/TwQ2MzRBkjtgKKsVHLvM=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz", - "integrity": "sha1-vZ2jGI54e1EgtPnUZagmHOZ+0ds=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz", - "integrity": "sha1-XSEKTXJ9bOOxj53oLMmaOWTu1go=", - "dev": true, - "requires": { - "@babel/compat-data": "^7.13.8", - "@babel/helper-compilation-targets": "^7.13.8", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.13.0" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz", - "integrity": "sha1-Ota9WQFQbqmW/DG9zzzPor7XEQc=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz", - "integrity": "sha1-up/rYB1CLgrepnYMK9a7t7/sSGY=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz", - "integrity": "sha1-BL1MbUD25rv6L1fi2AlLrZAO94c=", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "integrity": "sha1-vr3lEzm+gpwXqqrO0YZB3rYrObo=", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-decorators": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz", - "integrity": "sha1-+sgpvzx+9KG8kWJXtAPljGva9kg=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha1-AolkqbqA28CUyRXEh618TnpmRlo=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz", - "integrity": "sha1-BE+4HrrWaY/mLEeIdVdby7m3DxU=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha1-ypHvRjA1MESLkGZSusLp/plB9pk=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", - "integrity": "sha1-xfD6biSfW3OXJ/kjVAz3qAYTAXg=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz", - "integrity": "sha1-nf8RHKZBVM7w9NxSz4Q9nxLORHQ=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz", - "integrity": "sha1-EKWb661S1jegJ6+mkujVzv9ePa4=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz", - "integrity": "sha1-jhEr9ncbgr8el05eJoBsXJmqUW8=", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz", - "integrity": "sha1-qb8YNvKjm062zwmWdzneKepL9MQ=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz", - "integrity": "sha1-825VB20G9B39eFV+oDnBtYFkLmE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz", - "integrity": "sha1-AmUVUHXEKRi/TTpAUxNBdq2bUzs=", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz", - "integrity": "sha1-hFxui5u1U3ax+guS7wvcjqBmRO0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz", - "integrity": "sha1-xdzicAFNTh67HYBhFmlMErcCiWM=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz", - "integrity": "sha1-PxYBzCmQW/y2f1ORDxl66v67Ja0=", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz", - "integrity": "sha1-bwa4eouAP9ko5UuBwljwoAM5BN4=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz", - "integrity": "sha1-TVI5C5onPmUeSrpq7knvQOgM0KE=", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz", - "integrity": "sha1-x5n4gagJGsJrVIZ6hFw+l9JpYGI=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz", - "integrity": "sha1-uwJEUvmq7YYdN0yOeiQlLOOlAFE=", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz", - "integrity": "sha1-LKRbr+SoIBl88xV5Sk0mVg/kvbk=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz", - "integrity": "sha1-X/pmzVm54ZExTJ8fgDuTjowIHkA=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz", - "integrity": "sha1-GfUR1g49h1PMWm1Od106UYSGbMM=", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz", - "integrity": "sha1-ewGtfC3PInWwb6F4HgDRPUILPhs=", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.13.8", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz", - "integrity": "sha1-bQZu4r/zx7PWC/KN7Baa2ZODGuM=", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz", - "integrity": "sha1-ij2WqX0ZlwW5/QIVgAgq+BwG5ws=", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "integrity": "sha1-IhNyWl9bu+NktQw7pZmMlZnFydk=", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz", - "integrity": "sha1-4i2MOvJLFQ3VKMvW5oXnmb8cNRw=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz", - "integrity": "sha1-tEFqLWO4974xTz00m9VanBtRcfc=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz", - "integrity": "sha1-j6dgPjCX+cC3yhpIIbwvtS6eUAc=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz", - "integrity": "sha1-TmqeN4ZNjxs7wOLc57+IV9uLGoE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz", - "integrity": "sha1-wo7/13GydvRkdBHJcz27LS2pVL0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz", - "integrity": "sha1-HfXfrw9LeEtD6W2m8o1jDndfaLM=", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.13.12", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.13.12" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz", - "integrity": "sha1-9RDA+nzXI0FTU5+aNiztQaXKFEc=", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz", - "integrity": "sha1-BdRvCrTRM5rFmt8goUYskbN6GkI=", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz", - "integrity": "sha1-tii8ychSYKwa6wW0W94lIQGUovU=", - "dev": true, - "requires": { - "regenerator-transform": "^0.14.2" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz", - "integrity": "sha1-fZmI1PBuD+aX6h2YAxiKoYtHJpU=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.11.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz", - "integrity": "sha1-4n946zbxlEhjbgXDPJD9mtm4vM8=", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4", - "resolve": "^1.8.1", - "semver": "^5.5.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz", - "integrity": "sha1-23VXMrcMU51QTGOQ2c6Q/mSv960=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz", - "integrity": "sha1-hIh3EOJzwYFaznrkWfb0Kl0x1f0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz", - "integrity": "sha1-dg/9k2+s5z+GCuZG+4bugvPQbR8=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz", - "integrity": "sha1-o2BJEnl3rZRDje50Q1mNHO/fQJ0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz", - "integrity": "sha1-eF3Weh8upXnZwr5yLejITLhfWn8=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz", - "integrity": "sha1-SkmOHzYANC0qnmH2ATEBj1V3SFM=", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-typescript": "^7.12.13" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz", - "integrity": "sha1-hAztO4FtO1En3R0S3O3F3q0aXnQ=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz", - "integrity": "sha1-tSUhaFgE4VWxIC6D/BiNNLtw9aw=", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/preset-env": { - "version": "7.11.0", - "resolved": "http://10.8.30.22:7000/@babel%2fpreset-env/-/preset-env-7.11.0.tgz", - "integrity": "sha1-hg7jjyzhetYEgMICG6lok5Pvt5Y=", - "dev": true, - "requires": { - "@babel/compat-data": "^7.11.0", - "@babel/helper-compilation-targets": "^7.10.4", - "@babel/helper-module-imports": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-async-generator-functions": "^7.10.4", - "@babel/plugin-proposal-class-properties": "^7.10.4", - "@babel/plugin-proposal-dynamic-import": "^7.10.4", - "@babel/plugin-proposal-export-namespace-from": "^7.10.4", - "@babel/plugin-proposal-json-strings": "^7.10.4", - "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", - "@babel/plugin-proposal-numeric-separator": "^7.10.4", - "@babel/plugin-proposal-object-rest-spread": "^7.11.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.11.0", - "@babel/plugin-proposal-private-methods": "^7.10.4", - "@babel/plugin-proposal-unicode-property-regex": "^7.10.4", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.10.4", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.10.4", - "@babel/plugin-transform-arrow-functions": "^7.10.4", - "@babel/plugin-transform-async-to-generator": "^7.10.4", - "@babel/plugin-transform-block-scoped-functions": "^7.10.4", - "@babel/plugin-transform-block-scoping": "^7.10.4", - "@babel/plugin-transform-classes": "^7.10.4", - "@babel/plugin-transform-computed-properties": "^7.10.4", - "@babel/plugin-transform-destructuring": "^7.10.4", - "@babel/plugin-transform-dotall-regex": "^7.10.4", - "@babel/plugin-transform-duplicate-keys": "^7.10.4", - "@babel/plugin-transform-exponentiation-operator": "^7.10.4", - "@babel/plugin-transform-for-of": "^7.10.4", - "@babel/plugin-transform-function-name": "^7.10.4", - "@babel/plugin-transform-literals": "^7.10.4", - "@babel/plugin-transform-member-expression-literals": "^7.10.4", - "@babel/plugin-transform-modules-amd": "^7.10.4", - "@babel/plugin-transform-modules-commonjs": "^7.10.4", - "@babel/plugin-transform-modules-systemjs": "^7.10.4", - "@babel/plugin-transform-modules-umd": "^7.10.4", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4", - "@babel/plugin-transform-new-target": "^7.10.4", - "@babel/plugin-transform-object-super": "^7.10.4", - "@babel/plugin-transform-parameters": "^7.10.4", - "@babel/plugin-transform-property-literals": "^7.10.4", - "@babel/plugin-transform-regenerator": "^7.10.4", - "@babel/plugin-transform-reserved-words": "^7.10.4", - "@babel/plugin-transform-shorthand-properties": "^7.10.4", - "@babel/plugin-transform-spread": "^7.11.0", - "@babel/plugin-transform-sticky-regex": "^7.10.4", - "@babel/plugin-transform-template-literals": "^7.10.4", - "@babel/plugin-transform-typeof-symbol": "^7.10.4", - "@babel/plugin-transform-unicode-escapes": "^7.10.4", - "@babel/plugin-transform-unicode-regex": "^7.10.4", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.11.0", - "browserslist": "^4.12.0", - "core-js-compat": "^3.6.2", - "invariant": "^2.2.2", - "levenary": "^1.1.1", - "semver": "^5.5.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - } - } - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/@babel%2fpreset-modules/-/preset-modules-0.1.4.tgz", - "integrity": "sha1-Ni8raMZihClw/bXiVP/I/BwuQV4=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2fpreset-react/-/preset-react-7.12.13.tgz", - "integrity": "sha1-X5EbLrJCd/poaCDVvYHK2aBgKgo=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - } - }, - "@babel/preset-typescript": { - "version": "7.12.17", - "resolved": "http://10.8.30.22:7000/@babel%2fpreset-typescript/-/preset-typescript-7.12.17.tgz", - "integrity": "sha1-js8EYYlWwmg1ndn+q3ddwUpmbrU=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-transform-typescript": "^7.12.17" - } - }, - "@babel/register": { - "version": "7.9.0", - "resolved": "http://10.8.30.22:7000/@babel%2fregister/-/register-7.9.0.tgz", - "integrity": "sha1-AkZO3ldUi927Xp9wXSY7fD9D1Is=", - "dev": true, - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.13", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - } - }, - "@babel/runtime": { - "version": "7.13.10", - "resolved": "http://10.8.30.22:7000/@babel%2fruntime/-/runtime-7.13.10.tgz", - "integrity": "sha1-R9QqV7YJX0Ro2kQDiP262L6/DX0=", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "http://10.8.30.22:7000/@babel%2ftemplate/-/template-7.12.13.tgz", - "integrity": "sha1-UwJlvooliduzdSOETFvLVZR/syc=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "http://10.8.30.22:7000/@babel%2ftraverse/-/traverse-7.13.0.tgz", - "integrity": "sha1-bZV1JHX4bufe0GU23jCaZfyJZsw=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - } - }, - "@babel/types": { - "version": "7.13.12", - "resolved": "http://10.8.30.22:7000/@babel%2ftypes/-/types-7.13.12.tgz", - "integrity": "sha1-7b+ZII70iFKs3/HIpoGh5K3lgM0=", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - } - }, - "@eslint/eslintrc": { - "version": "0.4.0", - "resolved": "http://10.8.30.22:7000/@eslint%2feslintrc/-/eslintrc-0.4.0.tgz", - "integrity": "sha1-mcwKBYTXLx3zi5APsGK6mV85VUc=", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "globals": { - "version": "12.4.0", - "resolved": "http://10.8.30.22:7000/globals/-/globals-12.4.0.tgz", - "integrity": "sha1-oYgTV2pBsAokqX5/gVkYwuGZJfg=", - "dev": true, - "requires": { - "type-fest": "^0.8.1" - } - }, - "ignore": { - "version": "4.0.6", - "resolved": "http://10.8.30.22:7000/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=", - "dev": true - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha1-NxYsJfy566oublPVtNiM4X2eDCs=", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=", - "dev": true - }, - "type-fest": { - "version": "0.8.1", - "resolved": "http://10.8.30.22:7000/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=", - "dev": true - } - } - }, - "@hapi/address": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/@hapi%2faddress/-/address-4.1.0.tgz", - "integrity": "sha1-1gxcDZMOd0Vv3N4lmOdzAuKVXh0=", - "dev": true, - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@hapi/formula": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/@hapi%2fformula/-/formula-2.0.0.tgz", - "integrity": "sha1-7a3gYZ7VjI5PFk8jPNpwIR54cSg=", - "dev": true - }, - "@hapi/hoek": { - "version": "9.1.1", - "resolved": "http://10.8.30.22:7000/@hapi%2fhoek/-/hoek-9.1.1.tgz", - "integrity": "sha1-na9XRRVv2EuOmImi3HIfDFjolKo=", - "dev": true - }, - "@hapi/joi": { - "version": "17.1.1", - "resolved": "http://10.8.30.22:7000/@hapi%2fjoi/-/joi-17.1.1.tgz", - "integrity": "sha1-nMjX4sIhPR5GcIxiYBhLRHxmE1A=", - "dev": true, - "requires": { - "@hapi/address": "^4.0.1", - "@hapi/formula": "^2.0.0", - "@hapi/hoek": "^9.0.0", - "@hapi/pinpoint": "^2.0.0", - "@hapi/topo": "^5.0.0" - } - }, - "@hapi/pinpoint": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/@hapi%2fpinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha1-gFtA1NvsBPwRanMIlJTgDwc96N8=", - "dev": true - }, - "@hapi/topo": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/@hapi%2ftopo/-/topo-5.0.0.tgz", - "integrity": "sha1-wZr4V3+jk6BunHe2CZWvlZvnIec=", - "dev": true, - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "http://10.8.30.22:7000/@nodelib%2ffs.scandir/-/fs.scandir-2.1.4.tgz", - "integrity": "sha1-1LNUml213iaD4MEHGrTxQJBLv2k=", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.4", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/@nodelib%2ffs.stat/-/fs.stat-2.0.4.tgz", - "integrity": "sha1-o/LdYbq0O424+hCKEhz//kxnZlU=", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "http://10.8.30.22:7000/@nodelib%2ffs.walk/-/fs.walk-1.2.6.tgz", - "integrity": "sha1-zOk5azCqWv6eN1Zgj1gxrctT0GM=", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - } - }, - "@npmcli/move-file": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/@npmcli%2fmove-file/-/move-file-1.1.2.tgz", - "integrity": "sha1-GoLD43L3yuklPrZtclQ9a4aFxnQ=", - "dev": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34=", - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "@pmmmwh/react-refresh-webpack-plugin": { - "version": "0.4.3", - "resolved": "http://10.8.30.22:7000/@pmmmwh%2freact-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz", - "integrity": "sha1-HuxGBZbSAMAja/GVsHil0d+Jt2Y=", - "dev": true, - "requires": { - "ansi-html": "^0.0.7", - "error-stack-parser": "^2.0.6", - "html-entities": "^1.2.1", - "native-url": "^0.2.6", - "schema-utils": "^2.6.5", - "source-map": "^0.7.3" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "source-map": { - "version": "0.7.3", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=", - "dev": true - } - } - }, - "@stencil/core": { - "version": "2.4.0", - "resolved": "http://10.8.30.22:7000/@stencil%2fcore/-/core-2.4.0.tgz", - "integrity": "sha1-F7RWKciYbjXcvOP32rfWS+7eg/I=" - }, - "@stylelint/postcss-css-in-js": { - "version": "0.37.2", - "resolved": "http://10.8.30.22:7000/@stylelint%2fpostcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz", - "integrity": "sha1-flqErRgfQjSiSAgDQipHuHSa89I=", - "dev": true, - "requires": { - "@babel/core": ">=7.9.0" - } - }, - "@stylelint/postcss-markdown": { - "version": "0.36.2", - "resolved": "http://10.8.30.22:7000/@stylelint%2fpostcss-markdown/-/postcss-markdown-0.36.2.tgz", - "integrity": "sha1-ClQMRpL43N/BPI41LBfnv+4rs5E=", - "dev": true, - "requires": { - "remark": "^13.0.0", - "unist-util-find-all-after": "^3.0.2" - } - }, - "@tarojs/api": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fapi/-/api-3.1.4.tgz", - "integrity": "sha1-7Yvrh5KsnY2sWkxtrhZvPddLGRA=", - "requires": { - "@tarojs/runtime": "3.1.4" - } - }, - "@tarojs/components": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fcomponents/-/components-3.1.4.tgz", - "integrity": "sha1-48tI13f4olhZGOF4mjam/+yLc7A=", - "requires": { - "@stencil/core": "2.4.0", - "@tarojs/taro": "3.1.4", - "better-scroll": "^1.14.1", - "classnames": "^2.2.5", - "intersection-observer": "^0.7.0", - "omit.js": "^1.0.0", - "resolve-pathname": "^3.0.0", - "swiper": "4.4.2", - "weui": "^1.1.2" - } - }, - "@tarojs/helper": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fhelper/-/helper-3.1.4.tgz", - "integrity": "sha1-7AteWNQpxkpAyvDL2CUFjoN5L1w=", - "dev": true, - "requires": { - "@babel/core": "7.11.1", - "@babel/plugin-proposal-class-properties": "7.10.4", - "@babel/plugin-proposal-decorators": "7.10.5", - "@babel/plugin-proposal-object-rest-spread": "7.11.0", - "@babel/plugin-transform-runtime": "7.11.0", - "@babel/preset-env": "7.11.0", - "@babel/preset-typescript": "7.12.17", - "@babel/register": "7.9.0", - "@babel/runtime": "7.9.2", - "@tarojs/taro": "3.1.4", - "chalk": "3.0.0", - "chokidar": "3.3.1", - "cross-spawn": "7.0.3", - "debug": "4.1.1", - "find-yarn-workspace-root": "1.2.1", - "fs-extra": "8.1.0", - "lodash": "4.17.20", - "resolve": "1.15.1", - "yauzl": "2.10.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.11.1", - "resolved": "http://10.8.30.22:7000/@babel%2fcore/-/core-7.11.1.tgz", - "integrity": "sha1-LFW2BOc6QNwhsOUmULEcZc8nZkM=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.0", - "@babel/helper-module-transforms": "^7.11.0", - "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.1", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.11.0", - "resolved": "http://10.8.30.22:7000/@babel%2fplugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz", - "integrity": "sha1-vYH5Wh90Z2DqQ7bC09YrEXkK0K8=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.10.4" - } - }, - "@babel/runtime": { - "version": "7.9.2", - "resolved": "http://10.8.30.22:7000/@babel%2fruntime/-/runtime-7.9.2.tgz", - "integrity": "sha1-2Q3wWDo6JS8JqqYZZlNnuuUY2wY=", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "debug": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/debug/-/debug-4.1.1.tgz", - "integrity": "sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "lodash": { - "version": "4.17.20", - "resolved": "http://10.8.30.22:7000/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=", - "dev": true - }, - "resolve": { - "version": "1.15.1", - "resolved": "http://10.8.30.22:7000/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha1-J73N7/6vLWJEuVuw+fS0ZTRR8+g=", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@tarojs/mini-runner": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fmini-runner/-/mini-runner-3.1.4.tgz", - "integrity": "sha1-v5Ftuf1eBuTJme+AwyXahbE+zWM=", - "dev": true, - "requires": { - "@babel/core": "7.11.1", - "@babel/plugin-proposal-class-properties": "7.10.4", - "@babel/preset-env": "7.11.0", - "@tarojs/helper": "3.1.4", - "@tarojs/plugin-platform-alipay": "3.1.4", - "@tarojs/plugin-platform-jd": "3.1.4", - "@tarojs/plugin-platform-qq": "3.1.4", - "@tarojs/plugin-platform-swan": "3.1.4", - "@tarojs/plugin-platform-tt": "3.1.4", - "@tarojs/plugin-platform-weapp": "3.1.4", - "@tarojs/runner-utils": "3.1.4", - "@tarojs/runtime": "3.1.4", - "@tarojs/shared": "3.1.4", - "@tarojs/taro": "3.1.4", - "@tarojs/taro-loader": "3.1.4", - "babel-loader": "8.0.6", - "babel-types": "^6.26.0", - "copy-webpack-plugin": "5.1.2", - "css": "2.2.4", - "css-loader": "^3.0.0", - "css-what": "3.3.0", - "csso-webpack-plugin": "^1.0.0-beta.12", - "file-loader": "^6.0.0", - "fs-extra": "^8.0.1", - "html-minifier": "^4.0.0", - "jsdom": "^15.2.1", - "less": "^3.10.3", - "less-loader": "^7.1.0", - "loader-utils": "^1.2.3", - "lodash": "^4.17.11", - "micromatch": "^4.0.2", - "mini-css-extract-plugin": "0.8.0", - "miniprogram-simulate": "^1.1.5", - "node-sass": "^4.12.0", - "ora": "^3.4.0", - "postcss-import": "12.0.1", - "postcss-loader": "^3.0.0", - "postcss-pxtransform": "^1.3.2", - "postcss-url": "8.0.0", - "regenerator-runtime": "0.11", - "request": "^2.88.0", - "resolve": "^1.11.1", - "resolve-url-loader": "3.1.2", - "sass-loader": "^8.0.2", - "sax": "1.2.4", - "stylus": "^0.54.7", - "stylus-loader": "^3.0.2", - "tapable": "1.1.3", - "terser-webpack-plugin": "^3.0.5", - "url-loader": "^4.1.0", - "vm2": "^3.8.4", - "webpack": "4.46.0", - "webpack-chain": "4.9.0", - "webpack-format-messages": "^2.0.5", - "yauzl": "2.10.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.11.1", - "resolved": "http://10.8.30.22:7000/@babel%2fcore/-/core-7.11.1.tgz", - "integrity": "sha1-LFW2BOc6QNwhsOUmULEcZc8nZkM=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.0", - "@babel/helper-module-transforms": "^7.11.0", - "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.1", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "http://10.8.30.22:7000/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - } - } - }, - "@tarojs/plugin-platform-alipay": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fplugin-platform-alipay/-/plugin-platform-alipay-3.1.4.tgz", - "integrity": "sha1-hY7E4JYenbljfxiDDI9Y4W12zGc=", - "dev": true, - "requires": { - "@tarojs/components": "3.1.4", - "@tarojs/service": "3.1.4", - "@tarojs/shared": "3.1.4" - } - }, - "@tarojs/plugin-platform-jd": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fplugin-platform-jd/-/plugin-platform-jd-3.1.4.tgz", - "integrity": "sha1-DK7v0dd1iyvq9MMpSI7q1l7HFhc=", - "dev": true, - "requires": { - "@tarojs/service": "3.1.4", - "@tarojs/shared": "3.1.4" - } - }, - "@tarojs/plugin-platform-qq": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fplugin-platform-qq/-/plugin-platform-qq-3.1.4.tgz", - "integrity": "sha1-B3iQQHiZA9cOOP+SvsrFEJzeBjY=", - "dev": true, - "requires": { - "@tarojs/plugin-platform-weapp": "3.1.4", - "@tarojs/service": "3.1.4", - "@tarojs/shared": "3.1.4" - } - }, - "@tarojs/plugin-platform-swan": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fplugin-platform-swan/-/plugin-platform-swan-3.1.4.tgz", - "integrity": "sha1-88OLEYw01nAk5dypw8QGcNJS9Wo=", - "dev": true, - "requires": { - "@tarojs/components": "3.1.4", - "@tarojs/service": "3.1.4", - "@tarojs/shared": "3.1.4" - } - }, - "@tarojs/plugin-platform-tt": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fplugin-platform-tt/-/plugin-platform-tt-3.1.4.tgz", - "integrity": "sha1-N+bXzbJrjQK20oZNYHislY5+qFQ=", - "dev": true, - "requires": { - "@tarojs/service": "3.1.4", - "@tarojs/shared": "3.1.4" - } - }, - "@tarojs/plugin-platform-weapp": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fplugin-platform-weapp/-/plugin-platform-weapp-3.1.4.tgz", - "integrity": "sha1-6g0M9ICIJoBwejOt39x6RPTSgn8=", - "dev": true, - "requires": { - "@tarojs/components": "3.1.4", - "@tarojs/service": "3.1.4", - "@tarojs/shared": "3.1.4" - } - }, - "@tarojs/react": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2freact/-/react-3.1.4.tgz", - "integrity": "sha1-IihHbBUBxw0E49dqpmHCLW7Pu9M=", - "requires": { - "@tarojs/runtime": "3.1.4", - "@tarojs/shared": "3.1.4", - "react-reconciler": "0.25.1", - "scheduler": "^0.17.0" - } - }, - "@tarojs/router": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2frouter/-/router-3.1.4.tgz", - "integrity": "sha1-w4FidAubqmWLpXhRGUgW9VsHmY4=", - "requires": { - "@tarojs/runtime": "3.1.4", - "history": "^4.10.1", - "query-string": "^6.13.8", - "universal-router": "^8.3.0", - "url-parse": "^1.4.7" - } - }, - "@tarojs/runner-utils": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2frunner-utils/-/runner-utils-3.1.4.tgz", - "integrity": "sha1-gHy7ii7uekckxw7K1B7aeYr/7xU=", - "dev": true, - "requires": { - "@babel/core": "7.11.1", - "@tarojs/helper": "3.1.4", - "chalk": "^3.0.0", - "fs-extra": "^8.1.0", - "lodash": "^4.17.15", - "scss-bundle": "^3.0.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.11.1", - "resolved": "http://10.8.30.22:7000/@babel%2fcore/-/core-7.11.1.tgz", - "integrity": "sha1-LFW2BOc6QNwhsOUmULEcZc8nZkM=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.0", - "@babel/helper-module-transforms": "^7.11.0", - "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.1", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@tarojs/runtime": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fruntime/-/runtime-3.1.4.tgz", - "integrity": "sha1-yLSAm8jBO1jNI44NTsoEJ/H6srs=", - "requires": { - "@tarojs/shared": "3.1.4", - "lodash-es": "4.17.15" - } - }, - "@tarojs/service": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fservice/-/service-3.1.4.tgz", - "integrity": "sha1-HRbfbTgJ4tV6kQzVGT/Yz3vb5PU=", - "dev": true, - "requires": { - "@hapi/joi": "17.1.1", - "@tarojs/helper": "3.1.4", - "@tarojs/shared": "3.1.4", - "@tarojs/taro": "3.1.4", - "fs-extra": "8.1.0", - "lodash": "4.17.20", - "resolve": "1.15.1", - "tapable": "1.1.3" - }, - "dependencies": { - "lodash": { - "version": "4.17.20", - "resolved": "http://10.8.30.22:7000/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=", - "dev": true - }, - "resolve": { - "version": "1.15.1", - "resolved": "http://10.8.30.22:7000/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha1-J73N7/6vLWJEuVuw+fS0ZTRR8+g=", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - } - } - }, - "@tarojs/shared": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fshared/-/shared-3.1.4.tgz", - "integrity": "sha1-/BYR3ntpGs55remlJUMQAEQSqzs=" - }, - "@tarojs/taro": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2ftaro/-/taro-3.1.4.tgz", - "integrity": "sha1-PZaiyH0s13iBClfvL2ACJnbws4g=", - "requires": { - "@tarojs/api": "3.1.4", - "@tarojs/runtime": "3.1.4", - "@tarojs/taro-h5": "3.1.4" - } - }, - "@tarojs/taro-h5": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2ftaro-h5/-/taro-h5-3.1.4.tgz", - "integrity": "sha1-83GPqthIHX03YfmDmiH595DoFHU=", - "requires": { - "@tarojs/api": "3.1.4", - "@tarojs/router": "3.1.4", - "@tarojs/runtime": "3.1.4", - "base64-js": "^1.3.0", - "jsonp-retry": "^1.0.3", - "mobile-detect": "^1.4.2", - "raf": "^3.4.1", - "whatwg-fetch": "^3.4.0" - } - }, - "@tarojs/taro-loader": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2ftaro-loader/-/taro-loader-3.1.4.tgz", - "integrity": "sha1-OCuXj6j7xPNV76X2qwZaLsCLNcI=", - "dev": true, - "requires": { - "@tarojs/helper": "3.1.4", - "acorn": "^8.0.4", - "acorn-walk": "^8.0.0", - "loader-utils": "^1.2.3" - } - }, - "@tarojs/webpack-runner": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/@tarojs%2fwebpack-runner/-/webpack-runner-3.1.4.tgz", - "integrity": "sha1-OAN/JburwXS8089BMBS99LQHGT0=", - "dev": true, - "requires": { - "@babel/core": "7.11.1", - "@pmmmwh/react-refresh-webpack-plugin": "0.4.3", - "@tarojs/helper": "3.1.4", - "@tarojs/runner-utils": "3.1.4", - "@tarojs/runtime": "3.1.4", - "@tarojs/shared": "3.1.4", - "@tarojs/taro-loader": "3.1.4", - "autoprefixer": "9.7.4", - "babel-loader": "8.0.6", - "copy-webpack-plugin": "5.1.1", - "css-loader": "3.4.2", - "csso-webpack-plugin": "2.0.0-beta.1", - "detect-port": "1.3.0", - "file-loader": "^6.0.0", - "fs-extra": "^5.0.0", - "html-webpack-include-assets-plugin": "1.0.5", - "html-webpack-plugin": "3.2.0", - "less": "3.11.1", - "less-loader": "5.0.0", - "lodash": "4.17.20", - "mini-css-extract-plugin": "0.9.0", - "open": "7.0.2", - "ora": "4.0.3", - "postcss-loader": "3.0.0", - "postcss-plugin-constparse": "3.1.4", - "postcss-pxtransform": "3.1.4", - "react-refresh": "0.9.0", - "resolve": "1.15.1", - "resolve-url-loader": "3.1.1", - "sass": "^1.25.0", - "sass-loader": "8.0.2", - "style-loader": "1.1.3", - "stylus": "0.54.7", - "stylus-loader": "3.0.2", - "terser-webpack-plugin": "^3.0.5", - "url-loader": "^4.1.0", - "webpack": "4.46.0", - "webpack-chain": "4.9.0", - "webpack-dev-server": "3.11.0", - "webpack-format-messages": "^2.0.5" - }, - "dependencies": { - "@babel/core": { - "version": "7.11.1", - "resolved": "http://10.8.30.22:7000/@babel%2fcore/-/core-7.11.1.tgz", - "integrity": "sha1-LFW2BOc6QNwhsOUmULEcZc8nZkM=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.0", - "@babel/helper-module-transforms": "^7.11.0", - "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.1", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "adjust-sourcemap-loader": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz", - "integrity": "sha1-ZHEUOvdewCM0shn1S8eXDFL7KaQ=", - "dev": true, - "requires": { - "assert": "1.4.1", - "camelcase": "5.0.0", - "loader-utils": "1.2.3", - "object-path": "0.11.4", - "regex-parser": "2.2.10" - }, - "dependencies": { - "camelcase": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/camelcase/-/camelcase-5.0.0.tgz", - "integrity": "sha1-AylVJ9WL081Kp1Nj81sujZe+L0I=", - "dev": true - }, - "json5": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha1-H/XcaRHJ8KBiUxpMBLYJQGEIwsc=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - } - } - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "assert": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/assert/-/assert-1.4.1.tgz", - "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", - "dev": true, - "requires": { - "util": "0.10.3" - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=", - "dev": true, - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "clone": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", - "dev": true - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "copy-webpack-plugin": { - "version": "5.1.1", - "resolved": "http://10.8.30.22:7000/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz", - "integrity": "sha1-VIGgPeoRI9iKmIxv+LeCRyFPC4g=", - "dev": true, - "requires": { - "cacache": "^12.0.3", - "find-cache-dir": "^2.1.0", - "glob-parent": "^3.1.0", - "globby": "^7.1.1", - "is-glob": "^4.0.1", - "loader-utils": "^1.2.3", - "minimatch": "^3.0.4", - "normalize-path": "^3.0.0", - "p-limit": "^2.2.1", - "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.2", - "webpack-log": "^2.0.0" - } - }, - "css-loader": { - "version": "3.4.2", - "resolved": "http://10.8.30.22:7000/css-loader/-/css-loader-3.4.2.tgz", - "integrity": "sha1-0/2zNYtD8jO3hQHF7XscbaYTMgI=", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.23", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.1.1", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.0.2", - "schema-utils": "^2.6.0" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "css-tree": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/css-tree/-/css-tree-1.1.2.tgz", - "integrity": "sha1-muOTtdr9fa6KYiR1yux409j717U=", - "dev": true, - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "csso": { - "version": "4.2.0", - "resolved": "http://10.8.30.22:7000/csso/-/csso-4.2.0.tgz", - "integrity": "sha1-6jpWE0bo3J9UbW/r7dUBh884lSk=", - "dev": true, - "requires": { - "css-tree": "^1.1.2" - } - }, - "csso-webpack-plugin": { - "version": "2.0.0-beta.1", - "resolved": "http://10.8.30.22:7000/csso-webpack-plugin/-/csso-webpack-plugin-2.0.0-beta.1.tgz", - "integrity": "sha1-kqEz72l8ZbEfe6PHLbEfz5UNcpM=", - "dev": true, - "requires": { - "csso": "^4.0.2", - "source-map": "^0.7.3", - "webpack-sources": "^1.0.1" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=", - "dev": true - } - } - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", - "dev": true - }, - "fs-extra": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/fs-extra/-/fs-extra-5.0.0.tgz", - "integrity": "sha1-QU0BEM3QZwVzTQVWUsVBEmDDGr0=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "inherits": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", - "dev": true - }, - "less": { - "version": "3.11.1", - "resolved": "http://10.8.30.22:7000/less/-/less-3.11.1.tgz", - "integrity": "sha1-xr8I454CQE/mswej3/+v3FW9NuI=", - "dev": true, - "requires": { - "clone": "^2.1.2", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true, - "optional": true - } - } - }, - "less-loader": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/less-loader/-/less-loader-5.0.0.tgz", - "integrity": "sha1-SY3eOmxsT4h0WO6e0/CGoSrRtGY=", - "dev": true, - "requires": { - "clone": "^2.1.1", - "loader-utils": "^1.1.0", - "pify": "^4.0.1" - } - }, - "lodash": { - "version": "4.17.20", - "resolved": "http://10.8.30.22:7000/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=", - "dev": true - }, - "log-symbols": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/log-symbols/-/log-symbols-3.0.0.tgz", - "integrity": "sha1-86CFFqXeqJMzan3uFNGKHP2rd8Q=", - "dev": true, - "requires": { - "chalk": "^2.4.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "mdn-data": { - "version": "2.0.14", - "resolved": "http://10.8.30.22:7000/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha1-cRP8QoGRfWPOKbQ0RvcB5owlulA=", - "dev": true - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs=", - "dev": true - }, - "mini-css-extract-plugin": { - "version": "0.9.0", - "resolved": "http://10.8.30.22:7000/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", - "integrity": "sha1-R/LPB6oWWrNXM7H8l9TEbAVkM54=", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "normalize-url": "1.9.1", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "onetime": { - "version": "5.1.2", - "resolved": "http://10.8.30.22:7000/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha1-0Oluu1awdHbfHdnEgG5SN5hcpF4=", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "ora": { - "version": "4.0.3", - "resolved": "http://10.8.30.22:7000/ora/-/ora-4.0.3.tgz", - "integrity": "sha1-dSobe0vkglVGp6PVklb6UjtrbQU=", - "dev": true, - "requires": { - "chalk": "^3.0.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.2.0", - "is-interactive": "^1.0.0", - "log-symbols": "^3.0.0", - "mute-stream": "0.0.8", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - } - }, - "postcss-pxtransform": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/postcss-pxtransform/-/postcss-pxtransform-3.1.4.tgz", - "integrity": "sha1-WpWavL4/K5C4Vgy8CfpCFicXRbk=", - "dev": true, - "requires": { - "postcss": "^6.0.16", - "postcss-pxtorem": "^4.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "postcss": { - "version": "6.0.23", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-6.0.23.tgz", - "integrity": "sha1-YcgswyisYOZ3ZF+XkFTrmLwOMyQ=", - "dev": true, - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "regex-parser": { - "version": "2.2.10", - "resolved": "http://10.8.30.22:7000/regex-parser/-/regex-parser-2.2.10.tgz", - "integrity": "sha1-nmao9z2JoQdhbmOznU3t3+6RKzc=", - "dev": true - }, - "resolve": { - "version": "1.15.1", - "resolved": "http://10.8.30.22:7000/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha1-J73N7/6vLWJEuVuw+fS0ZTRR8+g=", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - }, - "resolve-url-loader": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/resolve-url-loader/-/resolve-url-loader-3.1.1.tgz", - "integrity": "sha1-KJMYlfoeq5vgZH07KVjBAK48C/A=", - "dev": true, - "requires": { - "adjust-sourcemap-loader": "2.0.0", - "camelcase": "5.3.1", - "compose-function": "3.0.3", - "convert-source-map": "1.7.0", - "es6-iterator": "2.0.3", - "loader-utils": "1.2.3", - "postcss": "7.0.21", - "rework": "1.0.1", - "rework-visit": "1.0.0", - "source-map": "0.6.1" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "supports-color": { - "version": "5.5.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "json5": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha1-H/XcaRHJ8KBiUxpMBLYJQGEIwsc=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - } - }, - "postcss": { - "version": "7.0.21", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-7.0.21.tgz", - "integrity": "sha1-BrsHgkwZwgIcXQVtWxDDW5iffhc=", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "supports-color": { - "version": "6.1.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=", - "dev": true, - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - }, - "serialize-javascript": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/serialize-javascript/-/serialize-javascript-2.1.2.tgz", - "integrity": "sha1-7OxTsOAxe9yV73arcHS3OEeF+mE=", - "dev": true - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "stylus": { - "version": "0.54.7", - "resolved": "http://10.8.30.22:7000/stylus/-/stylus-0.54.7.tgz", - "integrity": "sha1-xs5Hk5Ze5Ti86+UPMVN7/ATYjNI=", - "dev": true, - "requires": { - "css-parse": "~2.0.0", - "debug": "~3.1.0", - "glob": "^7.1.3", - "mkdirp": "~0.5.x", - "safer-buffer": "^2.1.2", - "sax": "~1.2.4", - "semver": "^6.0.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/debug/-/debug-3.1.0.tgz", - "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "http://10.8.30.22:7000/semver/-/semver-6.3.0.tgz", - "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=", - "dev": true - }, - "source-map": { - "version": "0.7.3", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - }, - "util": { - "version": "0.10.3", - "resolved": "http://10.8.30.22:7000/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "dev": true, - "requires": { - "inherits": "2.0.1" - } - } - } - }, - "@types/archy": { - "version": "0.0.31", - "resolved": "http://10.8.30.22:7000/@types%2farchy/-/archy-0.0.31.tgz", - "integrity": "sha1-AWUKRkHn4dEdvWTtpC7smi+CnH8=", - "dev": true - }, - "@types/debug": { - "version": "4.1.5", - "resolved": "http://10.8.30.22:7000/@types%2fdebug/-/debug-4.1.5.tgz", - "integrity": "sha1-sU76iFK3do2JiQZhPCP2iHE+As0=", - "dev": true - }, - "@types/fs-extra": { - "version": "8.1.1", - "resolved": "http://10.8.30.22:7000/@types%2ffs-extra/-/fs-extra-8.1.1.tgz", - "integrity": "sha1-HknyLQmqRuGbUcCwE8tj0NkjoGg=", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/glob": { - "version": "7.1.3", - "resolved": "http://10.8.30.22:7000/@types%2fglob/-/glob-7.1.3.tgz", - "integrity": "sha1-5rqA82t9qtLGhazZJmOC5omFwYM=", - "dev": true, - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "@types/hammerjs": { - "version": "2.0.39", - "resolved": "http://10.8.30.22:7000/@types%2fhammerjs/-/hammerjs-2.0.39.tgz", - "integrity": "sha1-S+ZLus84E8ecDauJXGsP3H1eUT8=" - }, - "@types/json-schema": { - "version": "7.0.7", - "resolved": "http://10.8.30.22:7000/@types%2fjson-schema/-/json-schema-7.0.7.tgz", - "integrity": "sha1-mKmTUWyFnrDVxMjwmDF6nqaNua0=", - "dev": true - }, - "@types/json5": { - "version": "0.0.29", - "resolved": "http://10.8.30.22:7000/@types%2fjson5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", - "dev": true - }, - "@types/lodash": { - "version": "4.14.168", - "resolved": "http://10.8.30.22:7000/@types%2flodash/-/lodash-4.14.168.tgz", - "integrity": "sha1-/iRjLnm3rePxMoka//hsql5c4Ag=", - "dev": true - }, - "@types/lodash.debounce": { - "version": "4.0.6", - "resolved": "http://10.8.30.22:7000/@types%2flodash.debounce/-/lodash.debounce-4.0.6.tgz", - "integrity": "sha1-xaIybNPvxGVmxH5MCqJI3A7lfWA=", - "dev": true, - "requires": { - "@types/lodash": "*" - } - }, - "@types/mdast": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/@types%2fmdast/-/mdast-3.0.3.tgz", - "integrity": "sha1-LX1nGxzR6j3rMG6nUDbCoEB9Les=", - "dev": true, - "requires": { - "@types/unist": "*" - } - }, - "@types/minimatch": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/@types%2fminimatch/-/minimatch-3.0.3.tgz", - "integrity": "sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0=", - "dev": true - }, - "@types/minimist": { - "version": "1.2.1", - "resolved": "http://10.8.30.22:7000/@types%2fminimist/-/minimist-1.2.1.tgz", - "integrity": "sha1-KD9mn/dte4Jg34q3pCYsyD2YglY=", - "dev": true - }, - "@types/node": { - "version": "14.14.35", - "resolved": "http://10.8.30.22:7000/@types%2fnode/-/node-14.14.35.tgz", - "integrity": "sha1-QslTpOKxirkx9yR35wEhcvT/oxM=", - "dev": true - }, - "@types/normalize-package-data": { - "version": "2.4.0", - "resolved": "http://10.8.30.22:7000/@types%2fnormalize-package-data/-/normalize-package-data-2.4.0.tgz", - "integrity": "sha1-5IbQ2XOW15vu3QpuM/RTT/a0lz4=", - "dev": true - }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/@types%2fparse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-L4u0QUNNFjs1+4/9zNcTiSf/uMA=", - "dev": true - }, - "@types/prop-types": { - "version": "15.7.3", - "resolved": "http://10.8.30.22:7000/@types%2fprop-types/-/prop-types-15.7.3.tgz", - "integrity": "sha1-KrDV2i5YFflLC51LldHl8kOrLKc=", - "dev": true - }, - "@types/react": { - "version": "16.14.5", - "resolved": "http://10.8.30.22:7000/@types%2freact/-/react-16.14.5.tgz", - "integrity": "sha1-LDm1yt769IKYGPkhnl4JMyWXn00=", - "dev": true, - "requires": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "@types/sass": { - "version": "1.16.0", - "resolved": "http://10.8.30.22:7000/@types%2fsass/-/sass-1.16.0.tgz", - "integrity": "sha1-tBrBwX+mj/tX1D4jYEhu9Saz1X0=", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/scheduler": { - "version": "0.16.1", - "resolved": "http://10.8.30.22:7000/@types%2fscheduler/-/scheduler-0.16.1.tgz", - "integrity": "sha1-GIRSBehv8AOFF6q3oYpiprn3EnU=", - "dev": true - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/@types%2funist/-/unist-2.0.3.tgz", - "integrity": "sha1-nAiGeYdvN061mD8VDUeHqm+zLX4=", - "dev": true - }, - "@types/webpack-env": { - "version": "1.16.0", - "resolved": "http://10.8.30.22:7000/@types%2fwebpack-env/-/webpack-env-1.16.0.tgz", - "integrity": "sha1-jAqUNd+ns7G+dlYvMHDvs/kmN7Q=", - "dev": true - }, - "@typescript-eslint/parser": { - "version": "4.19.0", - "resolved": "http://10.8.30.22:7000/@typescript-eslint%2fparser/-/parser-4.19.0.tgz", - "integrity": "sha1-Sud1E7OfFk8XUfIfNI0ubLLRESg=", - "dev": true, - "requires": { - "@typescript-eslint/scope-manager": "4.19.0", - "@typescript-eslint/types": "4.19.0", - "@typescript-eslint/typescript-estree": "4.19.0", - "debug": "^4.1.1" - } - }, - "@typescript-eslint/scope-manager": { - "version": "4.19.0", - "resolved": "http://10.8.30.22:7000/@typescript-eslint%2fscope-manager/-/scope-manager-4.19.0.tgz", - "integrity": "sha1-XgtJ7KTfdoQgXZV8mFb05yBxek8=", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.19.0", - "@typescript-eslint/visitor-keys": "4.19.0" - } - }, - "@typescript-eslint/types": { - "version": "4.19.0", - "resolved": "http://10.8.30.22:7000/@typescript-eslint%2ftypes/-/types-4.19.0.tgz", - "integrity": "sha1-UYHV0q/QLluPFJ67N//IvXsHpWg=", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "4.19.0", - "resolved": "http://10.8.30.22:7000/@typescript-eslint%2ftypescript-estree/-/typescript-estree-4.19.0.tgz", - "integrity": "sha1-inCf+kAChKty3zM3bfCF4uL2EUc=", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.19.0", - "@typescript-eslint/visitor-keys": "4.19.0", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "array-union": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha1-t5hCCtvrHego2ErNii4j0+/oXo0=", - "dev": true - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "globby": { - "version": "11.0.3", - "resolved": "http://10.8.30.22:7000/globby/-/globby-11.0.3.tgz", - "integrity": "sha1-mx8MtSPhcd0a2MeyqftLZEuVk8s=", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - } - }, - "ignore": { - "version": "5.1.8", - "resolved": "http://10.8.30.22:7000/ignore/-/ignore-5.1.8.tgz", - "integrity": "sha1-8VCotQo0KJsz4i9YiavU2AFvDlc=", - "dev": true - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "path-type": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=", - "dev": true - }, - "semver": { - "version": "7.3.5", - "resolved": "http://10.8.30.22:7000/semver/-/semver-7.3.5.tgz", - "integrity": "sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "slash": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/slash/-/slash-3.0.0.tgz", - "integrity": "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=", - "dev": true - }, - "yallist": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=", - "dev": true - } - } - }, - "@typescript-eslint/visitor-keys": { - "version": "4.19.0", - "resolved": "http://10.8.30.22:7000/@typescript-eslint%2fvisitor-keys/-/visitor-keys-4.19.0.tgz", - "integrity": "sha1-y+o1EJy9mybll2RFVr5FRkZdj38=", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.19.0", - "eslint-visitor-keys": "^2.0.0" - } - }, - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fast/-/ast-1.9.0.tgz", - "integrity": "sha1-vYUGBLQEJFmlpBzX0zjL7Wle2WQ=", - "dev": true, - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2ffloating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", - "integrity": "sha1-PD07Jxvd/ITesA9xNEQ4MR1S/7Q=", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-api-error/-/helper-api-error-1.9.0.tgz", - "integrity": "sha1-ID9nbjM7lsnaLuqzzO8zxFkotqI=", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-buffer/-/helper-buffer-1.9.0.tgz", - "integrity": "sha1-oUQtJpxf6yP8vJ73WdrDVH8p3gA=", - "dev": true - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-code-frame/-/helper-code-frame-1.9.0.tgz", - "integrity": "sha1-ZH+Iks0gQ6gqwMjF51w28dkVnyc=", - "dev": true, - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-fsm/-/helper-fsm-1.9.0.tgz", - "integrity": "sha1-wFJWtxJEIUZx9LCOwQitY7cO3bg=", - "dev": true - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-module-context/-/helper-module-context-1.9.0.tgz", - "integrity": "sha1-JdiIS3aDmHGgimxvgGw5ee9xLwc=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", - "integrity": "sha1-T+2L6sm4wU+MWLcNEk1UndH+V5A=", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fhelper-wasm-section/-/helper-wasm-section-1.9.0.tgz", - "integrity": "sha1-WkE41aYpK6GLBMWuSXF+QWeWU0Y=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fieee754/-/ieee754-1.9.0.tgz", - "integrity": "sha1-Fceg+6roP7JhQ7us9tbfFwKtOeQ=", - "dev": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fleb128/-/leb128-1.9.0.tgz", - "integrity": "sha1-8Zygt2ptxVYjoJz/p2noOPoeHJU=", - "dev": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2futf8/-/utf8-1.9.0.tgz", - "integrity": "sha1-BNM7Y2945qaBMifoJAL3Y3tiKas=", - "dev": true - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fwasm-edit/-/wasm-edit-1.9.0.tgz", - "integrity": "sha1-P+bXnT8PkiGDqoYALELdJWz+6c8=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fwasm-gen/-/wasm-gen-1.9.0.tgz", - "integrity": "sha1-ULxw7Gje2OJ2OwGhQYv0NJGnpJw=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fwasm-opt/-/wasm-opt-1.9.0.tgz", - "integrity": "sha1-IhEYHlsxMmRDzIES658LkChyGmE=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fwasm-parser/-/wasm-parser-1.9.0.tgz", - "integrity": "sha1-nUjkSCbfSmWYKUqmyHRp1kL/9l4=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fwast-parser/-/wast-parser-1.9.0.tgz", - "integrity": "sha1-MDERXXmsW9JhVWzsw/qQo+9FGRQ=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/@webassemblyjs%2fwast-printer/-/wast-printer-1.9.0.tgz", - "integrity": "sha1-STXVTIX+9jewDOn1I3dFHQDUeJk=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/@xtuc%2fieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha1-7vAUoxRa5Hehy8AM0eVSM23Ot5A=", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "http://10.8.30.22:7000/@xtuc%2flong/-/long-4.2.2.tgz", - "integrity": "sha1-0pHGpOl5ibXGHZrPOWrk/hM6cY0=", - "dev": true - }, - "abab": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/abab/-/abab-2.0.5.tgz", - "integrity": "sha1-wLZ4+zLWD8EhnHhNaoJv44Wut5o=", - "dev": true - }, - "abbrev": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg=", - "dev": true - }, - "accepts": { - "version": "1.3.7", - "resolved": "http://10.8.30.22:7000/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha1-UxvHJlF6OytB+FACHGzBXqq1B80=", - "dev": true, - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "acorn": { - "version": "8.1.0", - "resolved": "http://10.8.30.22:7000/acorn/-/acorn-8.1.0.tgz", - "integrity": "sha1-UjEf1wN64RnLsTQwnpAapGKVs/4=", - "dev": true - }, - "acorn-globals": { - "version": "4.3.4", - "resolved": "http://10.8.30.22:7000/acorn-globals/-/acorn-globals-4.3.4.tgz", - "integrity": "sha1-n6GSat3BHJcwjE5m163Q1Awycuc=", - "dev": true, - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "http://10.8.30.22:7000/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha1-NYZv1xBSjpLeEM8GAWSY5H454eY=", - "dev": true - }, - "acorn-walk": { - "version": "6.2.0", - "resolved": "http://10.8.30.22:7000/acorn-walk/-/acorn-walk-6.2.0.tgz", - "integrity": "sha1-Ejy487hMIXHx9/slJhWxx4prGow=", - "dev": true - } - } - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "http://10.8.30.22:7000/acorn-jsx/-/acorn-jsx-5.3.1.tgz", - "integrity": "sha1-/IZh4Rt6wVOcR9v+oucrOvNNJns=", - "dev": true - }, - "acorn-walk": { - "version": "8.0.2", - "resolved": "http://10.8.30.22:7000/acorn-walk/-/acorn-walk-8.0.2.tgz", - "integrity": "sha1-1GMr/GP9k9DxX9BeoOmE/9P1qMM=", - "dev": true - }, - "address": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/address/-/address-1.1.2.tgz", - "integrity": "sha1-vxEWycdYxRt6kz0pa3LCIe2UKLY=", - "dev": true - }, - "adjust-sourcemap-loader": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz", - "integrity": "sha1-WuEvtbexxYXoC7taY+wWOhpF5h4=", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "regex-parser": "^2.2.11" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha1-5MrOW4FtQloWa18JfhDNErNgZLA=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - } - } - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha1-kmcP9Q9TWb23o+DUDQ7DDFc3aHo=", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": { - "indent-string": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE=", - "dev": true - } - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "http://10.8.30.22:7000/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=", - "dev": true - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "http://10.8.30.22:7000/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=", - "dev": true - }, - "amdefine": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true - }, - "ansi-colors": { - "version": "3.2.4", - "resolved": "http://10.8.30.22:7000/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha1-46PaS/uubIapwoViXeEkojQCb78=", - "dev": true - }, - "ansi-html": { - "version": "0.0.7", - "resolved": "http://10.8.30.22:7000/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", - "dev": true - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha1-xV7PAhheJGklk5kxDBc84xIzsUI=", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "aproba": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha1-aALmJk79GMeQobDVF/DyYnvyyUo=", - "dev": true - }, - "archy": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", - "dev": true - }, - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "http://10.8.30.22:7000/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha1-SzXClE8GKov82mZBB2A1D+nd/CE=", - "dev": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "argparse": { - "version": "1.0.10", - "resolved": "http://10.8.30.22:7000/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "arity-n": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/arity-n/-/arity-n-1.0.4.tgz", - "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U=", - "dev": true - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "dev": true - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=", - "dev": true - }, - "arr-union": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "dev": true - }, - "array-equal": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/array-equal/-/array-equal-1.0.0.tgz", - "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=", - "dev": true - }, - "array-find-index": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", - "dev": true - }, - "array-flatten": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk=", - "dev": true - }, - "array-includes": { - "version": "3.1.3", - "resolved": "http://10.8.30.22:7000/array-includes/-/array-includes-3.1.3.tgz", - "integrity": "sha1-x/YZs4KtKvr1Mmzd/cCvxhr3aQo=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - } - }, - "array-union": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dev": true, - "requires": { - "array-uniq": "^1.0.1" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "dev": true - }, - "array-unique": { - "version": "0.3.2", - "resolved": "http://10.8.30.22:7000/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "dev": true - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "http://10.8.30.22:7000/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz", - "integrity": "sha1-bvY4tDMSvUAbTGGZ/ex+LcnpoSM=", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - } - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "http://10.8.30.22:7000/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz", - "integrity": "sha1-lM/UfMFVbsB0fZf3x3OMWBIgBMk=", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - } - }, - "arrify": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true - }, - "asap": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", - "dev": true, - "optional": true - }, - "asn1": { - "version": "0.2.4", - "resolved": "http://10.8.30.22:7000/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=", - "dev": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "asn1.js": { - "version": "5.4.1", - "resolved": "http://10.8.30.22:7000/asn1.js/-/asn1.js-5.4.1.tgz", - "integrity": "sha1-EamAuE67kXgc41sP3C7ilON4Pwc=", - "dev": true, - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=", - "dev": true - } - } - }, - "assert": { - "version": "1.5.0", - "resolved": "http://10.8.30.22:7000/assert/-/assert-1.5.0.tgz", - "integrity": "sha1-VcEJqvbgrv2z3EtxJAxwv1dLGOs=", - "dev": true, - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", - "dev": true - }, - "util": { - "version": "0.10.3", - "resolved": "http://10.8.30.22:7000/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "dev": true, - "requires": { - "inherits": "2.0.1" - } - } - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha1-SDFDxWeu7UeFdZwIZXhtx319LjE=", - "dev": true - }, - "async": { - "version": "2.6.3", - "resolved": "http://10.8.30.22:7000/async/-/async-2.6.3.tgz", - "integrity": "sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=", - "dev": true, - "requires": { - "lodash": "^4.17.14" - } - }, - "async-each": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=", - "dev": true - }, - "async-foreach": { - "version": "0.1.3", - "resolved": "http://10.8.30.22:7000/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", - "dev": true - }, - "async-limiter": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "http://10.8.30.22:7000/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "atob": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/atob/-/atob-2.1.2.tgz", - "integrity": "sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k=", - "dev": true - }, - "autoprefixer": { - "version": "9.7.4", - "resolved": "http://10.8.30.22:7000/autoprefixer/-/autoprefixer-9.7.4.tgz", - "integrity": "sha1-+L8+BnB9BH8GQdh67oz7F0sqU3g=", - "dev": true, - "requires": { - "browserslist": "^4.8.3", - "caniuse-lite": "^1.0.30001020", - "chalk": "^2.4.2", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.26", - "postcss-value-parser": "^4.0.2" - } - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "http://10.8.30.22:7000/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true - }, - "aws4": { - "version": "1.11.0", - "resolved": "http://10.8.30.22:7000/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=", - "dev": true - }, - "babel-eslint": { - "version": "10.1.0", - "resolved": "http://10.8.30.22:7000/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha1-aWjlaKkQt4+zd5zdi2rC9HmUMjI=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=", - "dev": true - } - } - }, - "babel-loader": { - "version": "8.0.6", - "resolved": "http://10.8.30.22:7000/babel-loader/-/babel-loader-8.0.6.tgz", - "integrity": "sha1-4zvbbzYrA/S7FBoMIauHxQG3Dfs=", - "dev": true, - "requires": { - "find-cache-dir": "^2.0.0", - "loader-utils": "^1.0.2", - "mkdirp": "^0.5.1", - "pify": "^4.0.1" - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "http://10.8.30.22:7000/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=", - "dev": true, - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-transform-taroapi": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/babel-plugin-transform-taroapi/-/babel-plugin-transform-taroapi-3.1.4.tgz", - "integrity": "sha1-8Kb6owAjlC6SiL3pBmNl2eLVUAE=", - "dev": true - }, - "babel-preset-taro": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/babel-preset-taro/-/babel-preset-taro-3.1.4.tgz", - "integrity": "sha1-MHouD0Ij6JpMoYIZl8cph1iwodM=", - "dev": true, - "requires": { - "@babel/core": "7.11.1", - "@babel/plugin-proposal-class-properties": "7.10.4", - "@babel/plugin-proposal-decorators": "7.10.5", - "@babel/plugin-syntax-jsx": "^7.10.4", - "@babel/plugin-transform-runtime": "7.11.0", - "@babel/preset-env": "7.11.0", - "@babel/preset-react": "7.12.13", - "@babel/preset-typescript": "7.12.17", - "@babel/runtime": "^7.11.2", - "@tarojs/taro-h5": "3.1.4", - "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-transform-taroapi": "3.1.4", - "core-js": "^3.6.5", - "react-refresh": "0.9.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.11.1", - "resolved": "http://10.8.30.22:7000/@babel%2fcore/-/core-7.11.1.tgz", - "integrity": "sha1-LFW2BOc6QNwhsOUmULEcZc8nZkM=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.11.0", - "@babel/helper-module-transforms": "^7.11.0", - "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.11.1", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.11.0", - "@babel/types": "^7.11.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "core-js": { - "version": "3.9.1", - "resolved": "http://10.8.30.22:7000/core-js/-/core-js-3.9.1.tgz", - "integrity": "sha1-zsjeWT246yqF/7Db3rMSy25UYK4=", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - } - } - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "http://10.8.30.22:7000/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "http://10.8.30.22:7000/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=" - } - } - }, - "babel-types": { - "version": "6.26.0", - "resolved": "http://10.8.30.22:7000/babel-types/-/babel-types-6.26.0.tgz", - "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", - "dev": true, - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "to-fast-properties": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/to-fast-properties/-/to-fast-properties-1.0.3.tgz", - "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", - "dev": true - } - } - }, - "bail": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/bail/-/bail-1.0.5.tgz", - "integrity": "sha1-tvoTNASjksvB+MS/Y/WVM1Hnp3Y=", - "dev": true - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true - }, - "base": { - "version": "0.11.2", - "resolved": "http://10.8.30.22:7000/base/-/base-0.11.2.tgz", - "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=", - "dev": true, - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dev": true, - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dev": true, - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "base64-js": { - "version": "1.5.1", - "resolved": "http://10.8.30.22:7000/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=" - }, - "batch": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dev": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "better-scroll": { - "version": "1.15.2", - "resolved": "http://10.8.30.22:7000/better-scroll/-/better-scroll-1.15.2.tgz", - "integrity": "sha1-Zf/GBYuLT/M3uN+tS8szTXaZzrY=", - "requires": { - "babel-runtime": "^6.0.0" - } - }, - "big.js": { - "version": "5.2.2", - "resolved": "http://10.8.30.22:7000/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=", - "dev": true - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=", - "dev": true - }, - "block-stream": { - "version": "0.0.9", - "resolved": "http://10.8.30.22:7000/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "requires": { - "inherits": "~2.0.0" - } - }, - "bluebird": { - "version": "3.7.2", - "resolved": "http://10.8.30.22:7000/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=", - "dev": true - }, - "blueimp-md5": { - "version": "2.18.0", - "resolved": "http://10.8.30.22:7000/blueimp-md5/-/blueimp-md5-2.18.0.tgz", - "integrity": "sha1-EVK+EzXwxrORHtnjbbVPPmrFKTU=", - "dev": true - }, - "bn.js": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-5.2.0.tgz", - "integrity": "sha1-NYhgZ0OWxpl3canQUfzBtX1K4AI=", - "dev": true - }, - "body-parser": { - "version": "1.19.0", - "resolved": "http://10.8.30.22:7000/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha1-lrJwnlfJxOCab9Zqj9l5hE9p8Io=", - "dev": true, - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY=", - "dev": true - }, - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "qs": { - "version": "6.7.0", - "resolved": "http://10.8.30.22:7000/qs/-/qs-6.7.0.tgz", - "integrity": "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw=", - "dev": true - } - } - }, - "bonjour": { - "version": "3.5.0", - "resolved": "http://10.8.30.22:7000/bonjour/-/bonjour-3.5.0.tgz", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", - "dev": true, - "requires": { - "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": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "http://10.8.30.22:7000/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/braces/-/braces-3.0.2.tgz", - "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "brorand": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", - "dev": true - }, - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha1-PJtLfXgsgSHlbxAQbYTA0P/JRiY=", - "dev": true - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=", - "dev": true, - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "browserify-cipher": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=", - "dev": true, - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - } - }, - "browserify-des": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha1-OvTx9Zg5QDVy8cZiBDdfen9wPpw=", - "dev": true, - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/browserify-rsa/-/browserify-rsa-4.1.0.tgz", - "integrity": "sha1-sv0Gtbda4pf3zi3GUfkY9b4VjI0=", - "dev": true, - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - } - }, - "browserify-sign": { - "version": "4.2.1", - "resolved": "http://10.8.30.22:7000/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha1-6vSt1G3VS+O7OzbAzxWrvrp5VsM=", - "dev": true, - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "http://10.8.30.22:7000/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "http://10.8.30.22:7000/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=", - "dev": true - } - } - }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "http://10.8.30.22:7000/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha1-KGlFnZqjviRf6P4sofRuLn9U1z8=", - "dev": true, - "requires": { - "pako": "~1.0.5" - } - }, - "browserslist": { - "version": "4.16.3", - "resolved": "http://10.8.30.22:7000/browserslist/-/browserslist-4.16.3.tgz", - "integrity": "sha1-NAqkaUDX24eHSFZ8XeokpI3fNxc=", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - } - }, - "buffer": { - "version": "4.9.2", - "resolved": "http://10.8.30.22:7000/buffer/-/buffer-4.9.2.tgz", - "integrity": "sha1-Iw6tNEACmIZEhBqwJEr4xEu+Pvg=", - "dev": true, - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - } - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "http://10.8.30.22:7000/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", - "dev": true - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8=", - "dev": true - }, - "buffer-indexof": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/buffer-indexof/-/buffer-indexof-1.1.1.tgz", - "integrity": "sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=", - "dev": true - }, - "buffer-xor": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", - "dev": true - }, - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", - "dev": true - }, - "bytes": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", - "dev": true - }, - "cacache": { - "version": "12.0.4", - "resolved": "http://10.8.30.22:7000/cacache/-/cacache-12.0.4.tgz", - "integrity": "sha1-ZovL0QWutfHZL+JVcOyVJcj6pAw=", - "dev": true, - "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "cache-base": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha1-Cn9GQWgxyLZi7jb+TnxZ129marI=", - "dev": true, - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caller-callsite": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "dev": true, - "requires": { - "callsites": "^2.0.0" - } - }, - "caller-path": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "dev": true, - "requires": { - "caller-callsite": "^2.0.0" - } - }, - "callsites": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "dev": true - }, - "camel-case": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/camel-case/-/camel-case-3.0.0.tgz", - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", - "dev": true, - "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "http://10.8.30.22:7000/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=", - "dev": true - }, - "camelcase-keys": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dev": true, - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "dev": true - } - } - }, - "caniuse-lite": { - "version": "1.0.30001204", - "resolved": "http://10.8.30.22:7000/caniuse-lite/-/caniuse-lite-1.0.30001204.tgz", - "integrity": "sha1-JWyFcJo0jsTRdehHo7UVxm558qo=", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "http://10.8.30.22:7000/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "character-entities": { - "version": "1.2.4", - "resolved": "http://10.8.30.22:7000/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha1-4Sw5Obfq9OWxXnrUxeKOHUjFsWs=", - "dev": true - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha1-lLwYRdznClu50uzHSHJWYSk9j8E=", - "dev": true - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha1-CDMpzaDq4nKrPbvzfpo4LBOvFWA=", - "dev": true - }, - "chokidar": { - "version": "3.3.1", - "resolved": "http://10.8.30.22:7000/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha1-yE5bPRjZpNd1WP70ZrG/FrvrNFA=", - "dev": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" - } - }, - "chownr": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs=", - "dev": true - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", - "integrity": "sha1-I0CQ7pfH1K0aLEvq4nUF3v/GCKQ=", - "dev": true, - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - } - } - }, - "cipher-base": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "class-utils": { - "version": "0.3.6", - "resolved": "http://10.8.30.22:7000/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=", - "dev": true, - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "classnames": { - "version": "2.2.6", - "resolved": "http://10.8.30.22:7000/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha1-Q5Nb/90pHzJtrQogUwmzjQD2UM4=" - }, - "clean-css": { - "version": "4.2.3", - "resolved": "http://10.8.30.22:7000/clean-css/-/clean-css-4.2.3.tgz", - "integrity": "sha1-UHtd59l7SO5T2ErbAWD/YhY4D3g=", - "dev": true, - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha1-7oRy27Ep5yezHooQpCfe6d/kAIs=", - "dev": true - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "dev": true, - "requires": { - "restore-cursor": "^2.0.0" - } - }, - "cli-spinners": { - "version": "2.6.0", - "resolved": "http://10.8.30.22:7000/cli-spinners/-/cli-spinners-2.6.0.tgz", - "integrity": "sha1-NsfcmPtqmna9YjjsP3fiQlYn6Tk=", - "dev": true - }, - "cliui": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=", - "dev": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "clone": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", - "dev": true - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha1-wZ/Zvbv4WUK0/ZechNz31fB8I4c=", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "clone-regexp": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/clone-regexp/-/clone-regexp-2.2.0.tgz", - "integrity": "sha1-fWXgCIXNh5ZAXDWnN+eoa3Qp428=", - "dev": true, - "requires": { - "is-regexp": "^2.0.0" - } - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true - }, - "collection-visit": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "dev": true, - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "colorette": { - "version": "1.2.2", - "resolved": "http://10.8.30.22:7000/colorette/-/colorette-1.2.2.tgz", - "integrity": "sha1-y8x51emcrqLb8Q6zom/Ys+as+pQ=", - "dev": true - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "http://10.8.30.22:7000/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/commander/-/commander-4.1.1.tgz", - "integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg=", - "dev": true - }, - "commondir": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=", - "dev": true - }, - "compose-function": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/compose-function/-/compose-function-3.0.3.tgz", - "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=", - "dev": true, - "requires": { - "arity-n": "^1.0.4" - } - }, - "compressible": { - "version": "2.0.18", - "resolved": "http://10.8.30.22:7000/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o=", - "dev": true, - "requires": { - "mime-db": ">= 1.43.0 < 2" - } - }, - "compression": { - "version": "1.7.4", - "resolved": "http://10.8.30.22:7000/compression/-/compression-1.7.4.tgz", - "integrity": "sha1-lVI+/xcMpXwpoMpB5v4TH0Hlu48=", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "http://10.8.30.22:7000/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "http://10.8.30.22:7000/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "http://10.8.30.22:7000/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=", - "dev": true - }, - "console-browserify": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/console-browserify/-/console-browserify-1.2.0.tgz", - "integrity": "sha1-ZwY871fOts9Jk6KrOlWECujEkzY=", - "dev": true - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "dev": true - }, - "constants-browserify": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", - "dev": true - }, - "contains-path": { - "version": "0.1.0", - "resolved": "http://10.8.30.22:7000/contains-path/-/contains-path-0.1.0.tgz", - "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=", - "dev": true - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "http://10.8.30.22:7000/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha1-4TDK9+cnkIfFYWwgB9BIVpiYT70=", - "dev": true, - "requires": { - "safe-buffer": "5.1.2" - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js=", - "dev": true - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "http://10.8.30.22:7000/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI=", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "cookie": { - "version": "0.4.0", - "resolved": "http://10.8.30.22:7000/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo=", - "dev": true - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "http://10.8.30.22:7000/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", - "dev": true - }, - "copy-anything": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/copy-anything/-/copy-anything-2.0.3.tgz", - "integrity": "sha1-hCQHugJGaw34RIGbvjuuu+XUXYc=", - "dev": true, - "requires": { - "is-what": "^3.12.0" - } - }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/copy-concurrently/-/copy-concurrently-1.0.5.tgz", - "integrity": "sha1-kilzmMrjSTf8r9bsgTnBgFHwteA=", - "dev": true, - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - } - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", - "dev": true - }, - "copy-webpack-plugin": { - "version": "5.1.2", - "resolved": "http://10.8.30.22:7000/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz", - "integrity": "sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI=", - "dev": true, - "requires": { - "cacache": "^12.0.3", - "find-cache-dir": "^2.1.0", - "glob-parent": "^3.1.0", - "globby": "^7.1.1", - "is-glob": "^4.0.1", - "loader-utils": "^1.2.3", - "minimatch": "^3.0.4", - "normalize-path": "^3.0.0", - "p-limit": "^2.2.1", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "glob-parent": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - } - } - }, - "core-js": { - "version": "2.6.11", - "resolved": "http://10.8.30.22:7000/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw=" - }, - "core-js-compat": { - "version": "3.9.1", - "resolved": "http://10.8.30.22:7000/core-js-compat/-/core-js-compat-3.9.1.tgz", - "integrity": "sha1-Tlcqz+kK/2nXbYw3dZ0hpcWbtFU=", - "dev": true, - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0", - "resolved": "http://10.8.30.22:7000/semver/-/semver-7.0.0.tgz", - "integrity": "sha1-XzyjV2HkfgWyBsba/yz4FPAxa44=", - "dev": true - } - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "http://10.8.30.22:7000/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha1-BA9yaAnFked6F8CjYmykW08Wixo=", - "dev": true, - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "parse-json": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - } - } - }, - "create-ecdh": { - "version": "4.0.4", - "resolved": "http://10.8.30.22:7000/create-ecdh/-/create-ecdh-4.0.4.tgz", - "integrity": "sha1-1uf0v/pmc2CFoHYv06YyaE2rzE4=", - "dev": true, - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=", - "dev": true - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=", - "dev": true, - "requires": { - "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": { - "version": "1.1.7", - "resolved": "http://10.8.30.22:7000/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha1-aRcMeLOrlXFHsriwRXLkfq0iQ/8=", - "dev": true, - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "http://10.8.30.22:7000/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "http://10.8.30.22:7000/crypto-browserify/-/crypto-browserify-3.12.0.tgz", - "integrity": "sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=", - "dev": true, - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - } - }, - "css": { - "version": "2.2.4", - "resolved": "http://10.8.30.22:7000/css/-/css-2.2.4.tgz", - "integrity": "sha1-xkZ1XHOXHyu6amAeLPL9cbEpiSk=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "source-map": "^0.6.1", - "source-map-resolve": "^0.5.2", - "urix": "^0.1.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "css-loader": { - "version": "3.6.0", - "resolved": "http://10.8.30.22:7000/css-loader/-/css-loader-3.6.0.tgz", - "integrity": "sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "css-parse": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/css-parse/-/css-parse-2.0.0.tgz", - "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", - "dev": true, - "requires": { - "css": "^2.0.0" - } - }, - "css-select": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/css-select/-/css-select-2.1.0.tgz", - "integrity": "sha1-ajRlM1ZjWTSoG6ymjQJVQyEF2+8=", - "dev": true, - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - } - }, - "css-tree": { - "version": "1.0.0-alpha.29", - "resolved": "http://10.8.30.22:7000/css-tree/-/css-tree-1.0.0-alpha.29.tgz", - "integrity": "sha1-P6nU7zFCy9HDAedmTB81K9gvWjk=", - "dev": true, - "requires": { - "mdn-data": "~1.1.0", - "source-map": "^0.5.3" - } - }, - "css-what": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/css-what/-/css-what-3.3.0.tgz", - "integrity": "sha1-EP7Glqns4uWRrHctdZqsq6w4zTk=", - "dev": true - }, - "cssesc": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4=", - "dev": true - }, - "csso": { - "version": "3.5.1", - "resolved": "http://10.8.30.22:7000/csso/-/csso-3.5.1.tgz", - "integrity": "sha1-e564vmFiiXPBsmHhadLwJACOdYs=", - "dev": true, - "requires": { - "css-tree": "1.0.0-alpha.29" - } - }, - "csso-webpack-plugin": { - "version": "1.0.0-beta.12", - "resolved": "http://10.8.30.22:7000/csso-webpack-plugin/-/csso-webpack-plugin-1.0.0-beta.12.tgz", - "integrity": "sha1-pC0C90BD645/MDybonu7ZceJcrg=", - "dev": true, - "requires": { - "async": "^2.5.0", - "csso": "^3.4.0", - "source-map": "^0.6.1", - "webpack-sources": "^1.0.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "cssom": { - "version": "0.4.4", - "resolved": "http://10.8.30.22:7000/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha1-WmbPk9LQtmHYC/akT7ZfXC5OChA=", - "dev": true - }, - "cssstyle": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha1-/2ZaDdvcMYZLCWR/NBY0Q9kLCFI=", - "dev": true, - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "http://10.8.30.22:7000/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha1-nxJ29bK0Y/IRTT8sdSUK+MGjb0o=", - "dev": true - } - } - }, - "csstype": { - "version": "3.0.7", - "resolved": "http://10.8.30.22:7000/csstype/-/csstype-3.0.7.tgz", - "integrity": "sha1-Kl+3XhAV6E3RVpL3HomhRQKQlQs=", - "dev": true - }, - "cuint": { - "version": "0.2.2", - "resolved": "http://10.8.30.22:7000/cuint/-/cuint-0.2.2.tgz", - "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=", - "dev": true - }, - "currently-unhandled": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", - "dev": true, - "requires": { - "array-find-index": "^1.0.1" - } - }, - "cyclist": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/cyclist/-/cyclist-1.0.1.tgz", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", - "dev": true - }, - "d": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/d/-/d-1.0.1.tgz", - "integrity": "sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=", - "dev": true, - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "data-urls": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/data-urls/-/data-urls-1.1.0.tgz", - "integrity": "sha1-Fe4Fgrql4iu1nHcUDaj5x2lju/4=", - "dev": true, - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - } - }, - "dayjs": { - "version": "1.10.4", - "resolved": "http://10.8.30.22:7000/dayjs/-/dayjs-1.10.4.tgz", - "integrity": "sha1-jlRKm4aD9heD9XCYCoqA6vVKseI=" - }, - "debug": { - "version": "4.3.1", - "resolved": "http://10.8.30.22:7000/debug/-/debug-4.3.1.tgz", - "integrity": "sha1-8NIpxQXgxtjEmsVT0bE9wYP2su4=", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dev": true, - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - } - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "http://10.8.30.22:7000/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "deep-equal": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/deep-equal/-/deep-equal-1.1.1.tgz", - "integrity": "sha1-tcmMlCzv+vfLBR4k4UNKJaLmB2o=", - "dev": true, - "requires": { - "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-is": { - "version": "0.1.3", - "resolved": "http://10.8.30.22:7000/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", - "dev": true - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "http://10.8.30.22:7000/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha1-RNLqNnm49NT/ujPwPYZfwee/SVU=" - }, - "default-gateway": { - "version": "4.2.0", - "resolved": "http://10.8.30.22:7000/default-gateway/-/default-gateway-4.2.0.tgz", - "integrity": "sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=", - "dev": true, - "requires": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" - } - }, - "defaults": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "dev": true, - "requires": { - "clone": "^1.0.2" - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=", - "dev": true, - "requires": { - "object-keys": "^1.0.12" - } - }, - "define-property": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=", - "dev": true, - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dev": true, - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "del": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/del/-/del-4.1.1.tgz", - "integrity": "sha1-no8RciLqRKMf86FWwEm5kFKp8LQ=", - "dev": true, - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": { - "globby": { - "version": "6.1.0", - "resolved": "http://10.8.30.22:7000/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "dev": true, - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "p-map": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha1-MQko/u+cnsxltosXaTAYpmXOoXU=", - "dev": true - } - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "delegates": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "dev": true - }, - "depd": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "dev": true - }, - "des.js": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/des.js/-/des.js-1.0.1.tgz", - "integrity": "sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "destroy": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", - "dev": true - }, - "detect-node": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/detect-node/-/detect-node-2.0.5.tgz", - "integrity": "sha1-nScKp+qlrwtyxMnZuBTn9M5zi3k=", - "dev": true - }, - "detect-port": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/detect-port/-/detect-port-1.3.0.tgz", - "integrity": "sha1-2cQOmsyt1N9crGp4Ku/QFNVz0fE=", - "dev": true, - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "http://10.8.30.22:7000/diffie-hellman/-/diffie-hellman-5.0.3.tgz", - "integrity": "sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=", - "dev": true, - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=", - "dev": true - } - } - }, - "dir-glob": { - "version": "2.2.2", - "resolved": "http://10.8.30.22:7000/dir-glob/-/dir-glob-2.2.2.tgz", - "integrity": "sha1-+gnwaUFTyJGLGLoN6vrpR2n8UMQ=", - "dev": true, - "requires": { - "path-type": "^3.0.0" - } - }, - "dns-equal": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", - "dev": true - }, - "dns-packet": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/dns-packet/-/dns-packet-1.3.1.tgz", - "integrity": "sha1-EqpCaYEHW+UAuRDu3NC0fdfe2lo=", - "dev": true, - "requires": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" - } - }, - "dns-txt": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/dns-txt/-/dns-txt-2.0.2.tgz", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", - "dev": true, - "requires": { - "buffer-indexof": "^1.0.0" - } - }, - "doctrine": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "dom-converter": { - "version": "0.2.0", - "resolved": "http://10.8.30.22:7000/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=", - "dev": true, - "requires": { - "utila": "~0.4" - } - }, - "dom-serializer": { - "version": "0.2.2", - "resolved": "http://10.8.30.22:7000/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E=", - "dev": true, - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": { - "domelementtype": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/domelementtype/-/domelementtype-2.1.0.tgz", - "integrity": "sha1-qFHAgKbRw9lDRK7RUdmfZp7fWF4=", - "dev": true - } - } - }, - "dom7": { - "version": "2.1.5", - "resolved": "http://10.8.30.22:7000/dom7/-/dom7-2.1.5.tgz", - "integrity": "sha1-p5QRAXgAsx2EAAcM2uu/ySwfY3c=", - "requires": { - "ssr-window": "^2.0.0" - }, - "dependencies": { - "ssr-window": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ssr-window/-/ssr-window-2.0.0.tgz", - "integrity": "sha1-mMMBrvmVIzF/jWlhjwAQeRCW78Q=" - } - } - }, - "domain-browser": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha1-PTH1AZGmdJ3RN1p/Ui6CPULlTto=", - "dev": true - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8=", - "dev": true - }, - "domexception": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/domexception/-/domexception-1.0.1.tgz", - "integrity": "sha1-k3RCZEymoxJh7zbj7Gd/6AVYLJA=", - "dev": true, - "requires": { - "webidl-conversions": "^4.0.2" - } - }, - "domhandler": { - "version": "2.4.2", - "resolved": "http://10.8.30.22:7000/domhandler/-/domhandler-2.4.2.tgz", - "integrity": "sha1-iAUJfpM9ZehVRvcm1g9euItE+AM=", - "dev": true, - "requires": { - "domelementtype": "1" - } - }, - "domutils": { - "version": "1.7.0", - "resolved": "http://10.8.30.22:7000/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=", - "dev": true, - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, - "duplexify": { - "version": "3.7.1", - "resolved": "http://10.8.30.22:7000/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha1-Kk31MX9sz9kfhtb9JdjYoQO4gwk=", - "dev": true, - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dev": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "ee-first": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", - "dev": true - }, - "electron-to-chromium": { - "version": "1.3.697", - "resolved": "http://10.8.30.22:7000/electron-to-chromium/-/electron-to-chromium-1.3.697.tgz", - "integrity": "sha1-S6ivE11y0GU0vXj2jRvg3KPSxZA=", - "dev": true - }, - "elliptic": { - "version": "6.5.4", - "resolved": "http://10.8.30.22:7000/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=", - "dev": true, - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=", - "dev": true - } - } - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "http://10.8.30.22:7000/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=", - "dev": true - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha1-VXBmIEatKeLpFucariYKvf9Pang=", - "dev": true - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "dev": true - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "http://10.8.30.22:7000/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "http://10.8.30.22:7000/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha1-Lzz9hNvjtIfxjy2y7x4GSlccpew=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "resolved": "http://10.8.30.22:7000/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha1-MkwBKIuIZSlm0WHbd4OHIIRajjw=", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "enquirer": { - "version": "2.3.6", - "resolved": "http://10.8.30.22:7000/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": { - "ansi-colors": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha1-y7muJWv3UK8eqzRPIpqif+lLo0g=", - "dev": true - } - } - }, - "entities": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/entities/-/entities-2.2.0.tgz", - "integrity": "sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU=", - "dev": true - }, - "errno": { - "version": "0.1.8", - "resolved": "http://10.8.30.22:7000/errno/-/errno-0.1.8.tgz", - "integrity": "sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=", - "dev": true, - "requires": { - "prr": "~1.0.1" - } - }, - "error-ex": { - "version": "1.3.2", - "resolved": "http://10.8.30.22:7000/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha1-tKxAZIEH/c3PriQvQovqihTU8b8=", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "error-stack-parser": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/error-stack-parser/-/error-stack-parser-2.0.6.tgz", - "integrity": "sha1-WpmnB716TFinl5AtSNgoA+3mqtg=", - "dev": true, - "requires": { - "stackframe": "^1.1.1" - } - }, - "es-abstract": { - "version": "1.18.0", - "resolved": "http://10.8.30.22:7000/es-abstract/-/es-abstract-1.18.0.tgz", - "integrity": "sha1-q4CzWe7Lft5MKYAAOQvFrD7HtaQ=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "is-callable": "^1.2.3", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.2", - "is-string": "^1.0.5", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.0" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "http://10.8.30.22:7000/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=", - "dev": true, - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "http://10.8.30.22:7000/es5-ext/-/es5-ext-0.10.53.tgz", - "integrity": "sha1-k8WjrP2+8nUiCtcmRK0C7hg2jeE=", - "dev": true, - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "dev": true, - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "http://10.8.30.22:7000/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha1-utXTwbzawoJp9MszHkMceKxwXRg=", - "dev": true, - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=", - "dev": true - }, - "escape-html": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "escodegen": { - "version": "1.14.3", - "resolved": "http://10.8.30.22:7000/escodegen/-/escodegen-1.14.3.tgz", - "integrity": "sha1-TnuB+6YVgdyXWC7XjKt/Do1j9QM=", - "dev": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true, - "optional": true - } - } - }, - "eslint": { - "version": "7.22.0", - "resolved": "http://10.8.30.22:7000/eslint/-/eslint-7.22.0.tgz", - "integrity": "sha1-B+zGEFL+xjZhosq2vVBxJ8B63G8=", - "dev": true, - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.21", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "http://10.8.30.22:7000/@babel%2fcode-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8=", - "dev": true, - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "http://10.8.30.22:7000/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "globals": { - "version": "13.7.0", - "resolved": "http://10.8.30.22:7000/globals/-/globals-13.7.0.tgz", - "integrity": "sha1-rtO879gK0+wPC+LPDIlREMBZF5U=", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "ignore": { - "version": "4.0.6", - "resolved": "http://10.8.30.22:7000/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=", - "dev": true - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha1-NxYsJfy566oublPVtNiM4X2eDCs=", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "levn": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/levn/-/levn-0.4.1.tgz", - "integrity": "sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "optionator": { - "version": "0.9.1", - "resolved": "http://10.8.30.22:7000/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk=", - "dev": true, - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - } - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "http://10.8.30.22:7000/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha1-3rxkidem5rDnYRiIzsiAM30xY5Y=", - "dev": true - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=", - "dev": true - }, - "semver": { - "version": "7.3.5", - "resolved": "http://10.8.30.22:7000/semver/-/semver-7.3.5.tgz", - "integrity": "sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-check": { - "version": "0.4.0", - "resolved": "http://10.8.30.22:7000/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "http://10.8.30.22:7000/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha1-G/IH9LKPkVg2ZstfvTJ4hzAc1fQ=", - "dev": true - }, - "yallist": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=", - "dev": true - } - } - }, - "eslint-config-taro": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/eslint-config-taro/-/eslint-config-taro-3.1.4.tgz", - "integrity": "sha1-yAgwfgw3871wrZIZ1Pikc/aL3io=", - "dev": true, - "requires": { - "@typescript-eslint/parser": "^4.15.1", - "babel-eslint": "^10.0.0" - } - }, - "eslint-import-resolver-node": { - "version": "0.3.4", - "resolved": "http://10.8.30.22:7000/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz", - "integrity": "sha1-hf+oGULCUBLYIxCW3fZ5wDBCxxc=", - "dev": true, - "requires": { - "debug": "^2.6.9", - "resolve": "^1.13.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "eslint-module-utils": { - "version": "2.6.0", - "resolved": "http://10.8.30.22:7000/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz", - "integrity": "sha1-V569CU9Wr3eX0ZyYZsnJSGYpv6Y=", - "dev": true, - "requires": { - "debug": "^2.6.9", - "pkg-dir": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "find-up": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, - "requires": { - "locate-path": "^2.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "p-limit": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=", - "dev": true, - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dev": true, - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "dev": true - }, - "pkg-dir": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/pkg-dir/-/pkg-dir-2.0.0.tgz", - "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", - "dev": true, - "requires": { - "find-up": "^2.1.0" - } - } - } - }, - "eslint-plugin-import": { - "version": "2.22.1", - "resolved": "http://10.8.30.22:7000/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz", - "integrity": "sha1-CJbH5qDPRBCaLZe5WQPCu2iddwI=", - "dev": true, - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flat": "^1.2.3", - "contains-path": "^0.1.0", - "debug": "^2.6.9", - "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.3.4", - "eslint-module-utils": "^2.6.0", - "has": "^1.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.1", - "read-pkg-up": "^2.0.0", - "resolve": "^1.17.0", - "tsconfig-paths": "^3.9.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "doctrine": { - "version": "1.5.0", - "resolved": "http://10.8.30.22:7000/doctrine/-/doctrine-1.5.0.tgz", - "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "isarray": "^1.0.0" - } - }, - "find-up": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, - "requires": { - "locate-path": "^2.0.0" - } - }, - "load-json-file": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/load-json-file/-/load-json-file-2.0.0.tgz", - "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "strip-bom": "^3.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "p-limit": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=", - "dev": true, - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dev": true, - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "dev": true - }, - "path-type": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/path-type/-/path-type-2.0.0.tgz", - "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", - "dev": true, - "requires": { - "pify": "^2.0.0" - } - }, - "pify": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - }, - "read-pkg": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/read-pkg/-/read-pkg-2.0.0.tgz", - "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", - "dev": true, - "requires": { - "load-json-file": "^2.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^2.0.0" - } - }, - "read-pkg-up": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/read-pkg-up/-/read-pkg-up-2.0.0.tgz", - "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^2.0.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - } - } - }, - "eslint-plugin-react": { - "version": "7.23.1", - "resolved": "http://10.8.30.22:7000/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz", - "integrity": "sha1-8aLoRMDRlnyCI4ggSovE3uhBWxE=", - "dev": true, - "requires": { - "array-includes": "^3.1.3", - "array.prototype.flatmap": "^1.2.4", - "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.0.4", - "object.entries": "^1.1.3", - "object.fromentries": "^2.0.4", - "object.values": "^1.1.3", - "prop-types": "^15.7.2", - "resolve": "^2.0.0-next.3", - "string.prototype.matchall": "^4.0.4" - }, - "dependencies": { - "doctrine": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "resolve": { - "version": "2.0.0-next.3", - "resolved": "http://10.8.30.22:7000/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha1-1BAWKT1KhYajnKXZtfFcvqH1XkY=", - "dev": true, - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - } - } - } - }, - "eslint-plugin-react-hooks": { - "version": "4.2.0", - "resolved": "http://10.8.30.22:7000/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", - "integrity": "sha1-jCKcJo1GiVYzTJQ7tF/IYCgPVVY=", - "dev": true - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "http://10.8.30.22:7000/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha1-ygODMxD2iJoyZHgaqC5j65z+eEg=", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=", - "dev": true - } - } - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz", - "integrity": "sha1-If3I+82ceVzAMh8FY3AglXUVEag=", - "dev": true - }, - "espree": { - "version": "7.3.1", - "resolved": "http://10.8.30.22:7000/espree/-/espree-7.3.1.tgz", - "integrity": "sha1-8t8zC3Usb1UBn4vYm3ZgA5wbu7Y=", - "dev": true, - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "http://10.8.30.22:7000/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=", - "dev": true - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=", - "dev": true - } - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=", - "dev": true - }, - "esquery": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha1-IUj/w4uC6McFff7UhCWz5h8PJKU=", - "dev": true, - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha1-MH30JUfmzHMk088DwVXVzbjFOIA=", - "dev": true - } - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha1-MH30JUfmzHMk088DwVXVzbjFOIA=", - "dev": true - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=", - "dev": true - }, - "etag": { - "version": "1.8.1", - "resolved": "http://10.8.30.22:7000/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "dev": true - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "http://10.8.30.22:7000/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=", - "dev": true - }, - "events": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/events/-/events-3.3.0.tgz", - "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=", - "dev": true - }, - "eventsource": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/eventsource/-/eventsource-1.1.0.tgz", - "integrity": "sha1-AOjKfJIQnpSw3fMtrGd9hBAoz68=", - "dev": true, - "requires": { - "original": "^1.0.0" - } - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=", - "dev": true, - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, - "execa": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/execa/-/execa-1.0.0.tgz", - "integrity": "sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "http://10.8.30.22:7000/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=", - "dev": true, - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "path-key": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dev": true, - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "dev": true - }, - "which": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/which/-/which-1.3.1.tgz", - "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "execall": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/execall/-/execall-2.0.0.tgz", - "integrity": "sha1-FqBrX+UJnffQC+XZwG7s3tFmO0U=", - "dev": true, - "requires": { - "clone-regexp": "^2.1.0" - } - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "http://10.8.30.22:7000/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "dev": true, - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "expr-parser": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/expr-parser/-/expr-parser-1.0.0.tgz", - "integrity": "sha1-uFvocO/OPHZJd1eNSlBXlSM/kCI=", - "dev": true - }, - "express": { - "version": "4.17.1", - "resolved": "http://10.8.30.22:7000/express/-/express-4.17.1.tgz", - "integrity": "sha1-RJH8OGBc9R+GKdOcK10Cb5ikwTQ=", - "dev": true, - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", - "dev": true - }, - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "http://10.8.30.22:7000/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", - "dev": true - }, - "qs": { - "version": "6.7.0", - "resolved": "http://10.8.30.22:7000/qs/-/qs-6.7.0.tgz", - "integrity": "sha1-QdwaAV49WB8WIXdr4xr7KHapsbw=", - "dev": true - } - } - }, - "ext": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/ext/-/ext-1.4.0.tgz", - "integrity": "sha1-ia56BxWPedNVF4gpBDJAd+Q3kkQ=", - "dev": true, - "requires": { - "type": "^2.0.0" - }, - "dependencies": { - "type": { - "version": "2.5.0", - "resolved": "http://10.8.30.22:7000/type/-/type-2.5.0.tgz", - "integrity": "sha1-Ci54wud5B7JSq+XymMGwHGPw2z0=", - "dev": true - } - } - }, - "extend": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/extend/-/extend-3.0.2.tgz", - "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=", - "dev": true - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=", - "dev": true, - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dev": true, - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dev": true, - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "http://10.8.30.22:7000/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=", - "dev": true - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "http://10.8.30.22:7000/fast-glob/-/fast-glob-3.2.5.tgz", - "integrity": "sha1-eTmvKmVt55pPGQGQPuityqfLlmE=", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=", - "dev": true - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "fastest-levenshtein": { - "version": "1.0.12", - "resolved": "http://10.8.30.22:7000/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", - "integrity": "sha1-mZD306iMxan/0fF0V0UlFwDUl+I=", - "dev": true - }, - "fastq": { - "version": "1.11.0", - "resolved": "http://10.8.30.22:7000/fastq/-/fastq-1.11.0.tgz", - "integrity": "sha1-u5+5VaBxMKkY62PB9RYcwypdCFg=", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "faye-websocket": { - "version": "0.10.0", - "resolved": "http://10.8.30.22:7000/faye-websocket/-/faye-websocket-0.10.0.tgz", - "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", - "dev": true, - "requires": { - "websocket-driver": ">=0.5.1" - } - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", - "dev": true, - "requires": { - "pend": "~1.2.0" - } - }, - "fecha": { - "version": "4.2.0", - "resolved": "http://10.8.30.22:7000/fecha/-/fecha-4.2.0.tgz", - "integrity": "sha1-P/tjlUU+Pz7/+FBATwpZtnR/X0E=" - }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "http://10.8.30.22:7000/figgy-pudding/-/figgy-pudding-3.5.2.tgz", - "integrity": "sha1-tO7oFIq7Adzx0aw0Nn1Z4S+mHW4=", - "dev": true - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "http://10.8.30.22:7000/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha1-IRst2WWcsDlLBz5zI6w8kz1SICc=", - "dev": true, - "requires": { - "flat-cache": "^3.0.4" - } - }, - "file-loader": { - "version": "6.2.0", - "resolved": "http://10.8.30.22:7000/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha1-uu98+OGEDfMl5DkLRISHlIDuvk0=", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha1-5MrOW4FtQloWa18JfhDNErNgZLA=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-3.0.0.tgz", - "integrity": "sha1-Z1AvaqK2ai1AMrQnmilEl4oJE+8=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.6", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "http://10.8.30.22:7000/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "filter-obj": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha1-t+fQAP/RGTjQ/bBTUG9uur6fWH0=", - "dev": true, - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha1-jQ+UzRP+Q8bHwmGg2GEVypGMBfc=", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "find-yarn-workspace-root": { - "version": "1.2.1", - "resolved": "http://10.8.30.22:7000/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz", - "integrity": "sha1-QOuObnwlAt36old8F28iFCL4YNs=", - "dev": true, - "requires": { - "fs-extra": "^4.0.3", - "micromatch": "^3.1.4" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fs-extra": { - "version": "4.0.3", - "resolved": "http://10.8.30.22:7000/fs-extra/-/fs-extra-4.0.3.tgz", - "integrity": "sha1-DYUhIuW8W+tFP7Ao6cDJvzY0DJQ=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "http://10.8.30.22:7000/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "flat-cache": { - "version": "3.0.4", - "resolved": "http://10.8.30.22:7000/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha1-YbAzgwKy/p+Vfcwy/CqH8cMEixE=", - "dev": true, - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "flatted": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/flatted/-/flatted-3.1.1.tgz", - "integrity": "sha1-xLSJ6ACW2d8d/JfHmHGup8YXxGk=", - "dev": true - }, - "flush-write-stream": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/flush-write-stream/-/flush-write-stream-1.1.1.tgz", - "integrity": "sha1-jdfYc6G6vCB9lOrQwuDkQnbr8ug=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - } - }, - "follow-redirects": { - "version": "1.13.3", - "resolved": "http://10.8.30.22:7000/follow-redirects/-/follow-redirects-1.13.3.tgz", - "integrity": "sha1-5VmK1QF0wbxOhyMB6CrCzZf5Amc=", - "dev": true - }, - "for-in": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "dev": true - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "http://10.8.30.22:7000/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "forwarded": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", - "dev": true - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "http://10.8.30.22:7000/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "dev": true, - "requires": { - "map-cache": "^0.2.2" - } - }, - "fresh": { - "version": "0.5.2", - "resolved": "http://10.8.30.22:7000/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "dev": true - }, - "from2": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/from2/-/from2-2.3.0.tgz", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "http://10.8.30.22:7000/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha1-SdQ8RaiM2Wd2aMt74bRu/bjS4cA=", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha1-f1A2/b8SxjwWkZDL5BmchSJx+fs=", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "http://10.8.30.22:7000/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", - "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "fsevents": { - "version": "2.1.3", - "resolved": "http://10.8.30.22:7000/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha1-+3OHA66NL5/pAMM4Nt3r7ouX8j4=", - "dev": true, - "optional": true - }, - "fstream": { - "version": "1.0.12", - "resolved": "http://10.8.30.22:7000/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha1-Touo7i1Ivk99DeUFRVVI6uWTIEU=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=", - "dev": true - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, - "gauge": { - "version": "2.7.4", - "resolved": "http://10.8.30.22:7000/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dev": true, - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "gaze": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha1-xEFzPhO5J6yMD/C0w7Az8ogSkko=", - "dev": true, - "requires": { - "globule": "^1.0.0" - } - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "http://10.8.30.22:7000/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=", - "dev": true - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=", - "dev": true - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - } - }, - "get-stdin": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "dev": true - }, - "getpass": { - "version": "0.1.7", - "resolved": "http://10.8.30.22:7000/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.1.6", - "resolved": "http://10.8.30.22:7000/glob/-/glob-7.1.6.tgz", - "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "http://10.8.30.22:7000/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "global-modules": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha1-mXYFrSNF8n9RU5vqJldEISFcd4A=", - "dev": true, - "requires": { - "global-prefix": "^3.0.0" - } - }, - "global-prefix": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha1-/IX3MGTfafUEIfR/iD/luRO6m5c=", - "dev": true, - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "which": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/which/-/which-1.3.1.tgz", - "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "http://10.8.30.22:7000/globals/-/globals-11.12.0.tgz", - "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=", - "dev": true - }, - "globby": { - "version": "7.1.1", - "resolved": "http://10.8.30.22:7000/globby/-/globby-7.1.1.tgz", - "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - } - } - }, - "globjoin": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", - "dev": true - }, - "globs": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/globs/-/globs-0.1.4.tgz", - "integrity": "sha1-HRNjn2F05K5zp/k22n2aB59lfBw=", - "dev": true, - "requires": { - "glob": "^7.1.1" - } - }, - "globule": { - "version": "1.3.2", - "resolved": "http://10.8.30.22:7000/globule/-/globule-1.3.2.tgz", - "integrity": "sha1-2L3Z6eTu+PluJFmZpd7n612FKcQ=", - "dev": true, - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - } - }, - "gonzales-pe": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/gonzales-pe/-/gonzales-pe-4.3.0.tgz", - "integrity": "sha1-/p3sXzxVfurQn/hoxlgmvlTQZ7M=", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "http://10.8.30.22:7000/graceful-fs/-/graceful-fs-4.2.6.tgz", - "integrity": "sha1-/wQLKwhTsjw9MQJ1I3BvGIXXa+4=", - "dev": true - }, - "hammerjs": { - "version": "2.0.8", - "resolved": "http://10.8.30.22:7000/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" - }, - "handle-thing": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha1-hX95zjWVgMNA1DCBzGSJcNC7I04=", - "dev": true - }, - "har-schema": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true - }, - "har-validator": { - "version": "5.1.5", - "resolved": "http://10.8.30.22:7000/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=", - "dev": true, - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha1-HG7aXBaFxjlCdm15u0Cudzzs2IM=", - "dev": true - }, - "has": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/has/-/has-1.0.3.tgz", - "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "has-bigints": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "has-symbols": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/has-symbols/-/has-symbols-1.0.2.tgz", - "integrity": "sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM=", - "dev": true - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "dev": true - }, - "has-value": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dev": true, - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "has-values": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "kind-of": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "hash-base": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/hash-base/-/hash-base-3.1.0.tgz", - "integrity": "sha1-VcOB2eBuHSmXqIO0o/3f5/DTrzM=", - "dev": true, - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "http://10.8.30.22:7000/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "http://10.8.30.22:7000/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=", - "dev": true - } - } - }, - "hash.js": { - "version": "1.1.7", - "resolved": "http://10.8.30.22:7000/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "he": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/he/-/he-1.2.0.tgz", - "integrity": "sha1-hK5l+n6vsWX922FWauFLrwVmTw8=", - "dev": true - }, - "history": { - "version": "4.10.1", - "resolved": "http://10.8.30.22:7000/history/-/history-4.10.1.tgz", - "integrity": "sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=", - "requires": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" - } - }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", - "dev": true, - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "hosted-git-info": { - "version": "2.8.8", - "resolved": "http://10.8.30.22:7000/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg=", - "dev": true - }, - "hpack.js": { - "version": "2.1.6", - "resolved": "http://10.8.30.22:7000/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz", - "integrity": "sha1-5w2EuU2lOqN14R/jo1G+ZkLKRvg=", - "dev": true, - "requires": { - "whatwg-encoding": "^1.0.1" - } - }, - "html-entities": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/html-entities/-/html-entities-1.4.0.tgz", - "integrity": "sha1-z70bAdKvr5rcobEK59/6uYxx0tw=", - "dev": true - }, - "html-minifier": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/html-minifier/-/html-minifier-4.0.0.tgz", - "integrity": "sha1-zKmq2LzhF14C4XqMM+RtiYiIn1Y=", - "dev": true, - "requires": { - "camel-case": "^3.0.0", - "clean-css": "^4.2.1", - "commander": "^2.19.0", - "he": "^1.2.0", - "param-case": "^2.1.1", - "relateurl": "^0.2.7", - "uglify-js": "^3.5.1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "http://10.8.30.22:7000/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", - "dev": true - } - } - }, - "html-tags": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/html-tags/-/html-tags-3.1.0.tgz", - "integrity": "sha1-e15vfmZen7QfMAB+2eDUHpf7IUA=", - "dev": true - }, - "html-webpack-include-assets-plugin": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/html-webpack-include-assets-plugin/-/html-webpack-include-assets-plugin-1.0.5.tgz", - "integrity": "sha1-EncMInKQRRYzNRte1y3ajOjAZC4=", - "dev": true, - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "slash": "^2.0.0" - }, - "dependencies": { - "slash": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/slash/-/slash-2.0.0.tgz", - "integrity": "sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q=", - "dev": true - } - } - }, - "html-webpack-plugin": { - "version": "3.2.0", - "resolved": "http://10.8.30.22:7000/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz", - "integrity": "sha1-sBq71yOsqqeze2r0SS69oD2d03s=", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "big.js": { - "version": "3.2.0", - "resolved": "http://10.8.30.22:7000/big.js/-/big.js-3.2.0.tgz", - "integrity": "sha1-pfwpi4G54Nyi5FiCR4S2XFK6WI4=", - "dev": true - }, - "commander": { - "version": "2.17.1", - "resolved": "http://10.8.30.22:7000/commander/-/commander-2.17.1.tgz", - "integrity": "sha1-vXerfebelCBc6sxy8XFtKfIKd78=", - "dev": true - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", - "dev": true - }, - "html-minifier": { - "version": "3.5.21", - "resolved": "http://10.8.30.22:7000/html-minifier/-/html-minifier-3.5.21.tgz", - "integrity": "sha1-0AQOBUcw41TbAIRjWTGUAVIS0gw=", - "dev": true, - "requires": { - "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" - } - }, - "json5": { - "version": "0.5.1", - "resolved": "http://10.8.30.22:7000/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", - "dev": true - }, - "loader-utils": { - "version": "0.2.17", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-0.2.17.tgz", - "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", - "dev": true, - "requires": { - "big.js": "^3.1.3", - "emojis-list": "^2.0.0", - "json5": "^0.5.0", - "object-assign": "^4.0.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "uglify-js": { - "version": "3.4.10", - "resolved": "http://10.8.30.22:7000/uglify-js/-/uglify-js-3.4.10.tgz", - "integrity": "sha1-mtlWPY6zrN+404WX0q8dgV9qdV8=", - "dev": true, - "requires": { - "commander": "~2.19.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "commander": { - "version": "2.19.0", - "resolved": "http://10.8.30.22:7000/commander/-/commander-2.19.0.tgz", - "integrity": "sha1-9hmKqE5bg8RgVLlN3tv+1e6f8So=", - "dev": true - } - } - } - } - }, - "htmlparser2": { - "version": "3.10.1", - "resolved": "http://10.8.30.22:7000/htmlparser2/-/htmlparser2-3.10.1.tgz", - "integrity": "sha1-vWedw/WYl7ajS7EHSchVu1OpOS8=", - "dev": true, - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "entities": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/entities/-/entities-1.1.2.tgz", - "integrity": "sha1-vfpzUplmTfr9NFKe1PhSKidf6lY=", - "dev": true - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "http://10.8.30.22:7000/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "http-deceiver": { - "version": "1.2.7", - "resolved": "http://10.8.30.22:7000/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", - "dev": true - }, - "http-errors": { - "version": "1.7.2", - "resolved": "http://10.8.30.22:7000/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=", - "dev": true, - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - } - } - }, - "http-proxy": { - "version": "1.18.1", - "resolved": "http://10.8.30.22:7000/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha1-QBVB8FNIhLv5UmAzTnL4juOXZUk=", - "dev": true, - "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - } - }, - "http-proxy-middleware": { - "version": "0.19.1", - "resolved": "http://10.8.30.22:7000/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", - "integrity": "sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=", - "dev": true, - "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "http://10.8.30.22:7000/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "http-signature": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "https-browserify": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", - "dev": true - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "http://10.8.30.22:7000/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "icss-utils": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/icss-utils/-/icss-utils-4.1.1.tgz", - "integrity": "sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=", - "dev": true, - "requires": { - "postcss": "^7.0.14" - } - }, - "ieee754": { - "version": "1.2.1", - "resolved": "http://10.8.30.22:7000/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I=", - "dev": true - }, - "iferr": { - "version": "0.1.5", - "resolved": "http://10.8.30.22:7000/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", - "dev": true - }, - "ignore": { - "version": "3.3.10", - "resolved": "http://10.8.30.22:7000/ignore/-/ignore-3.3.10.tgz", - "integrity": "sha1-Cpf7h2mG6AgcYxFg+PnziRV/AEM=", - "dev": true - }, - "image-size": { - "version": "0.5.5", - "resolved": "http://10.8.30.22:7000/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", - "dev": true, - "optional": true - }, - "import-cwd": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/import-cwd/-/import-cwd-2.1.0.tgz", - "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", - "dev": true, - "requires": { - "import-from": "^2.1.0" - } - }, - "import-fresh": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "dev": true, - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - } - }, - "import-from": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/import-from/-/import-from-2.1.0.tgz", - "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", - "dev": true, - "requires": { - "resolve-from": "^3.0.0" - } - }, - "import-lazy": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha1-6OtidIOgpD2jwD8+NVSL5csMwVM=", - "dev": true - }, - "import-local": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/import-local/-/import-local-2.0.0.tgz", - "integrity": "sha1-VQcL44pZk88Y72236WH1vuXFoJ0=", - "dev": true, - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "dev": true - }, - "in-publish": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/in-publish/-/in-publish-2.0.1.tgz", - "integrity": "sha1-lIsaU1yAMFYc6lIvc/ePS+NX4Aw=", - "dev": true - }, - "indent-string": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", - "dev": true, - "requires": { - "repeating": "^2.0.0" - } - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/indexes-of/-/indexes-of-1.0.1.tgz", - "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", - "dev": true - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha1-xM78qo5RBRwqQLos6KPScpWvlGc=", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "http://10.8.30.22:7000/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=", - "dev": true - }, - "ini": { - "version": "1.3.8", - "resolved": "http://10.8.30.22:7000/ini/-/ini-1.3.8.tgz", - "integrity": "sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=", - "dev": true - }, - "internal-ip": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/internal-ip/-/internal-ip-4.3.0.tgz", - "integrity": "sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=", - "dev": true, - "requires": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" - } - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } - }, - "intersection-observer": { - "version": "0.7.0", - "resolved": "http://10.8.30.22:7000/intersection-observer/-/intersection-observer-0.7.0.tgz", - "integrity": "sha1-7ha+6XjbU1FurS8KgVSwm0ALvck=" - }, - "invariant": { - "version": "2.2.4", - "resolved": "http://10.8.30.22:7000/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=", - "dev": true, - "requires": { - "loose-envify": "^1.0.0" - } - }, - "ip": { - "version": "1.1.5", - "resolved": "http://10.8.30.22:7000/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", - "dev": true - }, - "ip-regex": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", - "dev": true - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "http://10.8.30.22:7000/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=", - "dev": true - }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/is-absolute-url/-/is-absolute-url-3.0.3.tgz", - "integrity": "sha1-lsaiK2ojkpsR6gr7GDbDatSl1pg=", - "dev": true - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "http://10.8.30.22:7000/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha1-nn1rlJFr4iFTdF0YTCmMv5hqaG0=", - "dev": true - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha1-frmiQx+FX2se8aeOMm31FWlsTb8=", - "dev": true, - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - } - }, - "is-arguments": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/is-arguments/-/is-arguments-1.1.0.tgz", - "integrity": "sha1-YjUwMd++4HzrNGVqa95Z7+yujdk=", - "dev": true, - "requires": { - "call-bind": "^1.0.0" - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "http://10.8.30.22:7000/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "is-bigint": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/is-bigint/-/is-bigint-1.0.1.tgz", - "integrity": "sha1-aSMFHfy8dkJ4VAuc4OazITql68I=", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-boolean-object": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/is-boolean-object/-/is-boolean-object-1.1.0.tgz", - "integrity": "sha1-4qqtOjqPyjTCj27uE1sVbtJYf/A=", - "dev": true, - "requires": { - "call-bind": "^1.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "http://10.8.30.22:7000/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4=", - "dev": true - }, - "is-callable": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/is-callable/-/is-callable-1.2.3.tgz", - "integrity": "sha1-ix4FALc6HXbHBIdjbzaOUZ3o244=", - "dev": true - }, - "is-core-module": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/is-core-module/-/is-core-module-2.2.0.tgz", - "integrity": "sha1-lwN+89UiJNhRY/VZeytj2a/tmBo=", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha1-vac28s2P0G0yhE53Q7+nSUw7/X4=", - "dev": true - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha1-ZaOllYocW2OnBuGzM9fNn2MNP6U=", - "dev": true - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "http://10.8.30.22:7000/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=", - "dev": true, - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0=", - "dev": true - } - } - }, - "is-directory": { - "version": "0.3.1", - "resolved": "http://10.8.30.22:7000/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", - "dev": true - }, - "is-docker": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/is-docker/-/is-docker-2.1.1.tgz", - "integrity": "sha1-QSWojkTkUNOE4JBH7eca3C0UQVY=", - "dev": true - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-finite": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha1-kEE1x3+0LAZB1qobzbxNqo2ggvM=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha1-zDXJdYjaS9Saju3WvECC1E3LI6c=", - "dev": true - }, - "is-interactive": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha1-zqbmrlyHCnsKAAQHC3tYfgJSkS4=", - "dev": true - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/is-negative-zero/-/is-negative-zero-2.0.1.tgz", - "integrity": "sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ=", - "dev": true - }, - "is-number": { - "version": "7.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=", - "dev": true - }, - "is-number-object": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/is-number-object/-/is-number-object-1.0.4.tgz", - "integrity": "sha1-NqyV50HPGLKD/B3fXoPaeY4+wZc=", - "dev": true - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=", - "dev": true - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", - "integrity": "sha1-v+Lcomxp85cmWkAJljYCk1oFOss=", - "dev": true, - "requires": { - "is-path-inside": "^2.1.0" - } - }, - "is-path-inside": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=", - "dev": true, - "requires": { - "path-is-inside": "^1.0.2" - } - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", - "dev": true - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "is-regex": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/is-regex/-/is-regex-1.1.2.tgz", - "integrity": "sha1-gcjr3k2xQvLPHFP8htakV4gmYlE=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - } - }, - "is-regexp": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/is-regexp/-/is-regexp-2.1.0.tgz", - "integrity": "sha1-zXNKVoZOI7lWv058ZsOWpMCyLC0=", - "dev": true - }, - "is-stream": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true - }, - "is-string": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/is-string/-/is-string-1.0.5.tgz", - "integrity": "sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y=", - "dev": true - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha1-OOEBS55jKb4N6dJKQU/XRB7GGTc=", - "dev": true, - "requires": { - "has-symbols": "^1.0.1" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "http://10.8.30.22:7000/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha1-PybHaoCVk7Ur+i7LVxDtJ3m1Iqc=", - "dev": true - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "http://10.8.30.22:7000/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "is-what": { - "version": "3.14.1", - "resolved": "http://10.8.30.22:7000/is-what/-/is-what-3.14.1.tgz", - "integrity": "sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=", - "dev": true - }, - "is-windows": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=", - "dev": true - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "dev": true - }, - "isarray": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "isobject": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true - }, - "j-component": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/j-component/-/j-component-1.4.0.tgz", - "integrity": "sha1-OuXk5HrheWsptHA0v2fFbMSXj3o=", - "dev": true, - "requires": { - "expr-parser": "^1.0.0", - "miniprogram-api-typings": "^3.2.2", - "miniprogram-exparser": "2.15.0" - } - }, - "javascript-stringify": { - "version": "1.6.0", - "resolved": "http://10.8.30.22:7000/javascript-stringify/-/javascript-stringify-1.6.0.tgz", - "integrity": "sha1-FC0RHzpuPa6PSpr9d9RYVbWpzOM=", - "dev": true - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "http://10.8.30.22:7000/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha1-f3LLxNZDw2Xie5/XdfnQ6qnHqO0=", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "js-base64": { - "version": "2.6.4", - "resolved": "http://10.8.30.22:7000/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha1-9OaGxd4eofhn28rT1G2WlCjfmMQ=", - "dev": true - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "http://10.8.30.22:7000/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=", - "dev": true, - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "jsbn": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true - }, - "jsdom": { - "version": "15.2.1", - "resolved": "http://10.8.30.22:7000/jsdom/-/jsdom-15.2.1.tgz", - "integrity": "sha1-0v6xrvcYP4a+UhuMaDP/UpbQfsU=", - "dev": true, - "requires": { - "abab": "^2.0.0", - "acorn": "^7.1.0", - "acorn-globals": "^4.3.2", - "array-equal": "^1.0.0", - "cssom": "^0.4.1", - "cssstyle": "^2.0.0", - "data-urls": "^1.1.0", - "domexception": "^1.0.1", - "escodegen": "^1.11.1", - "html-encoding-sniffer": "^1.0.2", - "nwsapi": "^2.2.0", - "parse5": "5.1.0", - "pn": "^1.1.0", - "request": "^2.88.0", - "request-promise-native": "^1.0.7", - "saxes": "^3.1.9", - "symbol-tree": "^3.2.2", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.1", - "w3c-xmlserializer": "^1.1.2", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^7.0.0", - "ws": "^7.0.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "http://10.8.30.22:7000/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=", - "dev": true - } - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "http://10.8.30.22:7000/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=", - "dev": true - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha1-u4Z8+zRQ5pEHwTHRxRS6s9yLyqk=", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "http://10.8.30.22:7000/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=", - "dev": true - }, - "json-schema": { - "version": "0.2.3", - "resolved": "http://10.8.30.22:7000/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=", - "dev": true - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "http://10.8.30.22:7000/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "json3": { - "version": "3.3.3", - "resolved": "http://10.8.30.22:7000/json3/-/json3-3.3.3.tgz", - "integrity": "sha1-f8EON1/FrkLEcFpcwKpvYr4wW4E=", - "dev": true - }, - "json5": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/json5/-/json5-2.2.0.tgz", - "integrity": "sha1-Lf7+cgxrpSXZ69kJlQ8FFTFsiaM=", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "jsonp-retry": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/jsonp-retry/-/jsonp-retry-1.0.3.tgz", - "integrity": "sha1-nmsYsC7HZ6Yh3US06ZQ5qKQ6ZBk=", - "requires": { - "object-assign": "^4.1.1" - } - }, - "jsprim": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "http://10.8.30.22:7000/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz", - "integrity": "sha1-QRCNLOxAjDRTwbvopKrp4eK9j4I=", - "dev": true, - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - } - }, - "killable": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/killable/-/killable-1.0.1.tgz", - "integrity": "sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=", - "dev": true - }, - "kind-of": { - "version": "6.0.3", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=", - "dev": true - }, - "kleur": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha1-p5yezIbuHOP6YgbRIWxQHxR/wH4=", - "dev": true - }, - "klona": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/klona/-/klona-2.0.4.tgz", - "integrity": "sha1-e7Hjr/sMuGJFR+9+j2cI6i4538A=", - "dev": true - }, - "known-css-properties": { - "version": "0.21.0", - "resolved": "http://10.8.30.22:7000/known-css-properties/-/known-css-properties-0.21.0.tgz", - "integrity": "sha1-FfvQu7g0R/POCdivJH7UfGjt6A0=", - "dev": true - }, - "less": { - "version": "3.13.1", - "resolved": "http://10.8.30.22:7000/less/-/less-3.13.1.tgz", - "integrity": "sha1-DryR0qDpwMZzW4PUlrCrBYMHeQk=", - "dev": true, - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true, - "optional": true - }, - "tslib": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - } - } - }, - "less-loader": { - "version": "7.3.0", - "resolved": "http://10.8.30.22:7000/less-loader/-/less-loader-7.3.0.tgz", - "integrity": "sha1-+dbTbRhznWQgZ6Bftb1wyMYTF+U=", - "dev": true, - "requires": { - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha1-5MrOW4FtQloWa18JfhDNErNgZLA=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-3.0.0.tgz", - "integrity": "sha1-Z1AvaqK2ai1AMrQnmilEl4oJE+8=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.6", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "leven": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/leven/-/leven-3.1.0.tgz", - "integrity": "sha1-d4kd6DQGTMy6gq54QrtrFKE+1/I=", - "dev": true - }, - "levenary": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/levenary/-/levenary-1.1.1.tgz", - "integrity": "sha1-hCqe6Y0gdap/ru2+MmeekgX0b3c=", - "dev": true, - "requires": { - "leven": "^3.1.0" - } - }, - "levn": { - "version": "0.3.0", - "resolved": "http://10.8.30.22:7000/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dev": true, - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "http://10.8.30.22:7000/lines-and-columns/-/lines-and-columns-1.1.6.tgz", - "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", - "dev": true - }, - "load-json-file": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "loader-runner": { - "version": "2.4.0", - "resolved": "http://10.8.30.22:7000/loader-runner/-/loader-runner-2.4.0.tgz", - "integrity": "sha1-7UcGa/5TTX6ExMe5mYwqdWB9k1c=", - "dev": true - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - } - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "http://10.8.30.22:7000/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=" - }, - "lodash-es": { - "version": "4.17.15", - "resolved": "http://10.8.30.22:7000/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha1-Ib2Wg5NUQS8j16EDQOXqxu5FXXg=" - }, - "lodash.clonedeep": { - "version": "4.5.0", - "resolved": "http://10.8.30.22:7000/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", - "dev": true - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "http://10.8.30.22:7000/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", - "dev": true - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "http://10.8.30.22:7000/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha1-V0Dhxdbw39pK2TI7UzIQfva0xAo=", - "dev": true, - "requires": { - "chalk": "^2.0.1" - } - }, - "loglevel": { - "version": "1.7.1", - "resolved": "http://10.8.30.22:7000/loglevel/-/loglevel-1.7.1.tgz", - "integrity": "sha1-AF/eL15uRwaPk1/yhXPhJe9y8Zc=", - "dev": true - }, - "loglevel-plugin-prefix": { - "version": "0.8.4", - "resolved": "http://10.8.30.22:7000/loglevel-plugin-prefix/-/loglevel-plugin-prefix-0.8.4.tgz", - "integrity": "sha1-L+DgXxqCAxfZjYwSPmNMG9hP9kQ=", - "dev": true - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/longest-streak/-/longest-streak-2.0.4.tgz", - "integrity": "sha1-uFmZV9pbXatk3uP+MW+ndFl9kOQ=", - "dev": true - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "http://10.8.30.22:7000/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", - "dev": true, - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - } - }, - "lower-case": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=", - "dev": true - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "http://10.8.30.22:7000/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - } - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "http://10.8.30.22:7000/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "dev": true - }, - "map-obj": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true - }, - "map-visit": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "dev": true, - "requires": { - "object-visit": "^1.0.0" - } - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "http://10.8.30.22:7000/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha1-TdrdZzCOeAzxakdoWHjuJ7c2oKM=", - "dev": true - }, - "md5.js": { - "version": "1.3.5", - "resolved": "http://10.8.30.22:7000/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=", - "dev": true, - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "mdast-util-from-markdown": { - "version": "0.8.5", - "resolved": "http://10.8.30.22:7000/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", - "integrity": "sha1-0e8spCvDd+ywRjqYeRDa6JvZoow=", - "dev": true, - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - }, - "mdast-util-to-markdown": { - "version": "0.6.5", - "resolved": "http://10.8.30.22:7000/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", - "integrity": "sha1-sz9nyoINaebMUnqT1AOSSbUEvr4=", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - } - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", - "integrity": "sha1-uM/mpxPhCRy1tyj8SIhaR2f4uXs=", - "dev": true - }, - "mdn-data": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/mdn-data/-/mdn-data-1.1.4.tgz", - "integrity": "sha1-ULXU/8RXUnZXPE7tuHgIEqhBnwE=", - "dev": true - }, - "media-typer": { - "version": "0.3.0", - "resolved": "http://10.8.30.22:7000/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "dev": true - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "meow": { - "version": "3.7.0", - "resolved": "http://10.8.30.22:7000/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dev": true, - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - } - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", - "dev": true - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=", - "dev": true - }, - "merge2": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=", - "dev": true - }, - "methods": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "dev": true - }, - "micromark": { - "version": "2.11.4", - "resolved": "http://10.8.30.22:7000/micromark/-/micromark-2.11.4.tgz", - "integrity": "sha1-0TQ2E47qgmOD6CJEnJpcUO5EZlo=", - "dev": true, - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "http://10.8.30.22:7000/micromatch/-/micromatch-4.0.2.tgz", - "integrity": "sha1-T8sJmb+fvC/L3SEvbWKbmlbDklk=", - "dev": true, - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - } - }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/miller-rabin/-/miller-rabin-4.0.1.tgz", - "integrity": "sha1-8IA1HIZbDcViqEYpZtqlNUPHik0=", - "dev": true, - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=", - "dev": true - } - } - }, - "mime": { - "version": "1.6.0", - "resolved": "http://10.8.30.22:7000/mime/-/mime-1.6.0.tgz", - "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=", - "dev": true - }, - "mime-db": { - "version": "1.46.0", - "resolved": "http://10.8.30.22:7000/mime-db/-/mime-db-1.46.0.tgz", - "integrity": "sha1-Ymd0in95lZTePLyM3pHe80lmHO4=", - "dev": true - }, - "mime-types": { - "version": "2.1.29", - "resolved": "http://10.8.30.22:7000/mime-types/-/mime-types-2.1.29.tgz", - "integrity": "sha1-HUq3faZLkfX3JInfKSNlY3VLsbI=", - "dev": true, - "requires": { - "mime-db": "1.46.0" - } - }, - "mimic-fn": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha1-ggyGo5M0ZA6ZUWkovQP8qIBX0CI=", - "dev": true - }, - "min-indent": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha1-pj9oFnOzBXH76LwlaGrnRu76mGk=", - "dev": true - }, - "mini-css-extract-plugin": { - "version": "0.8.0", - "resolved": "http://10.8.30.22:7000/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz", - "integrity": "sha1-gdQexP5YxxOpatfHI82y0L1NcOE=", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "normalize-url": "1.9.1", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" - } - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=", - "dev": true - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", - "dev": true - }, - "minimatch": { - "version": "3.0.4", - "resolved": "http://10.8.30.22:7000/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "http://10.8.30.22:7000/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=", - "dev": true - }, - "minimist-options": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha1-wGVXE8U6ii69d/+iR9NCxA8BBhk=", - "dev": true, - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "minipass": { - "version": "3.1.3", - "resolved": "http://10.8.30.22:7000/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha1-fUL/HzljVILhX5zbUxhN7r1YFf0=", - "dev": true, - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=", - "dev": true - } - } - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha1-IrgTv3Rdxu26JXa5QAIq1u3Ixhc=", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha1-gucTXX6JpQ/+ZGEKeHlTxMTLs3M=", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "http://10.8.30.22:7000/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha1-aEcveXEcCEZXwGfFxq2Tzd6oIUw=", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "miniprogram-api-typings": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/miniprogram-api-typings/-/miniprogram-api-typings-3.3.0.tgz", - "integrity": "sha1-MnXSrmaIdIGkEK7exU/RHrjHJh8=", - "dev": true - }, - "miniprogram-compiler": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/miniprogram-compiler/-/miniprogram-compiler-0.1.2.tgz", - "integrity": "sha1-Kvq24ojYvAhfgDsdSa5Zxd8jbpk=", - "dev": true, - "requires": { - "glob": "^7.1.3", - "unescape-js": "^1.1.1" - } - }, - "miniprogram-exparser": { - "version": "2.15.0", - "resolved": "http://10.8.30.22:7000/miniprogram-exparser/-/miniprogram-exparser-2.15.0.tgz", - "integrity": "sha1-iJOiUN/tdogCwGGxP/muGVixIjw=", - "dev": true - }, - "miniprogram-simulate": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/miniprogram-simulate/-/miniprogram-simulate-1.3.1.tgz", - "integrity": "sha1-W9NY7/cxQRfaSFjHKgK4Un7poPg=", - "dev": true, - "requires": { - "csso": "^3.5.1", - "j-component": "1.4.0", - "less": "^3.10.3", - "miniprogram-compiler": "^0.1.2", - "postcss": "^7.0.23" - } - }, - "minizlib": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha1-6Q00Zrogm5MkUVCKEc49NjIUWTE=", - "dev": true, - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=", - "dev": true - } - } - }, - "mississippi": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha1-6goykfl+C16HdrNj1fChLZTGcCI=", - "dev": true, - "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - } - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "http://10.8.30.22:7000/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=", - "dev": true, - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "http://10.8.30.22:7000/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "mobile-detect": { - "version": "1.4.5", - "resolved": "http://10.8.30.22:7000/mobile-detect/-/mobile-detect-1.4.5.tgz", - "integrity": "sha1-2jk8PEE8oam83ZztZTw4KBwPtq0=" - }, - "moment": { - "version": "2.29.1", - "resolved": "http://npm.anxinyun.cn/moment/-/moment-2.29.1.tgz", - "integrity": "sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M=" - }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/move-concurrently/-/move-concurrently-1.0.1.tgz", - "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", - "dev": true, - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.1.2.tgz", - "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=", - "dev": true - }, - "multicast-dns": { - "version": "6.2.3", - "resolved": "http://10.8.30.22:7000/multicast-dns/-/multicast-dns-6.2.3.tgz", - "integrity": "sha1-oOx72QVcQoL3kMPIL04o2zsxsik=", - "dev": true, - "requires": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - } - }, - "multicast-dns-service-types": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", - "dev": true - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "http://10.8.30.22:7000/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha1-FjDEKyJR/4HiooPelqVJfqkuXg0=", - "dev": true - }, - "nan": { - "version": "2.14.2", - "resolved": "http://10.8.30.22:7000/nan/-/nan-2.14.2.tgz", - "integrity": "sha1-9TdkAGlRaPTMaUrJOT0MlYXu6hk=", - "dev": true - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "http://10.8.30.22:7000/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - } - }, - "native-request": { - "version": "1.0.8", - "resolved": "http://10.8.30.22:7000/native-request/-/native-request-1.0.8.tgz", - "integrity": "sha1-j2a/YG4PfqJ8DlmV6y9dA+M65vs=", - "dev": true, - "optional": true - }, - "native-url": { - "version": "0.2.6", - "resolved": "http://10.8.30.22:7000/native-url/-/native-url-0.2.6.tgz", - "integrity": "sha1-yhJY9azhaccW/0Tsy922dOEDma4=", - "dev": true, - "requires": { - "querystring": "^0.2.0" - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "negotiator": { - "version": "0.6.2", - "resolved": "http://10.8.30.22:7000/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=", - "dev": true - }, - "neo-async": { - "version": "2.6.2", - "resolved": "http://10.8.30.22:7000/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha1-tKr7k+OustgXTKU88WOrfXMIMF8=", - "dev": true - }, - "next-tick": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/next-tick/-/next-tick-1.0.0.tgz", - "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=", - "dev": true - }, - "nice-try": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=", - "dev": true - }, - "no-case": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/no-case/-/no-case-2.3.2.tgz", - "integrity": "sha1-YLgTOWvjmz8SiKTB7V0efSi0ZKw=", - "dev": true, - "requires": { - "lower-case": "^1.1.1" - } - }, - "node-forge": { - "version": "0.10.0", - "resolved": "http://10.8.30.22:7000/node-forge/-/node-forge-0.10.0.tgz", - "integrity": "sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=", - "dev": true - }, - "node-gyp": { - "version": "3.8.0", - "resolved": "http://10.8.30.22:7000/node-gyp/-/node-gyp-3.8.0.tgz", - "integrity": "sha1-VAMEJhwzDoDQ1e3OJTpoyzlkIYw=", - "dev": true, - "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "dependencies": { - "semver": { - "version": "5.3.0", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", - "dev": true - }, - "which": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/which/-/which-1.3.1.tgz", - "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "http://10.8.30.22:7000/node-libs-browser/-/node-libs-browser-2.2.1.tgz", - "integrity": "sha1-tk9RPRgzhiX5A0bSew0jXmMfZCU=", - "dev": true, - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": { - "punycode": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "dev": true - } - } - }, - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", - "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", - "dev": true - }, - "node-releases": { - "version": "1.1.71", - "resolved": "http://10.8.30.22:7000/node-releases/-/node-releases-1.1.71.tgz", - "integrity": "sha1-yxM0sXmJaxyJ7P3UtyX7e738fbs=", - "dev": true - }, - "node-sass": { - "version": "4.14.1", - "resolved": "http://10.8.30.22:7000/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha1-mch+wu+3BH7WOPtMnbfzpC4iF7U=", - "dev": true, - "requires": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.15", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "2.2.5", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "cross-spawn": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/cross-spawn/-/cross-spawn-3.0.1.tgz", - "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", - "dev": true, - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - } - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "http://10.8.30.22:7000/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=", - "dev": true, - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - }, - "which": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/which/-/which-1.3.1.tgz", - "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "yallist": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - } - } - }, - "nopt": { - "version": "3.0.6", - "resolved": "http://10.8.30.22:7000/nopt/-/nopt-3.0.6.tgz", - "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", - "dev": true, - "requires": { - "abbrev": "1" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "http://10.8.30.22:7000/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=", - "dev": true - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "http://10.8.30.22:7000/normalize-selector/-/normalize-selector-0.2.0.tgz", - "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", - "dev": true - }, - "normalize-url": { - "version": "1.9.1", - "resolved": "http://10.8.30.22:7000/normalize-url/-/normalize-url-1.9.1.tgz", - "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", - "dev": true, - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - }, - "dependencies": { - "query-string": { - "version": "4.3.4", - "resolved": "http://10.8.30.22:7000/query-string/-/query-string-4.3.4.tgz", - "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", - "dev": true, - "requires": { - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - } - }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", - "dev": true - } - } - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dev": true, - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": { - "path-key": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "dev": true - } - } - }, - "npmlog": { - "version": "4.1.2", - "resolved": "http://10.8.30.22:7000/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=", - "dev": true, - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "nth-check": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/nth-check/-/nth-check-1.0.2.tgz", - "integrity": "sha1-sr0pXDfj3VijvwcAN2Zjuk2c8Fw=", - "dev": true, - "requires": { - "boolbase": "~1.0.0" - } - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "http://10.8.30.22:7000/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", - "dev": true - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha1-IEh5qePQaP8qVROcLHcngGgaOLc=", - "dev": true - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "http://10.8.30.22:7000/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU=", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-copy": { - "version": "0.1.0", - "resolved": "http://10.8.30.22:7000/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "dev": true, - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "http://10.8.30.22:7000/object-inspect/-/object-inspect-1.9.0.tgz", - "integrity": "sha1-yQUh104RJ7ZyZt7TOUrWEWmGUzo=", - "dev": true - }, - "object-is": { - "version": "1.1.5", - "resolved": "http://10.8.30.22:7000/object-is/-/object-is-1.1.5.tgz", - "integrity": "sha1-ud7qpfx/GEag+uzc7sE45XePU6w=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "object-keys": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4=", - "dev": true - }, - "object-path": { - "version": "0.11.4", - "resolved": "http://10.8.30.22:7000/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=", - "dev": true - }, - "object-visit": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "dev": true, - "requires": { - "isobject": "^3.0.0" - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "http://10.8.30.22:7000/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "object.entries": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/object.entries/-/object.entries-1.1.3.tgz", - "integrity": "sha1-xgHH8Wi2I3RUGgfdvT4tXk93EaY=", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - } - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/object.fromentries/-/object.fromentries-2.0.4.tgz", - "integrity": "sha1-JuG6XEVxxcbwiQzvRHMGZFahILg=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz", - "integrity": "sha1-G9Y66s8NXS0vMbXjk7A6fGAaI/c=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "object.values": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/object.values/-/object.values-1.1.3.tgz", - "integrity": "sha1-6qix4XWJ8C9pjbCT98Yu4WmXQu4=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - } - }, - "obuf": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=", - "dev": true - }, - "omit.js": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/omit.js/-/omit.js-1.0.2.tgz", - "integrity": "sha1-kaFPDrqEBm36AVvzDkdMR/MLyFg=", - "requires": { - "babel-runtime": "^6.23.0" - } - }, - "on-finished": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dev": true, - "requires": { - "ee-first": "1.1.1" - } - }, - "on-headers": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "dev": true, - "requires": { - "mimic-fn": "^1.0.0" - } - }, - "open": { - "version": "7.0.2", - "resolved": "http://10.8.30.22:7000/open/-/open-7.0.2.tgz", - "integrity": "sha1-+zaB8R8VfyNh0jkjB1SMoXkpYOg=", - "dev": true, - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": { - "is-wsl": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha1-dKTHbnfKn9P5MvKQwX6jJs0VcnE=", - "dev": true, - "requires": { - "is-docker": "^2.0.0" - } - } - } - }, - "opn": { - "version": "5.5.0", - "resolved": "http://10.8.30.22:7000/opn/-/opn-5.5.0.tgz", - "integrity": "sha1-/HFk+rVtI1kExRw7J9pnWMo7m/w=", - "dev": true, - "requires": { - "is-wsl": "^1.1.0" - } - }, - "optionator": { - "version": "0.8.3", - "resolved": "http://10.8.30.22:7000/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=", - "dev": true, - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - } - }, - "ora": { - "version": "3.4.0", - "resolved": "http://10.8.30.22:7000/ora/-/ora-3.4.0.tgz", - "integrity": "sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-spinners": "^2.0.0", - "log-symbols": "^2.2.0", - "strip-ansi": "^5.2.0", - "wcwidth": "^1.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=", - "dev": true - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "original": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/original/-/original-1.0.2.tgz", - "integrity": "sha1-5EKmHP/hxf0gpl8yYcJmY7MD8l8=", - "dev": true, - "requires": { - "url-parse": "^1.4.3" - } - }, - "os-browserify": { - "version": "0.3.0", - "resolved": "http://10.8.30.22:7000/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", - "dev": true - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "dev": true - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true - }, - "osenv": { - "version": "0.1.5", - "resolved": "http://10.8.30.22:7000/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha1-hc36+uso6Gd/QW4odZK18/SepBA=", - "dev": true, - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "p-finally": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "dev": true - }, - "p-limit": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-map": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "p-retry": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/p-retry/-/p-retry-3.0.1.tgz", - "integrity": "sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=", - "dev": true, - "requires": { - "retry": "^0.12.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=", - "dev": true - }, - "pako": { - "version": "1.0.11", - "resolved": "http://10.8.30.22:7000/pako/-/pako-1.0.11.tgz", - "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=", - "dev": true - }, - "parallel-transform": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/parallel-transform/-/parallel-transform-1.2.0.tgz", - "integrity": "sha1-kEnKN9bLIYLDsdLHIL6U0UpYFPw=", - "dev": true, - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - } - }, - "param-case": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/param-case/-/param-case-2.1.1.tgz", - "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", - "dev": true, - "requires": { - "no-case": "^2.2.0" - } - }, - "parent-module": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=", - "dev": true, - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=", - "dev": true - } - } - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "http://10.8.30.22:7000/parse-asn1/-/parse-asn1-5.1.6.tgz", - "integrity": "sha1-OFCAo+wTy2KmLTlAnLPoiETNrtQ=", - "dev": true, - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - } - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha1-U8brW5MUofTsmfoP33zgHs2gy+g=", - "dev": true, - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "parse-json": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "dev": true, - "requires": { - "error-ex": "^1.2.0" - } - }, - "parse5": { - "version": "5.1.0", - "resolved": "http://10.8.30.22:7000/parse5/-/parse5-5.1.0.tgz", - "integrity": "sha1-xZNByXI/QUxFKXVWTHwApo1YrNI=", - "dev": true - }, - "parseurl": { - "version": "1.3.3", - "resolved": "http://10.8.30.22:7000/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=", - "dev": true - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", - "dev": true - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "http://10.8.30.22:7000/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha1-5sTd1+06onxoogzE5Q4aTug7vEo=", - "dev": true - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", - "dev": true - }, - "path-exists": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=", - "dev": true - }, - "path-parse": { - "version": "1.0.6", - "resolved": "http://10.8.30.22:7000/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw=", - "dev": true - }, - "path-to-regexp": { - "version": "3.2.0", - "resolved": "http://10.8.30.22:7000/path-to-regexp/-/path-to-regexp-3.2.0.tgz", - "integrity": "sha1-+nh37LxJXGAZB1YiIkU8Q8wgSl8=" - }, - "path-type": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha1-zvMdyOCho7sNEFwM2Xzzv0f0428=", - "dev": true, - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - } - } - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/pbkdf2/-/pbkdf2-3.1.1.tgz", - "integrity": "sha1-y4cksPramEWWhW0abrr9NYRlS5Q=", - "dev": true, - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "pend": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/pend/-/pend-1.2.0.tgz", - "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "http://10.8.30.22:7000/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha1-IfMz6ba46v8CRo9RRupAbTRfTa0=", - "dev": true - }, - "pify": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/pify/-/pify-4.0.1.tgz", - "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, - "requires": { - "pinkie": "^2.0.0" - } - }, - "pirates": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/pirates/-/pirates-4.0.1.tgz", - "integrity": "sha1-ZDqSyviUVm+RsrmG0sZpUKji+4c=", - "dev": true, - "requires": { - "node-modules-regexp": "^1.0.0" - } - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=", - "dev": true, - "requires": { - "find-up": "^3.0.0" - } - }, - "pn": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/pn/-/pn-1.1.0.tgz", - "integrity": "sha1-4vTO8OIZ9GPBeas3Rj5OHs3Muvs=", - "dev": true - }, - "portfinder": { - "version": "1.0.28", - "resolved": "http://10.8.30.22:7000/portfinder/-/portfinder-1.0.28.tgz", - "integrity": "sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=", - "dev": true, - "requires": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://10.8.30.22:7000/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "dev": true - }, - "postcss": { - "version": "7.0.35", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha1-0r4AuZj38hHYonaXQHny6SuXDiQ=", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "supports-color": { - "version": "6.1.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "http://10.8.30.22:7000/postcss-html/-/postcss-html-0.36.0.tgz", - "integrity": "sha1-tAkT+U6qzCRT/TChMnrW7h+IsgQ=", - "dev": true, - "requires": { - "htmlparser2": "^3.10.0" - } - }, - "postcss-import": { - "version": "12.0.1", - "resolved": "http://10.8.30.22:7000/postcss-import/-/postcss-import-12.0.1.tgz", - "integrity": "sha1-z4x6sLXMq1ZJAkU25WX4QZKLcVM=", - "dev": true, - "requires": { - "postcss": "^7.0.1", - "postcss-value-parser": "^3.2.3", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "dependencies": { - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "http://10.8.30.22:7000/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", - "integrity": "sha1-n/giVH4okyE88cMO+lGsX9G6goE=", - "dev": true - } - } - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/postcss-less/-/postcss-less-3.1.4.tgz", - "integrity": "sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0=", - "dev": true, - "requires": { - "postcss": "^7.0.14" - } - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/postcss-load-config/-/postcss-load-config-2.1.2.tgz", - "integrity": "sha1-xepQTyxK7zPHNZo03jVzdyrXUCo=", - "dev": true, - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - } - }, - "postcss-loader": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/postcss-loader/-/postcss-loader-3.0.0.tgz", - "integrity": "sha1-a5eUPkfHLYRfqeA/Jzdz1OjdbC0=", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" - } - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "http://10.8.30.22:7000/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=", - "dev": true - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", - "integrity": "sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=", - "dev": true, - "requires": { - "postcss": "^7.0.5" - } - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", - "integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=", - "dev": true, - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - } - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", - "integrity": "sha1-OFyuATzHdD9afXYC0Qc6iequYu4=", - "dev": true, - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - } - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", - "integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=", - "dev": true, - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - } - }, - "postcss-plugin-constparse": { - "version": "3.1.4", - "resolved": "http://10.8.30.22:7000/postcss-plugin-constparse/-/postcss-plugin-constparse-3.1.4.tgz", - "integrity": "sha1-zJPs8eq7hTwIo5aSeDZXQcNv9U4=", - "dev": true, - "requires": { - "postcss": "^6.0.22" - }, - "dependencies": { - "postcss": { - "version": "6.0.23", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-6.0.23.tgz", - "integrity": "sha1-YcgswyisYOZ3ZF+XkFTrmLwOMyQ=", - "dev": true, - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "postcss-pxtorem": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/postcss-pxtorem/-/postcss-pxtorem-4.0.1.tgz", - "integrity": "sha1-nGTQ7+SIVHPMHLAwXG/8PrtFsc0=", - "dev": true, - "requires": { - "object-assign": "^4.1.0", - "postcss": "^5.2.10" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "supports-color": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } - } - }, - "has-flag": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-1.0.0.tgz", - "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", - "dev": true - }, - "postcss": { - "version": "5.2.18", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-5.2.18.tgz", - "integrity": "sha1-ut+hSX1GJE9jkPWLMZgw2RB4U8U=", - "dev": true, - "requires": { - "chalk": "^1.1.3", - "js-base64": "^2.1.9", - "source-map": "^0.5.6", - "supports-color": "^3.2.3" - } - }, - "supports-color": { - "version": "3.2.3", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-3.2.3.tgz", - "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", - "dev": true, - "requires": { - "has-flag": "^1.0.0" - } - } - } - }, - "postcss-pxtransform": { - "version": "1.3.46", - "resolved": "http://10.8.30.22:7000/postcss-pxtransform/-/postcss-pxtransform-1.3.46.tgz", - "integrity": "sha1-OwdpmtKctARMj14OBnxwHX68Orc=", - "dev": true, - "requires": { - "postcss": "^6.0.16", - "postcss-pxtorem": "^4.0.1" - }, - "dependencies": { - "postcss": { - "version": "6.0.23", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-6.0.23.tgz", - "integrity": "sha1-YcgswyisYOZ3ZF+XkFTrmLwOMyQ=", - "dev": true, - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", - "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", - "dev": true - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "http://10.8.30.22:7000/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz", - "integrity": "sha1-ptTkjw832ffBGypYG/APi6SHC5Y=", - "dev": true, - "requires": { - "postcss": "^7.0.26" - } - }, - "postcss-sass": { - "version": "0.4.4", - "resolved": "http://10.8.30.22:7000/postcss-sass/-/postcss-sass-0.4.4.tgz", - "integrity": "sha1-kfDzRHtFzjcyJ6mLYfjY8HhShaM=", - "dev": true, - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - } - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/postcss-scss/-/postcss-scss-2.1.1.tgz", - "integrity": "sha1-7Dp1+imlXgFrkL8yaQJsU8HSs4M=", - "dev": true, - "requires": { - "postcss": "^7.0.6" - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "http://10.8.30.22:7000/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz", - "integrity": "sha1-VgdaE4CgRgTDiwY+p3Z6Epr1wrM=", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - } - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "http://10.8.30.22:7000/postcss-syntax/-/postcss-syntax-0.36.2.tgz", - "integrity": "sha1-8IV4x9lYNFdOVZOoLfv6ivrjtRw=", - "dev": true - }, - "postcss-url": { - "version": "8.0.0", - "resolved": "http://10.8.30.22:7000/postcss-url/-/postcss-url-8.0.0.tgz", - "integrity": "sha1-exAFm9EpKc27GXHGD2Gg5a+GtMo=", - "dev": true, - "requires": { - "mime": "^2.3.1", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.0", - "postcss": "^7.0.2", - "xxhashjs": "^0.2.1" - }, - "dependencies": { - "mime": { - "version": "2.5.2", - "resolved": "http://10.8.30.22:7000/mime/-/mime-2.5.2.tgz", - "integrity": "sha1-bj3GzCuVEGQ4MOXxnVy3U9pe6r4=", - "dev": true - } - } - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", - "integrity": "sha1-RD9qIM7WSBor2k+oUypuVdeJoss=", - "dev": true - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true - }, - "prepend-http": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", - "dev": true - }, - "pretty-bytes": { - "version": "5.6.0", - "resolved": "http://10.8.30.22:7000/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha1-NWJW9kOAR3PIL2RyP+eMksYr6us=", - "dev": true - }, - "pretty-error": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha1-von4LYGxyG7I/fvDhQRYgnJ/k7Y=", - "dev": true, - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "process": { - "version": "0.11.10", - "resolved": "http://10.8.30.22:7000/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", - "dev": true - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I=", - "dev": true - }, - "progress": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/progress/-/progress-2.0.3.tgz", - "integrity": "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=", - "dev": true - }, - "promise": { - "version": "7.3.1", - "resolved": "http://10.8.30.22:7000/promise/-/promise-7.3.1.tgz", - "integrity": "sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078=", - "dev": true, - "optional": true, - "requires": { - "asap": "~2.0.3" - } - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", - "dev": true - }, - "prop-types": { - "version": "15.7.2", - "resolved": "http://10.8.30.22:7000/prop-types/-/prop-types-15.7.2.tgz", - "integrity": "sha1-UsQedbjIfnK52TYOAga5ncv/psU=", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - } - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha1-/cIzZQVEfT8vLGOO0nLK9hS7sr8=", - "dev": true, - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - } - }, - "prr": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", - "dev": true - }, - "pseudomap": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", - "dev": true - }, - "psl": { - "version": "1.8.0", - "resolved": "http://10.8.30.22:7000/psl/-/psl-1.8.0.tgz", - "integrity": "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ=", - "dev": true - }, - "public-encrypt": { - "version": "4.0.3", - "resolved": "http://10.8.30.22:7000/public-encrypt/-/public-encrypt-4.0.3.tgz", - "integrity": "sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=", - "dev": true, - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "http://10.8.30.22:7000/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=", - "dev": true - } - } - }, - "pump": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/pump/-/pump-3.0.0.tgz", - "integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "pumpify": { - "version": "1.5.1", - "resolved": "http://10.8.30.22:7000/pumpify/-/pumpify-1.5.1.tgz", - "integrity": "sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=", - "dev": true, - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "pump": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/pump/-/pump-2.0.1.tgz", - "integrity": "sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk=", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - } - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=", - "dev": true - }, - "qs": { - "version": "6.5.2", - "resolved": "http://10.8.30.22:7000/qs/-/qs-6.5.2.tgz", - "integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=", - "dev": true - }, - "query-string": { - "version": "6.14.1", - "resolved": "http://10.8.30.22:7000/query-string/-/query-string-6.14.1.tgz", - "integrity": "sha1-esLcpG2n8wlEm6D4ax/SglWwyGo=", - "requires": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - }, - "querystring": { - "version": "0.2.0", - "resolved": "http://10.8.30.22:7000/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", - "dev": true - }, - "querystring-es3": { - "version": "0.2.1", - "resolved": "http://10.8.30.22:7000/querystring-es3/-/querystring-es3-0.2.1.tgz", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", - "dev": true - }, - "querystringify": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y=" - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha1-SSkii7xyTfrEPg77BYyve2z7YkM=", - "dev": true - }, - "quick-lru": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha1-W4h48ROlgheEjGSCAmxz4bpXcn8=", - "dev": true - }, - "raf": { - "version": "3.4.1", - "resolved": "http://10.8.30.22:7000/raf/-/raf-3.4.1.tgz", - "integrity": "sha1-B0LpmkplUvRF1z4+4DKK8P8e3jk=", - "requires": { - "performance-now": "^2.1.0" - } - }, - "randombytes": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=", - "dev": true, - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "randomfill": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/randomfill/-/randomfill-1.0.4.tgz", - "integrity": "sha1-ySGW/IarQr6YPxvzF3giSTHWFFg=", - "dev": true, - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "http://10.8.30.22:7000/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=", - "dev": true - }, - "raw-body": { - "version": "2.4.0", - "resolved": "http://10.8.30.22:7000/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha1-oc5vucm8NWylLoklarWQWeE9AzI=", - "dev": true, - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha1-9s95M6Ng4FiPqf3oVlHNx/gF0fY=", - "dev": true - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "http://10.8.30.22:7000/react/-/react-16.14.0.tgz", - "integrity": "sha1-lNd23dCqo32j7aj8W2sYpMmjEU0=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - } - }, - "react-dom": { - "version": "16.14.0", - "resolved": "http://10.8.30.22:7000/react-dom/-/react-dom-16.14.0.tgz", - "integrity": "sha1-etg47Cmnd/s8dcOhkPZhz5Kri4k=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "scheduler": { - "version": "0.19.1", - "resolved": "http://10.8.30.22:7000/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha1-Tz4u0sGn1laB9MhU+oxaHMtA8ZY=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - } - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "http://10.8.30.22:7000/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=" - }, - "react-reconciler": { - "version": "0.25.1", - "resolved": "http://10.8.30.22:7000/react-reconciler/-/react-reconciler-0.25.1.tgz", - "integrity": "sha1-+YFNWdEV4SEHYih86YeAFSk2Oqo=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "scheduler": { - "version": "0.19.1", - "resolved": "http://10.8.30.22:7000/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha1-Tz4u0sGn1laB9MhU+oxaHMtA8ZY=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - } - } - }, - "react-refresh": { - "version": "0.9.0", - "resolved": "http://10.8.30.22:7000/react-refresh/-/react-refresh-0.9.0.tgz", - "integrity": "sha1-cYYzN63D5cL4pr/d0Srjv+Mqr78=", - "dev": true - }, - "read-cache": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", - "dev": true, - "requires": { - "pify": "^2.3.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dev": true, - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "dependencies": { - "path-type": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "pify": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "dev": true, - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": { - "find-up": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "dev": true, - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "path-exists": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "dev": true, - "requires": { - "pinkie-promise": "^2.0.0" - } - } - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "http://10.8.30.22:7000/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "readdirp": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha1-mERY0ToeQuLp9YQbEp4WLzaa/xc=", - "dev": true, - "requires": { - "picomatch": "^2.0.7" - } - }, - "redent": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", - "dev": true, - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - } - }, - "regenerate": { - "version": "1.4.2", - "resolved": "http://10.8.30.22:7000/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=", - "dev": true - }, - "regenerate-unicode-properties": { - "version": "8.2.0", - "resolved": "http://10.8.30.22:7000/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz", - "integrity": "sha1-5d5xEdZV57pgwFfb6f83yH5lzew=", - "dev": true, - "requires": { - "regenerate": "^1.4.0" - } - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "http://10.8.30.22:7000/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", - "integrity": "sha1-ysLazIoepnX+qrrriugziYrkb1U=" - }, - "regenerator-transform": { - "version": "0.14.5", - "resolved": "http://10.8.30.22:7000/regenerator-transform/-/regenerator-transform-0.14.5.tgz", - "integrity": "sha1-yY2hVGg2ccnE3LFuznNlF+G3/rQ=", - "dev": true, - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=", - "dev": true, - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - } - }, - "regex-parser": { - "version": "2.2.11", - "resolved": "http://10.8.30.22:7000/regex-parser/-/regex-parser-2.2.11.tgz", - "integrity": "sha1-OzfskEnhlHmAboeMq+fByoPM/lg=", - "dev": true - }, - "regexp.prototype.flags": { - "version": "1.3.1", - "resolved": "http://10.8.30.22:7000/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz", - "integrity": "sha1-fvNSro0VnnWMDq3Kb4/LTu8HviY=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "regexpp": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/regexpp/-/regexpp-3.1.0.tgz", - "integrity": "sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI=", - "dev": true - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "http://10.8.30.22:7000/regexpu-core/-/regexpu-core-4.7.1.tgz", - "integrity": "sha1-LepamgcjMpj78NuR+pq8TG4PitY=", - "dev": true, - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - } - }, - "regjsgen": { - "version": "0.5.2", - "resolved": "http://10.8.30.22:7000/regjsgen/-/regjsgen-0.5.2.tgz", - "integrity": "sha1-kv8pX7He7L9uzaslQ9IH6RqjNzM=", - "dev": true - }, - "regjsparser": { - "version": "0.6.9", - "resolved": "http://10.8.30.22:7000/regjsparser/-/regjsparser-0.6.9.tgz", - "integrity": "sha1-tInu98mizkNydicBFCnPgzpxg+Y=", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "http://10.8.30.22:7000/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true - } - } - }, - "relateurl": { - "version": "0.2.7", - "resolved": "http://10.8.30.22:7000/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", - "dev": true - }, - "remark": { - "version": "13.0.0", - "resolved": "http://10.8.30.22:7000/remark/-/remark-13.0.0.tgz", - "integrity": "sha1-0V2b9xpAL0Aofr42Bntm1Uho5CU=", - "dev": true, - "requires": { - "remark-parse": "^9.0.0", - "remark-stringify": "^9.0.0", - "unified": "^9.1.0" - } - }, - "remark-parse": { - "version": "9.0.0", - "resolved": "http://10.8.30.22:7000/remark-parse/-/remark-parse-9.0.0.tgz", - "integrity": "sha1-TSCimWZYgOT0r12Qt8e4qTWFNkA=", - "dev": true, - "requires": { - "mdast-util-from-markdown": "^0.8.0" - } - }, - "remark-stringify": { - "version": "9.0.1", - "resolved": "http://10.8.30.22:7000/remark-stringify/-/remark-stringify-9.0.1.tgz", - "integrity": "sha1-V20G6RBUiwpxkacfJ7M/EhiGKJQ=", - "dev": true, - "requires": { - "mdast-util-to-markdown": "^0.6.0" - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", - "dev": true - }, - "renderkid": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/renderkid/-/renderkid-2.0.5.tgz", - "integrity": "sha1-SDsaxZxmAaswp6WWpZZcq8z90KU=", - "dev": true, - "requires": { - "css-select": "^2.0.2", - "dom-converter": "^0.2", - "htmlparser2": "^3.10.1", - "lodash": "^4.17.20", - "strip-ansi": "^3.0.0" - } - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/repeat-element/-/repeat-element-1.1.3.tgz", - "integrity": "sha1-eC4NglwMWjuzlzH4Tv7mt0Lmsc4=", - "dev": true - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "http://10.8.30.22:7000/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true - }, - "repeating": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", - "dev": true, - "requires": { - "is-finite": "^1.0.0" - } - }, - "request": { - "version": "2.88.2", - "resolved": "http://10.8.30.22:7000/request/-/request-2.88.2.tgz", - "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=", - "dev": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "tough-cookie": { - "version": "2.5.0", - "resolved": "http://10.8.30.22:7000/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=", - "dev": true, - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - } - } - }, - "request-promise-core": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/request-promise-core/-/request-promise-core-1.1.4.tgz", - "integrity": "sha1-Pu3UIjII1BmGe3jOgVFn0QWToi8=", - "dev": true, - "requires": { - "lodash": "^4.17.19" - } - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "http://10.8.30.22:7000/request-promise-native/-/request-promise-native-1.0.9.tgz", - "integrity": "sha1-5AcSBSal79yaObKKVnm/R7nZ3Cg=", - "dev": true, - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": { - "tough-cookie": { - "version": "2.5.0", - "resolved": "http://10.8.30.22:7000/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=", - "dev": true, - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - } - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha1-iaf92TgmEmcxjq/hT5wy5ZjDaQk=", - "dev": true - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs=", - "dev": true - }, - "requires-port": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "resolve": { - "version": "1.20.0", - "resolved": "http://10.8.30.22:7000/resolve/-/resolve-1.20.0.tgz", - "integrity": "sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=", - "dev": true, - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - } - }, - "resolve-cwd": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/resolve-cwd/-/resolve-cwd-2.0.0.tgz", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "dev": true, - "requires": { - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "dev": true - }, - "resolve-pathname": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=" - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "http://10.8.30.22:7000/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "dev": true - }, - "resolve-url-loader": { - "version": "3.1.2", - "resolved": "http://10.8.30.22:7000/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz", - "integrity": "sha1-I14sKOIuPkMrp6XU4wXFmljt/Ag=", - "dev": true, - "requires": { - "adjust-sourcemap-loader": "3.0.0", - "camelcase": "5.3.1", - "compose-function": "3.0.3", - "convert-source-map": "1.7.0", - "es6-iterator": "2.0.3", - "loader-utils": "1.2.3", - "postcss": "7.0.21", - "rework": "1.0.1", - "rework-visit": "1.0.0", - "source-map": "0.6.1" - }, - "dependencies": { - "emojis-list": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", - "dev": true - }, - "json5": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha1-H/XcaRHJ8KBiUxpMBLYJQGEIwsc=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - } - }, - "postcss": { - "version": "7.0.21", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-7.0.21.tgz", - "integrity": "sha1-BrsHgkwZwgIcXQVtWxDDW5iffhc=", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "supports-color": { - "version": "6.1.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "restore-cursor": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "dev": true, - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - } - }, - "ret": { - "version": "0.1.15", - "resolved": "http://10.8.30.22:7000/ret/-/ret-0.1.15.tgz", - "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=", - "dev": true - }, - "retry": { - "version": "0.12.0", - "resolved": "http://10.8.30.22:7000/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "dev": true - }, - "reusify": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=", - "dev": true - }, - "rework": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/rework/-/rework-1.0.1.tgz", - "integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=", - "dev": true, - "requires": { - "convert-source-map": "^0.3.3", - "css": "^2.0.0" - }, - "dependencies": { - "convert-source-map": { - "version": "0.3.5", - "resolved": "http://10.8.30.22:7000/convert-source-map/-/convert-source-map-0.3.5.tgz", - "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=", - "dev": true - } - } - }, - "rework-visit": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/rework-visit/-/rework-visit-1.0.0.tgz", - "integrity": "sha1-mUWygD8hni96ygCtuLyfZA+ELJo=", - "dev": true - }, - "rimraf": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/ripemd160/-/ripemd160-2.0.2.tgz", - "integrity": "sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=", - "dev": true, - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - } - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4=", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "run-queue": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/run-queue/-/run-queue-1.0.3.tgz", - "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", - "dev": true, - "requires": { - "aproba": "^1.1.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://10.8.30.22:7000/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=", - "dev": true - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "dev": true, - "requires": { - "ret": "~0.1.10" - } - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=", - "dev": true - }, - "sass": { - "version": "1.32.8", - "resolved": "http://10.8.30.22:7000/sass/-/sass-1.32.8.tgz", - "integrity": "sha1-8WqavY3FMK3Yg05QaHiigIwDe9w=", - "dev": true, - "requires": { - "chokidar": ">=2.0.0 <4.0.0" - } - }, - "sass-graph": { - "version": "2.2.5", - "resolved": "http://10.8.30.22:7000/sass-graph/-/sass-graph-2.2.5.tgz", - "integrity": "sha1-qYHIdEa4MZ2W3OBnHkh4eb0kwug=", - "dev": true, - "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - } - }, - "sass-loader": { - "version": "8.0.2", - "resolved": "http://10.8.30.22:7000/sass-loader/-/sass-loader-8.0.2.tgz", - "integrity": "sha1-3r7NjDziQ8dkVPLoKQSCFQOACQ0=", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "loader-utils": "^1.2.3", - "neo-async": "^2.6.1", - "schema-utils": "^2.6.1", - "semver": "^6.3.0" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "sax": { - "version": "1.2.4", - "resolved": "http://10.8.30.22:7000/sax/-/sax-1.2.4.tgz", - "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk=", - "dev": true - }, - "saxes": { - "version": "3.1.11", - "resolved": "http://10.8.30.22:7000/saxes/-/saxes-3.1.11.tgz", - "integrity": "sha1-1Z0f0zLskq2YouCy7mRHAjhLHFs=", - "dev": true, - "requires": { - "xmlchars": "^2.1.1" - } - }, - "scheduler": { - "version": "0.17.0", - "resolved": "http://10.8.30.22:7000/scheduler/-/scheduler-0.17.0.tgz", - "integrity": "sha1-fJxnPk7HgfrIU5J5FtHEJrbz3f4=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "scss-bundle": { - "version": "3.1.2", - "resolved": "http://10.8.30.22:7000/scss-bundle/-/scss-bundle-3.1.2.tgz", - "integrity": "sha1-iRnddgPQGoSCLoqrUhDlsLUMVIs=", - "dev": true, - "requires": { - "@types/archy": "^0.0.31", - "@types/debug": "^4.1.5", - "@types/fs-extra": "^8.0.1", - "@types/glob": "^7.1.1", - "@types/lodash.debounce": "^4.0.6", - "@types/sass": "^1.16.0", - "archy": "^1.0.0", - "chalk": "^3.0.0", - "chokidar": "^3.3.1", - "commander": "^4.0.1", - "fs-extra": "^8.1.0", - "globs": "^0.1.4", - "lodash.debounce": "^4.0.8", - "loglevel": "^1.6.6", - "loglevel-plugin-prefix": "^0.8.4", - "pretty-bytes": "^5.3.0", - "sass": "^1.23.7", - "tslib": "^1.10.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - } - } - }, - "scss-tokenizer": { - "version": "0.2.3", - "resolved": "http://10.8.30.22:7000/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", - "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", - "dev": true, - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": { - "source-map": { - "version": "0.4.4", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", - "dev": true, - "requires": { - "amdefine": ">=0.0.4" - } - } - } - }, - "select-hose": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=", - "dev": true - }, - "selfsigned": { - "version": "1.10.8", - "resolved": "http://10.8.30.22:7000/selfsigned/-/selfsigned-1.10.8.tgz", - "integrity": "sha1-DRcgi30Swz+OrIXEGDXyf8PYGjA=", - "dev": true, - "requires": { - "node-forge": "^0.10.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "http://10.8.30.22:7000/semver/-/semver-6.3.0.tgz", - "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=", - "dev": true - }, - "send": { - "version": "0.17.1", - "resolved": "http://10.8.30.22:7000/send/-/send-0.17.1.tgz", - "integrity": "sha1-wdiwWfeQD3Rm3Uk4vcROEd2zdsg=", - "dev": true, - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "ms": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.1.1.tgz", - "integrity": "sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo=", - "dev": true - } - } - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha1-tSXhI4SJpez8Qq+sw/6Z5mb0sao=", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } - }, - "serve-index": { - "version": "1.9.1", - "resolved": "http://10.8.30.22:7000/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.6.3", - "resolved": "http://10.8.30.22:7000/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "dev": true, - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=", - "dev": true - } - } - }, - "serve-static": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha1-Zm5jbcTwEPfvKZcKiKZ0MgiYsvk=", - "dev": true, - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "set-value": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", - "dev": true - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM=", - "dev": true - }, - "sha.js": { - "version": "2.4.11", - "resolved": "http://10.8.30.22:7000/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=", - "dev": true, - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha1-jymBrZJTH1UDWwH7IwdppA4C76M=", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=", - "dev": true - }, - "side-channel": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha1-785cj9wQTudRslxY1CkAEfpeos8=", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw=", - "dev": true - }, - "slash": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/slash/-/slash-1.0.0.tgz", - "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha1-UA6N0P1VsFgVCGJVsxla3ypF/ms=", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=", - "dev": true - } - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "http://10.8.30.22:7000/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=", - "dev": true, - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://10.8.30.22:7000/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=", - "dev": true, - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dev": true, - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=", - "dev": true, - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "dev": true, - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha1-+VZHlIbyrNeXAGk/b3uAXkWrVuI=", - "dev": true, - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "sockjs": { - "version": "0.3.20", - "resolved": "http://10.8.30.22:7000/sockjs/-/sockjs-0.3.20.tgz", - "integrity": "sha1-smooPsVi74smh7RAM6Tuzqx12FU=", - "dev": true, - "requires": { - "faye-websocket": "^0.10.0", - "uuid": "^3.4.0", - "websocket-driver": "0.6.5" - } - }, - "sockjs-client": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/sockjs-client/-/sockjs-client-1.4.0.tgz", - "integrity": "sha1-yfJWjhnI/YFztJl+o0IOC7MGx9U=", - "dev": true, - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://10.8.30.22:7000/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "faye-websocket": { - "version": "0.11.3", - "resolved": "http://10.8.30.22:7000/faye-websocket/-/faye-websocket-0.11.3.tgz", - "integrity": "sha1-XA6aiWjokSwoZjn96XeosgnyUI4=", - "dev": true, - "requires": { - "websocket-driver": ">=0.5.1" - } - } - } - }, - "sort-keys": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/sort-keys/-/sort-keys-1.1.2.tgz", - "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", - "dev": true, - "requires": { - "is-plain-obj": "^1.0.0" - } - }, - "source-list-map": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha1-OZO9hzv8SEecyp6jpUeDXHwVSzQ=", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "http://10.8.30.22:7000/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=", - "dev": true, - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "http://10.8.30.22:7000/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha1-qYti+G3K9PZzmWSMCFKRq56P7WE=", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha1-CvZmBadFpaL5HPG7+KevvCg97FY=", - "dev": true - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha1-3s6BrJweZxPl99G28X1Gj6U9iak=", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0=", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha1-z3D1BILu/cmOPOCmgz5KU87rpnk=", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "http://10.8.30.22:7000/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz", - "integrity": "sha1-6cGKQQ5e1+EkQqVJ+9ivp2cDjWU=", - "dev": true - }, - "spdy": { - "version": "4.0.2", - "resolved": "http://10.8.30.22:7000/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha1-t09GYgOj7aRSwCSSuR+56EonZ3s=", - "dev": true, - "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - } - }, - "spdy-transport": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=", - "dev": true, - "requires": { - "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" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "http://10.8.30.22:7000/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "specificity": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/specificity/-/specificity-0.4.1.tgz", - "integrity": "sha1-qrXmRQEtsIuhguFRFlc40AiHsBk=", - "dev": true - }, - "split-on-first": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha1-9hCv7uOxK84dDDBCXnY5i3gkml8=" - }, - "split-string": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=", - "dev": true, - "requires": { - "extend-shallow": "^3.0.0" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "sshpk": { - "version": "1.16.1", - "resolved": "http://10.8.30.22:7000/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=", - "dev": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "ssr-window": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/ssr-window/-/ssr-window-1.0.1.tgz", - "integrity": "sha1-MHUqakZm53Z/C35qpvwv29DZs2k=" - }, - "ssri": { - "version": "6.0.1", - "resolved": "http://10.8.30.22:7000/ssri/-/ssri-6.0.1.tgz", - "integrity": "sha1-KjxBso3UW2K2Nnbst0ABJlrp7dg=", - "dev": true, - "requires": { - "figgy-pudding": "^3.5.1" - } - }, - "stackframe": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/stackframe/-/stackframe-1.2.0.tgz", - "integrity": "sha1-UkKUktY8YuuYmATBFVLj0i53kwM=", - "dev": true - }, - "static-extend": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "dev": true, - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "http://10.8.30.22:7000/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dev": true, - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "http://10.8.30.22:7000/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "dev": true - }, - "stdout-stream": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha1-WsF0zdXNcmEEqgwLK9g4FdjVNd4=", - "dev": true, - "requires": { - "readable-stream": "^2.0.1" - } - }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/stealthy-require/-/stealthy-require-1.1.1.tgz", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", - "dev": true - }, - "stream-browserify": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/stream-browserify/-/stream-browserify-2.0.2.tgz", - "integrity": "sha1-h1IdOKRKp+6RzhzSpH3wy0ndZgs=", - "dev": true, - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - } - }, - "stream-each": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/stream-each/-/stream-each-1.2.3.tgz", - "integrity": "sha1-6+J6DDibBPvMIzZClS4Qcxr6m64=", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - } - }, - "stream-http": { - "version": "2.8.3", - "resolved": "http://10.8.30.22:7000/stream-http/-/stream-http-2.8.3.tgz", - "integrity": "sha1-stJCRpKIpaJ+xP6JM6z2I95lFPw=", - "dev": true, - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - } - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha1-1wiCgVWasneEJCebCHfaPDktWj0=", - "dev": true - }, - "strict-uri-encode": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=" - }, - "string-width": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "string.fromcodepoint": { - "version": "0.2.1", - "resolved": "http://10.8.30.22:7000/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz", - "integrity": "sha1-jZeDM8C8klOPUPOD5IiPPlYZ1lM=", - "dev": true - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "http://10.8.30.22:7000/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz", - "integrity": "sha1-YI8lXpPgchB/XeBm+Bot+3jPayk=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha1-51rpDClCxjUEaGwYsoe0oLGkX4A=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha1-s2OZr0qymZtMnGSL16P7K7Jv7u0=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "^0.2.0" - } - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "dev": true - }, - "strip-indent": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "dev": true, - "requires": { - "get-stdin": "^4.0.1" - } - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha1-MfEoGzgyYwQ0gxwxDAHMzajL4AY=", - "dev": true - }, - "style-loader": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/style-loader/-/style-loader-1.1.3.tgz", - "integrity": "sha1-noJuacaDxNm/nbkk+F6auzDV4gA=", - "dev": true, - "requires": { - "loader-utils": "^1.2.3", - "schema-utils": "^2.6.4" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "style-search": { - "version": "0.1.0", - "resolved": "http://10.8.30.22:7000/style-search/-/style-search-0.1.0.tgz", - "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", - "dev": true - }, - "stylelint": { - "version": "13.12.0", - "resolved": "http://10.8.30.22:7000/stylelint/-/stylelint-13.12.0.tgz", - "integrity": "sha1-zOuSK+DQx7e2kmJx7qK5DLkkcz4=", - "dev": true, - "requires": { - "@stylelint/postcss-css-in-js": "^0.37.2", - "@stylelint/postcss-markdown": "^0.36.2", - "autoprefixer": "^9.8.6", - "balanced-match": "^1.0.0", - "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.3.1", - "execall": "^2.0.0", - "fast-glob": "^3.2.5", - "fastest-levenshtein": "^1.0.12", - "file-entry-cache": "^6.0.1", - "get-stdin": "^8.0.0", - "global-modules": "^2.0.0", - "globby": "^11.0.2", - "globjoin": "^0.1.4", - "html-tags": "^3.1.0", - "ignore": "^5.1.8", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.21.0", - "lodash": "^4.17.21", - "log-symbols": "^4.0.0", - "mathml-tag-names": "^2.1.3", - "meow": "^9.0.0", - "micromatch": "^4.0.2", - "normalize-selector": "^0.2.0", - "postcss": "^7.0.35", - "postcss-html": "^0.36.0", - "postcss-less": "^3.1.4", - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.2", - "postcss-sass": "^0.4.4", - "postcss-scss": "^2.1.1", - "postcss-selector-parser": "^6.0.4", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^4.1.0", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "specificity": "^0.4.1", - "string-width": "^4.2.2", - "strip-ansi": "^6.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^6.0.7", - "v8-compile-cache": "^2.2.0", - "write-file-atomic": "^3.0.3" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "array-union": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha1-t5hCCtvrHego2ErNii4j0+/oXo0=", - "dev": true - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "http://10.8.30.22:7000/autoprefixer/-/autoprefixer-9.8.6.tgz", - "integrity": "sha1-O3NZTKG/kmYyDFrPFYjXTep0IQ8=", - "dev": true, - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - } - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "http://10.8.30.22:7000/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha1-XnVda6UaoiPsfT1S8ld4IQ+dw8A=", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "http://10.8.30.22:7000/cosmiconfig/-/cosmiconfig-7.0.0.tgz", - "integrity": "sha1-75tE13OVnK5j3ezRIt4jhTtg+NM=", - "dev": true, - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "http://10.8.30.22:7000/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", - "dev": true - }, - "find-up": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "get-stdin": { - "version": "8.0.0", - "resolved": "http://10.8.30.22:7000/get-stdin/-/get-stdin-8.0.0.tgz", - "integrity": "sha1-y61qc/63X27rIrqeAfiaooqpelM=", - "dev": true - }, - "globby": { - "version": "11.0.3", - "resolved": "http://10.8.30.22:7000/globby/-/globby-11.0.3.tgz", - "integrity": "sha1-mx8MtSPhcd0a2MeyqftLZEuVk8s=", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "hosted-git-info": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/hosted-git-info/-/hosted-git-info-4.0.1.tgz", - "integrity": "sha1-cQ71RS6kKahEq8M8mBBW5zce2rc=", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "ignore": { - "version": "5.1.8", - "resolved": "http://10.8.30.22:7000/ignore/-/ignore-5.1.8.tgz", - "integrity": "sha1-8VCotQo0KJsz4i9YiavU2AFvDlc=", - "dev": true - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "http://10.8.30.22:7000/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha1-NxYsJfy566oublPVtNiM4X2eDCs=", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=", - "dev": true - } - } - }, - "indent-string": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=", - "dev": true - }, - "locate-path": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha1-P727lbRoOsn8eFER55LlWNSr1QM=", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "map-obj": { - "version": "4.2.0", - "resolved": "http://10.8.30.22:7000/map-obj/-/map-obj-4.2.0.tgz", - "integrity": "sha1-DovII+KqyooJQlZ9Eu0U84nuwVM=", - "dev": true - }, - "meow": { - "version": "9.0.0", - "resolved": "http://10.8.30.22:7000/meow/-/meow-9.0.0.tgz", - "integrity": "sha1-zZUQvFysne59A8c+4fmtlZ9Oo2Q=", - "dev": true, - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, - "normalize-package-data": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/normalize-package-data/-/normalize-package-data-3.0.2.tgz", - "integrity": "sha1-yuXEEK4kNPmmwbqmXVvDuTZshpk=", - "dev": true, - "requires": { - "hosted-git-info": "^4.0.1", - "resolve": "^1.20.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "parse-json": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80=", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", - "dev": true - }, - "path-type": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=", - "dev": true - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=", - "dev": true, - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "http://10.8.30.22:7000/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg=", - "dev": true - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "http://10.8.30.22:7000/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "http://10.8.30.22:7000/semver/-/semver-5.7.1.tgz", - "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=", - "dev": true - }, - "type-fest": { - "version": "0.6.0", - "resolved": "http://10.8.30.22:7000/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha1-jSojcNPfiG61yQraHFv2GIrPg4s=", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "http://10.8.30.22:7000/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha1-86YTV1hFlzOuK5VjgFbhhU5+9Qc=", - "dev": true, - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "http://10.8.30.22:7000/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=", - "dev": true - } - } - }, - "redent": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/redent/-/redent-3.0.0.tgz", - "integrity": "sha1-5Ve3mYMWu1PJ8fVvpiY1LGljBZ8=", - "dev": true, - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=", - "dev": true - }, - "semver": { - "version": "7.3.5", - "resolved": "http://10.8.30.22:7000/semver/-/semver-7.3.5.tgz", - "integrity": "sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "slash": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/slash/-/slash-3.0.0.tgz", - "integrity": "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=", - "dev": true - }, - "string-width": { - "version": "4.2.2", - "resolved": "http://10.8.30.22:7000/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha1-2v1PlVmnWFz7pSnGoKT3NIjr1MU=", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha1-wy4c7pQLazQyx3G8LFS8znPNMAE=", - "dev": true, - "requires": { - "min-indent": "^1.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "trim-newlines": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/trim-newlines/-/trim-newlines-3.0.0.tgz", - "integrity": "sha1-eXJjBKaomKqDc0JymNVMLuixyzA=", - "dev": true - }, - "type-fest": { - "version": "0.18.1", - "resolved": "http://10.8.30.22:7000/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha1-20vBUaSiz07r+a3V23VQjbbMhB8=", - "dev": true - }, - "yallist": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=", - "dev": true - }, - "yargs-parser": { - "version": "20.2.7", - "resolved": "http://10.8.30.22:7000/yargs-parser/-/yargs-parser-20.2.7.tgz", - "integrity": "sha1-Yd+FwRPt+1p6TjbriqYO9CPLyQo=", - "dev": true - } - } - }, - "stylus": { - "version": "0.54.8", - "resolved": "http://10.8.30.22:7000/stylus/-/stylus-0.54.8.tgz", - "integrity": "sha1-PaPmWWa8Vnp7BEv+DuzmU+CZ0Uc=", - "dev": true, - "requires": { - "css-parse": "~2.0.0", - "debug": "~3.1.0", - "glob": "^7.1.6", - "mkdirp": "~1.0.4", - "safer-buffer": "^2.1.2", - "sax": "~1.2.4", - "semver": "^6.3.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/debug/-/debug-3.1.0.tgz", - "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34=", - "dev": true - }, - "ms": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "source-map": { - "version": "0.7.3", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=", - "dev": true - } - } - }, - "stylus-loader": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/stylus-loader/-/stylus-loader-3.0.2.tgz", - "integrity": "sha1-J6cGQgsFo44DjnyssVNXjUUFE8Y=", - "dev": true, - "requires": { - "loader-utils": "^1.0.2", - "lodash.clonedeep": "^4.5.0", - "when": "~3.6.x" - } - }, - "sugarss": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/sugarss/-/sugarss-2.0.0.tgz", - "integrity": "sha1-3dduASSyl9QL88yjHIsi7LQ7xh0=", - "dev": true, - "requires": { - "postcss": "^7.0.2" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", - "dev": true - }, - "swiper": { - "version": "4.4.2", - "resolved": "http://10.8.30.22:7000/swiper/-/swiper-4.4.2.tgz", - "integrity": "sha1-OjUjfL9IcANHhOFYtBl7Zbdj1kc=", - "requires": { - "dom7": "^2.1.2", - "ssr-window": "^1.0.1" - } - }, - "swr": { - "version": "0.5.4", - "resolved": "http://10.8.30.22:7000/swr/-/swr-0.5.4.tgz", - "integrity": "sha1-lRavb/2EuiwjqAT/dxvi64O6jUY=" - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "http://10.8.30.22:7000/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha1-QwY30ki6d+B4iDlR+5qg7tfGP6I=", - "dev": true - }, - "table": { - "version": "6.0.7", - "resolved": "http://10.8.30.22:7000/table/-/table-6.0.7.tgz", - "integrity": "sha1-5FiX/7zBvPnoqHv0IPLJ5aelKjQ=", - "dev": true, - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "ajv": { - "version": "7.2.3", - "resolved": "http://10.8.30.22:7000/ajv/-/ajv-7.2.3.tgz", - "integrity": "sha1-ynjRz0WNfTbRw/oHlN0UNAbbV3I=", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U=", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "http://10.8.30.22:7000/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=", - "dev": true - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha1-rnvLNlard6c7pcSb9lTzjmtoYOI=", - "dev": true - }, - "string-width": { - "version": "4.2.2", - "resolved": "http://10.8.30.22:7000/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha1-2v1PlVmnWFz7pSnGoKT3NIjr1MU=", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha1-ofzMBrWNth/XpF2i2kT186Pme6I=", - "dev": true - }, - "tar": { - "version": "2.2.2", - "resolved": "http://10.8.30.22:7000/tar/-/tar-2.2.2.tgz", - "integrity": "sha1-DKiEhWLHKZuLRG/2pNYM27I+3EA=", - "dev": true, - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - } - }, - "taro-ui": { - "version": "3.0.0-alpha.10", - "resolved": "http://10.8.30.22:7000/taro-ui/-/taro-ui-3.0.0-alpha.10.tgz", - "integrity": "sha1-xvuV3bcNMcWx4kLNwl+xHWMDOaI=", - "requires": { - "classnames": "^2.2.6", - "dayjs": "^1.7.7", - "lodash": "^4.17.10", - "prop-types": "^15.7.2" - } - }, - "terser": { - "version": "4.8.0", - "resolved": "http://10.8.30.22:7000/terser/-/terser-4.8.0.tgz", - "integrity": "sha1-YwVjQ9fHC7KfOvZlhlpG/gOg3xc=", - "dev": true, - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "http://10.8.30.22:7000/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "terser-webpack-plugin": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz", - "integrity": "sha1-kebTlXFGDtJAwM9p0pW88w6/mMs=", - "dev": true, - "requires": { - "cacache": "^15.0.5", - "find-cache-dir": "^3.3.1", - "jest-worker": "^26.2.1", - "p-limit": "^3.0.2", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.8.0", - "webpack-sources": "^1.4.3" - }, - "dependencies": { - "cacache": { - "version": "15.0.6", - "resolved": "http://10.8.30.22:7000/cacache/-/cacache-15.0.6.tgz", - "integrity": "sha1-ZajFgP2hW1kVD7dr8/Oo5F1YMJk=", - "dev": true, - "requires": { - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - } - }, - "chownr": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha1-Fb++U9LqtM9w8YqM1o6+Wzyx3s4=", - "dev": true - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "http://10.8.30.22:7000/find-cache-dir/-/find-cache-dir-3.3.1.tgz", - "integrity": "sha1-ibM/rUpGcNqpT4Vff74x1thP6IA=", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "http://10.8.30.22:7000/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "http://10.8.30.22:7000/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34=", - "dev": true - }, - "p-limit": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha1-4drMvnjQ0TiMoYxk/qOOPlfjcGs=", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - } - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "http://10.8.30.22:7000/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "ssri": { - "version": "8.0.1", - "resolved": "http://10.8.30.22:7000/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha1-Y45OQ54v+9LNKJd21cpFfE9Roq8=", - "dev": true, - "requires": { - "minipass": "^3.1.1" - } - }, - "tar": { - "version": "6.1.0", - "resolved": "http://10.8.30.22:7000/tar/-/tar-6.1.0.tgz", - "integrity": "sha1-0XJOm8wEuXexjVxXOzM6IgcimoM=", - "dev": true, - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=", - "dev": true - } - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "http://10.8.30.22:7000/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true - }, - "through2": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/through2/-/through2-2.0.5.tgz", - "integrity": "sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "thunky": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha1-Wrr3FKlAXbBQRzK7zNLO3Z75U30=", - "dev": true - }, - "timers-browserify": { - "version": "2.0.12", - "resolved": "http://10.8.30.22:7000/timers-browserify/-/timers-browserify-2.0.12.tgz", - "integrity": "sha1-RKRcEfv0B/NPl7zNFXfGUjYbAO4=", - "dev": true, - "requires": { - "setimmediate": "^1.0.4" - } - }, - "tiny-invariant": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/tiny-invariant/-/tiny-invariant-1.1.0.tgz", - "integrity": "sha1-Y0xfjv3CdxS384bDXmdgmR0jCHU=" - }, - "tiny-warning": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=" - }, - "to-arraybuffer": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", - "dev": true - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "http://10.8.30.22:7000/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=", - "dev": true, - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "http://10.8.30.22:7000/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM=", - "dev": true - }, - "toposort": { - "version": "1.0.7", - "resolved": "http://10.8.30.22:7000/toposort/-/toposort-1.0.7.tgz", - "integrity": "sha1-LmhELZ9k7HILjMieZEOsbKqVACk=", - "dev": true - }, - "tough-cookie": { - "version": "3.0.1", - "resolved": "http://10.8.30.22:7000/tough-cookie/-/tough-cookie-3.0.1.tgz", - "integrity": "sha1-nfT1fnOcJpMKAYGEiH9K233Kc7I=", - "dev": true, - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tr46": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "trim-newlines": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", - "dev": true - }, - "trough": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/trough/-/trough-1.0.5.tgz", - "integrity": "sha1-uLY5zvrX0LsqvTfUM/+Ck++l9AY=", - "dev": true - }, - "true-case-path": { - "version": "1.0.3", - "resolved": "http://10.8.30.22:7000/true-case-path/-/true-case-path-1.0.3.tgz", - "integrity": "sha1-+BO1qMhrQNpZYGcisUTjIleZ9H0=", - "dev": true, - "requires": { - "glob": "^7.1.2" - } - }, - "tsconfig-paths": { - "version": "3.9.0", - "resolved": "http://10.8.30.22:7000/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz", - "integrity": "sha1-CYVHpsREiAfo/Ljq4IEGTumjyQs=", - "dev": true, - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo=" - }, - "tsutils": { - "version": "3.21.0", - "resolved": "http://10.8.30.22:7000/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=", - "dev": true, - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - } - } - }, - "tty-browserify": { - "version": "0.0.0", - "resolved": "http://10.8.30.22:7000/tty-browserify/-/tty-browserify-0.0.0.tgz", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", - "dev": true - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "http://10.8.30.22:7000/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dev": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "http://10.8.30.22:7000/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true - }, - "type": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/type/-/type-1.2.0.tgz", - "integrity": "sha1-hI3XaY2vo+VKbEeedZxLw/GIR6A=", - "dev": true - }, - "type-check": { - "version": "0.3.2", - "resolved": "http://10.8.30.22:7000/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "type-fest": { - "version": "0.15.1", - "resolved": "http://10.8.30.22:7000/type-fest/-/type-fest-0.15.1.tgz", - "integrity": "sha1-0sTnPT5KU88akGOW3UYKHFF4ygA=" - }, - "type-is": { - "version": "1.6.18", - "resolved": "http://10.8.30.22:7000/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=", - "dev": true, - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "typedarray": { - "version": "0.0.6", - "resolved": "http://10.8.30.22:7000/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", - "dev": true - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "http://10.8.30.22:7000/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=", - "dev": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "uglify-js": { - "version": "3.13.2", - "resolved": "http://10.8.30.22:7000/uglify-js/-/uglify-js-3.13.2.tgz", - "integrity": "sha1-/hAxmGG8zIaCv+LoFR+92KqSHEQ=", - "dev": true - }, - "unbox-primitive": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/unbox-primitive/-/unbox-primitive-1.0.0.tgz", - "integrity": "sha1-7qy8Sv+ijps9NrXq7MxQsyUbHT8=", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.0", - "has-symbols": "^1.0.0", - "which-boxed-primitive": "^1.0.1" - } - }, - "unescape-js": { - "version": "1.1.4", - "resolved": "http://10.8.30.22:7000/unescape-js/-/unescape-js-1.1.4.tgz", - "integrity": "sha1-S8Y4nEmcsFWpg2SgswlOHD1do5U=", - "dev": true, - "requires": { - "string.fromcodepoint": "^0.2.1" - } - }, - "unicode-canonical-property-names-ecmascript": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", - "integrity": "sha1-JhmADEyCWADv3YNDr33Zkzy+KBg=", - "dev": true - }, - "unicode-match-property-ecmascript": { - "version": "1.0.4", - "resolved": "http://10.8.30.22:7000/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", - "integrity": "sha1-jtKjJWmWG86SJ9Cc0/+7j+1fAgw=", - "dev": true, - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz", - "integrity": "sha1-DZH2AO7rMJaqlisdb8iIduZOpTE=", - "dev": true - }, - "unicode-property-aliases-ecmascript": { - "version": "1.1.0", - "resolved": "http://10.8.30.22:7000/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", - "integrity": "sha1-3Vepn2IHvt/0Yoq++5TFDblByPQ=", - "dev": true - }, - "unified": { - "version": "9.2.1", - "resolved": "http://10.8.30.22:7000/unified/-/unified-9.2.1.tgz", - "integrity": "sha1-rhjVZ0wRQCG/299zhlymD0ECFaM=", - "dev": true, - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha1-68JS5ADSL/jXf6CYiIIaJKZYwZE=", - "dev": true - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha1-ReQuN/zPH0Dajl927iFRWEDAkoc=", - "dev": true - } - } - }, - "union-value": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=", - "dev": true, - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - } - }, - "uniq": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/uniq/-/uniq-1.0.1.tgz", - "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", - "dev": true - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha1-HWl2k2mtoFgxA6HmrodoG1ZXMjA=", - "dev": true, - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha1-uqvOkQg/xk6UWw861hPiZPfNTmw=", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4" - } - }, - "unist-util-find-all-after": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz", - "integrity": "sha1-/f7NFMW3rqXp7zjV4NX3dO61YfY=", - "dev": true, - "requires": { - "unist-util-is": "^4.0.0" - } - }, - "unist-util-is": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha1-l25fRip6Xec9lLcGusG5BnG1d5c=", - "dev": true - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha1-zOO/oc34W6c3XR1bF73Eytqb2do=", - "dev": true, - "requires": { - "@types/unist": "^2.0.2" - } - }, - "universal-router": { - "version": "8.3.0", - "resolved": "http://10.8.30.22:7000/universal-router/-/universal-router-8.3.0.tgz", - "integrity": "sha1-UzvOE117Gr9ZFCHF0gKNVEB6NKA=", - "requires": { - "path-to-regexp": "^3.1.0" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=", - "dev": true - }, - "unpipe": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "dev": true - }, - "unset-value": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "dev": true, - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "http://10.8.30.22:7000/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "dev": true, - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", - "dev": true - } - } - }, - "upath": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/upath/-/upath-1.2.0.tgz", - "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=", - "dev": true - }, - "upper-case": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/upper-case/-/upper-case-1.1.3.tgz", - "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=", - "dev": true - }, - "uri-js": { - "version": "4.4.1", - "resolved": "http://10.8.30.22:7000/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "http://10.8.30.22:7000/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "dev": true - }, - "url": { - "version": "0.11.0", - "resolved": "http://10.8.30.22:7000/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", - "dev": true, - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "http://10.8.30.22:7000/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", - "dev": true - } - } - }, - "url-loader": { - "version": "4.1.1", - "resolved": "http://10.8.30.22:7000/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha1-KFBekFyuFYzwfJLKYi1/I35wpOI=", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha1-5MrOW4FtQloWa18JfhDNErNgZLA=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/schema-utils/-/schema-utils-3.0.0.tgz", - "integrity": "sha1-Z1AvaqK2ai1AMrQnmilEl4oJE+8=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.6", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "url-parse": { - "version": "1.5.1", - "resolved": "http://10.8.30.22:7000/url-parse/-/url-parse-1.5.1.tgz", - "integrity": "sha1-1fqYkK+KXh8nSiyYN2UQ9kJfbjs=", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "use": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/use/-/use-3.1.1.tgz", - "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=", - "dev": true - }, - "util": { - "version": "0.11.1", - "resolved": "http://10.8.30.22:7000/util/-/util-0.11.1.tgz", - "integrity": "sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE=", - "dev": true, - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "util.promisify": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/util.promisify/-/util.promisify-1.0.0.tgz", - "integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=", - "dev": true, - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "utila": { - "version": "0.4.0", - "resolved": "http://10.8.30.22:7000/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", - "dev": true - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "dev": true - }, - "uuid": { - "version": "3.4.0", - "resolved": "http://10.8.30.22:7000/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4=", - "dev": true - }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4=", - "dev": true - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "http://10.8.30.22:7000/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha1-/JH2uce6FchX9MssXe/uw51PQQo=", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "value-equal": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=" - }, - "vary": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "dev": true - }, - "verror": { - "version": "1.10.0", - "resolved": "http://10.8.30.22:7000/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "vfile": { - "version": "4.2.1", - "resolved": "http://10.8.30.22:7000/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha1-A/Hc4o/GJcYlvGUUNQ+9sA+p5iQ=", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.5", - "resolved": "http://10.8.30.22:7000/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha1-68JS5ADSL/jXf6CYiIIaJKZYwZE=", - "dev": true - } - } - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "http://10.8.30.22:7000/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha1-W0O4gXHUCerlhHfRPyPdQdUsNxo=", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - }, - "vm-browserify": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/vm-browserify/-/vm-browserify-1.1.2.tgz", - "integrity": "sha1-eGQcSIuObKkadfUR56OzKobl3aA=", - "dev": true - }, - "vm2": { - "version": "3.9.2", - "resolved": "http://10.8.30.22:7000/vm2/-/vm2-3.9.2.tgz", - "integrity": "sha1-pAhdLYioCKGzwG1UeMLbMiKpzDA=", - "dev": true - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "integrity": "sha1-ConN9cwVgi35w2BUNnaWPgzDCM0=", - "dev": true, - "requires": { - "browser-process-hrtime": "^1.0.0" - } - }, - "w3c-xmlserializer": { - "version": "1.1.2", - "resolved": "http://10.8.30.22:7000/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz", - "integrity": "sha1-MEhcp9cKb9BSQgo9Ev2Q5jOc55Q=", - "dev": true, - "requires": { - "domexception": "^1.0.1", - "webidl-conversions": "^4.0.2", - "xml-name-validator": "^3.0.0" - } - }, - "watchpack": { - "version": "1.7.5", - "resolved": "http://10.8.30.22:7000/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha1-EmfmxV4Lm1vkTCAjrtVDeiwmxFM=", - "dev": true, - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": { - "chokidar": { - "version": "3.5.1", - "resolved": "http://10.8.30.22:7000/chokidar/-/chokidar-3.5.1.tgz", - "integrity": "sha1-7pznu+vSt59J8wR5nVRo4x4U5oo=", - "dev": true, - "optional": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=", - "dev": true, - "optional": true - }, - "readdirp": { - "version": "3.5.0", - "resolved": "http://10.8.30.22:7000/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha1-m6dMAZsV02UnjS6Ru4xI17TULJ4=", - "dev": true, - "optional": true, - "requires": { - "picomatch": "^2.2.1" - } - } - } - }, - "watchpack-chokidar2": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", - "integrity": "sha1-OFAAcu5uzmbzdpk2lQ6hdxvhyVc=", - "dev": true, - "optional": true, - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=", - "dev": true, - "optional": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "optional": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } - } - }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "http://10.8.30.22:7000/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=", - "dev": true, - "optional": true - }, - "braces": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "dev": true, - "optional": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "chokidar": { - "version": "2.1.8", - "resolved": "http://10.8.30.22:7000/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=", - "dev": true, - "optional": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "optional": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fsevents": { - "version": "1.2.13", - "resolved": "http://10.8.30.22:7000/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", - "dev": true, - "optional": true, - "requires": { - "nan": "^2.12.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "optional": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "optional": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dev": true, - "optional": true, - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "optional": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "optional": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "http://10.8.30.22:7000/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "dev": true, - "optional": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "readdirp": { - "version": "2.2.1", - "resolved": "http://10.8.30.22:7000/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=", - "dev": true, - "optional": true, - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "optional": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "wbuf": { - "version": "1.7.3", - "resolved": "http://10.8.30.22:7000/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=", - "dev": true, - "requires": { - "minimalistic-assert": "^1.0.0" - } - }, - "wcwidth": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", - "dev": true, - "requires": { - "defaults": "^1.0.3" - } - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "http://10.8.30.22:7000/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha1-qFWYCx8LazWbodXZ+zmulB+qY60=", - "dev": true - }, - "webpack": { - "version": "4.46.0", - "resolved": "http://10.8.30.22:7000/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha1-v5tEBOogoHNgXgoBHRiNd8tq1UI=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "http://10.8.30.22:7000/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha1-NYZv1xBSjpLeEM8GAWSY5H454eY=", - "dev": true - }, - "braces": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "http://10.8.30.22:7000/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "http://10.8.30.22:7000/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha1-oheu+uozDnNP+sthIOwfoxLWBAs=", - "dev": true, - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "webpack-chain": { - "version": "4.9.0", - "resolved": "http://10.8.30.22:7000/webpack-chain/-/webpack-chain-4.9.0.tgz", - "integrity": "sha1-LweU0015p8xdsUFvSXt2rTPfMO4=", - "dev": true, - "requires": { - "deepmerge": "^1.5.2", - "javascript-stringify": "^1.6.0" - }, - "dependencies": { - "deepmerge": { - "version": "1.5.2", - "resolved": "http://10.8.30.22:7000/deepmerge/-/deepmerge-1.5.2.tgz", - "integrity": "sha1-EEmdhohEza1P7ghC34x/bwyVp1M=", - "dev": true - } - } - }, - "webpack-dev-middleware": { - "version": "3.7.3", - "resolved": "http://10.8.30.22:7000/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", - "integrity": "sha1-Bjk3KxQyYuK4SrldO5GnWXBhwsU=", - "dev": true, - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "mime": { - "version": "2.5.2", - "resolved": "http://10.8.30.22:7000/mime/-/mime-2.5.2.tgz", - "integrity": "sha1-bj3GzCuVEGQ4MOXxnVy3U9pe6r4=", - "dev": true - } - } - }, - "webpack-dev-server": { - "version": "3.11.0", - "resolved": "http://10.8.30.22:7000/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", - "integrity": "sha1-jxVKO84bz9HMYY705wMniFXn/4w=", - "dev": true, - "requires": { - "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.3.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.8", - "opn": "^5.5.0", - "p-retry": "^3.0.1", - "portfinder": "^1.0.26", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.7", - "semver": "^6.3.0", - "serve-index": "^1.9.1", - "sockjs": "0.3.20", - "sockjs-client": "1.4.0", - "spdy": "^4.0.2", - "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": "^13.3.2" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=", - "dev": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } - } - }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "http://10.8.30.22:7000/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=", - "dev": true - }, - "braces": { - "version": "2.3.2", - "resolved": "http://10.8.30.22:7000/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "chokidar": { - "version": "2.1.8", - "resolved": "http://10.8.30.22:7000/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=", - "dev": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "http://10.8.30.22:7000/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fsevents": { - "version": "1.2.13", - "resolved": "http://10.8.30.22:7000/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", - "dev": true, - "optional": true, - "requires": { - "nan": "^2.12.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dev": true, - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://10.8.30.22:7000/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "http://10.8.30.22:7000/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "readdirp": { - "version": "2.2.1", - "resolved": "http://10.8.30.22:7000/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "ws": { - "version": "6.2.1", - "resolved": "http://10.8.30.22:7000/ws/-/ws-6.2.1.tgz", - "integrity": "sha1-RC/fCkftZPWbal2P8TD0dI7VJPs=", - "dev": true, - "requires": { - "async-limiter": "~1.0.0" - } - } - } - }, - "webpack-format-messages": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/webpack-format-messages/-/webpack-format-messages-2.0.6.tgz", - "integrity": "sha1-2LsNT7LpFx78iiUtYpTynFDX7NI=", - "dev": true, - "requires": { - "kleur": "^3.0.0" - } - }, - "webpack-log": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/webpack-log/-/webpack-log-2.0.0.tgz", - "integrity": "sha1-W3ko4GN1k/EZ0y9iJ8HgrDHhtH8=", - "dev": true, - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - } - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "http://10.8.30.22:7000/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha1-7t2OwLko+/HL/plOItLYkPMwqTM=", - "dev": true, - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=", - "dev": true - } - } - }, - "websocket-driver": { - "version": "0.6.5", - "resolved": "http://10.8.30.22:7000/websocket-driver/-/websocket-driver-0.6.5.tgz", - "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", - "dev": true, - "requires": { - "websocket-extensions": ">=0.1.1" - } - }, - "websocket-extensions": { - "version": "0.1.4", - "resolved": "http://10.8.30.22:7000/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha1-f4RzvIOd/YdgituV1+sHUhFXikI=", - "dev": true - }, - "weui": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/weui/-/weui-1.1.3.tgz", - "integrity": "sha1-DwiZu2G7LsYDsmSDZ6gTkpj4FRQ=" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha1-WrrPd3wyFmpR0IXWtPPn0nET3bA=", - "dev": true, - "requires": { - "iconv-lite": "0.4.24" - } - }, - "whatwg-fetch": { - "version": "3.6.2", - "resolved": "http://10.8.30.22:7000/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha1-3O0k838mJO0CgXJdUdDi4/5nf4w=" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "http://10.8.30.22:7000/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha1-PUseAxLSB5h5+Cav8Y2+7KWWD78=", - "dev": true - }, - "whatwg-url": { - "version": "7.1.0", - "resolved": "http://10.8.30.22:7000/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha1-wsSS8eymEpiO/T0iZr4bn8YXDQY=", - "dev": true, - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "when": { - "version": "3.6.4", - "resolved": "http://10.8.30.22:7000/when/-/when-3.6.4.tgz", - "integrity": "sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "http://10.8.30.22:7000/which/-/which-2.0.2.tgz", - "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "which-boxed-primitive": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=", - "dev": true, - "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "wide-align": { - "version": "1.1.3", - "resolved": "http://10.8.30.22:7000/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=", - "dev": true, - "requires": { - "string-width": "^1.0.2 || 2" - } - }, - "wolfy87-eventemitter": { - "version": "5.2.9", - "resolved": "http://10.8.30.22:7000/wolfy87-eventemitter/-/wolfy87-eventemitter-5.2.9.tgz", - "integrity": "sha1-6Hn3cLMPu2USqK+7Mww4hZEJnCo=" - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "http://10.8.30.22:7000/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha1-YQY29rH3A4kb00dxzLF/uTtHB5w=", - "dev": true - }, - "worker-farm": { - "version": "1.7.0", - "resolved": "http://10.8.30.22:7000/worker-farm/-/worker-farm-1.7.0.tgz", - "integrity": "sha1-JqlMU5G7ypJhUgAvabhKS/dy5ag=", - "dev": true, - "requires": { - "errno": "~0.1.7" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "http://10.8.30.22:7000/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "http://10.8.30.22:7000/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha1-Vr1cWlxwSBzRnFcb05q5ZaXeVug=", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "ws": { - "version": "7.4.4", - "resolved": "http://10.8.30.22:7000/ws/-/ws-7.4.4.tgz", - "integrity": "sha1-ODvJdCyyAikskHfOq29gR7F/LVk=", - "dev": true - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha1-auc+Bt5NjG5H+fsYH3jWSK1FfGo=", - "dev": true - }, - "xmlchars": { - "version": "2.2.0", - "resolved": "http://10.8.30.22:7000/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha1-Bg/hvLf5x2/ioX24apvDq4lCEMs=", - "dev": true - }, - "xtend": { - "version": "4.0.2", - "resolved": "http://10.8.30.22:7000/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=", - "dev": true - }, - "xxhashjs": { - "version": "0.2.2", - "resolved": "http://10.8.30.22:7000/xxhashjs/-/xxhashjs-0.2.2.tgz", - "integrity": "sha1-imJRVnYhocRqWuIE2gJJx/jKqdg=", - "dev": true, - "requires": { - "cuint": "^0.2.2" - } - }, - "y18n": { - "version": "4.0.1", - "resolved": "http://10.8.30.22:7000/y18n/-/y18n-4.0.1.tgz", - "integrity": "sha1-jbK4PDHF11CZu4kLI/MJSJHiR9Q=", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "http://10.8.30.22:7000/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=", - "dev": true - }, - "yaml": { - "version": "1.10.2", - "resolved": "http://10.8.30.22:7000/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha1-IwHF/78StGfejaIzOkWeKeeSDks=", - "dev": true - }, - "yargs": { - "version": "13.3.2", - "resolved": "http://10.8.30.22:7000/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=", - "dev": true, - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha1-i5+PCM8ay4Q3Vqg5yox+MWjFGZc=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "3.1.0", - "resolved": "http://10.8.30.22:7000/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://10.8.30.22:7000/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "http://10.8.30.22:7000/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "yauzl": { - "version": "2.10.0", - "resolved": "http://10.8.30.22:7000/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", - "dev": true, - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - } - }, - "yocto-queue": { - "version": "0.1.0", - "resolved": "http://10.8.30.22:7000/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha1-ApTrPe4FAo0x7hpfosVWpqrxChs=", - "dev": true - }, - "zwitch": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha1-0R1zgf/tFrdC9q97PyI9XNn+mSA=", - "dev": true - } - } -} diff --git a/web/client/assets/color.less b/web/client/assets/color.less deleted file mode 100644 index d47f7781..00000000 --- a/web/client/assets/color.less +++ /dev/null @@ -1,3227 +0,0 @@ -@popover-background: #fff; -@body-background: #fff; -@component-background: transparent; -@text-color: fade(@black, 85%); -@text-color-secondary: fade(@black, 45%); -@icon-color-hover: fade(@black, 75%); -@heading-color: fade(@black, 85%); -@item-active-bg: color(~`colorPalette('@{primary-color}', 1) `); -@item-hover-bg: #f5f5f5; -@border-color-base: hsv(0, 0, 85%); -@border-color-split: hsv(0, 0, 94%); -@background-color-light: hsv(0, 0, 98%); -@background-color-base: hsv(0, 0, 96%); -@disabled-color: fade(#000, 25%); -@disabled-bg: hsv(0, 0, 96%); -@disabled-color-dark: fade(#fff, 35%); -@tree-bg: #fff; -@list-customize-card-bg: #fff; -@shadow-color: rgba(0, 0, 0, 0.15); -@shadow-color-inverse: #fff; -@btn-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); -@btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); -@btn-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); -@btn-default-bg: #fff; -@btn-default-ghost-color: #fff; -@btn-default-ghost-border: #fff; -@btn-text-hover-bg: rgba(0, 0, 0, 0.018); -@checkbox-check-bg: #fff; -@descriptions-bg: #fafafa; -@divider-color: rgba(0, 0, 0, 6%); -@modal-header-bg: #fff; -@modal-header-border-color-split: hsv(0, 0, 94%); -@modal-content-bg: #fff; -@modal-footer-border-color-split: hsv(0, 0, 94%); -@radio-solid-checked-color: #fff; -@radio-dot-disabled-color: fade(@black, 20%); -@radio-disabled-button-checked-bg: tint(@black, 90%); -@radio-disabled-button-checked-color: fade(#000, 25%); -@layout-body-background: #f0f2f5; -@layout-header-background: #001529; -@layout-trigger-background: #002140; -@input-bg: #fff; -@input-placeholder-color: hsv(0, 0, 75%); -@input-icon-color: fade(@black, 85%); -@input-number-handler-active-bg: #f4f4f4; -@input-icon-hover-color: fade(@black, 85%); -@select-background: #fff; -@select-dropdown-bg: #fff; -@select-clear-background: #fff; -@select-selection-item-bg: hsv(0, 0, 96%); -@select-selection-item-border-color: hsv(0, 0, 94%); -@select-multiple-disabled-background: hsv(0, 0, 96%); -@select-multiple-item-disabled-color: #bfbfbf; -@select-multiple-item-disabled-border-color: hsv(0, 0, 85%); -@cascader-bg: #fff; -@cascader-menu-bg: #fff; -@cascader-menu-border-color-split: hsv(0, 0, 94%); -@tooltip-bg: rgba(0, 0, 0, 0.75); -@menu-dark-inline-submenu-bg: #000c17; -@menu-dark-bg: #001529; -@menu-popup-bg: #fff; -@message-notice-content-bg: #fff; -@notification-bg: #fff; -@link-hover-color: color(~`colorPalette('@{link-color}', 5) `); -@link-active-color: color(~`colorPalette('@{link-color}', 7) `); -@table-header-bg: hsv(0, 0, 98%); -@table-body-sort-bg: #fafafa; -@table-row-hover-bg: hsv(0, 0, 98%); -@table-header-cell-split-color: rgba(0, 0, 0, 0.06); -@table-header-sort-bg: hsv(0, 0, 96%); -@table-header-filter-active-bg: rgba(0, 0, 0, 0.04); -@table-header-sort-active-bg: rgba(0, 0, 0, 0.04); -@table-fixed-header-sort-active-bg: hsv(0, 0, 96%); -@table-expanded-row-bg: #fbfbfb; -@table-filter-dropdown-bg: #fff; -@table-expand-icon-bg: #fff; -@info-color-deprecated-bg: color(~`colorPalette('@{info-color}', 1) `); -@info-color-deprecated-border: color(~`colorPalette('@{info-color}', 3) `); -@success-color-deprecated-bg: color(~`colorPalette('@{success-color}', 1) `); -@success-color-deprecated-border: color(~`colorPalette('@{success-color}', 3) `); -@warning-color-deprecated-bg: color(~`colorPalette('@{warning-color}', 1) `); -@warning-color-deprecated-border: color(~`colorPalette('@{warning-color}', 3) `); -@error-color-deprecated-bg: color(~`colorPalette('@{error-color}', 1) `); -@error-color-deprecated-border: color(~`colorPalette('@{error-color}', 3) `); -@picker-basic-cell-hover-with-range-color: lighten(@primary-color, 35%); -@picker-basic-cell-disabled-bg: rgba(0, 0, 0, 0.04); -@picker-border-color: hsv(0, 0, 94%); -@picker-bg: #fff; -@picker-date-hover-range-border-color: lighten(@primary-color, 20%); -@dropdown-menu-bg: #fff; -@dropdown-menu-submenu-disabled-bg: #fff; -@steps-nav-arrow-color: fade(@black, 25%); -@steps-background: #fff; -@avatar-bg: #ccc; -@progress-steps-item-bg: #f3f3f3; -@calendar-bg: #fff; -@calendar-input-bg: #fff; -@calendar-full-bg: #fff; -@badge-text-color: #fff; -@popover-bg: #fff; -@drawer-bg: #fff; -@card-actions-background: #fff; -@card-skeleton-bg: #cfd8dc; -@transfer-item-hover-bg: #f5f5f5; -@comment-author-time-color: #ccc; -@comment-action-hover-color: #595959; -@rate-star-bg: hsv(0, 0, 94%); -@switch-bg: #fff; -@pagination-item-bg: #fff; -@pagination-item-bg-active: #fff; -@pagination-item-link-bg: #fff; -@pagination-item-disabled-bg-active: tint(@black, 90%); -@pagination-item-disabled-color-active: fade(#000, 25%); -@pagination-item-input-bg: #fff; -@page-header-back-color: #000; -@slider-rail-background-color: hsv(0, 0, 96%); -@slider-rail-background-color-hover: #e1e1e1; -@slider-dot-border-color: hsv(0, 0, 94%); -@slider-dot-border-color-active: tint(@primary-color, 50%); -@skeleton-to-color: shade(@skeleton-color, 5%); -@alert-success-border-color: ~`colorPalette('@{success-color}', 3) `; -@alert-success-bg-color: ~`colorPalette('@{success-color}', 1) `; -@alert-success-icon-color: #52c41a; -@alert-info-border-color: ~`colorPalette('@{info-color}', 3) `; -@alert-info-bg-color: ~`colorPalette('@{info-color}', 1) `; -@alert-info-icon-color: #1890ff; -@alert-warning-border-color: ~`colorPalette('@{warning-color}', 3) `; -@alert-warning-bg-color: ~`colorPalette('@{warning-color}', 1) `; -@alert-warning-icon-color: #faad14; -@alert-error-border-color: ~`colorPalette('@{error-color}', 3) `; -@alert-error-bg-color: ~`colorPalette('@{error-color}', 1) `; -@alert-error-icon-color: color(~`colorPalette('@{red-6}', 5) `); -@timeline-color: hsv(0, 0, 94%); -@timeline-dot-color: #1890ff; -@mentions-dropdown-bg: #fff; -@segmented-bg: fade(@black, 4%); -@segmented-hover-bg: fade(@black, 6%); -@segmented-label-color: fade(@black, 65%); -@segmented-label-hover-color: #262626; -@primary-color: @blue-6; -@picker-basic-cell-active-with-range-color: color(~`colorPalette('@{primary-color}', 1) `); -@link-color: @primary-color; -@secondary-color: fade(@primary-color, 20%); -@btn-primary-bg: @primary-color; -@select-item-selected-option-color: @primary-color; -@processing-color: @primary-color; -@select-item-selected-bg: @background-color-base; -@skeleton-color: @primary-color; -html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);} -body {color: @text-color;background-color: @body-background;} -h1, -h2, -h3, -h4, -h5, -h6 {color: @heading-color;} -abbr[title], -abbr[data-original-title] {border-bottom: 0;} -a {color: @link-color;background-color: transparent;} -a:hover {color: @link-hover-color;} -a:active {color: @link-active-color;} -a[disabled] {color: @disabled-color;} -img {border-style: none;} -table {border-collapse: collapse;} -caption {color: @text-color-secondary;} -input, -button, -select, -optgroup, -textarea {color: inherit;} -button::-moz-focus-inner, -[type='button']::-moz-focus-inner, -[type='reset']::-moz-focus-inner, -[type='submit']::-moz-focus-inner {border-style: none;} -fieldset {border: 0;} -legend {color: inherit;} -mark {background-color: #feffe6;} -::selection {color: #fff;background: @primary-color;} -.anticon {color: inherit;} -.ant-fade-enter, .ant-fade-appear {animation-fill-mode: both;} -.ant-fade-leave {animation-fill-mode: both;} -.ant-move-up-enter, .ant-move-up-appear {animation-fill-mode: both;} -.ant-move-up-leave {animation-fill-mode: both;} -.ant-move-down-enter, .ant-move-down-appear {animation-fill-mode: both;} -.ant-move-down-leave {animation-fill-mode: both;} -.ant-move-left-enter, .ant-move-left-appear {animation-fill-mode: both;} -.ant-move-left-leave {animation-fill-mode: both;} -.ant-move-right-enter, .ant-move-right-appear {animation-fill-mode: both;} -.ant-move-right-leave {animation-fill-mode: both;} -html {--antd-wave-shadow-color: @primary-color;} -[ant-click-animating-without-extra-node='true']::after, .ant-click-animating-node {border-radius: inherit;box-shadow: 0 0 0 0 @primary-color;box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);animation-fill-mode: forwards;} -.ant-slide-up-enter, .ant-slide-up-appear {animation-fill-mode: both;} -.ant-slide-up-leave {animation-fill-mode: both;} -.ant-slide-down-enter, .ant-slide-down-appear {animation-fill-mode: both;} -.ant-slide-down-leave {animation-fill-mode: both;} -.ant-slide-left-enter, .ant-slide-left-appear {animation-fill-mode: both;} -.ant-slide-left-leave {animation-fill-mode: both;} -.ant-slide-right-enter, .ant-slide-right-appear {animation-fill-mode: both;} -.ant-slide-right-leave {animation-fill-mode: both;} -.ant-zoom-enter, .ant-zoom-appear {animation-fill-mode: both;} -.ant-zoom-leave {animation-fill-mode: both;} -.ant-zoom-big-enter, .ant-zoom-big-appear {animation-fill-mode: both;} -.ant-zoom-big-leave {animation-fill-mode: both;} -.ant-zoom-big-fast-enter, .ant-zoom-big-fast-appear {animation-fill-mode: both;} -.ant-zoom-big-fast-leave {animation-fill-mode: both;} -.ant-zoom-up-enter, .ant-zoom-up-appear {animation-fill-mode: both;} -.ant-zoom-up-leave {animation-fill-mode: both;} -.ant-zoom-down-enter, .ant-zoom-down-appear {animation-fill-mode: both;} -.ant-zoom-down-leave {animation-fill-mode: both;} -.ant-zoom-left-enter, .ant-zoom-left-appear {animation-fill-mode: both;} -.ant-zoom-left-leave {animation-fill-mode: both;} -.ant-zoom-right-enter, .ant-zoom-right-appear {animation-fill-mode: both;} -.ant-zoom-right-leave {animation-fill-mode: both;} -.ant-alert {color: @text-color;border-radius: 2px;} -.ant-alert-success {background-color: @alert-success-bg-color;border: 1px solid @alert-success-border-color;} -.ant-alert-success .ant-alert-icon {color: @alert-success-icon-color;} -.ant-alert-info {background-color: @alert-info-bg-color;border: 1px solid @alert-info-border-color;} -.ant-alert-info .ant-alert-icon {color: @alert-info-icon-color;} -.ant-alert-warning {background-color: @alert-warning-bg-color;border: 1px solid @alert-warning-border-color;} -.ant-alert-warning .ant-alert-icon {color: @alert-warning-icon-color;} -.ant-alert-error {background-color: @alert-error-bg-color;border: 1px solid @alert-error-border-color;} -.ant-alert-error .ant-alert-icon {color: @alert-error-icon-color;} -.ant-alert-close-icon {background-color: transparent;border: none;} -.ant-alert-close-icon .anticon-close {color: @text-color-secondary;} -.ant-alert-close-icon .anticon-close:hover {color: @icon-color-hover;} -.ant-alert-close-text {color: @text-color-secondary;} -.ant-alert-close-text:hover {color: @icon-color-hover;} -.ant-alert-with-description .ant-alert-message {color: @heading-color;} -.ant-alert-message {color: @heading-color;} -.ant-alert-banner {border: 0;border-radius: 0;} -.ant-anchor {color: @text-color;} -.ant-anchor-wrapper {background-color: transparent;} -.ant-anchor-ink::before {background-color: @border-color-split;} -.ant-anchor-ink-ball {background-color: @component-background;border: 2px solid @primary-color;border-radius: 8px;} -.ant-anchor-link-title {color: @text-color;} -.ant-anchor-link-active > .ant-anchor-link-title {color: @primary-color;} -.ant-select-auto-complete {color: @text-color;} -.ant-avatar {color: @text-color;color: #fff;background: @avatar-bg;border-radius: 50%;} -.ant-avatar-image {background: transparent;} -.ant-avatar-lg {border-radius: 50%;} -.ant-avatar-sm {border-radius: 50%;} -.ant-avatar-square {border-radius: 2px;} -.ant-avatar-group .ant-avatar {border: 1px solid #fff;} -.ant-back-top {color: @text-color;} -.ant-back-top-content {color: #fff;background-color: @text-color-secondary;border-radius: 20px;} -.ant-back-top-content:hover {background-color: @text-color;} -.ant-badge {color: @text-color;} -.ant-badge-count {color: @badge-text-color;background: #ff4d4f;border-radius: 10px;box-shadow: 0 0 0 1px @shadow-color-inverse;} -.ant-badge-count a, .ant-badge-count a:hover {color: @badge-text-color;} -.ant-badge-count-sm {border-radius: 7px;} -.ant-badge-dot {background: #ff4d4f;border-radius: 100%;box-shadow: 0 0 0 1px @shadow-color-inverse;} -.ant-badge-status-dot {border-radius: 50%;} -.ant-badge-status-success {background-color: #52c41a;} -.ant-badge-status-processing {background-color: @processing-color;} -.ant-badge-status-processing::after {border: 1px solid @processing-color;border-radius: 50%;} -.ant-badge-status-default {background-color: #d9d9d9;} -.ant-badge-status-error {background-color: #ff4d4f;} -.ant-badge-status-warning {background-color: #faad14;} -.ant-badge-status-pink {background: #eb2f96;} -.ant-badge-status-magenta {background: #eb2f96;} -.ant-badge-status-red {background: #f5222d;} -.ant-badge-status-volcano {background: #fa541c;} -.ant-badge-status-orange {background: #fa8c16;} -.ant-badge-status-yellow {background: #fadb14;} -.ant-badge-status-gold {background: #faad14;} -.ant-badge-status-cyan {background: #13c2c2;} -.ant-badge-status-lime {background: #a0d911;} -.ant-badge-status-green {background: #52c41a;} -.ant-badge-status-blue {background: #1890ff;} -.ant-badge-status-geekblue {background: #2f54eb;} -.ant-badge-status-purple {background: #722ed1;} -.ant-badge-status-text {color: @text-color;} -.ant-badge-zoom-appear, .ant-badge-zoom-enter {animation-fill-mode: both;} -.ant-badge-zoom-leave {animation-fill-mode: both;} -.ant-ribbon {color: @text-color;color: @badge-text-color;background-color: @primary-color;border-radius: 2px;} -.ant-ribbon-text {color: #fff;} -.ant-ribbon-corner {color: currentcolor;border: 4px solid;} -.ant-ribbon-corner::after {color: rgba(0, 0, 0, 0.25);border: inherit;} -.ant-ribbon-color-pink {color: #eb2f96;background: #eb2f96;} -.ant-ribbon-color-magenta {color: #eb2f96;background: #eb2f96;} -.ant-ribbon-color-red {color: #f5222d;background: #f5222d;} -.ant-ribbon-color-volcano {color: #fa541c;background: #fa541c;} -.ant-ribbon-color-orange {color: #fa8c16;background: #fa8c16;} -.ant-ribbon-color-yellow {color: #fadb14;background: #fadb14;} -.ant-ribbon-color-gold {color: #faad14;background: #faad14;} -.ant-ribbon-color-cyan {color: #13c2c2;background: #13c2c2;} -.ant-ribbon-color-lime {color: #a0d911;background: #a0d911;} -.ant-ribbon-color-green {color: #52c41a;background: #52c41a;} -.ant-ribbon-color-blue {color: #1890ff;background: #1890ff;} -.ant-ribbon-color-geekblue {color: #2f54eb;background: #2f54eb;} -.ant-ribbon-color-purple {color: #722ed1;background: #722ed1;} -.ant-ribbon.ant-ribbon-placement-end {border-bottom-right-radius: 0;} -.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {border-color: currentcolor transparent transparent currentcolor;} -.ant-ribbon.ant-ribbon-placement-start {border-bottom-left-radius: 0;} -.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {border-color: currentcolor currentcolor transparent transparent;} -.ant-ribbon-rtl.ant-ribbon-placement-end {border-bottom-right-radius: 2px;border-bottom-left-radius: 0;} -.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {border-color: currentcolor currentcolor transparent transparent;} -.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {border-color: currentcolor currentcolor transparent transparent;} -.ant-ribbon-rtl.ant-ribbon-placement-start {border-bottom-right-radius: 0;border-bottom-left-radius: 2px;} -.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {border-color: currentcolor transparent transparent currentcolor;} -.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {border-color: currentcolor transparent transparent currentcolor;} -.ant-breadcrumb {color: @text-color;color: @text-color-secondary;} -.ant-breadcrumb a {color: @text-color-secondary;} -.ant-breadcrumb a:hover {color: @text-color;} -.ant-breadcrumb li:last-child {color: @text-color;} -.ant-breadcrumb li:last-child a {color: @text-color;} -.ant-breadcrumb-separator {color: @text-color-secondary;} -.ant-btn {background-image: none;border: 1px solid transparent;box-shadow: @btn-shadow;border-radius: 2px;color: @text-color;border-color: @border-color-base;background: @btn-default-bg;} -.ant-btn:not([disabled]):active {box-shadow: none;} -.ant-btn-lg {border-radius: 2px;} -.ant-btn-sm {border-radius: 2px;} -.ant-btn > a:only-child {color: currentcolor;} -.ant-btn > a:only-child::after {background: transparent;} -.ant-btn:hover, .ant-btn:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: @btn-default-bg;} -.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {color: currentcolor;} -.ant-btn:hover > a:only-child::after, .ant-btn:focus > a:only-child::after {background: transparent;} -.ant-btn:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: @btn-default-bg;} -.ant-btn:active > a:only-child {color: currentcolor;} -.ant-btn:active > a:only-child::after {background: transparent;} -.ant-btn[disabled], .ant-btn[disabled]:hover, .ant-btn[disabled]:focus, .ant-btn[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn[disabled] > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn[disabled] > a:only-child::after, .ant-btn[disabled]:hover > a:only-child::after, .ant-btn[disabled]:focus > a:only-child::after, .ant-btn[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn:hover, .ant-btn:focus, .ant-btn:active {background: @btn-default-bg;} -.ant-btn-primary {color: #fff;border-color: @btn-primary-bg;background: @btn-primary-bg;box-shadow: @btn-primary-shadow;} -.ant-btn-primary > a:only-child {color: currentcolor;} -.ant-btn-primary > a:only-child::after {background: transparent;} -.ant-btn-primary:hover, .ant-btn-primary:focus {color: #fff;border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: color(~`colorPalette("@{btn-primary-bg}", 5)`);} -.ant-btn-primary:hover > a:only-child, .ant-btn-primary:focus > a:only-child {color: currentcolor;} -.ant-btn-primary:hover > a:only-child::after, .ant-btn-primary:focus > a:only-child::after {background: transparent;} -.ant-btn-primary:active {color: #fff;border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: color(~`colorPalette("@{btn-primary-bg}", 7)`);} -.ant-btn-primary:active > a:only-child {color: currentcolor;} -.ant-btn-primary:active > a:only-child::after {background: transparent;} -.ant-btn-primary[disabled], .ant-btn-primary[disabled]:hover, .ant-btn-primary[disabled]:focus, .ant-btn-primary[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-primary[disabled] > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-primary[disabled]:focus > a:only-child::after, .ant-btn-primary[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);border-left-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {border-color: @border-color-base;} -.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {border-right-color: @border-color-base;} -.ant-btn-group .ant-btn-primary:last-child:not(:first-child), .ant-btn-group .ant-btn-primary + .ant-btn-primary {border-left-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {border-left-color: @border-color-base;} -.ant-btn-ghost {color: @text-color;border-color: @border-color-base;background: transparent;} -.ant-btn-ghost > a:only-child {color: currentcolor;} -.ant-btn-ghost > a:only-child::after {background: transparent;} -.ant-btn-ghost:hover, .ant-btn-ghost:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: transparent;} -.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {color: currentcolor;} -.ant-btn-ghost:hover > a:only-child::after, .ant-btn-ghost:focus > a:only-child::after {background: transparent;} -.ant-btn-ghost:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: transparent;} -.ant-btn-ghost:active > a:only-child {color: currentcolor;} -.ant-btn-ghost:active > a:only-child::after {background: transparent;} -.ant-btn-ghost[disabled], .ant-btn-ghost[disabled]:hover, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-ghost[disabled] > a:only-child::after, .ant-btn-ghost[disabled]:hover > a:only-child::after, .ant-btn-ghost[disabled]:focus > a:only-child::after, .ant-btn-ghost[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dashed {color: @text-color;border-color: @border-color-base;background: @btn-default-bg;border-style: dashed;} -.ant-btn-dashed > a:only-child {color: currentcolor;} -.ant-btn-dashed > a:only-child::after {background: transparent;} -.ant-btn-dashed:hover, .ant-btn-dashed:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: @btn-default-bg;} -.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {color: currentcolor;} -.ant-btn-dashed:hover > a:only-child::after, .ant-btn-dashed:focus > a:only-child::after {background: transparent;} -.ant-btn-dashed:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: @btn-default-bg;} -.ant-btn-dashed:active > a:only-child {color: currentcolor;} -.ant-btn-dashed:active > a:only-child::after {background: transparent;} -.ant-btn-dashed[disabled], .ant-btn-dashed[disabled]:hover, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dashed[disabled] > a:only-child::after, .ant-btn-dashed[disabled]:hover > a:only-child::after, .ant-btn-dashed[disabled]:focus > a:only-child::after, .ant-btn-dashed[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-danger {color: #fff;border-color: #ff4d4f;background: #ff4d4f;box-shadow: @btn-primary-shadow;} -.ant-btn-danger > a:only-child {color: currentcolor;} -.ant-btn-danger > a:only-child::after {background: transparent;} -.ant-btn-danger:hover, .ant-btn-danger:focus {color: #fff;border-color: #ff7875;background: #ff7875;} -.ant-btn-danger:hover > a:only-child, .ant-btn-danger:focus > a:only-child {color: currentcolor;} -.ant-btn-danger:hover > a:only-child::after, .ant-btn-danger:focus > a:only-child::after {background: transparent;} -.ant-btn-danger:active {color: #fff;border-color: #d9363e;background: #d9363e;} -.ant-btn-danger:active > a:only-child {color: currentcolor;} -.ant-btn-danger:active > a:only-child::after {background: transparent;} -.ant-btn-danger[disabled], .ant-btn-danger[disabled]:hover, .ant-btn-danger[disabled]:focus, .ant-btn-danger[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-danger[disabled] > a:only-child, .ant-btn-danger[disabled]:hover > a:only-child, .ant-btn-danger[disabled]:focus > a:only-child, .ant-btn-danger[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-danger[disabled] > a:only-child::after, .ant-btn-danger[disabled]:hover > a:only-child::after, .ant-btn-danger[disabled]:focus > a:only-child::after, .ant-btn-danger[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-link {color: @link-color;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-link > a:only-child {color: currentcolor;} -.ant-btn-link > a:only-child::after {background: transparent;} -.ant-btn-link:hover, .ant-btn-link:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: transparent;} -.ant-btn-link:hover > a:only-child, .ant-btn-link:focus > a:only-child {color: currentcolor;} -.ant-btn-link:hover > a:only-child::after, .ant-btn-link:focus > a:only-child::after {background: transparent;} -.ant-btn-link:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: transparent;} -.ant-btn-link:active > a:only-child {color: currentcolor;} -.ant-btn-link:active > a:only-child::after {background: transparent;} -.ant-btn-link[disabled], .ant-btn-link[disabled]:hover, .ant-btn-link[disabled]:focus, .ant-btn-link[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-link[disabled] > a:only-child, .ant-btn-link[disabled]:hover > a:only-child, .ant-btn-link[disabled]:focus > a:only-child, .ant-btn-link[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-link[disabled] > a:only-child::after, .ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-link[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-link:hover {background: transparent;} -.ant-btn-link:hover, .ant-btn-link:focus, .ant-btn-link:active {border-color: transparent;} -.ant-btn-link[disabled], .ant-btn-link[disabled]:hover, .ant-btn-link[disabled]:focus, .ant-btn-link[disabled]:active {color: @disabled-color;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-link[disabled] > a:only-child, .ant-btn-link[disabled]:hover > a:only-child, .ant-btn-link[disabled]:focus > a:only-child, .ant-btn-link[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-link[disabled] > a:only-child::after, .ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-link[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-text {color: @text-color;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-text > a:only-child {color: currentcolor;} -.ant-btn-text > a:only-child::after {background: transparent;} -.ant-btn-text:hover, .ant-btn-text:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: transparent;} -.ant-btn-text:hover > a:only-child, .ant-btn-text:focus > a:only-child {color: currentcolor;} -.ant-btn-text:hover > a:only-child::after, .ant-btn-text:focus > a:only-child::after {background: transparent;} -.ant-btn-text:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: transparent;} -.ant-btn-text:active > a:only-child {color: currentcolor;} -.ant-btn-text:active > a:only-child::after {background: transparent;} -.ant-btn-text[disabled], .ant-btn-text[disabled]:hover, .ant-btn-text[disabled]:focus, .ant-btn-text[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-text[disabled] > a:only-child, .ant-btn-text[disabled]:hover > a:only-child, .ant-btn-text[disabled]:focus > a:only-child, .ant-btn-text[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-text[disabled] > a:only-child::after, .ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-text[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-text:hover, .ant-btn-text:focus {color: @text-color;background: @btn-text-hover-bg;border-color: transparent;} -.ant-btn-text:active {color: @text-color;background: fadein(@btn-text-hover-bg, 1%);border-color: transparent;} -.ant-btn-text[disabled], .ant-btn-text[disabled]:hover, .ant-btn-text[disabled]:focus, .ant-btn-text[disabled]:active {color: @disabled-color;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-text[disabled] > a:only-child, .ant-btn-text[disabled]:hover > a:only-child, .ant-btn-text[disabled]:focus > a:only-child, .ant-btn-text[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-text[disabled] > a:only-child::after, .ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-text[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous {color: #ff4d4f;border-color: #ff4d4f;background: @btn-default-bg;} -.ant-btn-dangerous > a:only-child {color: currentcolor;} -.ant-btn-dangerous > a:only-child::after {background: transparent;} -.ant-btn-dangerous:hover, .ant-btn-dangerous:focus {color: #ff7875;border-color: #ff7875;background: @btn-default-bg;} -.ant-btn-dangerous:hover > a:only-child, .ant-btn-dangerous:focus > a:only-child {color: currentcolor;} -.ant-btn-dangerous:hover > a:only-child::after, .ant-btn-dangerous:focus > a:only-child::after {background: transparent;} -.ant-btn-dangerous:active {color: #d9363e;border-color: #d9363e;background: @btn-default-bg;} -.ant-btn-dangerous:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous[disabled], .ant-btn-dangerous[disabled]:hover, .ant-btn-dangerous[disabled]:focus, .ant-btn-dangerous[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-dangerous[disabled] > a:only-child, .ant-btn-dangerous[disabled]:hover > a:only-child, .ant-btn-dangerous[disabled]:focus > a:only-child, .ant-btn-dangerous[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous[disabled] > a:only-child::after, .ant-btn-dangerous[disabled]:hover > a:only-child::after, .ant-btn-dangerous[disabled]:focus > a:only-child::after, .ant-btn-dangerous[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-primary {color: #fff;border-color: #ff4d4f;background: #ff4d4f;box-shadow: @btn-primary-shadow;} -.ant-btn-dangerous.ant-btn-primary > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-primary > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-primary:hover, .ant-btn-dangerous.ant-btn-primary:focus {color: #fff;border-color: #ff7875;background: #ff7875;} -.ant-btn-dangerous.ant-btn-primary:hover > a:only-child, .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-primary:active {color: #fff;border-color: #d9363e;background: #d9363e;} -.ant-btn-dangerous.ant-btn-primary:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-primary[disabled], .ant-btn-dangerous.ant-btn-primary[disabled]:hover, .ant-btn-dangerous.ant-btn-primary[disabled]:focus, .ant-btn-dangerous.ant-btn-primary[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link {color: #ff4d4f;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-dangerous.ant-btn-link > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-dangerous.ant-btn-link:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: transparent;} -.ant-btn-dangerous.ant-btn-link:hover > a:only-child, .ant-btn-dangerous.ant-btn-link:focus > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: transparent;} -.ant-btn-dangerous.ant-btn-link:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-dangerous.ant-btn-link[disabled]:hover, .ant-btn-dangerous.ant-btn-link[disabled]:focus, .ant-btn-dangerous.ant-btn-link[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-dangerous.ant-btn-link:focus {color: #ff7875;border-color: transparent;background: transparent;} -.ant-btn-dangerous.ant-btn-link:hover > a:only-child, .ant-btn-dangerous.ant-btn-link:focus > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link:active {color: #d9363e;border-color: transparent;background: transparent;} -.ant-btn-dangerous.ant-btn-link:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-dangerous.ant-btn-link[disabled]:hover, .ant-btn-dangerous.ant-btn-link[disabled]:focus, .ant-btn-dangerous.ant-btn-link[disabled]:active {color: @disabled-color;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text {color: #ff4d4f;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-dangerous.ant-btn-text > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text:hover, .ant-btn-dangerous.ant-btn-text:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);background: transparent;} -.ant-btn-dangerous.ant-btn-text:hover > a:only-child, .ant-btn-dangerous.ant-btn-text:focus > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);background: transparent;} -.ant-btn-dangerous.ant-btn-text:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text[disabled], .ant-btn-dangerous.ant-btn-text[disabled]:hover, .ant-btn-dangerous.ant-btn-text[disabled]:focus, .ant-btn-dangerous.ant-btn-text[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text:hover, .ant-btn-dangerous.ant-btn-text:focus {color: #ff7875;border-color: transparent;background: @btn-text-hover-bg;} -.ant-btn-dangerous.ant-btn-text:hover > a:only-child, .ant-btn-dangerous.ant-btn-text:focus > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text:active {color: #d9363e;border-color: transparent;background: fadein(@btn-text-hover-bg, 1%);} -.ant-btn-dangerous.ant-btn-text:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {background: transparent;} -.ant-btn-dangerous.ant-btn-text[disabled], .ant-btn-dangerous.ant-btn-text[disabled]:hover, .ant-btn-dangerous.ant-btn-text[disabled]:focus, .ant-btn-dangerous.ant-btn-text[disabled]:active {color: @disabled-color;border-color: transparent;background: transparent;box-shadow: none;} -.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after, .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-icon-only {border-radius: 2px;} -.ant-btn-icon-only.ant-btn-lg {border-radius: 2px;} -.ant-btn-icon-only.ant-btn-sm {border-radius: 2px;} -.ant-btn-round {border-radius: 32px;} -.ant-btn-round.ant-btn-lg {border-radius: 40px;} -.ant-btn-round.ant-btn-sm {border-radius: 24px;} -.ant-btn-circle {border-radius: 50%;} -.ant-btn-circle.ant-btn-lg {border-radius: 50%;} -.ant-btn-circle.ant-btn-sm {border-radius: 50%;} -.ant-btn::before {background: @component-background;border-radius: inherit;} -.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {border-left-color: transparent;} -.ant-btn-group .ant-btn {border-radius: 0;} -.ant-btn-group > .ant-btn:only-child {border-radius: 2px;} -.ant-btn-group > span:only-child > .ant-btn {border-radius: 2px;} -.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {border-top-right-radius: 2px;border-bottom-right-radius: 2px;} -.ant-btn-group-sm > .ant-btn:only-child {border-radius: 2px;} -.ant-btn-group-sm > span:only-child > .ant-btn {border-radius: 2px;} -.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), .ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), .ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {border-top-right-radius: 2px;border-bottom-right-radius: 2px;} -.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {border-radius: 0;} -.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {border-radius: 0 2px 2px 0;} -.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {border-radius: 2px 0 0 2px;} -.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), .ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {border-radius: 0 2px 2px 0;} -.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), .ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {border-radius: 2px 0 0 2px;} -.ant-btn.ant-btn-background-ghost {color: @btn-default-ghost-color;border-color: @btn-default-ghost-border;} -.ant-btn.ant-btn-background-ghost, .ant-btn.ant-btn-background-ghost:hover, .ant-btn.ant-btn-background-ghost:active, .ant-btn.ant-btn-background-ghost:focus {background: transparent;} -.ant-btn.ant-btn-background-ghost:hover, .ant-btn.ant-btn-background-ghost:focus {color: color(~`colorPalette("@{primary-color}", 5)`);border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-btn.ant-btn-background-ghost:active {color: color(~`colorPalette("@{primary-color}", 7)`);border-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-btn.ant-btn-background-ghost[disabled] {color: @disabled-color;background: transparent;border-color: @border-color-base;} -.ant-btn-background-ghost.ant-btn-primary {color: @btn-primary-bg;border-color: @btn-primary-bg;} -.ant-btn-background-ghost.ant-btn-primary > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-primary:hover, .ant-btn-background-ghost.ant-btn-primary:focus {color: color(~`colorPalette("@{btn-primary-bg}", 5)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 5)`);} -.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-primary:active {color: color(~`colorPalette("@{btn-primary-bg}", 7)`);border-color: color(~`colorPalette("@{btn-primary-bg}", 7)`);} -.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-primary[disabled], .ant-btn-background-ghost.ant-btn-primary[disabled]:hover, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus, .ant-btn-background-ghost.ant-btn-primary[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-danger {color: #ff4d4f;border-color: #ff4d4f;} -.ant-btn-background-ghost.ant-btn-danger > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-danger:hover, .ant-btn-background-ghost.ant-btn-danger:focus {color: #ff7875;border-color: #ff7875;} -.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-danger:active {color: #d9363e;border-color: #d9363e;} -.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-danger[disabled], .ant-btn-background-ghost.ant-btn-danger[disabled]:hover, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus, .ant-btn-background-ghost.ant-btn-danger[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous {color: #ff4d4f;border-color: #ff4d4f;} -.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous:hover, .ant-btn-background-ghost.ant-btn-dangerous:focus {color: #ff7875;border-color: #ff7875;} -.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous:active {color: #d9363e;border-color: #d9363e;} -.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous[disabled], .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {color: #ff4d4f;border-color: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {color: #ff7875;border-color: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {color: #d9363e;border-color: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {background: transparent;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled], .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {color: @disabled-color;border-color: @border-color-base;background: @disabled-bg;box-shadow: none;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {color: currentcolor;} -.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after, .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {background: transparent;} -.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child), .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);border-left-color: @border-color-base;} -.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {border-right-color: @border-color-base;border-left-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-picker-calendar {color: @text-color;background: @calendar-full-bg;} -.ant-picker-calendar .ant-picker-panel {background: @calendar-full-bg;border: 0;border-top: 1px solid @border-color-split;border-radius: 0;} -.ant-picker-calendar-mini {border-radius: 2px;} -.ant-picker-calendar-mini .ant-picker-panel {border-radius: 0 0 2px 2px;} -.ant-picker-calendar-full .ant-picker-panel {background: @calendar-full-bg;border: 0;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {background: @item-hover-bg;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {background: @item-active-bg;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value, .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {color: @primary-color;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {border: 0;border-top: 2px solid @border-color-split;border-radius: 0;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {color: @text-color;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {border-color: @primary-color;} -.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {color: @text-color;} -.ant-card {color: @text-color;background: @component-background;border-radius: 2px;} -.ant-card-hoverable:hover {border-color: transparent;box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);} -.ant-card-bordered {border: 1px solid @border-color-split;} -.ant-card-head {color: @heading-color;background: transparent;border-bottom: 1px solid @border-color-split;border-radius: 2px 2px 0 0;} -.ant-card-head .ant-tabs-top {color: @text-color;} -.ant-card-head .ant-tabs-top-bar {border-bottom: 1px solid @border-color-split;} -.ant-card-extra {color: @text-color;} -.ant-card-grid {border: 0;border-radius: 0;box-shadow: 1px 0 0 0 @border-color-split, 0 1px 0 0 @border-color-split, 1px 1px 0 0 @border-color-split, 1px 0 0 0 @border-color-split inset, 0 1px 0 0 @border-color-split inset;} -.ant-card-grid-hoverable:hover {box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);} -.ant-card-cover img {border-radius: 2px 2px 0 0;} -.ant-card-actions {background: @card-actions-background;border-top: 1px solid @border-color-split;} -.ant-card-actions > li {color: @text-color-secondary;} -.ant-card-actions > li > span:hover {color: @primary-color;} -.ant-card-actions > li > span a:not(.ant-btn), .ant-card-actions > li > span > .anticon {color: @text-color-secondary;} -.ant-card-actions > li > span a:not(.ant-btn):hover, .ant-card-actions > li > span > .anticon:hover {color: @primary-color;} -.ant-card-actions > li:not(:last-child) {border-right: 1px solid @border-color-split;} -.ant-card-rtl .ant-card-actions > li:not(:last-child) {border-right: none;border-left: 1px solid @border-color-split;} -.ant-card-type-inner .ant-card-head {background: @background-color-light;} -.ant-card-meta-title {color: @heading-color;} -.ant-card-meta-description {color: @text-color-secondary;} -.ant-card-loading-block {background: linear-gradient(90deg, fade(@card-skeleton-bg, 20%), fade(@card-skeleton-bg, 40%), fade(@card-skeleton-bg, 20%));background-size: 600% 600%;border-radius: 2px;} -.ant-carousel {color: @text-color;} -.ant-carousel .slick-slider {-webkit-tap-highlight-color: transparent;} -.ant-carousel .slick-prev, .ant-carousel .slick-next {color: transparent;background: transparent;border: 0;} -.ant-carousel .slick-prev:hover, .ant-carousel .slick-next:hover, .ant-carousel .slick-prev:focus, .ant-carousel .slick-next:focus {color: transparent;background: transparent;} -.ant-carousel .slick-dots li button {color: transparent;background: @component-background;border: 0;border-radius: 1px;} -.ant-carousel .slick-dots li.slick-active button {background: @component-background;} -.ant-cascader-checkbox {color: @text-color;} -.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner, .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner, .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {border-color: @primary-color;} -.ant-cascader-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;animation-fill-mode: backwards;} -.ant-cascader-checkbox-inner {background-color: @checkbox-check-bg;border: 1px solid @border-color-base;border-radius: 2px;border-collapse: separate;} -.ant-cascader-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {background-color: @primary-color;border-color: @primary-color;} -.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {border-color: @disabled-color;} -.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {background-color: @disabled-bg;border-color: @border-color-base !important;} -.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {border-color: @disabled-bg;border-collapse: separate;} -.ant-cascader-checkbox-disabled + span {color: @disabled-color;} -.ant-cascader-checkbox-wrapper {color: @text-color;} -.ant-cascader-checkbox-group {color: @text-color;} -.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {background-color: @checkbox-check-bg;border-color: @border-color-base;} -.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {background-color: @primary-color;border: 0;} -.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {background-color: @disabled-color;border-color: @disabled-color;} -.ant-cascader-menu {border-right: 1px solid @cascader-menu-border-color-split;} -.ant-cascader-menu-item:hover {background: @item-hover-bg;} -.ant-cascader-menu-item-disabled {color: @disabled-color;} -.ant-cascader-menu-item-disabled:hover {background: transparent;} -.ant-cascader-menu-empty .ant-cascader-menu-item {color: @disabled-color;} -.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled), .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {background-color: color(~`colorPalette("@{primary-color}", 1)`);} -.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, .ant-cascader-menu-item-loading-icon {color: @text-color-secondary;} -.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, .ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {color: @disabled-color;} -.ant-cascader-menu-item-keyword {color: #ff4d4f;} -.ant-checkbox {color: @text-color;} -.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner {border-color: @primary-color;} -.ant-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;animation-fill-mode: backwards;} -.ant-checkbox-inner {background-color: @checkbox-check-bg;border: 1px solid @border-color-base;border-radius: 2px;border-collapse: separate;} -.ant-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-checkbox-checked .ant-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-checkbox-checked .ant-checkbox-inner {background-color: @primary-color;border-color: @primary-color;} -.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {border-color: @disabled-color;} -.ant-checkbox-disabled .ant-checkbox-inner {background-color: @disabled-bg;border-color: @border-color-base !important;} -.ant-checkbox-disabled .ant-checkbox-inner::after {border-color: @disabled-bg;border-collapse: separate;} -.ant-checkbox-disabled + span {color: @disabled-color;} -.ant-checkbox-wrapper {color: @text-color;} -.ant-checkbox-group {color: @text-color;} -.ant-checkbox-indeterminate .ant-checkbox-inner {background-color: @checkbox-check-bg;border-color: @border-color-base;} -.ant-checkbox-indeterminate .ant-checkbox-inner::after {background-color: @primary-color;border: 0;} -.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {background-color: @disabled-color;border-color: @disabled-color;} -.ant-collapse {color: @text-color;background-color: @background-color-light;border: 1px solid @border-color-base;border-bottom: 0;border-radius: 2px;} -.ant-collapse > .ant-collapse-item {border-bottom: 1px solid @border-color-base;} -.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {border-radius: 0 0 2px 2px;} -.ant-collapse > .ant-collapse-item > .ant-collapse-header {color: @heading-color;} -.ant-collapse-content {color: @text-color;background-color: @component-background;border-top: 1px solid @border-color-base;} -.ant-collapse-item:last-child > .ant-collapse-content {border-radius: 0 0 2px 2px;} -.ant-collapse-borderless {background-color: @background-color-light;border: 0;} -.ant-collapse-borderless > .ant-collapse-item {border-bottom: 1px solid @border-color-base;} -.ant-collapse-borderless > .ant-collapse-item:last-child, .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {border-radius: 0;} -.ant-collapse-borderless > .ant-collapse-item:last-child {border-bottom: 0;} -.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {background-color: transparent;border-top: 0;} -.ant-collapse-ghost {background-color: transparent;border: 0;} -.ant-collapse-ghost > .ant-collapse-item {border-bottom: 0;} -.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {background-color: transparent;border-top: 0;} -.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header, .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {color: @disabled-color;} -.ant-comment {background-color: inherit;} -.ant-comment-avatar img {border-radius: 50%;} -.ant-comment-content-author-name {color: @text-color-secondary;} -.ant-comment-content-author-name > * {color: @text-color-secondary;} -.ant-comment-content-author-name > *:hover {color: @text-color-secondary;} -.ant-comment-content-author-time {color: @comment-author-time-color;} -.ant-comment-actions > li {color: @text-color-secondary;} -.ant-comment-actions > li > span {color: @text-color-secondary;} -.ant-comment-actions > li > span:hover {color: @comment-action-hover-color;} -.ant-picker-status-error.ant-picker, .ant-picker-status-error.ant-picker:not([disabled]):hover {background-color: @input-bg;border-color: #ff4d4f;} -.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-picker-status-warning.ant-picker, .ant-picker-status-warning.ant-picker:not([disabled]):hover {background-color: @input-bg;border-color: #faad14;} -.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-picker {color: @text-color;background: @picker-bg;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-picker:hover, .ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-picker:hover, .ant-input-rtl .ant-picker-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-picker-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-picker.ant-picker-disabled {background: @disabled-bg;border-color: @border-color-base;} -.ant-picker.ant-picker-disabled .ant-picker-suffix {color: @disabled-color;} -.ant-picker.ant-picker-borderless {background-color: transparent !important;border-color: transparent !important;box-shadow: none !important;} -.ant-picker-input > input {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;background: transparent;border: 0;} -.ant-picker-input > input::placeholder {color: @input-placeholder-color;} -.ant-picker-input > input:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-picker-input > input:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-picker-input > input:focus, .ant-picker-input > input-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-picker-input > input:focus, .ant-input-rtl .ant-picker-input > input-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-picker-input > input-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-picker-input > input-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-picker-input > input[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-picker-input > input[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-picker-input > input-borderless, .ant-picker-input > input-borderless:hover, .ant-picker-input > input-borderless:focus, .ant-picker-input > input-borderless-focused, .ant-picker-input > input-borderless-disabled, .ant-picker-input > input-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-picker-input > input:focus {box-shadow: none;} -.ant-picker-input > input[disabled] {background: transparent;} -.ant-picker-input-placeholder > input {color: @input-placeholder-color;} -.ant-picker-suffix {color: @disabled-color;} -.ant-picker-clear {color: @disabled-color;background: @component-background;} -.ant-picker-clear:hover {color: @text-color-secondary;} -.ant-picker-separator {color: @disabled-color;} -.ant-picker-focused .ant-picker-separator {color: @text-color-secondary;} -.ant-picker-range .ant-picker-active-bar {background: @primary-color;} -.ant-picker-dropdown {color: @text-color;} -.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {color: @primary-color;background: color(~`colorPalette("@{primary-color}", 1)`);border-color: color(~`colorPalette("@{primary-color}", 3)`);} -.ant-picker-range-arrow {background: linear-gradient(135deg, transparent 40%, @calendar-bg 40%);box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);border-radius: 0 0 2px;} -.ant-picker-range-arrow::before {background: @calendar-bg;background-repeat: no-repeat;background-position: -10px -10px;} -.ant-picker-panel-container {background: @calendar-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-picker-panel-container .ant-picker-panel {background: transparent;border-width: 0 0 1px 0;border-radius: 0;} -.ant-picker-panel-container .ant-picker-panel-focused {border-color: @border-color-split;} -.ant-picker-panel {background: @calendar-bg;border: 1px solid @picker-border-color;border-radius: 2px;} -.ant-picker-panel-focused {border-color: @primary-color;} -.ant-picker-header {color: @heading-color;border-bottom: 1px solid @picker-border-color;} -.ant-picker-header button {color: @disabled-color;background: transparent;border: 0;} -.ant-picker-header > button:hover {color: @text-color;} -.ant-picker-header-view button {color: inherit;} -.ant-picker-header-view button:hover {color: @primary-color;} -.ant-picker-prev-icon::before, .ant-picker-next-icon::before, .ant-picker-super-prev-icon::before, .ant-picker-super-next-icon::before {border: 0 solid currentcolor;border-width: 1.5px 0 0 1.5px;} -.ant-picker-super-prev-icon::after, .ant-picker-super-next-icon::after {border: 0 solid currentcolor;border-width: 1.5px 0 0 1.5px;} -.ant-picker-content {border-collapse: collapse;} -.ant-picker-content th {color: @text-color;} -.ant-picker-cell {color: @disabled-color;} -.ant-picker-cell-in-view {color: @text-color;} -.ant-picker-cell .ant-picker-cell-inner {border-radius: 2px;} -.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner, .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {background: @item-hover-bg;} -.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {border: 1px solid @primary-color;border-radius: 2px;} -.ant-picker-cell-in-view.ant-picker-cell-in-range::before {background: @picker-basic-cell-active-with-range-color;} -.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner, .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {color: #fff;background: @primary-color;} -.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before, .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {background: @picker-basic-cell-active-with-range-color;} -.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {border-top: 1px dashed @picker-date-hover-range-border-color;border-bottom: 1px dashed @picker-date-hover-range-border-color;} -.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before, .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before, .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before, .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before, .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {background: @picker-basic-cell-hover-with-range-color;} -.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {border-radius: 2px 0 0 2px;} -.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {border-radius: 0 2px 2px 0;} -.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after, .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {background: @picker-basic-cell-hover-with-range-color;} -tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after, -tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {border-left: 1px dashed @picker-date-hover-range-border-color;border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after, -tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after, .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {border-right: 1px dashed @picker-date-hover-range-border-color;border-top-right-radius: 2px;border-bottom-right-radius: 2px;} -.ant-picker-cell-disabled {color: @disabled-color;} -.ant-picker-cell-disabled .ant-picker-cell-inner {background: transparent;} -.ant-picker-cell-disabled::before {background: @picker-basic-cell-disabled-bg;} -.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {border-color: @disabled-color;} -.ant-picker-footer {border-bottom: 1px solid transparent;} -.ant-picker-panel .ant-picker-footer {border-top: 1px solid @picker-border-color;} -.ant-picker-footer-extra:not(:last-child) {border-bottom: 1px solid @picker-border-color;} -.ant-picker-today-btn {color: @link-color;} -.ant-picker-today-btn:hover {color: @link-hover-color;} -.ant-picker-today-btn:active {color: @link-active-color;} -.ant-picker-today-btn.ant-picker-today-btn-disabled {color: @disabled-color;} -.ant-picker-year-panel .ant-picker-cell-range-hover-start::after, .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after, .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {border-left: 1px dashed @picker-date-hover-range-border-color;border-radius: 2px 0 0 2px;} -.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after, .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after, .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {border-right: 1px dashed @picker-date-hover-range-border-color;border-radius: 0 2px 2px 0;} -.ant-picker-year-panel .ant-picker-cell-range-hover-end::after, .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after, .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {border-right: 1px dashed @picker-date-hover-range-border-color;border-radius: 0 2px 2px 0;} -.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after, .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after, .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {border-left: 1px dashed @picker-date-hover-range-border-color;border-radius: 2px 0 0 2px;} -.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner, .ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner, .ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {background: transparent !important;} -.ant-picker-week-panel-row:hover td {background: @item-hover-bg;} -.ant-picker-week-panel-row-selected td, .ant-picker-week-panel-row-selected:hover td {background: @primary-color;} -.ant-picker-week-panel-row-selected td.ant-picker-cell-week, .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {color: rgba(255, 255, 255, 0.5);} -.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before, .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {border-color: #fff;} -.ant-picker-week-panel-row-selected td .ant-picker-cell-inner, .ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {color: #fff;} -.ant-picker-datetime-panel .ant-picker-time-panel {border-left: 1px solid @picker-border-color;} -.ant-picker-time-panel-column:not(:first-child) {border-left: 1px solid @picker-border-color;} -.ant-picker-time-panel-column-active {background: fade(@calendar-item-active-bg, 20%);} -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {color: @text-color;border-radius: 0;} -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {background: @item-hover-bg;} -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {background: @item-active-bg;} -.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {color: @disabled-color;background: transparent;} -.ant-picker-cell .ant-picker-cell-inner {border-radius: 2px;} -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {border-radius: 0 2px 2px 0;} -.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {border-radius: 2px 0 0 2px;} -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {border-right: 1px dashed @picker-date-hover-range-border-color;border-left: none;border-radius: 0 2px 2px 0;} -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {border-right: none;border-left: 1px dashed @picker-date-hover-range-border-color;border-radius: 2px 0 0 2px;} -.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after, .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after, .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after, .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after, .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {border-right: 1px dashed @picker-date-hover-range-border-color;border-left: 1px dashed @picker-date-hover-range-border-color;border-radius: 2px;} -.ant-descriptions-title {color: @heading-color;} -.ant-descriptions-extra {color: @text-color;} -.ant-descriptions-view {border-radius: 2px;} -.ant-descriptions-row:last-child {border-bottom: none;} -.ant-descriptions-item-label {color: @heading-color;} -.ant-descriptions-item-content {color: @text-color;} -.ant-descriptions-bordered .ant-descriptions-view {border: 1px solid @border-color-split;} -.ant-descriptions-bordered .ant-descriptions-view > table {border-collapse: collapse;} -.ant-descriptions-bordered .ant-descriptions-item-label, .ant-descriptions-bordered .ant-descriptions-item-content {border-right: 1px solid @border-color-split;} -.ant-descriptions-bordered .ant-descriptions-item-label:last-child, .ant-descriptions-bordered .ant-descriptions-item-content:last-child {border-right: none;} -.ant-descriptions-bordered .ant-descriptions-item-label {background-color: @descriptions-bg;} -.ant-descriptions-bordered .ant-descriptions-row {border-bottom: 1px solid @border-color-split;} -.ant-descriptions-bordered .ant-descriptions-row:last-child {border-bottom: none;} -.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label, .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {border-right: none;border-left: 1px solid @border-color-split;} -.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child, .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {border-left: none;} -.ant-divider {color: @text-color;border-top: 1px solid @divider-color;} -.ant-divider-vertical {border-top: 0;border-left: 1px solid @divider-color;} -.ant-divider-horizontal.ant-divider-with-text {color: @heading-color;border-top: 0;border-top-color: @divider-color;} -.ant-divider-horizontal.ant-divider-with-text::before, .ant-divider-horizontal.ant-divider-with-text::after {border-top: 1px solid transparent;border-top-color: inherit;border-bottom: 0;} -.ant-divider-dashed {background: none;border-color: @divider-color;border-style: dashed;border-width: 1px 0 0;} -.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before, .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {border-style: dashed none none;} -.ant-divider-vertical.ant-divider-dashed {border-width: 0 0 0 1px;} -.ant-divider-plain.ant-divider-with-text {color: @text-color;} -.ant-drawer-mask {background: rgba(0, 0, 0, 0.45);} -.ant-drawer-left .ant-drawer-content {box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);} -.ant-drawer-right .ant-drawer-content {box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);} -.ant-drawer-top .ant-drawer-content {box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);} -.ant-drawer-bottom .ant-drawer-content {box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);} -.ant-drawer-wrapper-body {background: @drawer-bg;} -.ant-drawer-header {border-bottom: 1px solid @border-color-split;} -.ant-drawer-close {color: @text-color-secondary;background: transparent;border: 0;} -.ant-drawer-close:focus, .ant-drawer-close:hover {color: @icon-color-hover;} -.ant-drawer-title {color: @heading-color;} -.ant-drawer-footer {border-top: 1px solid @border-color-split;} -.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {color: #ff4d4f;} -.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {color: #fff;background-color: #ff4d4f;} -.ant-dropdown {color: @text-color;} -.ant-dropdown-arrow {background: linear-gradient(135deg, transparent 40%, @popover-bg 40%);border-radius: 0 0 2px;} -.ant-dropdown-arrow::before {background: @popover-bg;background-repeat: no-repeat;background-position: -10px -10px;} -.ant-dropdown-placement-top > .ant-dropdown-arrow, .ant-dropdown-placement-topLeft > .ant-dropdown-arrow, .ant-dropdown-placement-topRight > .ant-dropdown-arrow {box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);} -.ant-dropdown-placement-bottom > .ant-dropdown-arrow, .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow, .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);} -.ant-dropdown-menu {background-color: @dropdown-menu-bg;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-dropdown-menu-item-group-title {color: @text-color-secondary;} -.ant-dropdown-menu-submenu-popup {background: transparent;box-shadow: none;} -.ant-dropdown-menu-title-content > a {color: inherit;} -.ant-dropdown-menu-title-content > a:hover {color: inherit;} -.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {color: @text-color;} -.ant-dropdown-menu-item-selected, .ant-dropdown-menu-submenu-title-selected {color: @primary-color;background-color: @item-active-bg;} -.ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover, .ant-dropdown-menu-item.ant-dropdown-menu-item-active, .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {background-color: @item-hover-bg;} -.ant-dropdown-menu-item-disabled, .ant-dropdown-menu-submenu-title-disabled {color: @disabled-color;} -.ant-dropdown-menu-item-disabled:hover, .ant-dropdown-menu-submenu-title-disabled:hover {color: @disabled-color;background-color: @dropdown-menu-submenu-disabled-bg;} -.ant-dropdown-menu-item-divider, .ant-dropdown-menu-submenu-title-divider {background-color: @border-color-split;} -.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {color: @text-color-secondary;} -.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {color: @disabled-color;background-color: @dropdown-menu-submenu-disabled-bg;} -.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {color: @primary-color;} -.ant-dropdown-menu-dark, .ant-dropdown-menu-dark .ant-dropdown-menu {background: @menu-dark-bg;} -.ant-dropdown-menu-dark .ant-dropdown-menu-item, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a, .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {color: rgba(255, 255, 255, 0.65);} -.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after, .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {color: rgba(255, 255, 255, 0.65);} -.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {color: #fff;background: transparent;} -.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {color: #fff;background: @primary-color;} -.ant-empty-normal {color: @disabled-color;} -.ant-empty-small {color: @disabled-color;} -.ant-empty-img-default-ellipse {fill: #f5f5f5;fill-opacity: 0.8;} -.ant-empty-img-default-path-1 {fill: #aeb8c2;} -.ant-empty-img-default-path-3 {fill: #f5f5f7;} -.ant-empty-img-default-path-4 {fill: #dce0e6;} -.ant-empty-img-default-path-5 {fill: #dce0e6;} -.ant-empty-img-default-g {fill: #fff;} -.ant-empty-img-simple-ellipse {fill: #f5f5f5;} -.ant-empty-img-simple-g {stroke: #d9d9d9;} -.ant-empty-img-simple-path {fill: #fafafa;} -.ant-form-item-explain-error {color: #ff4d4f;} -.ant-form-item-explain-warning {color: #faad14;} -.ant-form-item-has-warning .ant-form-item-split {color: #faad14;} -.ant-form-item-has-error .ant-form-item-split {color: #ff4d4f;} -.ant-form {color: @text-color;} -.ant-form legend {color: @text-color-secondary;border: 0;border-bottom: 1px solid @border-color-base;} -.ant-form output {color: @text-color;} -.ant-form-item {color: @text-color;} -.ant-form-item-label > label {color: @heading-color;} -.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {color: #ff4d4f;} -.ant-form-item-label > label .ant-form-item-optional {color: @text-color-secondary;} -.ant-form-item-label > label .ant-form-item-tooltip {color: @text-color-secondary;} -.ant-form-item-explain, .ant-form-item-extra {color: @text-color-secondary;} -.ant-form-item-feedback-icon-success {color: #52c41a;} -.ant-form-item-feedback-icon-error {color: #ff4d4f;} -.ant-form-item-feedback-icon-warning {color: #faad14;} -.ant-form-item-feedback-icon-validating {color: @primary-color;} -.ant-image-img-placeholder {background-color: #f5f5f5;background-repeat: no-repeat;background-position: center center;background-size: 30%;} -.ant-image-mask {color: #fff;background: rgba(0, 0, 0, 0.5);} -.ant-image-preview-mask {background-color: rgba(0, 0, 0, 0.45);} -.ant-image-preview-operations {color: @text-color;color: rgba(255, 255, 255, 0.85);background: fade(@modal-mask-bg, 10%);} -.ant-image-preview-operations-operation-disabled {color: fade(@image-preview-operation-color, 25%);} -.ant-image-preview-switch-left, .ant-image-preview-switch-right {color: rgba(255, 255, 255, 0.85);background: fade(@modal-mask-bg, 10%);border-radius: 50%;} -.ant-image-preview-switch-left-disabled, .ant-image-preview-switch-right-disabled {color: fade(@image-preview-operation-color, 25%);} -.ant-input-affix-wrapper {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-input-affix-wrapper::placeholder {color: @input-placeholder-color;} -.ant-input-affix-wrapper:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-input-affix-wrapper:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-input-affix-wrapper:focus, .ant-input-rtl .ant-input-affix-wrapper-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-affix-wrapper-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-affix-wrapper-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-affix-wrapper[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-affix-wrapper[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-affix-wrapper-borderless, .ant-input-affix-wrapper-borderless:hover, .ant-input-affix-wrapper-borderless:focus, .ant-input-affix-wrapper-borderless-focused, .ant-input-affix-wrapper-borderless-disabled, .ant-input-affix-wrapper-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-affix-wrapper-disabled .ant-input[disabled] {background: transparent;} -.ant-input-affix-wrapper > input.ant-input {border: none;} -.ant-input-affix-wrapper > input.ant-input:focus {box-shadow: none !important;} -.ant-input-show-count-suffix {color: @text-color-secondary;} -.anticon.ant-input-clear-icon, .ant-input-clear-icon {color: @disabled-color;} -.anticon.ant-input-clear-icon:hover, .ant-input-clear-icon:hover {color: @text-color-secondary;} -.anticon.ant-input-clear-icon:active, .ant-input-clear-icon:active {color: @text-color;} -.ant-input-affix-wrapper-textarea-with-clear-btn {border: 0 !important;} -.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: @input-bg;border-color: #ff4d4f;} -.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-input-status-error .ant-input-prefix {color: #ff4d4f;} -.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: @input-bg;border-color: #faad14;} -.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-input-status-warning .ant-input-prefix {color: #faad14;} -.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: @input-bg;border-color: #ff4d4f;} -.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-input-affix-wrapper-status-error .ant-input-prefix {color: #ff4d4f;} -.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: @input-bg;border-color: #faad14;} -.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-input-affix-wrapper-status-warning .ant-input-prefix {color: #faad14;} -.ant-input-group-wrapper-status-error .ant-input-group-addon {color: #ff4d4f;border-color: #ff4d4f;} -.ant-input-group-wrapper-status-warning .ant-input-group-addon {color: #faad14;border-color: #faad14;} -.ant-input {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-input::placeholder {color: @input-placeholder-color;} -.ant-input:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-input:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-input:focus, .ant-input-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-input:focus, .ant-input-rtl .ant-input-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-borderless, .ant-input-borderless:hover, .ant-input-borderless:focus, .ant-input-borderless-focused, .ant-input-borderless-disabled, .ant-input-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-input-group {color: @text-color;border-collapse: separate;border-spacing: 0;} -.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group > .ant-input:not(:first-child):not(:last-child) {border-radius: 0;} -.ant-input-group .ant-input:focus {border-right-width: 1px;} -.ant-input-group .ant-input:hover {border-right-width: 1px;} -.ant-input-group-addon {color: @text-color;background-color: @background-color-light;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {background-color: inherit;border: 1px solid transparent;box-shadow: none;} -.ant-input-group-addon .ant-select-open .ant-select-selector, .ant-input-group-addon .ant-select-focused .ant-select-selector {color: @primary-color;} -.ant-input-group-addon .ant-cascader-picker {background-color: transparent;} -.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {border: 0;box-shadow: none;} -.ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector, .ant-input-group-addon:first-child .ant-select .ant-select-selector {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-group-addon:first-child {border-right: 0;} -.ant-input-group-addon:last-child {border-left: 0;} -.ant-input-group > .ant-input:last-child, .ant-input-group-addon:last-child {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector, .ant-input-group-addon:last-child .ant-select .ant-select-selector {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-group .ant-input-affix-wrapper:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -.ant-input-group .ant-input-affix-wrapper:not(:first-child), .ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child), .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child), .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {border-right-width: 1px;} -.ant-input-group.ant-input-group-compact > * {border-radius: 0;} -.ant-input-group.ant-input-group-compact > *:not(:last-child) {border-right-width: 1px;} -.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input, .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {border-right-width: 1px;border-radius: 0;} -.ant-input-group.ant-input-group-compact > *:first-child, .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -.ant-input-group.ant-input-group-compact > *:last-child, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {border-right-width: 1px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;} -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {border-radius: 0;} -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {border-radius: 0;} -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {border-radius: 2px 0 0 2px;} -.ant-input-group > .ant-input-rtl:first-child, .ant-input-group-rtl .ant-input-group-addon:first-child {border-radius: 0 2px 2px 0;} -.ant-input-group-rtl .ant-input-group-addon:first-child {border-right: 1px solid @border-color-base;border-left: 0;} -.ant-input-group-rtl .ant-input-group-addon:last-child {border-right: 0;border-left: 1px solid @border-color-base;} -.ant-input-group-rtl.ant-input-group > .ant-input:last-child, .ant-input-group-rtl.ant-input-group-addon:last-child {border-radius: 2px 0 0 2px;} -.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {border-radius: 2px 0 0 2px;} -.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {border-radius: 0 2px 2px 0;} -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {border-left-width: 1px;} -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {border-radius: 0 2px 2px 0;} -.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {border-left-width: 1px;border-radius: 2px 0 0 2px;} -.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {border-radius: 0 2px 2px 0;} -.ant-input-password-icon.anticon {color: @text-color-secondary;} -.ant-input-password-icon.anticon:hover {color: @input-icon-hover-color;} -.ant-input-textarea-show-count::after {color: @text-color-secondary;} -.ant-input-search .ant-input:hover, .ant-input-search .ant-input:focus {border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), .ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {border-left-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-input-search .ant-input-affix-wrapper {border-radius: 0;} -.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {border: 0;} -.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {border-radius: 0 2px 2px 0;} -.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {color: @text-color-secondary;} -.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {border: none;} -.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary), .ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);border-left-color: @border-color-base;} -.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover, .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {border-radius: 2px 0 0 2px;} -.ant-input-number-affix-wrapper {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-input-number-affix-wrapper::placeholder {color: @input-placeholder-color;} -.ant-input-number-affix-wrapper:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-input-number-affix-wrapper:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-input-number-affix-wrapper:focus, .ant-input-rtl .ant-input-number-affix-wrapper-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-number-affix-wrapper-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-number-affix-wrapper-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-number-affix-wrapper[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-number-affix-wrapper[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-number-affix-wrapper-borderless, .ant-input-number-affix-wrapper-borderless:hover, .ant-input-number-affix-wrapper-borderless:focus, .ant-input-number-affix-wrapper-borderless-focused, .ant-input-number-affix-wrapper-borderless-disabled, .ant-input-number-affix-wrapper-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {background: transparent;} -.ant-input-number-affix-wrapper > div.ant-input-number {border: none;} -.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {box-shadow: none !important;} -.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: @input-bg;border-color: #ff4d4f;} -.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-input-number-status-error .ant-input-number-prefix {color: #ff4d4f;} -.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: @input-bg;border-color: #faad14;} -.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-input-number-status-warning .ant-input-number-prefix {color: #faad14;} -.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: @input-bg;border-color: #ff4d4f;} -.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {color: #ff4d4f;} -.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: @input-bg;border-color: #faad14;} -.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {color: #faad14;} -.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {color: #ff4d4f;border-color: #ff4d4f;} -.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {color: #faad14;border-color: #faad14;} -.ant-input-number {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-input-number::placeholder {color: @input-placeholder-color;} -.ant-input-number:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-input-number:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-number:focus, .ant-input-number-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-input-number:focus, .ant-input-rtl .ant-input-number-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-number-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-number-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-number[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-number[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-number-borderless, .ant-input-number-borderless:hover, .ant-input-number-borderless:focus, .ant-input-number-borderless-focused, .ant-input-number-borderless-disabled, .ant-input-number-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-input-number-group {color: @text-color;border-collapse: separate;border-spacing: 0;} -.ant-input-number-group-addon:not(:first-child):not(:last-child), .ant-input-number-group-wrap:not(:first-child):not(:last-child), .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {border-radius: 0;} -.ant-input-number-group .ant-input-number:focus {border-right-width: 1px;} -.ant-input-number-group .ant-input-number:hover {border-right-width: 1px;} -.ant-input-number-group-addon {color: @text-color;background-color: @background-color-light;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {background-color: inherit;border: 1px solid transparent;box-shadow: none;} -.ant-input-number-group-addon .ant-select-open .ant-select-selector, .ant-input-number-group-addon .ant-select-focused .ant-select-selector {color: @primary-color;} -.ant-input-number-group-addon .ant-cascader-picker {background-color: transparent;} -.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {border: 0;box-shadow: none;} -.ant-input-number-group > .ant-input-number:first-child, .ant-input-number-group-addon:first-child {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector, .ant-input-number-group-addon:first-child .ant-select .ant-select-selector {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-number-group-addon:first-child {border-right: 0;} -.ant-input-number-group-addon:last-child {border-left: 0;} -.ant-input-number-group > .ant-input-number:last-child, .ant-input-number-group-addon:last-child {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector, .ant-input-number-group-addon:last-child .ant-select .ant-select-selector {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;} -.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child), .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;} -.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child), .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child), .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {border-right-width: 1px;} -.ant-input-number-group.ant-input-number-group-compact > * {border-radius: 0;} -.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {border-right-width: 1px;} -.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector, .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input, .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input, .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {border-right-width: 1px;border-radius: 0;} -.ant-input-number-group.ant-input-number-group-compact > *:first-child, .ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector, .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {border-top-left-radius: 2px;border-bottom-left-radius: 2px;} -.ant-input-number-group.ant-input-number-group-compact > *:last-child, .ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector, .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {border-right-width: 1px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;} -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {border-radius: 0;} -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {border-radius: 0;} -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {border-radius: 2px 0 0 2px;} -.ant-input-number-group > .ant-input-number-rtl:first-child, .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {border-radius: 0 2px 2px 0;} -.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {border-right: 1px solid @border-color-base;border-left: 0;} -.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {border-right: 0;border-left: 1px solid @border-color-base;} -.ant-input-number-group-rtl.ant-input-number-group > .ant-input-number:last-child, .ant-input-number-group-rtl.ant-input-number-group-addon:last-child {border-radius: 2px 0 0 2px;} -.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {border-radius: 2px 0 0 2px;} -.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {border-radius: 0 2px 2px 0;} -.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {border-left-width: 1px;} -.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:first-child, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {border-radius: 0 2px 2px 0;} -.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:last-child, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:last-child .ant-input, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input, .ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {border-left-width: 1px;border-radius: 2px 0 0 2px;} -.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {border-radius: 0 2px 2px 0;} -.ant-input-number-handler {color: @text-color-secondary;border-left: 1px solid @border-color-base;} -.ant-input-number-handler:active {background: @input-number-handler-active-bg;} -.ant-input-number-handler:hover .ant-input-number-handler-up-inner, .ant-input-number-handler:hover .ant-input-number-handler-down-inner {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-input-number-handler-up-inner, .ant-input-number-handler-down-inner {color: inherit;color: @text-color-secondary;} -.ant-input-number:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-number-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-input-number-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-input-number-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-input-number-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-input-number-input {background-color: transparent;border: 0;border-radius: 2px;} -.ant-input-number-input::placeholder {color: @input-placeholder-color;} -.ant-input-number-handler-wrap {background: @component-background;border-radius: 0 2px 2px 0;} -.ant-input-number-borderless .ant-input-number-handler-wrap {border-left-width: 0;} -.ant-input-number-handler-up {border-top-right-radius: 2px;} -.ant-input-number-handler-down {border-top: 1px solid @border-color-base;border-bottom-right-radius: 2px;} -.ant-input-number-borderless .ant-input-number-handler-down {border-top-width: 0;} -.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner, .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {color: @disabled-color;} -.ant-input-number-borderless {box-shadow: none;} -.ant-input-number-out-of-range input {color: #ff4d4f;} -.ant-input-number-rtl .ant-input-number-handler {border-right: 1px solid @border-color-base;border-left: 0;} -.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {border-right-width: 0;} -.ant-input-number-rtl .ant-input-number-handler-up {border-top-right-radius: 0;} -.ant-input-number-rtl .ant-input-number-handler-down {border-bottom-right-radius: 0;} -.ant-layout {background: @layout-body-background;} -.ant-layout-header {color: @text-color;background: @layout-header-background;} -.ant-layout-footer {color: @text-color;background: @layout-body-background;} -.ant-layout-sider {background: @layout-header-background;} -.ant-layout-sider-trigger {color: #fff;background: @layout-trigger-background;} -.ant-layout-sider-zero-width-trigger {color: #fff;background: @layout-header-background;border-radius: 0 2px 2px 0;} -.ant-layout-sider-zero-width-trigger::after {background: transparent;} -.ant-layout-sider-zero-width-trigger:hover::after {background: rgba(255, 255, 255, 0.1);} -.ant-layout-sider-zero-width-trigger-right {border-radius: 2px 0 0 2px;} -.ant-layout-sider-light {background: #fff;} -.ant-layout-sider-light .ant-layout-sider-trigger {color: @text-color;background: #fff;} -.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {color: @text-color;background: #fff;} -.ant-list {color: @text-color;} -.ant-list-empty-text {color: @disabled-color;} -.ant-list-item {color: @text-color;} -.ant-list-item-meta-content {color: @text-color;} -.ant-list-item-meta-title {color: @text-color;} -.ant-list-item-meta-title > a {color: @text-color;} -.ant-list-item-meta-title > a:hover {color: @primary-color;} -.ant-list-item-meta-description {color: @text-color-secondary;} -.ant-list-item-action > li {color: @text-color-secondary;} -.ant-list-item-action-split {background-color: @border-color-split;} -.ant-list-header {background: transparent;} -.ant-list-footer {background: transparent;} -.ant-list-empty {color: @text-color-secondary;} -.ant-list-split .ant-list-item {border-bottom: 1px solid @border-color-split;} -.ant-list-split .ant-list-item:last-child {border-bottom: none;} -.ant-list-split .ant-list-header {border-bottom: 1px solid @border-color-split;} -.ant-list-split.ant-list-empty .ant-list-footer {border-top: 1px solid @border-color-split;} -.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {border-bottom: 1px solid @border-color-split;} -.ant-list-vertical .ant-list-item-meta-title {color: @heading-color;} -.ant-list-grid .ant-col > .ant-list-item {border-bottom: none;} -.ant-list-bordered {border: 1px solid @border-color-base;border-radius: 2px;} -.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: @input-bg;border-color: #ff4d4f;} -.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-mentions-status-error .ant-input-prefix {color: #ff4d4f;} -.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: @input-bg;border-color: #faad14;} -.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-mentions-status-warning .ant-input-prefix {color: #faad14;} -.ant-mentions {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-mentions::placeholder {color: @input-placeholder-color;} -.ant-mentions:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-mentions:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-mentions:focus, .ant-mentions-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-mentions:focus, .ant-input-rtl .ant-mentions-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-mentions-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-mentions-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-mentions[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-mentions[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-mentions-borderless, .ant-mentions-borderless:hover, .ant-mentions-borderless:focus, .ant-mentions-borderless-focused, .ant-mentions-borderless-disabled, .ant-mentions-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-mentions-disabled > textarea {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-mentions-disabled > textarea:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-mentions-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-mentions-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-mentions > textarea {border: none;} -.ant-mentions > textarea::placeholder {color: @input-placeholder-color;} -.ant-mentions-measure {color: transparent;} -.ant-mentions-dropdown {color: @text-color;background-color: @mentions-dropdown-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-mentions-dropdown-menu-item {color: @text-color;} -.ant-mentions-dropdown-menu-item:hover {background-color: @item-hover-bg;} -.ant-mentions-dropdown-menu-item:first-child {border-radius: 2px 2px 0 0;} -.ant-mentions-dropdown-menu-item:last-child {border-radius: 0 0 2px 2px;} -.ant-mentions-dropdown-menu-item-disabled {color: @disabled-color;} -.ant-mentions-dropdown-menu-item-disabled:hover {color: @disabled-color;background-color: @mentions-dropdown-bg;} -.ant-mentions-dropdown-menu-item-selected {color: @text-color;background-color: @background-color-light;} -.ant-mentions-dropdown-menu-item-active {background-color: @item-hover-bg;} -.ant-menu-item-danger.ant-menu-item {color: #ff4d4f;} -.ant-menu-item-danger.ant-menu-item:hover, .ant-menu-item-danger.ant-menu-item-active {color: #ff4d4f;} -.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{segmented-hover-bg}", 1)`);} -.ant-menu-item-danger.ant-menu-item-selected {color: #ff4d4f;} -.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: #ff4d4f;} -.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{segmented-hover-bg}", 1)`);} -.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: #ff4d4f;} -.ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: #ff4d4f;} -.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: #ff4d4f;} -.ant-menu {color: @text-color;background: @component-background;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-menu.ant-menu-root:focus-visible {box-shadow: 0 0 0 2px color(~`colorPalette("@{primary-color}", 2)`);} -.ant-menu-item-group-title {color: @text-color-secondary;} -.ant-menu-submenu-selected {color: @primary-color;} -.ant-menu-item:active, .ant-menu-submenu-title:active {background: color(~`colorPalette("@{primary-color}", 1)`);} -.ant-menu-item a {color: @text-color;} -.ant-menu-item a:hover {color: @primary-color;} -.ant-menu-item a::before {background-color: transparent;} -.ant-menu-item > .ant-badge a {color: @text-color;} -.ant-menu-item > .ant-badge a:hover {color: @primary-color;} -.ant-menu-item-divider {border-color: @border-color-split;border-style: solid;border-width: 1px 0 0;} -.ant-menu-item-divider-dashed {border-style: dashed;} -.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {background-color: transparent;} -.ant-menu-item-selected {color: @primary-color;} -.ant-menu-item-selected a, .ant-menu-item-selected a:hover {color: @primary-color;} -.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {background-color: color(~`colorPalette("@{primary-color}", 1)`);} -.ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {border-right: 1px solid @border-color-split;} -.ant-menu-vertical-right {border-left: 1px solid @border-color-split;} -.ant-menu-vertical.ant-menu-sub, .ant-menu-vertical-left.ant-menu-sub, .ant-menu-vertical-right.ant-menu-sub {border-right: 0;} -.ant-menu-vertical.ant-menu-sub .ant-menu-item, .ant-menu-vertical-left.ant-menu-sub .ant-menu-item, .ant-menu-vertical-right.ant-menu-sub .ant-menu-item {border-right: 0;} -.ant-menu-vertical.ant-menu-sub .ant-menu-item::after, .ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after, .ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {border-right: 0;} -.ant-menu-item:focus-visible, .ant-menu-submenu-title:focus-visible {box-shadow: 0 0 0 2px color(~`colorPalette("@{primary-color}", 2)`);} -.ant-menu-submenu-popup {background: transparent;border-radius: 2px;box-shadow: none;} -.ant-menu-submenu > .ant-menu {background-color: @component-background;border-radius: 2px;} -.ant-menu-submenu-popup > .ant-menu {background-color: @menu-popup-bg;} -.ant-menu-submenu-expand-icon, .ant-menu-submenu-arrow {color: @text-color;} -.ant-menu-submenu-arrow::before, .ant-menu-submenu-arrow::after {background-color: currentcolor;border-radius: 2px;} -.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon, .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {color: @primary-color;} -.ant-menu-vertical .ant-menu-submenu-selected, .ant-menu-vertical-left .ant-menu-submenu-selected, .ant-menu-vertical-right .ant-menu-submenu-selected {color: @primary-color;} -.ant-menu-horizontal {border: 0;border-bottom: 1px solid @border-color-split;box-shadow: none;} -.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {color: @primary-color;} -.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {border-bottom: 2px solid @primary-color;} -.ant-menu-horizontal > .ant-menu-item::after, .ant-menu-horizontal > .ant-menu-submenu::after {border-bottom: 2px solid transparent;} -.ant-menu-horizontal > .ant-menu-item a {color: @text-color;} -.ant-menu-horizontal > .ant-menu-item a:hover {color: @primary-color;} -.ant-menu-horizontal > .ant-menu-item-selected a {color: @primary-color;} -.ant-menu-vertical .ant-menu-item::after, .ant-menu-vertical-left .ant-menu-item::after, .ant-menu-vertical-right .ant-menu-item::after, .ant-menu-inline .ant-menu-item::after {border-right: 3px solid @primary-color;} -.ant-menu.ant-menu-inline-collapsed-tooltip a {color: rgba(255, 255, 255, 0.85);} -.ant-menu-root.ant-menu-vertical, .ant-menu-root.ant-menu-vertical-left, .ant-menu-root.ant-menu-vertical-right, .ant-menu-root.ant-menu-inline {box-shadow: none;} -.ant-menu-sub.ant-menu-inline {background: @background-color-light;border: 0;border-radius: 0;box-shadow: none;} -.ant-menu-item-disabled, .ant-menu-submenu-disabled {color: @disabled-color !important;background: none;} -.ant-menu-item-disabled::after, .ant-menu-submenu-disabled::after {border-color: transparent !important;} -.ant-menu-item-disabled a, .ant-menu-submenu-disabled a {color: @disabled-color !important;} -.ant-menu-item-disabled > .ant-menu-submenu-title, .ant-menu-submenu-disabled > .ant-menu-submenu-title {color: @disabled-color !important;} -.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {background: @disabled-color !important;} -.ant-menu-inline-collapsed-tooltip a, .ant-menu-inline-collapsed-tooltip a:hover {color: #fff;} -.ant-menu-light .ant-menu-item:hover, .ant-menu-light .ant-menu-item-active, .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-light .ant-menu-submenu-active, .ant-menu-light .ant-menu-submenu-title:hover {color: @primary-color;} -.ant-menu.ant-menu-root:focus-visible {box-shadow: 0 0 0 2px color(~`colorPalette("@{primary-color}", 7)`);} -.ant-menu-dark .ant-menu-item:focus-visible, .ant-menu-dark .ant-menu-submenu-title:focus-visible {box-shadow: 0 0 0 2px color(~`colorPalette("@{primary-color}", 7)`);} -.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub {color: rgba(255, 255, 255, 0.65);background: @menu-dark-bg;} -.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before, .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {background: #fff;} -.ant-menu-dark.ant-menu-submenu-popup {background: transparent;} -.ant-menu-dark .ant-menu-inline.ant-menu-sub {background: @menu-dark-inline-submenu-bg;} -.ant-menu-dark.ant-menu-horizontal {border-bottom: 0;} -.ant-menu-dark.ant-menu-horizontal > .ant-menu-item, .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {border-color: @menu-dark-bg;border-bottom: 0;} -.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {background-color: @primary-color;} -.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a, .ant-menu-dark .ant-menu-item > span > a {color: rgba(255, 255, 255, 0.65);} -.ant-menu-dark.ant-menu-inline, .ant-menu-dark.ant-menu-vertical, .ant-menu-dark.ant-menu-vertical-left, .ant-menu-dark.ant-menu-vertical-right {border-right: 0;} -.ant-menu-dark.ant-menu-inline .ant-menu-item, .ant-menu-dark.ant-menu-vertical .ant-menu-item, .ant-menu-dark.ant-menu-vertical-left .ant-menu-item, .ant-menu-dark.ant-menu-vertical-right .ant-menu-item {border-right: 0;} -.ant-menu-dark.ant-menu-inline .ant-menu-item::after, .ant-menu-dark.ant-menu-vertical .ant-menu-item::after, .ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after, .ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {border-right: 0;} -.ant-menu-dark .ant-menu-item:hover, .ant-menu-dark .ant-menu-item-active, .ant-menu-dark .ant-menu-submenu-active, .ant-menu-dark .ant-menu-submenu-open, .ant-menu-dark .ant-menu-submenu-selected, .ant-menu-dark .ant-menu-submenu-title:hover {color: #fff;background-color: transparent;} -.ant-menu-dark .ant-menu-item:hover > a, .ant-menu-dark .ant-menu-item-active > a, .ant-menu-dark .ant-menu-submenu-active > a, .ant-menu-dark .ant-menu-submenu-open > a, .ant-menu-dark .ant-menu-submenu-selected > a, .ant-menu-dark .ant-menu-submenu-title:hover > a, .ant-menu-dark .ant-menu-item:hover > span > a, .ant-menu-dark .ant-menu-item-active > span > a, .ant-menu-dark .ant-menu-submenu-active > span > a, .ant-menu-dark .ant-menu-submenu-open > span > a, .ant-menu-dark .ant-menu-submenu-selected > span > a, .ant-menu-dark .ant-menu-submenu-title:hover > span > a {color: #fff;} -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {background: #fff;} -.ant-menu-dark .ant-menu-item:hover {background-color: transparent;} -.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {background-color: @primary-color;} -.ant-menu-dark .ant-menu-item-selected {color: #fff;border-right: 0;} -.ant-menu-dark .ant-menu-item-selected::after {border-right: 0;} -.ant-menu-dark .ant-menu-item-selected > a, .ant-menu-dark .ant-menu-item-selected > span > a, .ant-menu-dark .ant-menu-item-selected > a:hover, .ant-menu-dark .ant-menu-item-selected > span > a:hover {color: #fff;} -.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon, .ant-menu-dark .ant-menu-item-selected .anticon {color: #fff;} -.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span, .ant-menu-dark .ant-menu-item-selected .anticon + span {color: #fff;} -.ant-menu.ant-menu-dark .ant-menu-item-selected, .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {background-color: @primary-color;} -.ant-menu-dark .ant-menu-item-disabled, .ant-menu-dark .ant-menu-submenu-disabled, .ant-menu-dark .ant-menu-item-disabled > a, .ant-menu-dark .ant-menu-submenu-disabled > a, .ant-menu-dark .ant-menu-item-disabled > span > a, .ant-menu-dark .ant-menu-submenu-disabled > span > a {color: @disabled-color-dark !important;} -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {color: @disabled-color-dark !important;} -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {background: @disabled-color-dark !important;} -.ant-menu-rtl.ant-menu-inline, .ant-menu-rtl.ant-menu-vertical {border-right: none;border-left: 1px solid @border-color-split;} -.ant-menu-rtl.ant-menu-dark.ant-menu-inline, .ant-menu-rtl.ant-menu-dark.ant-menu-vertical {border-left: none;} -.ant-menu-sub.ant-menu-inline {border: 0;} -.ant-message {color: @text-color;} -.ant-message-notice-content {background: @message-notice-content-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-message-success .anticon {color: #52c41a;} -.ant-message-error .anticon {color: #ff4d4f;} -.ant-message-warning .anticon {color: #faad14;} -.ant-message-info .anticon, .ant-message-loading .anticon {color: @primary-color;} -.ant-modal {color: @text-color;} -.ant-modal-mask {background-color: rgba(0, 0, 0, 0.45);} -.ant-modal-title {color: @heading-color;} -.ant-modal-content {background-color: @modal-content-bg;background-clip: padding-box;border: 0;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-modal-close {color: @text-color-secondary;background: transparent;border: 0;} -.ant-modal-close:focus, .ant-modal-close:hover {color: @icon-color-hover;} -.ant-modal-header {color: @text-color;background: @modal-header-bg;border-bottom: 1px solid @modal-header-border-color-split;border-radius: 2px 2px 0 0;} -.ant-modal-footer {background: transparent;border-top: 1px solid @modal-footer-border-color-split;border-radius: 0 0 2px 2px;} -.ant-modal-confirm-body .ant-modal-confirm-title {color: @heading-color;} -.ant-modal-confirm-body .ant-modal-confirm-content {color: @text-color;} -.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {color: #ff4d4f;} -.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon, .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {color: #faad14;} -.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {color: @primary-color;} -.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {color: #52c41a;} -.ant-notification {color: @text-color;} -.ant-notification-notice {background: @notification-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-notification-notice-message {color: @heading-color;} -.ant-notification-notice-message-single-line-auto-margin {background-color: transparent;} -.anticon.ant-notification-notice-icon-success {color: #52c41a;} -.anticon.ant-notification-notice-icon-info {color: @primary-color;} -.anticon.ant-notification-notice-icon-warning {color: #faad14;} -.anticon.ant-notification-notice-icon-error {color: #ff4d4f;} -.ant-notification-notice-close {color: @text-color-secondary;} -.ant-notification-notice-close:hover {color: shade(@text-color-secondary, 40%);} -.ant-notification .notification-fade-effect {animation-fill-mode: both;} -.ant-notification-fade-enter, .ant-notification-fade-appear {animation-fill-mode: both;} -.ant-notification-fade-leave {animation-fill-mode: both;} -.ant-page-header {color: @text-color;background-color: @component-background;} -.ant-page-header-ghost {background-color: inherit;} -.ant-page-header-back-button {color: @link-color;color: @page-header-back-color;} -.ant-page-header-back-button:focus, .ant-page-header-back-button:hover {color: @link-hover-color;} -.ant-page-header-back-button:active {color: @link-active-color;} -.ant-page-header-heading-title {color: @heading-color;} -.ant-page-header-heading-sub-title {color: @text-color-secondary;} -.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {border: none;} -.ant-pagination {color: @text-color;} -.ant-pagination-item {background-color: @pagination-item-bg;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-pagination-item a {color: @text-color;} -.ant-pagination-item:hover {border-color: @primary-color;} -.ant-pagination-item:hover a {color: @primary-color;} -.ant-pagination-item:focus-visible {border-color: @primary-color;} -.ant-pagination-item:focus-visible a {color: @primary-color;} -.ant-pagination-item-active {background: @pagination-item-bg-active;border-color: @primary-color;} -.ant-pagination-item-active a {color: @primary-color;} -.ant-pagination-item-active:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-pagination-item-active:focus-visible {border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-pagination-item-active:hover a {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-pagination-item-active:focus-visible a {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {color: @primary-color;} -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {color: @disabled-color;} -.ant-pagination-prev, .ant-pagination-next, .ant-pagination-jump-prev, .ant-pagination-jump-next {color: @text-color;border-radius: 2px;} -.ant-pagination-prev button, .ant-pagination-next button {color: @text-color;} -.ant-pagination-prev:hover button, .ant-pagination-next:hover button {border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {background-color: @pagination-item-link-bg;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-pagination-prev:focus-visible .ant-pagination-item-link, .ant-pagination-next:focus-visible .ant-pagination-item-link {color: @primary-color;border-color: @primary-color;} -.ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link {color: @primary-color;border-color: @primary-color;} -.ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link {color: @disabled-color;border-color: @border-color-base;} -.ant-pagination-disabled:focus-visible .ant-pagination-item-link {color: @disabled-color;border-color: @border-color-base;} -.ant-pagination-options-quick-jumper input {color: @text-color;background-color: @input-bg;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-pagination-options-quick-jumper input::placeholder {color: @input-placeholder-color;} -.ant-pagination-options-quick-jumper input:hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-pagination-options-quick-jumper input:focus, .ant-input-rtl .ant-pagination-options-quick-jumper input-focused {border-right-width: 0;border-left-width: 1px !important;} -.ant-pagination-options-quick-jumper input-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-pagination-options-quick-jumper input-disabled:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-pagination-options-quick-jumper input[disabled] {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;box-shadow: none;} -.ant-pagination-options-quick-jumper input[disabled]:hover {border-color: @border-color-base;border-right-width: 1px;} -.ant-pagination-options-quick-jumper input-borderless, .ant-pagination-options-quick-jumper input-borderless:hover, .ant-pagination-options-quick-jumper input-borderless:focus, .ant-pagination-options-quick-jumper input-borderless-focused, .ant-pagination-options-quick-jumper input-borderless-disabled, .ant-pagination-options-quick-jumper input-borderless[disabled] {background-color: transparent;border: none;box-shadow: none;} -.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link, .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {background-color: transparent;border: 0;} -.ant-pagination-simple .ant-pagination-simple-pager input {background-color: @pagination-item-input-bg;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-pagination-simple .ant-pagination-simple-pager input:hover {border-color: @primary-color;} -.ant-pagination-simple .ant-pagination-simple-pager input:focus {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);} -.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {color: @disabled-color;background: @disabled-bg;border-color: @border-color-base;} -.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {background: transparent;border-color: transparent;} -.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {background: transparent;border-color: transparent;} -.ant-pagination.ant-pagination-disabled .ant-pagination-item {background: @disabled-bg;border-color: @border-color-base;} -.ant-pagination.ant-pagination-disabled .ant-pagination-item a {color: @disabled-color;background: transparent;border: none;} -.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {background: @pagination-item-disabled-bg-active;} -.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {color: @pagination-item-disabled-color-active;} -.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {color: @disabled-color;background: @disabled-bg;border-color: @border-color-base;} -.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {background: transparent;} -.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {color: @disabled-color;} -.ant-popover {color: @text-color;} -.ant-popover::after {background: rgba(255, 255, 255, 0.01);} -.ant-popover-inner {background-color: @popover-bg;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);box-shadow: 0 0 8px @shadow-color ;} -.ant-popover-title {color: @heading-color;border-bottom: 1px solid @border-color-split;} -.ant-popover-inner-content {color: @text-color;} -.ant-popover-message {color: @text-color;} -.ant-popover-message > .anticon {color: #faad14;} -.ant-popover-arrow {background: transparent;} -.ant-popover-arrow-content {background-color: @popover-bg;border-radius: 0 0 2px;} -.ant-popover-arrow-content::before {background: @popover-bg;background-repeat: no-repeat;background-position: -10px -10px;} -.ant-popover-placement-top .ant-popover-arrow-content, .ant-popover-placement-topLeft .ant-popover-arrow-content, .ant-popover-placement-topRight .ant-popover-arrow-content {box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);} -.ant-popover-placement-right .ant-popover-arrow-content, .ant-popover-placement-rightTop .ant-popover-arrow-content, .ant-popover-placement-rightBottom .ant-popover-arrow-content {box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);} -.ant-popover-placement-bottom .ant-popover-arrow-content, .ant-popover-placement-bottomLeft .ant-popover-arrow-content, .ant-popover-placement-bottomRight .ant-popover-arrow-content {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);} -.ant-popover-placement-left .ant-popover-arrow-content, .ant-popover-placement-leftTop .ant-popover-arrow-content, .ant-popover-placement-leftBottom .ant-popover-arrow-content {box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);} -.ant-popover-pink .ant-popover-inner {background-color: #eb2f96;} -.ant-popover-pink .ant-popover-arrow-content {background-color: #eb2f96;} -.ant-popover-magenta .ant-popover-inner {background-color: #eb2f96;} -.ant-popover-magenta .ant-popover-arrow-content {background-color: #eb2f96;} -.ant-popover-red .ant-popover-inner {background-color: #f5222d;} -.ant-popover-red .ant-popover-arrow-content {background-color: #f5222d;} -.ant-popover-volcano .ant-popover-inner {background-color: #fa541c;} -.ant-popover-volcano .ant-popover-arrow-content {background-color: #fa541c;} -.ant-popover-orange .ant-popover-inner {background-color: #fa8c16;} -.ant-popover-orange .ant-popover-arrow-content {background-color: #fa8c16;} -.ant-popover-yellow .ant-popover-inner {background-color: #fadb14;} -.ant-popover-yellow .ant-popover-arrow-content {background-color: #fadb14;} -.ant-popover-gold .ant-popover-inner {background-color: #faad14;} -.ant-popover-gold .ant-popover-arrow-content {background-color: #faad14;} -.ant-popover-cyan .ant-popover-inner {background-color: #13c2c2;} -.ant-popover-cyan .ant-popover-arrow-content {background-color: #13c2c2;} -.ant-popover-lime .ant-popover-inner {background-color: #a0d911;} -.ant-popover-lime .ant-popover-arrow-content {background-color: #a0d911;} -.ant-popover-green .ant-popover-inner {background-color: #52c41a;} -.ant-popover-green .ant-popover-arrow-content {background-color: #52c41a;} -.ant-popover-blue .ant-popover-inner {background-color: #1890ff;} -.ant-popover-blue .ant-popover-arrow-content {background-color: #1890ff;} -.ant-popover-geekblue .ant-popover-inner {background-color: #2f54eb;} -.ant-popover-geekblue .ant-popover-arrow-content {background-color: #2f54eb;} -.ant-popover-purple .ant-popover-inner {background-color: #722ed1;} -.ant-popover-purple .ant-popover-arrow-content {background-color: #722ed1;} -.ant-progress {color: @text-color;} -.ant-progress-steps-item {background: @progress-steps-item-bg;} -.ant-progress-steps-item-active {background: @processing-color;} -.ant-progress-inner {background-color: @background-color-base;border-radius: 100px;} -.ant-progress-circle-trail {stroke: @background-color-base;} -.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {stroke: @processing-color;} -.ant-progress-success-bg, .ant-progress-bg {background-color: @processing-color;border-radius: 100px;} -.ant-progress-success-bg {background-color: #52c41a;} -.ant-progress-text {color: @text-color;} -.ant-progress-status-active .ant-progress-bg::before {background: @component-background;border-radius: 10px;} -.ant-progress-status-exception .ant-progress-bg {background-color: #ff4d4f;} -.ant-progress-status-exception .ant-progress-text {color: #ff4d4f;} -.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {stroke: #ff4d4f;} -.ant-progress-status-success .ant-progress-bg {background-color: #52c41a;} -.ant-progress-status-success .ant-progress-text {color: #52c41a;} -.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {stroke: #52c41a;} -.ant-progress-circle .ant-progress-inner {background-color: transparent;} -.ant-progress-circle .ant-progress-text {color: @text-color;} -.ant-progress-circle.ant-progress-status-exception .ant-progress-text {color: #ff4d4f;} -.ant-progress-circle.ant-progress-status-success .ant-progress-text {color: #52c41a;} -.ant-radio-group {color: @text-color;} -.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {border-left: none;} -.ant-radio-wrapper {color: @text-color;} -.ant-radio {color: @text-color;} -.ant-radio-wrapper:hover .ant-radio, .ant-radio:hover .ant-radio-inner, .ant-radio-input:focus + .ant-radio-inner {border-color: @primary-color;} -.ant-radio-input:focus + .ant-radio-inner {box-shadow: 0 0 0 3px color(~`colorPalette("@{primary-color}", 1)`);} -.ant-radio-checked::after {border: 1px solid @primary-color;border-radius: 50%;animation-fill-mode: both;} -.ant-radio-inner {background-color: @btn-default-bg;border-color: @border-color-base;border-style: solid;border-width: 1px;border-radius: 50%;} -.ant-radio-inner::after {background-color: @primary-color;border-top: 0;border-left: 0;border-radius: 16px;} -.ant-radio-checked .ant-radio-inner {border-color: @primary-color;} -.ant-radio-disabled .ant-radio-inner {background-color: @disabled-bg;border-color: @border-color-base !important;} -.ant-radio-disabled .ant-radio-inner::after {background-color: @radio-dot-disabled-color;} -.ant-radio-disabled + span {color: @disabled-color;} -.ant-radio-button-wrapper {color: @text-color;background: @btn-default-bg;border: 1px solid @border-color-base;border-top-width: 1.02px;border-left-width: 0;} -.ant-radio-button-wrapper a {color: @text-color;} -.ant-radio-button-wrapper:not(:first-child)::before {background-color: @border-color-base;} -.ant-radio-button-wrapper:first-child {border-left: 1px solid @border-color-base;border-radius: 2px 0 0 2px;} -.ant-radio-button-wrapper:last-child {border-radius: 0 2px 2px 0;} -.ant-radio-button-wrapper:first-child:last-child {border-radius: 2px;} -.ant-radio-button-wrapper:hover {color: @primary-color;} -.ant-radio-button-wrapper:focus-within {box-shadow: 0 0 0 3px color(~`colorPalette("@{primary-color}", 1)`);} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {color: @primary-color;background: @btn-default-bg;border-color: @primary-color;} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {background-color: @primary-color;} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {border-color: @primary-color;} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {color: color(~`colorPalette("@{primary-color}", 5)`);border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {background-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {color: color(~`colorPalette("@{primary-color}", 7)`);border-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {background-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {box-shadow: 0 0 0 3px color(~`colorPalette("@{primary-color}", 1)`);} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {color: @radio-solid-checked-color;background: @primary-color;border-color: @primary-color;} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {color: @radio-solid-checked-color;background: color(~`colorPalette("@{primary-color}", 5)`);border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {color: @radio-solid-checked-color;background: color(~`colorPalette("@{primary-color}", 7)`);border-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {box-shadow: 0 0 0 3px color(~`colorPalette("@{primary-color}", 1)`);} -.ant-radio-button-wrapper-disabled {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;} -.ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover {color: @disabled-color;background-color: @disabled-bg;border-color: @border-color-base;} -.ant-radio-button-wrapper-disabled:first-child {border-left-color: @border-color-base;} -.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {color: @radio-disabled-button-checked-color;background-color: @radio-disabled-button-checked-bg;border-color: @border-color-base;box-shadow: none;} -.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {border-right-width: 0;border-left-width: 1px;} -.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {border-right: 1px solid @border-color-base;border-radius: 0 2px 2px 0;} -.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {border-right-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {border-radius: 2px 0 0 2px;} -.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {border-right-color: @border-color-base;} -.ant-rate {color: @text-color;color: #fadb14;} -.ant-rate-star {color: inherit;} -.ant-rate-star-first, .ant-rate-star-second {color: @rate-star-bg;} -.ant-rate-star-half .ant-rate-star-first, .ant-rate-star-full .ant-rate-star-second {color: inherit;} -.ant-result-success .ant-result-icon > .anticon {color: #52c41a;} -.ant-result-error .ant-result-icon > .anticon {color: #ff4d4f;} -.ant-result-info .ant-result-icon > .anticon {color: @primary-color;} -.ant-result-warning .ant-result-icon > .anticon {color: #faad14;} -.ant-result-title {color: @heading-color;} -.ant-result-subtitle {color: @text-color-secondary;} -.ant-result-content {background-color: @background-color-light;} -.segmented-disabled-item, .segmented-disabled-item:hover, .segmented-disabled-item:focus {color: @disabled-color;} -.segmented-item-selected {background-color: #fff;border-radius: 2px;box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);} -.ant-segmented {color: @text-color;color: @segmented-label-color;background-color: @segmented-bg;border-radius: 2px;} -.ant-segmented:not(.ant-segmented-disabled):hover, .ant-segmented:not(.ant-segmented-disabled):focus {background-color: @segmented-hover-bg;} -.ant-segmented-item-selected {background-color: #fff;border-radius: 2px;box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);color: @segmented-label-hover-color;} -.ant-segmented-item:hover, .ant-segmented-item:focus {color: @segmented-label-hover-color;} -.ant-segmented-item-disabled, .ant-segmented-item-disabled:hover, .ant-segmented-item-disabled:focus {color: @disabled-color;} -.ant-segmented-thumb {background-color: #fff;border-radius: 2px;box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);} -.ant-select-single.ant-select-open .ant-select-selection-item {color: @input-placeholder-color;} -.ant-select-disabled.ant-select-multiple .ant-select-selector {background: @select-multiple-disabled-background;} -.ant-select-multiple .ant-select-selection-item {background: @select-selection-item-bg;border: 1px solid @select-selection-item-border-color;border-radius: 2px;} -.ant-select-disabled.ant-select-multiple .ant-select-selection-item {color: @select-multiple-item-disabled-color;border-color: @select-multiple-item-disabled-border-color;} -.ant-select-multiple .ant-select-selection-item-remove {color: inherit;color: @text-color-secondary;} -.ant-select-multiple .ant-select-selection-item-remove:hover {color: @icon-color-hover;} -.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {background-color: @select-background;border-color: #ff4d4f !important;} -.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: #ff7875;box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);border-right-width: 1px;} -.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {background-color: @input-bg;border-color: #faad14 !important;} -.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {border-color: #ffc53d;box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);border-right-width: 1px;} -.ant-select {color: @text-color;} -.ant-select:not(.ant-select-customize-input) .ant-select-selector {background-color: @select-background;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-right-width: 0;border-left-width: 1px !important;} -.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {color: @disabled-color;background: @disabled-bg;} -.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {background: @select-multiple-disabled-background;} -.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {background: transparent;border: none;} -.ant-select:not(.ant-select-disabled):hover .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {border-right-width: 0;border-left-width: 1px !important;} -.ant-select-selection-placeholder {color: @input-placeholder-color;} -.ant-select-arrow {color: inherit;color: @disabled-color;} -.ant-select-clear {color: @disabled-color;background: @select-clear-background;} -.ant-select-clear:hover {color: @text-color-secondary;} -.ant-select-dropdown {color: @text-color;background-color: @select-dropdown-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-select-dropdown-empty {color: @disabled-color;} -.ant-select-item-empty {color: @text-color;color: @disabled-color;} -.ant-select-item {color: @text-color;} -.ant-select-item-group {color: @text-color-secondary;} -.ant-select-item-option-active:not(.ant-select-item-option-disabled) {background-color: @item-hover-bg;} -.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {color: @text-color;background-color: @select-item-selected-bg;} -.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {color: @primary-color;} -.ant-select-item-option-disabled {color: @disabled-color;} -.ant-select-item-option-disabled.ant-select-item-option-selected {background-color: @select-multiple-disabled-background;} -.ant-select-borderless .ant-select-selector {background-color: transparent !important;border-color: transparent !important;box-shadow: none !important;} -.ant-skeleton-header .ant-skeleton-avatar {background: @skeleton-color;} -.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {border-radius: 50%;} -.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {border-radius: 50%;} -.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {border-radius: 50%;} -.ant-skeleton-content .ant-skeleton-title {background: @skeleton-color;border-radius: 4px;} -.ant-skeleton-content .ant-skeleton-paragraph > li {background: @skeleton-color;border-radius: 4px;} -.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title, .ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {border-radius: 100px;} -.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {background: linear-gradient(90deg, @skeleton-color 25%, @skeleton-to-color 37%, @skeleton-color 63%);background-size: 400% 100%;} -.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {background: linear-gradient(90deg, @skeleton-color 25%, @skeleton-to-color 37%, @skeleton-color 63%);background-size: 400% 100%;} -.ant-skeleton.ant-skeleton-active .ant-skeleton-button {background: linear-gradient(90deg, @skeleton-color 25%, @skeleton-to-color 37%, @skeleton-color 63%);background-size: 400% 100%;} -.ant-skeleton.ant-skeleton-active .ant-skeleton-input {background: linear-gradient(90deg, @skeleton-color 25%, @skeleton-to-color 37%, @skeleton-color 63%);background-size: 400% 100%;} -.ant-skeleton.ant-skeleton-active .ant-skeleton-image {background: linear-gradient(90deg, @skeleton-color 25%, @skeleton-to-color 37%, @skeleton-color 63%);background-size: 400% 100%;} -.ant-skeleton-element .ant-skeleton-button {background: @skeleton-color;border-radius: 2px;} -.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {border-radius: 32px;} -.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {border-radius: 40px;} -.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {border-radius: 24px;} -.ant-skeleton-element .ant-skeleton-avatar {background: @skeleton-color;} -.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-input {background: @skeleton-color;} -.ant-skeleton-element .ant-skeleton-image {background: @skeleton-color;} -.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {border-radius: 50%;} -.ant-skeleton-element .ant-skeleton-image-path {fill: #bfbfbf;} -.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {border-radius: 50%;} -.ant-slider {color: @text-color;} -.ant-slider-rail {background-color: @slider-rail-background-color;border-radius: 2px;} -.ant-slider-track {background-color: color(~`colorPalette("@{primary-color}", 3)`);border-radius: 2px;} -.ant-slider-handle {background-color: @component-background;border: solid 2px color(~`colorPalette("@{primary-color}", 3)`);border-radius: 50%;box-shadow: 0;} -.ant-slider-handle:focus {border-color: tint(@primary-color, 20%);box-shadow: 0 0 0 5px fade(@primary-color, 12%);} -.ant-slider-handle.ant-tooltip-open {border-color: @primary-color;} -.ant-slider:hover .ant-slider-rail {background-color: @slider-rail-background-color-hover;} -.ant-slider:hover .ant-slider-track {background-color: color(~`colorPalette("@{primary-color}", 4)`);} -.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {border-color: color(~`colorPalette("@{primary-color}", 4)`);} -.ant-slider-mark-text {color: @text-color-secondary;} -.ant-slider-mark-text-active {color: @text-color;} -.ant-slider-step {background: transparent;} -.ant-slider-dot {background-color: @component-background;border: 2px solid @slider-dot-border-color;border-radius: 50%;} -.ant-slider-dot-active {border-color: @slider-dot-border-color-active;} -.ant-slider-disabled .ant-slider-rail {background-color: @slider-rail-background-color !important;} -.ant-slider-disabled .ant-slider-track {background-color: @disabled-color !important;} -.ant-slider-disabled .ant-slider-handle, .ant-slider-disabled .ant-slider-dot {background-color: @component-background;border-color: @disabled-color !important;box-shadow: none;} -.ant-spin {color: @text-color;color: @primary-color;} -.ant-spin-container::after {background: @component-background;} -.ant-spin-tip {color: @text-color-secondary;} -.ant-spin-dot-item {background-color: @primary-color;border-radius: 100%;} -.ant-statistic {color: @text-color;} -.ant-statistic-title {color: @text-color-secondary;} -.ant-statistic-content {color: @heading-color;} -.ant-steps {color: @text-color;} -.ant-steps-item-icon {border: 1px solid @disabled-color;border-radius: 32px;} -.ant-steps-item-icon .ant-steps-icon {color: @primary-color;} -.ant-steps-item-tail::after {background: @border-color-split;border-radius: 1px;} -.ant-steps-item-title {color: @text-color;} -.ant-steps-item-title::after {background: @border-color-split;} -.ant-steps-item-subtitle {color: @text-color-secondary;} -.ant-steps-item-description {color: @text-color-secondary;} -.ant-steps-item-wait .ant-steps-item-icon {background-color: @steps-background;border-color: @disabled-color;} -.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {color: @disabled-color;} -.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: @disabled-color;} -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: @text-color-secondary;} -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: @border-color-split;} -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: @text-color-secondary;} -.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: @border-color-split;} -.ant-steps-item-process .ant-steps-item-icon {background-color: @steps-background;border-color: @primary-color;} -.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {color: @primary-color;} -.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: @primary-color;} -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: @heading-color;} -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: @border-color-split;} -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: @text-color;} -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: @border-color-split;} -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {background: @primary-color;} -.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {color: #fff;} -.ant-steps-item-finish .ant-steps-item-icon {background-color: @steps-background;border-color: @primary-color;} -.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {color: @primary-color;} -.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: @primary-color;} -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: @text-color;} -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: @primary-color;} -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: @text-color-secondary;} -.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: @primary-color;} -.ant-steps-item-error .ant-steps-item-icon {background-color: @steps-background;border-color: #ff4d4f;} -.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {color: #ff4d4f;} -.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {background: #ff4d4f;} -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {color: #ff4d4f;} -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {background-color: @border-color-split;} -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {color: #ff4d4f;} -.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {background-color: @border-color-split;} -.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {background: #ff4d4f;} -.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {color: @primary-color;} -.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {border-color: @primary-color;} -.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {color: @primary-color;} -.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {background: none;border: 0;} -.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {color: @primary-color;} -.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {background: none;} -.ant-steps-small .ant-steps-item-icon {border-radius: 24px;} -.ant-steps-small .ant-steps-item-description {color: @text-color-secondary;} -.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {background: none;border: 0;border-radius: 0;} -.ant-steps-dot .ant-steps-item-icon, .ant-steps-dot.ant-steps-small .ant-steps-item-icon {background: transparent;border: 0;} -.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {border-radius: 100px;} -.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {background: rgba(0, 0, 0, 0.001);} -.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon, .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {background: none;} -.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {background: none;} -.ant-steps-navigation .ant-steps-item::after {border: 1px solid @steps-nav-arrow-color;border-bottom: none;border-left: none;} -.ant-steps-navigation .ant-steps-item::before {background-color: @primary-color;} -.ant-switch {color: @text-color;background-image: linear-gradient(to right, @disabled-color, @disabled-color), linear-gradient(to right, @component-background, @component-background);border: 0;border-radius: 100px;} -.ant-switch:focus {box-shadow: 0 0 0 2px fade(@disabled-color, 10%);} -.ant-switch-checked:focus {box-shadow: 0 0 0 2px color(~`colorPalette("@{primary-color}", 1)`);} -.ant-switch:focus:hover {box-shadow: none;} -.ant-switch-checked {background: @primary-color;} -.ant-switch-loading *, .ant-switch-disabled * {box-shadow: none;} -.ant-switch-inner {color: #fff;} -.ant-switch-handle::before {background-color: @switch-bg;border-radius: 9px;box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);} -.ant-switch-loading-icon.anticon {color: rgba(0, 0, 0, 0.65);} -.ant-switch-checked .ant-switch-loading-icon {color: @primary-color;} -.ant-table.ant-table-bordered > .ant-table-title {border: 1px solid @border-color-split;border-bottom: 0;} -.ant-table.ant-table-bordered > .ant-table-container {border-left: 1px solid @border-color-split;} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {border-right: 1px solid @border-color-split;} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {border-bottom: 1px solid @border-color-split;} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {background-color: transparent !important;} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {border-right: 1px solid @border-color-split;} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {border-right: 1px solid @border-color-split;} -.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {border-top: 1px solid @border-color-split;} -.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td, .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {border-right: 0;} -.ant-table.ant-table-bordered > .ant-table-footer {border: 1px solid @border-color-split;border-top: 0;} -.ant-table-cell .ant-table-container:first-child {border-top: 0;} -.ant-table-cell-scrollbar {box-shadow: 0 1px 0 1px @table-header-bg;} -.ant-table {color: @text-color;background: @component-background;border-radius: 2px;} -.ant-table table {border-radius: 2px 2px 0 0;border-collapse: separate;border-spacing: 0;} -.ant-table-footer {color: @heading-color;background: @background-color-light;} -.ant-table-thead > tr > th {color: @heading-color;background: @table-header-bg;border-bottom: 1px solid @border-color-split;} -.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {background-color: @table-header-cell-split-color;} -.ant-table-thead > tr:not(:last-child) > th[colspan] {border-bottom: 0;} -.ant-table-tbody > tr > td {border-bottom: 1px solid @border-color-split;} -.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {border-bottom: 0;} -.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {border-radius: 0;} -.ant-table-tbody > tr.ant-table-row:hover > td, .ant-table-tbody > tr > td.ant-table-cell-row-hover {background: @table-row-hover-bg;} -.ant-table-tbody > tr.ant-table-row-selected > td {background: color(~`colorPalette("@{primary-color}", 1)`);border-color: rgba(0, 0, 0, 0.03);} -.ant-table-tbody > tr.ant-table-row-selected:hover > td {background: darken(@table-selected-row-bg, 2%);} -.ant-table-summary {background: @component-background;} -div.ant-table-summary {box-shadow: 0 -1px 0 @border-color-split;} -.ant-table-summary > tr > th, .ant-table-summary > tr > td {border-bottom: 1px solid @border-color-split;} -.ant-table-thead th.ant-table-column-has-sorters:hover {background: @table-header-sort-active-bg;} -.ant-table-thead th.ant-table-column-has-sorters:hover::before {background-color: transparent !important;} -.ant-table-thead th.ant-table-column-has-sorters:focus-visible {color: @primary-color;} -.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover, .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {background: @table-fixed-header-sort-active-bg;} -.ant-table-thead th.ant-table-column-sort {background: @table-header-sort-bg;} -.ant-table-thead th.ant-table-column-sort::before {background-color: transparent !important;} -td.ant-table-column-sort {background: @table-body-sort-bg;} -.ant-table-column-sorter {color: #bfbfbf;} -.ant-table-column-sorter-up.active, .ant-table-column-sorter-down.active {color: @primary-color;} -.ant-table-column-sorters:hover .ant-table-column-sorter {color: #a6a6a6;} -.ant-table-filter-trigger {color: #bfbfbf;border-radius: 2px;} -.ant-table-filter-trigger:hover {color: @text-color-secondary;background: @table-header-filter-active-bg;} -.ant-table-filter-trigger.active {color: @primary-color;} -.ant-table-filter-dropdown {color: @text-color;background-color: @table-filter-dropdown-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-table-filter-dropdown .ant-dropdown-menu {border: 0;box-shadow: none;} -.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {color: @disabled-color;} -.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {background-color: @item-hover-bg;} -.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper, .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {background-color: color(~`colorPalette("@{primary-color}", 2)`);} -.ant-table-filter-dropdown-search {border-bottom: 1px @border-color-split solid;} -.ant-table-filter-dropdown-search-input .anticon {color: @disabled-color;} -.ant-table-filter-dropdown-btns {background-color: inherit;border-top: 1px solid @border-color-split;} -table tr th.ant-table-selection-column::after {background-color: transparent !important;} -.ant-table-selection-extra .anticon {color: #bfbfbf;} -.ant-table-selection-extra .anticon:hover {color: #a6a6a6;} -.ant-table-row-expand-icon {color: @link-color;color: inherit;background: @table-expand-icon-bg;border: 1px solid @border-color-split;border-radius: 2px;} -.ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover {color: @link-hover-color;} -.ant-table-row-expand-icon:active {color: @link-active-color;} -.ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover, .ant-table-row-expand-icon:active {border-color: currentcolor;} -.ant-table-row-expand-icon::before, .ant-table-row-expand-icon::after {background: currentcolor;} -.ant-table-row-expand-icon-spaced {background: transparent;border: 0;} -tr.ant-table-expanded-row > td, -tr.ant-table-expanded-row:hover > td {background: @table-expanded-row-bg;} -.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {color: @disabled-color;} -.ant-table-tbody > tr.ant-table-placeholder:hover > td {background: @component-background;} -.ant-table-cell-fix-left, .ant-table-cell-fix-right {background: @component-background;} -.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {box-shadow: inset 10px 0 8px -8px darken(@shadow-color, 5%);} -.ant-table-ping-left .ant-table-cell-fix-left-first::after, .ant-table-ping-left .ant-table-cell-fix-left-last::after {box-shadow: inset 10px 0 8px -8px darken(@shadow-color, 5%);} -.ant-table-ping-left .ant-table-cell-fix-left-last::before {background-color: transparent !important;} -.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {box-shadow: inset -10px 0 8px -8px darken(@shadow-color, 5%);} -.ant-table-ping-right .ant-table-cell-fix-right-first::after, .ant-table-ping-right .ant-table-cell-fix-right-last::after {box-shadow: inset -10px 0 8px -8px darken(@shadow-color, 5%);} -.ant-table-sticky-holder {background: @component-background;} -.ant-table-sticky-scroll {background: lighten(@table-border-color, 80%);border-top: 1px solid @border-color-split;} -.ant-table-sticky-scroll-bar {background-color: rgba(0, 0, 0, 0.35);border-radius: 4px;} -.ant-table-sticky-scroll-bar:hover {background-color: fade(@table-sticky-scroll-bar-bg, 80%);} -.ant-table-sticky-scroll-bar-active {background-color: fade(@table-sticky-scroll-bar-bg, 80%);} -.ant-table-title {border-radius: 2px 2px 0 0;} -.ant-table-title + .ant-table-container {border-top-left-radius: 0;border-top-right-radius: 0;} -.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {border-radius: 0;} -.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {border-radius: 0;} -.ant-table-container {border-top-left-radius: 2px;border-top-right-radius: 2px;} -.ant-table-container table > thead > tr:first-child th:first-child {border-top-left-radius: 2px;} -.ant-table-container table > thead > tr:first-child th:last-child {border-top-right-radius: 2px;} -.ant-table-footer {border-radius: 0 0 2px 2px;} -.ant-tabs-top > .ant-tabs-nav::before, .ant-tabs-bottom > .ant-tabs-nav::before, .ant-tabs-top > div > .ant-tabs-nav::before, .ant-tabs-bottom > div > .ant-tabs-nav::before {border-bottom: 1px solid @border-color-split;} -.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {box-shadow: inset 10px 0 8px -8px fade(@shadow-color, 8%);} -.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {box-shadow: inset -10px 0 8px -8px fade(@shadow-color, 8%);} -.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {box-shadow: inset 0 10px 8px -8px fade(@shadow-color, 8%);} -.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {box-shadow: inset 0 -10px 8px -8px fade(@shadow-color, 8%);} -.ant-tabs-left > .ant-tabs-content-holder, .ant-tabs-left > div > .ant-tabs-content-holder {border-left: 1px solid @border-color-split;} -.ant-tabs-right > .ant-tabs-content-holder, .ant-tabs-right > div > .ant-tabs-content-holder {border-right: 1px solid @border-color-split;} -.ant-tabs-dropdown {color: @text-color;} -.ant-tabs-dropdown-menu {background-color: @dropdown-menu-bg;background-clip: padding-box;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-tabs-dropdown-menu-item {color: @text-color;} -.ant-tabs-dropdown-menu-item-remove {color: @text-color-secondary;background: transparent;border: 0;} -.ant-tabs-dropdown-menu-item-remove:hover {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-tabs-dropdown-menu-item:hover {background: @item-hover-bg;} -.ant-tabs-dropdown-menu-item-disabled, .ant-tabs-dropdown-menu-item-disabled:hover {color: @disabled-color;background: transparent;} -.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {background: @background-color-light;border: 1px solid @border-color-split;} -.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {color: @primary-color;background: @component-background;} -.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 2px 2px 0 0;} -.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {border-bottom-color: @component-background;} -.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 0 0 2px 2px;} -.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {border-top-color: @component-background;} -.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 2px 0 0 2px;} -.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {border-right-color: @component-background;} -.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {border-radius: 0 2px 2px 0;} -.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {border-left-color: @component-background;} -.ant-tabs {color: @text-color;} -.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {background: transparent;border: 0;} -.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {background: @background-color-light;border: 1px solid @border-color-split;border-radius: 2px 2px 0 0;} -.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active, .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-tabs-ink-bar {background: @primary-color;} -.ant-tabs-tab {background: transparent;border: 0;} -.ant-tabs-tab-btn:focus, .ant-tabs-tab-remove:focus, .ant-tabs-tab-btn:active, .ant-tabs-tab-remove:active {color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-tabs-tab-remove {color: @text-color-secondary;background: transparent;border: none;} -.ant-tabs-tab-remove:hover {color: @heading-color;} -.ant-tabs-tab:hover {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {color: @primary-color;} -.ant-tabs-tab.ant-tabs-tab-disabled {color: @disabled-color;} -.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {color: @disabled-color;} -.ant-tag {color: @text-color;background: @background-color-light;border: 1px solid @border-color-base;border-radius: 2px;} -.ant-tag, .ant-tag a, .ant-tag a:hover {color: @text-color;} -.ant-tag-close-icon {color: @text-color-secondary;} -.ant-tag-close-icon:hover {color: @heading-color;} -.ant-tag-has-color {border-color: transparent;} -.ant-tag-has-color, .ant-tag-has-color a, .ant-tag-has-color a:hover, .ant-tag-has-color .anticon-close, .ant-tag-has-color .anticon-close:hover {color: #fff;} -.ant-tag-checkable {background-color: transparent;border-color: transparent;} -.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {color: @primary-color;} -.ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;} -.ant-tag-checkable-checked {background-color: @primary-color;} -.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-tag-pink {color: #c41d7f;background: color(~`colorPalette("@{table-fixed-header-sort-active-bg}", 3)`);border-color: #ffadd2;} -.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} -.ant-tag-magenta {color: #c41d7f;background: color(~`colorPalette("@{table-fixed-header-sort-active-bg}", 3)`);border-color: #ffadd2;} -.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} -.ant-tag-red {color: #cf1322;background: color(~`colorPalette("@{segmented-hover-bg}", 1)`);border-color: #ffa39e;} -.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;} -.ant-tag-volcano {color: #d4380d;background: #fff2e8;border-color: #ffbb96;} -.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;} -.ant-tag-orange {color: #d46b08;background: color(~`colorPalette("@{descriptions-bg}", 1)`);border-color: #ffd591;} -.ant-tag-orange-inverse {color: #fff;background: #fa8c16;border-color: #fa8c16;} -.ant-tag-yellow {color: #d4b106;background: #feffe6;border-color: #fffb8f;} -.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;} -.ant-tag-gold {color: #d48806;background: color(~`colorPalette("@{error-color-deprecated-border}", 1)`);border-color: #ffe58f;} -.ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;} -.ant-tag-cyan {color: #08979c;background: #e6fffb;border-color: #87e8de;} -.ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;} -.ant-tag-lime {color: #7cb305;background: color(~`colorPalette("@{layout-header-background}", 1)`);border-color: #eaff8f;} -.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;} -.ant-tag-green {color: #389e0d;background: #f6ffed;border-color: #b7eb8f;} -.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;} -.ant-tag-blue {color: #096dd9;background: color(~`colorPalette("@{pagination-item-input-bg}", 1)`);border-color: color(~`colorPalette("@{pagination-item-input-bg}", 3)`);} -.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} -.ant-tag-geekblue {color: #1d39c4;background: #f0f5ff;border-color: #adc6ff;} -.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} -.ant-tag-purple {color: #531dab;background: color(~`colorPalette("@{alert-success-bg-color}", 2)`);border-color: #d3adf7;} -.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} -.ant-tag-success {color: #52c41a;background: @success-color-deprecated-bg;border-color: @success-color-deprecated-border;} -.ant-tag-processing {color: @primary-color;background: @info-color-deprecated-bg;border-color: @info-color-deprecated-border;} -.ant-tag-error {color: #ff4d4f;background: @error-color-deprecated-bg;border-color: @error-color-deprecated-border;} -.ant-tag-warning {color: #faad14;background: @warning-color-deprecated-bg;border-color: @warning-color-deprecated-border;} -.ant-timeline {color: @text-color;} -.ant-timeline-item-tail {border-left: 2px solid @timeline-color;} -.ant-timeline-item-pending .ant-timeline-item-head {background-color: transparent;} -.ant-timeline-item-head {background-color: @component-background;border: 2px solid transparent;border-radius: 100px;} -.ant-timeline-item-head-blue {color: @primary-color;border-color: @primary-color;} -.ant-timeline-item-head-red {color: #ff4d4f;border-color: #ff4d4f;} -.ant-timeline-item-head-green {color: #52c41a;border-color: #52c41a;} -.ant-timeline-item-head-gray {color: @disabled-color;border-color: @disabled-color;} -.ant-timeline-item-head-custom {border: 0;border-radius: 0;} -.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {border-left: 2px dotted @timeline-color;} -.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {border-left: 2px dotted @timeline-color;} -.ant-timeline-rtl .ant-timeline-item-tail {border-right: 2px solid @timeline-color;border-left: none;} -.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {border-right: 2px dotted @timeline-color;border-left: none;} -.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {border-right: 2px dotted @timeline-color;border-left: none;} -.ant-tooltip {color: @text-color;} -.ant-tooltip-inner {color: #fff;background-color: @tooltip-bg;border-radius: 2px;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);} -.ant-tooltip-arrow {background: transparent;} -.ant-tooltip-arrow-content {--antd-arrow-background-color: linear-gradient(to right bottom, fadeout(@tooltip-bg, 10%), @tooltip-bg);background-color: transparent;border-radius: 0 0 2px;} -.ant-tooltip-arrow-content::before {background: var(--antd-arrow-background-color);background-repeat: no-repeat;background-position: -10px -10px;} -.ant-tooltip-placement-top .ant-tooltip-arrow-content, .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content, .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);} -.ant-tooltip-placement-right .ant-tooltip-arrow-content, .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content, .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);} -.ant-tooltip-placement-left .ant-tooltip-arrow-content, .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content, .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);} -.ant-tooltip-placement-bottom .ant-tooltip-arrow-content, .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content, .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);} -.ant-tooltip-pink .ant-tooltip-inner {background-color: #eb2f96;} -.ant-tooltip-pink .ant-tooltip-arrow-content::before {background: #eb2f96;} -.ant-tooltip-magenta .ant-tooltip-inner {background-color: #eb2f96;} -.ant-tooltip-magenta .ant-tooltip-arrow-content::before {background: #eb2f96;} -.ant-tooltip-red .ant-tooltip-inner {background-color: #f5222d;} -.ant-tooltip-red .ant-tooltip-arrow-content::before {background: #f5222d;} -.ant-tooltip-volcano .ant-tooltip-inner {background-color: #fa541c;} -.ant-tooltip-volcano .ant-tooltip-arrow-content::before {background: #fa541c;} -.ant-tooltip-orange .ant-tooltip-inner {background-color: #fa8c16;} -.ant-tooltip-orange .ant-tooltip-arrow-content::before {background: #fa8c16;} -.ant-tooltip-yellow .ant-tooltip-inner {background-color: #fadb14;} -.ant-tooltip-yellow .ant-tooltip-arrow-content::before {background: #fadb14;} -.ant-tooltip-gold .ant-tooltip-inner {background-color: #faad14;} -.ant-tooltip-gold .ant-tooltip-arrow-content::before {background: #faad14;} -.ant-tooltip-cyan .ant-tooltip-inner {background-color: #13c2c2;} -.ant-tooltip-cyan .ant-tooltip-arrow-content::before {background: #13c2c2;} -.ant-tooltip-lime .ant-tooltip-inner {background-color: #a0d911;} -.ant-tooltip-lime .ant-tooltip-arrow-content::before {background: #a0d911;} -.ant-tooltip-green .ant-tooltip-inner {background-color: #52c41a;} -.ant-tooltip-green .ant-tooltip-arrow-content::before {background: #52c41a;} -.ant-tooltip-blue .ant-tooltip-inner {background-color: #1890ff;} -.ant-tooltip-blue .ant-tooltip-arrow-content::before {background: #1890ff;} -.ant-tooltip-geekblue .ant-tooltip-inner {background-color: #2f54eb;} -.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {background: #2f54eb;} -.ant-tooltip-purple .ant-tooltip-inner {background-color: #722ed1;} -.ant-tooltip-purple .ant-tooltip-arrow-content::before {background: #722ed1;} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {border: 0;border-radius: 0;} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {background: @table-header-bg;} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {border-bottom: 1px solid @border-color-split;} -.ant-transfer-customize-list .ant-input[disabled] {background-color: transparent;} -.ant-transfer-status-error .ant-transfer-list {border-color: #ff4d4f;} -.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;} -.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {border-right-width: 0;border-left-width: 1px !important;} -.ant-transfer-status-warning .ant-transfer-list {border-color: #faad14;} -.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;} -.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} -.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {border-right-width: 0;border-left-width: 1px !important;} -.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} -.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {border-right-width: 0;border-left-width: 1px !important;} -.ant-transfer {color: @text-color;} -.ant-transfer-disabled .ant-transfer-list {background: @disabled-bg;} -.ant-transfer-list {border: 1px solid @border-color-base;border-radius: 2px;} -.ant-transfer-list-search .anticon-search {color: @disabled-color;} -.ant-transfer-list-header {color: @text-color;background: @component-background;border-bottom: 1px solid @border-color-split;border-radius: 2px 2px 0 0;} -.ant-transfer-list-content-item-remove {color: @link-color;color: @border-color-base;} -.ant-transfer-list-content-item-remove:focus, .ant-transfer-list-content-item-remove:hover {color: @link-hover-color;} -.ant-transfer-list-content-item-remove:active {color: @link-active-color;} -.ant-transfer-list-content-item-remove:hover {color: @link-hover-color;} -.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {background-color: @transfer-item-hover-bg;} -.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {background-color: darken(@item-active-bg, 2%);} -.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {background: transparent;} -.ant-transfer-list-content-item-checked {background-color: @item-active-bg;} -.ant-transfer-list-content-item-disabled {color: @disabled-color;} -.ant-transfer-list-pagination {border-top: 1px solid @border-color-split;} -.ant-transfer-list-body-not-found {color: @disabled-color;} -.ant-transfer-list-footer {border-top: 1px solid @border-color-split;} -.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {background: @item-hover-bg;} -.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {border-radius: 0;} -.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {background: transparent;} -.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {color: #fff;background: transparent;} -.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before, .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {background: @primary-color;} -.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {color: #fff;} -.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {color: #fff;background: transparent;} -.ant-tree-checkbox {color: @text-color;} -.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner, .ant-tree-checkbox:hover .ant-tree-checkbox-inner, .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {border-color: @primary-color;} -.ant-tree-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;animation-fill-mode: backwards;} -.ant-tree-checkbox-inner {background-color: @checkbox-check-bg;border: 1px solid @border-color-base;border-radius: 2px;border-collapse: separate;} -.ant-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-tree-checkbox-checked .ant-tree-checkbox-inner {background-color: @primary-color;border-color: @primary-color;} -.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {border-color: @disabled-color;} -.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {background-color: @disabled-bg;border-color: @border-color-base !important;} -.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {border-color: @disabled-bg;border-collapse: separate;} -.ant-tree-checkbox-disabled + span {color: @disabled-color;} -.ant-tree-checkbox-wrapper {color: @text-color;} -.ant-tree-checkbox-group {color: @text-color;} -.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {background-color: @checkbox-check-bg;border-color: @border-color-base;} -.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {background-color: @primary-color;border: 0;} -.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {background-color: @disabled-color;border-color: @disabled-color;} -.ant-tree {color: @text-color;background: @tree-bg;border-radius: 2px;} -.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {background: color(~`colorPalette("@{primary-color}", 1)`);} -.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {border: 1px solid @primary-color;animation-fill-mode: forwards;} -.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {color: @disabled-color;} -.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {background: transparent;} -.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {background: @item-hover-bg;} -.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {color: inherit;} -.ant-tree-switcher-loading-icon {color: @primary-color;} -.ant-tree-switcher-leaf-line::before {border-right: 1px solid #d9d9d9;} -.ant-tree-switcher-leaf-line::after {border-bottom: 1px solid #d9d9d9;} -.ant-tree .ant-tree-node-content-wrapper {color: inherit;background: transparent;border-radius: 2px;} -.ant-tree .ant-tree-node-content-wrapper:hover {background-color: @item-hover-bg;} -.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {background-color: color(~`colorPalette("@{primary-color}", 2)`);} -.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {background-color: transparent;} -.ant-tree-node-content-wrapper .ant-tree-drop-indicator {background-color: @primary-color;border-radius: 1px;} -.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {background-color: transparent;border: 2px solid @primary-color;border-radius: 50%;} -.ant-tree .ant-tree-treenode.drop-container > [draggable] {box-shadow: 0 0 0 2px @primary-color;} -.ant-tree-show-line .ant-tree-indent-unit::before {border-right: 1px solid @border-color-base;} -.ant-tree-show-line .ant-tree-switcher {background: @component-background;} -.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {border-right: none;border-left: 1px solid @border-color-base;} -.ant-select-tree-checkbox {color: @text-color;} -.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {border-color: @primary-color;} -.ant-select-tree-checkbox-checked::after {border: 1px solid @primary-color;border-radius: 2px;animation-fill-mode: backwards;} -.ant-select-tree-checkbox-inner {background-color: @checkbox-check-bg;border: 1px solid @border-color-base;border-radius: 2px;border-collapse: separate;} -.ant-select-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {border: 2px solid #fff;border-top: 0;border-left: 0;} -.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {background-color: @primary-color;border-color: @primary-color;} -.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {border-color: @disabled-color;} -.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {background-color: @disabled-bg;border-color: @border-color-base !important;} -.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {border-color: @disabled-bg;border-collapse: separate;} -.ant-select-tree-checkbox-disabled + span {color: @disabled-color;} -.ant-select-tree-checkbox-wrapper {color: @text-color;} -.ant-select-tree-checkbox-group {color: @text-color;} -.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {background-color: @checkbox-check-bg;border-color: @border-color-base;} -.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {background-color: @primary-color;border: 0;} -.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {background-color: @disabled-color;border-color: @disabled-color;} -.ant-tree-select-dropdown .ant-select-tree {border-radius: 0;} -.ant-select-tree {color: @text-color;background: @tree-bg;border-radius: 2px;} -.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {background: color(~`colorPalette("@{primary-color}", 1)`);} -.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {border: 1px solid @primary-color;animation-fill-mode: forwards;} -.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {color: @disabled-color;} -.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {background: transparent;} -.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {background: @item-hover-bg;} -.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {color: inherit;} -.ant-select-tree-switcher-loading-icon {color: @primary-color;} -.ant-select-tree-switcher-leaf-line::before {border-right: 1px solid #d9d9d9;} -.ant-select-tree-switcher-leaf-line::after {border-bottom: 1px solid #d9d9d9;} -.ant-select-tree .ant-select-tree-node-content-wrapper {color: inherit;background: transparent;border-radius: 2px;} -.ant-select-tree .ant-select-tree-node-content-wrapper:hover {background-color: @item-hover-bg;} -.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {background-color: color(~`colorPalette("@{primary-color}", 2)`);} -.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {background-color: transparent;} -.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {background-color: @primary-color;border-radius: 1px;} -.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {background-color: transparent;border: 2px solid @primary-color;border-radius: 50%;} -.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {box-shadow: 0 0 0 2px @primary-color;} -.ant-select-tree-show-line .ant-select-tree-indent-unit::before {border-right: 1px solid @border-color-base;} -.ant-select-tree-show-line .ant-select-tree-switcher {background: @component-background;} -.ant-typography {color: @text-color;} -.ant-typography.ant-typography-secondary {color: @text-color-secondary;} -.ant-typography.ant-typography-success {color: #52c41a;} -.ant-typography.ant-typography-warning {color: #faad14;} -.ant-typography.ant-typography-danger {color: #ff4d4f;} -a.ant-typography.ant-typography-danger:active, -a.ant-typography.ant-typography-danger:focus {color: #d9363e;} -a.ant-typography.ant-typography-danger:hover {color: #ff7875;} -.ant-typography.ant-typography-disabled {color: @disabled-color;} -h1.ant-typography, -div.ant-typography-h1, -div.ant-typography-h1 > textarea, .ant-typography h1 {color: @heading-color;} -h2.ant-typography, -div.ant-typography-h2, -div.ant-typography-h2 > textarea, .ant-typography h2 {color: @heading-color;} -h3.ant-typography, -div.ant-typography-h3, -div.ant-typography-h3 > textarea, .ant-typography h3 {color: @heading-color;} -h4.ant-typography, -div.ant-typography-h4, -div.ant-typography-h4 > textarea, .ant-typography h4 {color: @heading-color;} -h5.ant-typography, -div.ant-typography-h5, -div.ant-typography-h5 > textarea, .ant-typography h5 {color: @heading-color;} -a.ant-typography, .ant-typography a {color: @link-color;} -a.ant-typography:focus, .ant-typography a:focus, -a.ant-typography:hover, .ant-typography a:hover {color: @link-hover-color;} -a.ant-typography:active, .ant-typography a:active {color: @link-active-color;} -a.ant-typography[disabled], .ant-typography a[disabled], -a.ant-typography.ant-typography-disabled, .ant-typography a.ant-typography-disabled {color: @disabled-color;} -a.ant-typography[disabled]:active, .ant-typography a[disabled]:active, -a.ant-typography.ant-typography-disabled:active, .ant-typography a.ant-typography-disabled:active, -a.ant-typography[disabled]:hover, .ant-typography a[disabled]:hover, -a.ant-typography.ant-typography-disabled:hover, .ant-typography a.ant-typography-disabled:hover {color: @disabled-color;} -.ant-typography code {background: rgba(150, 150, 150, 0.1);border: 1px solid rgba(100, 100, 100, 0.2);border-radius: 3px;} -.ant-typography kbd {background: rgba(150, 150, 150, 0.06);border: 1px solid rgba(100, 100, 100, 0.2);border-bottom-width: 2px;border-radius: 3px;} -.ant-typography mark {background-color: #ffe58f;} -.ant-typography-expand, .ant-typography-edit, .ant-typography-copy {color: @link-color;} -.ant-typography-expand:focus, .ant-typography-edit:focus, .ant-typography-copy:focus, .ant-typography-expand:hover, .ant-typography-edit:hover, .ant-typography-copy:hover {color: @link-hover-color;} -.ant-typography-expand:active, .ant-typography-edit:active, .ant-typography-copy:active {color: @link-active-color;} -.ant-typography-copy-success, .ant-typography-copy-success:hover, .ant-typography-copy-success:focus {color: #52c41a;} -.ant-typography-edit-content-confirm {color: @text-color-secondary;} -.ant-typography pre {background: rgba(150, 150, 150, 0.1);border: 1px solid rgba(100, 100, 100, 0.2);border-radius: 3px;} -.ant-typography pre code {background: transparent;border: 0;} -.ant-typography blockquote {border-left: 4px solid rgba(100, 100, 100, 0.2);} -.ant-upload {color: @text-color;} -.ant-upload.ant-upload-select-picture-card {background-color: @background-color-light;border: 1px dashed @border-color-base;border-radius: 2px;} -.ant-upload.ant-upload-select-picture-card:hover {border-color: @primary-color;} -.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {border-color: @border-color-base;} -.ant-upload.ant-upload-drag {background: @background-color-light;border: 1px dashed @border-color-base;border-radius: 2px;} -.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {border-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {color: color(~`colorPalette("@{primary-color}", 5)`);} -.ant-upload.ant-upload-drag p.ant-upload-text {color: @heading-color;} -.ant-upload.ant-upload-drag p.ant-upload-hint {color: @text-color-secondary;} -.ant-upload.ant-upload-drag .anticon-plus {color: @disabled-color;} -.ant-upload.ant-upload-drag .anticon-plus:hover {color: @text-color-secondary;} -.ant-upload.ant-upload-drag:hover .anticon-plus {color: @text-color-secondary;} -.ant-upload-list {color: @text-color;} -.ant-upload-list-item-card-actions .anticon {color: @text-color-secondary;} -.ant-upload-list-item-card-actions:hover .anticon {color: @text-color;} -.ant-upload-list-item-info .anticon-loading .anticon, .ant-upload-list-item-info .ant-upload-text-icon .anticon {color: @text-color-secondary;} -.ant-upload-list-item:hover .ant-upload-list-item-info {background-color: @item-hover-bg;} -.ant-upload-list-item-error, .ant-upload-list-item-error .ant-upload-text-icon > .anticon, .ant-upload-list-item-error .ant-upload-list-item-name {color: #ff4d4f;} -.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {color: #ff4d4f;} -.ant-upload-list-picture .ant-upload-list-item, .ant-upload-list-picture-card .ant-upload-list-item {border: 1px solid @border-color-base;border-radius: 2px;} -.ant-upload-list-picture .ant-upload-list-item:hover, .ant-upload-list-picture-card .ant-upload-list-item:hover {background: transparent;} -.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: #ff4d4f;} -.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;} -.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;} -.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{pagination-item-input-bg}", 1)`)'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{pagination-item-input-bg}", 1)`)'] {fill: @error-color-deprecated-bg;} -.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {fill: #ff4d4f;} -.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);} -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);} -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {color: #fff;} -.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {background-color: @background-color-light;} -.ant-upload-list .ant-upload-animate-inline-appear, .ant-upload-list .ant-upload-animate-inline-enter, .ant-upload-list .ant-upload-animate-inline-leave {animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);} -.ant-pro-table-search {background-color: @component-background !important;} -.bezierEasingMixin() { -@functions: ~`(function() {var NEWTON_ITERATIONS = 4;var NEWTON_MIN_SLOPE = 0.001;var SUBDIVISION_PRECISION = 0.0000001;var SUBDIVISION_MAX_ITERATIONS = 10;var kSplineTableSize = 11;var kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);var float32ArraySupported = typeof Float32Array === 'function';function A (aA1, aA2) { return 1.0 - 3.0 * aA2 + 3.0 * aA1; } - function B (aA1, aA2) { return 3.0 * aA2 - 6.0 * aA1; } - function C (aA1) { return 3.0 * aA1; } - function calcBezier (aT, aA1, aA2) { return ((A(aA1, aA2) * aT + B(aA1, aA2)) * aT + C(aA1)) * aT; } - function getSlope (aT, aA1, aA2) { return 3.0 * A(aA1, aA2) * aT * aT + 2.0 * B(aA1, aA2) * aT + C(aA1); } - function binarySubdivide (aX, aA, aB, mX1, mX2) {var currentX, currentT, i = 0;do {currentT = aA + (aB - aA) / 2.0;currentX = calcBezier(currentT, mX1, mX2) - aX;if (currentX > 0.0) {aB = currentT;} else {aA = currentT;} - } while (Math.abs(currentX) > SUBDIVISION_PRECISION && ++i < SUBDIVISION_MAX_ITERATIONS);return currentT;} - function newtonRaphsonIterate (aX, aGuessT, mX1, mX2) {for (var i = 0; i < NEWTON_ITERATIONS; ++i) {var currentSlope = getSlope(aGuessT, mX1, mX2);if (currentSlope === 0.0) {return aGuessT;} - var currentX = calcBezier(aGuessT, mX1, mX2) - aX;aGuessT -= currentX / currentSlope;} - return aGuessT;} - var BezierEasing = function (mX1, mY1, mX2, mY2) {if (!(0 <= mX1 && mX1 <= 1 && 0 <= mX2 && mX2 <= 1)) {throw new Error('bezier x values must be in [0, 1] range');} - var sampleValues = float32ArraySupported ? new Float32Array(kSplineTableSize) : new Array(kSplineTableSize);if (mX1 !== mY1 || mX2 !== mY2) {for (var i = 0; i < kSplineTableSize; ++i) {sampleValues[i] = calcBezier(i * kSampleStepSize, mX1, mX2);} - } - function getTForX (aX) {var intervalStart = 0.0;var currentSample = 1;var lastSample = kSplineTableSize - 1;for (; currentSample !== lastSample && sampleValues[currentSample] <= aX; ++currentSample) {intervalStart += kSampleStepSize;} - --currentSample;var dist = (aX - sampleValues[currentSample]) / (sampleValues[currentSample + 1] - sampleValues[currentSample]);var guessForT = intervalStart + dist * kSampleStepSize;var initialSlope = getSlope(guessForT, mX1, mX2);if (initialSlope >= NEWTON_MIN_SLOPE) {return newtonRaphsonIterate(aX, guessForT, mX1, mX2);} else if (initialSlope === 0.0) {return guessForT;} else {return binarySubdivide(aX, intervalStart, intervalStart + kSampleStepSize, mX1, mX2);} - } - return function BezierEasing (x) {if (mX1 === mY1 && mX2 === mY2) {return x; - } - if (x === 0) {return 0;} - if (x === 1) {return 1;} - return calcBezier(getTForX(x), mY1, mY2);};};this.colorEasing = BezierEasing(0.26, 0.09, 0.37, 0.18);return '';})()`;} -.bezierEasingMixin(); -.tinyColorMixin() { -@functions: ~`(function() { -var trimLeft = /^\s+/, - trimRight = /\s+$/, - tinyCounter = 0, - mathRound = Math.round, - mathMin = Math.min, - mathMax = Math.max, - mathRandom = Math.random; -function tinycolor (color, opts) {color = (color) ? color : '';opts = opts || { };if (color instanceof tinycolor) {return color;} - if (!(this instanceof tinycolor)) {return new tinycolor(color, opts);} - var rgb = inputToRGB(color);this._originalInput = color, - this._r = rgb.r, - this._g = rgb.g, - this._b = rgb.b, - this._a = rgb.a, - this._roundA = mathRound(100*this._a) / 100, - this._format = opts.format || rgb.format;this._gradientType = opts.gradientType;if (this._r < 1) { this._r = mathRound(this._r); } - if (this._g < 1) { this._g = mathRound(this._g); } - if (this._b < 1) { this._b = mathRound(this._b); } - this._ok = rgb.ok;this._tc_id = tinyCounter++;} -tinycolor.prototype = {isDark: function() {return this.getBrightness() < 128;}, - isLight: function() {return !this.isDark();}, - isValid: function() {return this._ok;}, - getOriginalInput: function() {return this._originalInput;}, - getFormat: function() {return this._format;}, - getAlpha: function() {return this._a;}, - getBrightness: function() {var rgb = this.toRgb();return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;}, - getLuminance: function() {var rgb = this.toRgb();var RsRGB, GsRGB, BsRGB, R, G, B;RsRGB = rgb.r/255;GsRGB = rgb.g/255;BsRGB = rgb.b/255;if (RsRGB <= 0.03928) {R = RsRGB / 12.92;} else {R = Math.pow(((RsRGB + 0.055) / 1.055), 2.4);} - if (GsRGB <= 0.03928) {G = GsRGB / 12.92;} else {G = Math.pow(((GsRGB + 0.055) / 1.055), 2.4);} - if (BsRGB <= 0.03928) {B = BsRGB / 12.92;} else {B = Math.pow(((BsRGB + 0.055) / 1.055), 2.4);} - return (0.2126 * R) + (0.7152 * G) + (0.0722 * B);}, - setAlpha: function(value) {this._a = boundAlpha(value);this._roundA = mathRound(100*this._a) / 100;return this;}, - toHsv: function() {var hsv = rgbToHsv(this._r, this._g, this._b);return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this._a };}, - toHsvString: function() {var hsv = rgbToHsv(this._r, this._g, this._b);var h = mathRound(hsv.h * 360), s = mathRound(hsv.s * 100), v = mathRound(hsv.v * 100);return (this._a == 1) ? - "hsv(" + h + ", " + s + "%, " + v + "%)" : - "hsva(" + h + ", " + s + "%, " + v + "%, "+ this._roundA + ")";}, - toHsl: function() {var hsl = rgbToHsl(this._r, this._g, this._b);return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this._a };}, - toHslString: function() {var hsl = rgbToHsl(this._r, this._g, this._b);var h = mathRound(hsl.h * 360), s = mathRound(hsl.s * 100), l = mathRound(hsl.l * 100);return (this._a == 1) ? - "hsl(" + h + ", " + s + "%, " + l + "%)" : - "hsla(" + h + ", " + s + "%, " + l + "%, "+ this._roundA + ")";}, - toHex: function(allow3Char) {return rgbToHex(this._r, this._g, this._b, allow3Char);}, - toHexString: function(allow3Char) {return '#' + this.toHex(allow3Char);}, - toHex8: function(allow4Char) {return rgbaToHex(this._r, this._g, this._b, this._a, allow4Char);}, - toHex8String: function(allow4Char) {return '#' + this.toHex8(allow4Char);}, - toRgb: function() {return { r: mathRound(this._r), g: mathRound(this._g), b: mathRound(this._b), a: this._a };}, - toRgbString: function() {return (this._a == 1) ? - "rgb(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ")" : - "rgba(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ", " + this._roundA + ")";}, - toPercentageRgb: function() {return { r: mathRound(bound01(this._r, 255) * 100) + "%", g: mathRound(bound01(this._g, 255) * 100) + "%", b: mathRound(bound01(this._b, 255) * 100) + "%", a: this._a };}, - toPercentageRgbString: function() {return (this._a == 1) ? - "rgb(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%)" : - "rgba(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%, " + this._roundA + ")";}, - toName: function() {if (this._a === 0) {return "transparent";} - if (this._a < 1) {return false;} - return hexNames[rgbToHex(this._r, this._g, this._b, true)] || false;}, - toFilter: function(secondColor) {var hex8String = '#' + rgbaToArgbHex(this._r, this._g, this._b, this._a);var secondHex8String = hex8String;var gradientType = this._gradientType ? "GradientType = 1, " : "";if (secondColor) {var s = tinycolor(secondColor);secondHex8String = '#' + rgbaToArgbHex(s._r, s._g, s._b, s._a);} - return "progid:DXImageTransform.Microsoft.gradient("+gradientType+"startColorstr="+hex8String+",endColorstr="+secondHex8String+")";}, - toString: function(format) {var formatSet = !!format;format = format || this._format;var formattedString = false;var hasAlpha = this._a < 1 && this._a >= 0;var needsAlphaFormat = !formatSet && hasAlpha && (format === "hex" || format === "hex6" || format === "hex3" || format === "hex4" || format === "hex8" || format === "name");if (needsAlphaFormat) {if (format === "name" && this._a === 0) {return this.toName();} - return this.toRgbString();} - if (format === "rgb") {formattedString = this.toRgbString();} - if (format === "prgb") {formattedString = this.toPercentageRgbString();} - if (format === "hex" || format === "hex6") {formattedString = this.toHexString();} - if (format === "hex3") {formattedString = this.toHexString(true);} - if (format === "hex4") {formattedString = this.toHex8String(true);} - if (format === "hex8") {formattedString = this.toHex8String();} - if (format === "name") {formattedString = this.toName();} - if (format === "hsl") {formattedString = this.toHslString();} - if (format === "hsv") {formattedString = this.toHsvString();} - return formattedString || this.toHexString();}, - clone: function() {return tinycolor(this.toString());}, - _applyModification: function(fn, args) {var color = fn.apply(null, [this].concat([].slice.call(args)));this._r = color._r;this._g = color._g;this._b = color._b;this.setAlpha(color._a);return this;}, - lighten: function() {return this._applyModification(lighten, arguments);}, - brighten: function() {return this._applyModification(brighten, arguments);}, - darken: function() {return this._applyModification(darken, arguments);}, - desaturate: function() {return this._applyModification(desaturate, arguments);}, - saturate: function() {return this._applyModification(saturate, arguments);}, - greyscale: function() {return this._applyModification(greyscale, arguments);}, - spin: function() {return this._applyModification(spin, arguments);}, - _applyCombination: function(fn, args) {return fn.apply(null, [this].concat([].slice.call(args)));}, - analogous: function() {return this._applyCombination(analogous, arguments);}, - complement: function() {return this._applyCombination(complement, arguments);}, - monochromatic: function() {return this._applyCombination(monochromatic, arguments);}, - splitcomplement: function() {return this._applyCombination(splitcomplement, arguments);}, - triad: function() {return this._applyCombination(triad, arguments);}, - tetrad: function() {return this._applyCombination(tetrad, arguments);} -}; -tinycolor.fromRatio = function(color, opts) {if (typeof color == "object") {var newColor = {};for (var i in color) {if (color.hasOwnProperty(i)) {if (i === "a") {newColor[i] = color[i];} - else {newColor[i] = convertToPercentage(color[i]);} - } - } - color = newColor;} - return tinycolor(color, opts);}; -function inputToRGB(color) {var rgb = { r: 0, g: 0, b: 0 };var a = 1;var s = null;var v = null;var l = null;var ok = false;var format = false;if (typeof color == "string") {color = stringInputToObject(color);} - if (typeof color == "object") {if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {rgb = rgbToRgb(color.r, color.g, color.b);ok = true;format = String(color.r).substr(-1) === "%" ? "prgb" : "rgb";} - else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {s = convertToPercentage(color.s);v = convertToPercentage(color.v);rgb = hsvToRgb(color.h, s, v);ok = true;format = "hsv";} - else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {s = convertToPercentage(color.s);l = convertToPercentage(color.l);rgb = hslToRgb(color.h, s, l);ok = true;format = "hsl";} - if (color.hasOwnProperty("a")) {a = color.a;} - } - a = boundAlpha(a);return {ok: ok, - format: color.format || format, - r: mathMin(255, mathMax(rgb.r, 0)), - g: mathMin(255, mathMax(rgb.g, 0)), - b: mathMin(255, mathMax(rgb.b, 0)), - a: a - };} -function rgbToRgb(r, g, b){return {r: bound01(r, 255) * 255, - g: bound01(g, 255) * 255, - b: bound01(b, 255) * 255 - };} -function rgbToHsl(r, g, b) {r = bound01(r, 255);g = bound01(g, 255);b = bound01(b, 255);var max = mathMax(r, g, b), min = mathMin(r, g, b);var h, s, l = (max + min) / 2;if(max == min) {h = s = 0; - } - else {var d = max - min;s = l > 0.5 ? d / (2 - max - min) : d / (max + min);switch(max) {case r: h = (g - b) / d + (g < b ? 6 : 0); break;case g: h = (b - r) / d + 2; break;case b: h = (r - g) / d + 4; break;} - h /= 6;} - return { h: h, s: s, l: l };} -function hslToRgb(h, s, l) {var r, g, b;h = bound01(h, 360);s = bound01(s, 100);l = bound01(l, 100);function hue2rgb(p, q, t) {if(t < 0) t += 1;if(t > 1) t -= 1;if(t < 1/6) return p + (q - p) * 6 * t;if(t < 1/2) return q;if(t < 2/3) return p + (q - p) * (2/3 - t) * 6;return p;} - if(s === 0) {r = g = b = l; - } - else {var q = l < 0.5 ? l * (1 + s) : l + s - l * s;var p = 2 * l - q;r = hue2rgb(p, q, h + 1/3);g = hue2rgb(p, q, h);b = hue2rgb(p, q, h - 1/3);} - return { r: r * 255, g: g * 255, b: b * 255 };} -function rgbToHsv(r, g, b) {r = bound01(r, 255);g = bound01(g, 255);b = bound01(b, 255);var max = mathMax(r, g, b), min = mathMin(r, g, b);var h, s, v = max;var d = max - min;s = max === 0 ? 0 : d / max;if(max == min) {h = 0; - } - else {switch(max) {case r: h = (g - b) / d + (g < b ? 6 : 0); break;case g: h = (b - r) / d + 2; break;case b: h = (r - g) / d + 4; break;} - h /= 6;} - return { h: h, s: s, v: v };} - function hsvToRgb(h, s, v) {h = bound01(h, 360) * 6;s = bound01(s, 100);v = bound01(v, 100);var i = Math.floor(h), - f = h - i, - p = v * (1 - s), - q = v * (1 - f * s), - t = v * (1 - (1 - f) * s), - mod = i % 6, - r = [v, q, p, p, t, v][mod], - g = [t, v, v, q, p, p][mod], - b = [p, p, t, v, v, q][mod];return { r: r * 255, g: g * 255, b: b * 255 };} -function rgbToHex(r, g, b, allow3Char) {var hex = [ - pad2(mathRound(r).toString(16)), - pad2(mathRound(g).toString(16)), - pad2(mathRound(b).toString(16)) - ];if (allow3Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1)) {return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);} - return hex.join("");} -function rgbaToHex(r, g, b, a, allow4Char) {var hex = [ - pad2(mathRound(r).toString(16)), - pad2(mathRound(g).toString(16)), - pad2(mathRound(b).toString(16)), - pad2(convertDecimalToHex(a)) - ];if (allow4Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1) && hex[3].charAt(0) == hex[3].charAt(1)) {return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0) + hex[3].charAt(0);} - return hex.join("");} -function rgbaToArgbHex(r, g, b, a) {var hex = [ - pad2(convertDecimalToHex(a)), - pad2(mathRound(r).toString(16)), - pad2(mathRound(g).toString(16)), - pad2(mathRound(b).toString(16)) - ];return hex.join("");} -tinycolor.equals = function (color1, color2) {if (!color1 || !color2) { return false; } - return tinycolor(color1).toRgbString() == tinycolor(color2).toRgbString();}; -tinycolor.random = function() {return tinycolor.fromRatio({r: mathRandom(), - g: mathRandom(), - b: mathRandom() - });}; -function desaturate(color, amount) {amount = (amount === 0) ? 0 : (amount || 10);var hsl = tinycolor(color).toHsl();hsl.s -= amount / 100;hsl.s = clamp01(hsl.s);return tinycolor(hsl);} -function saturate(color, amount) {amount = (amount === 0) ? 0 : (amount || 10);var hsl = tinycolor(color).toHsl();hsl.s += amount / 100;hsl.s = clamp01(hsl.s);return tinycolor(hsl);} -function greyscale(color) {return tinycolor(color).desaturate(100);} -function lighten (color, amount) {amount = (amount === 0) ? 0 : (amount || 10);var hsl = tinycolor(color).toHsl();hsl.l += amount / 100;hsl.l = clamp01(hsl.l);return tinycolor(hsl);} -function brighten(color, amount) {amount = (amount === 0) ? 0 : (amount || 10);var rgb = tinycolor(color).toRgb();rgb.r = mathMax(0, mathMin(255, rgb.r - mathRound(255 * - (amount / 100))));rgb.g = mathMax(0, mathMin(255, rgb.g - mathRound(255 * - (amount / 100))));rgb.b = mathMax(0, mathMin(255, rgb.b - mathRound(255 * - (amount / 100))));return tinycolor(rgb);} -function darken (color, amount) {amount = (amount === 0) ? 0 : (amount || 10);var hsl = tinycolor(color).toHsl();hsl.l -= amount / 100;hsl.l = clamp01(hsl.l);return tinycolor(hsl);} -function spin(color, amount) {var hsl = tinycolor(color).toHsl();var hue = (hsl.h + amount) % 360;hsl.h = hue < 0 ? 360 + hue : hue;return tinycolor(hsl);} -function complement(color) {var hsl = tinycolor(color).toHsl();hsl.h = (hsl.h + 180) % 360;return tinycolor(hsl);} -function triad(color) {var hsl = tinycolor(color).toHsl();var h = hsl.h;return [ - tinycolor(color), - tinycolor({ h: (h + 120) % 360, s: hsl.s, l: hsl.l }), - tinycolor({ h: (h + 240) % 360, s: hsl.s, l: hsl.l }) - ];} -function tetrad(color) {var hsl = tinycolor(color).toHsl();var h = hsl.h;return [ - tinycolor(color), - tinycolor({ h: (h + 90) % 360, s: hsl.s, l: hsl.l }), - tinycolor({ h: (h + 180) % 360, s: hsl.s, l: hsl.l }), - tinycolor({ h: (h + 270) % 360, s: hsl.s, l: hsl.l }) - ];} -function splitcomplement(color) {var hsl = tinycolor(color).toHsl();var h = hsl.h;return [ - tinycolor(color), - tinycolor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l}), - tinycolor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l}) - ];} -function analogous(color, results, slices) {results = results || 6;slices = slices || 30;var hsl = tinycolor(color).toHsl();var part = 360 / slices;var ret = [tinycolor(color)];for (hsl.h = ((hsl.h - (part * results >> 1)) + 720) % 360; --results; ) {hsl.h = (hsl.h + part) % 360;ret.push(tinycolor(hsl));} - return ret;} -function monochromatic(color, results) {results = results || 6;var hsv = tinycolor(color).toHsv();var h = hsv.h, s = hsv.s, v = hsv.v;var ret = [];var modification = 1 / results;while (results--) {ret.push(tinycolor({ h: h, s: s, v: v}));v = (v + modification) % 1;} - return ret;} -tinycolor.mix = function(color1, color2, amount) {amount = (amount === 0) ? 0 : (amount || 50);var rgb1 = tinycolor(color1).toRgb();var rgb2 = tinycolor(color2).toRgb();var p = amount / 100;var rgba = {r: ((rgb2.r - rgb1.r) * p) + rgb1.r, - g: ((rgb2.g - rgb1.g) * p) + rgb1.g, - b: ((rgb2.b - rgb1.b) * p) + rgb1.b, - a: ((rgb2.a - rgb1.a) * p) + rgb1.a - };return tinycolor(rgba);}; -tinycolor.readability = function(color1, color2) {var c1 = tinycolor(color1);var c2 = tinycolor(color2);return (Math.max(c1.getLuminance(),c2.getLuminance())+0.05) / (Math.min(c1.getLuminance(),c2.getLuminance())+0.05);}; -tinycolor.isReadable = function(color1, color2, wcag2) {var readability = tinycolor.readability(color1, color2);var wcag2Parms, out;out = false;wcag2Parms = validateWCAG2Parms(wcag2);switch (wcag2Parms.level + wcag2Parms.size) {case "AAsmall": - case "AAAlarge": - out = readability >= 4.5;break;case "AAlarge": - out = readability >= 3;break;case "AAAsmall": - out = readability >= 7;break;} - return out;}; -tinycolor.mostReadable = function(baseColor, colorList, args) {var bestColor = null;var bestScore = 0;var readability;var includeFallbackColors, level, size ;args = args || {};includeFallbackColors = args.includeFallbackColors ;level = args.level;size = args.size;for (var i= 0; i < colorList.length ; i++) {readability = tinycolor.readability(baseColor, colorList[i]);if (readability > bestScore) {bestScore = readability;bestColor = tinycolor(colorList[i]);} - } - if (tinycolor.isReadable(baseColor, bestColor, {"level":level,"size":size}) || !includeFallbackColors) {return bestColor;} - else {args.includeFallbackColors=false;return tinycolor.mostReadable(baseColor,["#fff", "#000"],args);} -}; -var names = tinycolor.names = {aliceblue: "f0f8ff", - antiquewhite: "faebd7", - aqua: "0ff", - aquamarine: "7fffd4", - azure: "f0ffff", - beige: "f5f5dc", - bisque: "ffe4c4", - black: "000", - blanchedalmond: "ffebcd", - blue: "00f", - blueviolet: "8a2be2", - brown: "a52a2a", - burlywood: "deb887", - burntsienna: "ea7e5d", - cadetblue: "5f9ea0", - chartreuse: "7fff00", - chocolate: "d2691e", - coral: "ff7f50", - cornflowerblue: "6495ed", - cornsilk: "fff8dc", - crimson: "dc143c", - cyan: "0ff", - darkblue: "00008b", - darkcyan: "008b8b", - darkgoldenrod: "b8860b", - darkgray: "a9a9a9", - darkgreen: "006400", - darkgrey: "a9a9a9", - darkkhaki: "bdb76b", - darkmagenta: "8b008b", - darkolivegreen: "556b2f", - darkorange: "ff8c00", - darkorchid: "9932cc", - darkred: "8b0000", - darksalmon: "e9967a", - darkseagreen: "8fbc8f", - darkslateblue: "483d8b", - darkslategray: "2f4f4f", - darkslategrey: "2f4f4f", - darkturquoise: "00ced1", - darkviolet: "9400d3", - deeppink: "ff1493", - deepskyblue: "00bfff", - dimgray: "696969", - dimgrey: "696969", - dodgerblue: "1e90ff", - firebrick: "b22222", - floralwhite: "fffaf0", - forestgreen: "228b22", - fuchsia: "f0f", - gainsboro: "dcdcdc", - ghostwhite: "f8f8ff", - gold: "ffd700", - goldenrod: "daa520", - gray: "808080", - green: "008000", - greenyellow: "adff2f", - grey: "808080", - honeydew: "f0fff0", - hotpink: "ff69b4", - indianred: "cd5c5c", - indigo: "4b0082", - ivory: "fffff0", - khaki: "f0e68c", - lavender: "e6e6fa", - lavenderblush: "fff0f5", - lawngreen: "7cfc00", - lemonchiffon: "fffacd", - lightblue: "add8e6", - lightcoral: "f08080", - lightcyan: "e0ffff", - lightgoldenrodyellow: "fafad2", - lightgray: "d3d3d3", - lightgreen: "90ee90", - lightgrey: "d3d3d3", - lightpink: "ffb6c1", - lightsalmon: "ffa07a", - lightseagreen: "20b2aa", - lightskyblue: "87cefa", - lightslategray: "789", - lightslategrey: "789", - lightsteelblue: "b0c4de", - lightyellow: "ffffe0", - lime: "0f0", - limegreen: "32cd32", - linen: "faf0e6", - magenta: "f0f", - maroon: "800000", - mediumaquamarine: "66cdaa", - mediumblue: "0000cd", - mediumorchid: "ba55d3", - mediumpurple: "9370db", - mediumseagreen: "3cb371", - mediumslateblue: "7b68ee", - mediumspringgreen: "00fa9a", - mediumturquoise: "48d1cc", - mediumvioletred: "c71585", - midnightblue: "191970", - mintcream: "f5fffa", - mistyrose: "ffe4e1", - moccasin: "ffe4b5", - navajowhite: "ffdead", - navy: "000080", - oldlace: "fdf5e6", - olive: "808000", - olivedrab: "6b8e23", - orange: "ffa500", - orangered: "ff4500", - orchid: "da70d6", - palegoldenrod: "eee8aa", - palegreen: "98fb98", - paleturquoise: "afeeee", - palevioletred: "db7093", - papayawhip: "ffefd5", - peachpuff: "ffdab9", - peru: "cd853f", - pink: "ffc0cb", - plum: "dda0dd", - powderblue: "b0e0e6", - purple: "800080", - rebeccapurple: "663399", - red: "f00", - rosybrown: "bc8f8f", - royalblue: "4169e1", - saddlebrown: "8b4513", - salmon: "fa8072", - sandybrown: "f4a460", - seagreen: "2e8b57", - seashell: "fff5ee", - sienna: "a0522d", - silver: "c0c0c0", - skyblue: "87ceeb", - slateblue: "6a5acd", - slategray: "708090", - slategrey: "708090", - snow: "fffafa", - springgreen: "00ff7f", - steelblue: "4682b4", - tan: "d2b48c", - teal: "008080", - thistle: "d8bfd8", - tomato: "ff6347", - turquoise: "40e0d0", - violet: "ee82ee", - wheat: "f5deb3", - white: "fff", - whitesmoke: "f5f5f5", - yellow: "ff0", - yellowgreen: "9acd32" -}; -var hexNames = tinycolor.hexNames = flip(names); -function flip(o) {var flipped = { };for (var i in o) {if (o.hasOwnProperty(i)) {flipped[o[i]] = i;} - } - return flipped;} -function boundAlpha(a) {a = parseFloat(a);if (isNaN(a) || a < 0 || a > 1) {a = 1;} - return a;} -function bound01(n, max) {if (isOnePointZero(n)) { n = "100%"; } - var processPercent = isPercentage(n);n = mathMin(max, mathMax(0, parseFloat(n)));if (processPercent) {n = parseInt(n * max, 10) / 100;} - if ((Math.abs(n - max) < 0.000001)) {return 1;} - return (n % max) / parseFloat(max);} -function clamp01(val) {return mathMin(1, mathMax(0, val));} -function parseIntFromHex(val) {return parseInt(val, 16);} -function isOnePointZero(n) {return typeof n == "string" && n.indexOf('.') != -1 && parseFloat(n) === 1;} -function isPercentage(n) {return typeof n === "string" && n.indexOf('%') != -1;} -function pad2(c) {return c.length == 1 ? '0' + c : '' + c;} -function convertToPercentage(n) {if (n <= 1) {n = (n * 100) + "%";} - return n;} -function convertDecimalToHex(d) {return Math.round(parseFloat(d) * 255).toString(16);} -function convertHexToDecimal(h) {return (parseIntFromHex(h) / 255);} -var matchers = (function() {var CSS_INTEGER = "[-\\+]?\\d+%?";var CSS_NUMBER = "[-\\+]?\\d*\\.\\d+%?";var CSS_UNIT = "(?:" + CSS_NUMBER + ")|(?:" + CSS_INTEGER + ")";var PERMISSIVE_MATCH3 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";var PERMISSIVE_MATCH4 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";return {CSS_UNIT: new RegExp(CSS_UNIT), - rgb: new RegExp("rgb" + PERMISSIVE_MATCH3), - rgba: new RegExp("rgba" + PERMISSIVE_MATCH4), - hsl: new RegExp("hsl" + PERMISSIVE_MATCH3), - hsla: new RegExp("hsla" + PERMISSIVE_MATCH4), - hsv: new RegExp("hsv" + PERMISSIVE_MATCH3), - hsva: new RegExp("hsva" + PERMISSIVE_MATCH4), - hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, - hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/, - hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, - hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/ - };})(); -function isValidCSSUnit(color) {return !!matchers.CSS_UNIT.exec(color);} -function stringInputToObject(color) {color = color.replace(trimLeft, '').replace(trimRight, '').toLowerCase();var named = false;if (names[color]) {color = names[color];named = true;} - else if (color == 'transparent') {return { r: 0, g: 0, b: 0, a: 0, format: "name" };} - var match;if ((match = matchers.rgb.exec(color))) {return { r: match[1], g: match[2], b: match[3] };} - if ((match = matchers.rgba.exec(color))) {return { r: match[1], g: match[2], b: match[3], a: match[4] };} - if ((match = matchers.hsl.exec(color))) {return { h: match[1], s: match[2], l: match[3] };} - if ((match = matchers.hsla.exec(color))) {return { h: match[1], s: match[2], l: match[3], a: match[4] };} - if ((match = matchers.hsv.exec(color))) {return { h: match[1], s: match[2], v: match[3] };} - if ((match = matchers.hsva.exec(color))) {return { h: match[1], s: match[2], v: match[3], a: match[4] };} - if ((match = matchers.hex8.exec(color))) {return {r: parseIntFromHex(match[1]), - g: parseIntFromHex(match[2]), - b: parseIntFromHex(match[3]), - a: convertHexToDecimal(match[4]), - format: named ? "name" : "hex8" - };} - if ((match = matchers.hex6.exec(color))) {return {r: parseIntFromHex(match[1]), - g: parseIntFromHex(match[2]), - b: parseIntFromHex(match[3]), - format: named ? "name" : "hex" - };} - if ((match = matchers.hex4.exec(color))) {return {r: parseIntFromHex(match[1] + '' + match[1]), - g: parseIntFromHex(match[2] + '' + match[2]), - b: parseIntFromHex(match[3] + '' + match[3]), - a: convertHexToDecimal(match[4] + '' + match[4]), - format: named ? "name" : "hex8" - };} - if ((match = matchers.hex3.exec(color))) {return {r: parseIntFromHex(match[1] + '' + match[1]), - g: parseIntFromHex(match[2] + '' + match[2]), - b: parseIntFromHex(match[3] + '' + match[3]), - format: named ? "name" : "hex" - };} - return false;} -function validateWCAG2Parms(parms) {var level, size;parms = parms || {"level":"AA", "size":"small"};level = (parms.level || "AA").toUpperCase();size = (parms.size || "small").toLowerCase();if (level !== "AA" && level !== "AAA") {level = "AA";} - if (size !== "small" && size !== "large") {size = "small";} - return {"level":level, "size":size};} -this.tinycolor = tinycolor;})()`;} -.tinyColorMixin(); -.colorPaletteMixin() { -@functions: ~`(function() {var hueStep = 2;var saturationStep = 0.16;var saturationStep2 = 0.05;var brightnessStep1 = 0.05;var brightnessStep2 = 0.15;var lightColorCount = 5;var darkColorCount = 4;var getHue = function(hsv, i, isLight) {var hue;if (hsv.h >= 60 && hsv.h <= 240) {hue = isLight ? hsv.h - hueStep * i : hsv.h + hueStep * i;} else {hue = isLight ? hsv.h + hueStep * i : hsv.h - hueStep * i;} - if (hue < 0) {hue += 360;} else if (hue >= 360) {hue -= 360;} - return Math.round(hue);};var getSaturation = function(hsv, i, isLight) {var saturation;if (isLight) {saturation = hsv.s - saturationStep * i;} else if (i === darkColorCount) {saturation = hsv.s + saturationStep;} else {saturation = hsv.s + saturationStep2 * i;} - if (saturation > 1) {saturation = 1;} - if (isLight && i === lightColorCount && saturation > 0.1) {saturation = 0.1;} - if (saturation < 0.06) {saturation = 0.06;} - return Number(saturation.toFixed(2));};var getValue = function(hsv, i, isLight) {var value;if (isLight) {value = hsv.v + brightnessStep1 * i;}else{value = hsv.v - brightnessStep2 * i - } - if (value > 1) {value = 1;} - return Number(value.toFixed(2)) - };this.colorPalette = function(color, index) {var isLight = index <= 6;var hsv = tinycolor(color).toHsv();var i = isLight ? lightColorCount + 1 - index : index - lightColorCount - 1;return tinycolor({h: getHue(hsv, i, isLight), - s: getSaturation(hsv, i, isLight), - v: getValue(hsv, i, isLight), - }).toHexString();};})()`;} -.colorPaletteMixin(); -@blue-base: #1890ff; -@blue-1: color(~`colorPalette('@{blue-6}', 1) `); -@blue-2: color(~`colorPalette('@{blue-6}', 2) `); -@blue-3: color(~`colorPalette('@{blue-6}', 3) `); -@blue-4: color(~`colorPalette('@{blue-6}', 4) `); -@blue-5: color(~`colorPalette('@{blue-6}', 5) `); -@blue-6: @blue-base; -@blue-7: color(~`colorPalette('@{blue-6}', 7) `); -@blue-8: color(~`colorPalette('@{blue-6}', 8) `); -@blue-9: color(~`colorPalette('@{blue-6}', 9) `); -@blue-10: color(~`colorPalette('@{blue-6}', 10) `); -@purple-base: #722ed1; -@purple-1: color(~`colorPalette('@{purple-6}', 1) `); -@purple-2: color(~`colorPalette('@{purple-6}', 2) `); -@purple-3: color(~`colorPalette('@{purple-6}', 3) `); -@purple-4: color(~`colorPalette('@{purple-6}', 4) `); -@purple-5: color(~`colorPalette('@{purple-6}', 5) `); -@purple-6: @purple-base; -@purple-7: color(~`colorPalette('@{purple-6}', 7) `); -@purple-8: color(~`colorPalette('@{purple-6}', 8) `); -@purple-9: color(~`colorPalette('@{purple-6}', 9) `); -@purple-10: color(~`colorPalette('@{purple-6}', 10) `); -@cyan-base: #13c2c2; -@cyan-1: color(~`colorPalette('@{cyan-6}', 1) `); -@cyan-2: color(~`colorPalette('@{cyan-6}', 2) `); -@cyan-3: color(~`colorPalette('@{cyan-6}', 3) `); -@cyan-4: color(~`colorPalette('@{cyan-6}', 4) `); -@cyan-5: color(~`colorPalette('@{cyan-6}', 5) `); -@cyan-6: @cyan-base; -@cyan-7: color(~`colorPalette('@{cyan-6}', 7) `); -@cyan-8: color(~`colorPalette('@{cyan-6}', 8) `); -@cyan-9: color(~`colorPalette('@{cyan-6}', 9) `); -@cyan-10: color(~`colorPalette('@{cyan-6}', 10) `); -@green-base: #52c41a; -@green-1: color(~`colorPalette('@{green-6}', 1) `); -@green-2: color(~`colorPalette('@{green-6}', 2) `); -@green-3: color(~`colorPalette('@{green-6}', 3) `); -@green-4: color(~`colorPalette('@{green-6}', 4) `); -@green-5: color(~`colorPalette('@{green-6}', 5) `); -@green-6: @green-base; -@green-7: color(~`colorPalette('@{green-6}', 7) `); -@green-8: color(~`colorPalette('@{green-6}', 8) `); -@green-9: color(~`colorPalette('@{green-6}', 9) `); -@green-10: color(~`colorPalette('@{green-6}', 10) `); -@magenta-base: #eb2f96; -@magenta-1: color(~`colorPalette('@{magenta-6}', 1) `); -@magenta-2: color(~`colorPalette('@{magenta-6}', 2) `); -@magenta-3: color(~`colorPalette('@{magenta-6}', 3) `); -@magenta-4: color(~`colorPalette('@{magenta-6}', 4) `); -@magenta-5: color(~`colorPalette('@{magenta-6}', 5) `); -@magenta-6: @magenta-base; -@magenta-7: color(~`colorPalette('@{magenta-6}', 7) `); -@magenta-8: color(~`colorPalette('@{magenta-6}', 8) `); -@magenta-9: color(~`colorPalette('@{magenta-6}', 9) `); -@magenta-10: color(~`colorPalette('@{magenta-6}', 10) `); -@pink-base: #eb2f96; -@pink-1: color(~`colorPalette('@{pink-6}', 1) `); -@pink-2: color(~`colorPalette('@{pink-6}', 2) `); -@pink-3: color(~`colorPalette('@{pink-6}', 3) `); -@pink-4: color(~`colorPalette('@{pink-6}', 4) `); -@pink-5: color(~`colorPalette('@{pink-6}', 5) `); -@pink-6: @pink-base; -@pink-7: color(~`colorPalette('@{pink-6}', 7) `); -@pink-8: color(~`colorPalette('@{pink-6}', 8) `); -@pink-9: color(~`colorPalette('@{pink-6}', 9) `); -@pink-10: color(~`colorPalette('@{pink-6}', 10) `); -@red-base: #f5222d; -@red-1: color(~`colorPalette('@{red-6}', 1) `); -@red-2: color(~`colorPalette('@{red-6}', 2) `); -@red-3: color(~`colorPalette('@{red-6}', 3) `); -@red-4: color(~`colorPalette('@{red-6}', 4) `); -@red-5: color(~`colorPalette('@{red-6}', 5) `); -@red-6: @red-base; -@red-7: color(~`colorPalette('@{red-6}', 7) `); -@red-8: color(~`colorPalette('@{red-6}', 8) `); -@red-9: color(~`colorPalette('@{red-6}', 9) `); -@red-10: color(~`colorPalette('@{red-6}', 10) `); -@orange-base: #fa8c16; -@orange-1: color(~`colorPalette('@{orange-6}', 1) `); -@orange-2: color(~`colorPalette('@{orange-6}', 2) `); -@orange-3: color(~`colorPalette('@{orange-6}', 3) `); -@orange-4: color(~`colorPalette('@{orange-6}', 4) `); -@orange-5: color(~`colorPalette('@{orange-6}', 5) `); -@orange-6: @orange-base; -@orange-7: color(~`colorPalette('@{orange-6}', 7) `); -@orange-8: color(~`colorPalette('@{orange-6}', 8) `); -@orange-9: color(~`colorPalette('@{orange-6}', 9) `); -@orange-10: color(~`colorPalette('@{orange-6}', 10) `); -@yellow-base: #fadb14; -@yellow-1: color(~`colorPalette('@{yellow-6}', 1) `); -@yellow-2: color(~`colorPalette('@{yellow-6}', 2) `); -@yellow-3: color(~`colorPalette('@{yellow-6}', 3) `); -@yellow-4: color(~`colorPalette('@{yellow-6}', 4) `); -@yellow-5: color(~`colorPalette('@{yellow-6}', 5) `); -@yellow-6: @yellow-base; -@yellow-7: color(~`colorPalette('@{yellow-6}', 7) `); -@yellow-8: color(~`colorPalette('@{yellow-6}', 8) `); -@yellow-9: color(~`colorPalette('@{yellow-6}', 9) `); -@yellow-10: color(~`colorPalette('@{yellow-6}', 10) `); -@volcano-base: #fa541c; -@volcano-1: color(~`colorPalette('@{volcano-6}', 1) `); -@volcano-2: color(~`colorPalette('@{volcano-6}', 2) `); -@volcano-3: color(~`colorPalette('@{volcano-6}', 3) `); -@volcano-4: color(~`colorPalette('@{volcano-6}', 4) `); -@volcano-5: color(~`colorPalette('@{volcano-6}', 5) `); -@volcano-6: @volcano-base; -@volcano-7: color(~`colorPalette('@{volcano-6}', 7) `); -@volcano-8: color(~`colorPalette('@{volcano-6}', 8) `); -@volcano-9: color(~`colorPalette('@{volcano-6}', 9) `); -@volcano-10: color(~`colorPalette('@{volcano-6}', 10) `); -@geekblue-base: #2f54eb; -@geekblue-1: color(~`colorPalette('@{geekblue-6}', 1) `); -@geekblue-2: color(~`colorPalette('@{geekblue-6}', 2) `); -@geekblue-3: color(~`colorPalette('@{geekblue-6}', 3) `); -@geekblue-4: color(~`colorPalette('@{geekblue-6}', 4) `); -@geekblue-5: color(~`colorPalette('@{geekblue-6}', 5) `); -@geekblue-6: @geekblue-base; -@geekblue-7: color(~`colorPalette('@{geekblue-6}', 7) `); -@geekblue-8: color(~`colorPalette('@{geekblue-6}', 8) `); -@geekblue-9: color(~`colorPalette('@{geekblue-6}', 9) `); -@geekblue-10: color(~`colorPalette('@{geekblue-6}', 10) `); -@lime-base: #a0d911; -@lime-1: color(~`colorPalette('@{lime-6}', 1) `); -@lime-2: color(~`colorPalette('@{lime-6}', 2) `); -@lime-3: color(~`colorPalette('@{lime-6}', 3) `); -@lime-4: color(~`colorPalette('@{lime-6}', 4) `); -@lime-5: color(~`colorPalette('@{lime-6}', 5) `); -@lime-6: @lime-base; -@lime-7: color(~`colorPalette('@{lime-6}', 7) `); -@lime-8: color(~`colorPalette('@{lime-6}', 8) `); -@lime-9: color(~`colorPalette('@{lime-6}', 9) `); -@lime-10: color(~`colorPalette('@{lime-6}', 10) `); -@gold-base: #faad14; -@gold-1: color(~`colorPalette('@{gold-6}', 1) `); -@gold-2: color(~`colorPalette('@{gold-6}', 2) `); -@gold-3: color(~`colorPalette('@{gold-6}', 3) `); -@gold-4: color(~`colorPalette('@{gold-6}', 4) `); -@gold-5: color(~`colorPalette('@{gold-6}', 5) `); -@gold-6: @gold-base; -@gold-7: color(~`colorPalette('@{gold-6}', 7) `); -@gold-8: color(~`colorPalette('@{gold-6}', 8) `); -@gold-9: color(~`colorPalette('@{gold-6}', 9) `); -@gold-10: color(~`colorPalette('@{gold-6}', 10) `); -@preset-colors: pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue, - purple; -@theme: default; -@ant-prefix: ant; -@html-selector: html; -@primary-color-hover: color(~`colorPalette('@{primary-color}', 5) `); -@primary-color-active: color(~`colorPalette('@{primary-color}', 7) `); -@primary-color-outline: fade(@primary-color, @outline-fade); -@info-color: @primary-color; -@success-color: @green-6; -@success-color-hover: color(~`colorPalette('@{success-color}', 5) `); -@success-color-active: color(~`colorPalette('@{success-color}', 7) `); -@success-color-outline: fade(@success-color, @outline-fade); -@warning-color: @gold-6; -@warning-color-hover: color(~`colorPalette('@{warning-color}', 5) `); -@warning-color-active: color(~`colorPalette('@{warning-color}', 7) `); -@warning-color-outline: fade(@warning-color, @outline-fade); -@error-color: @red-5; -@error-color-hover: color(~`colorPalette('@{error-color}', 5) `); -@error-color-active: color(~`colorPalette('@{error-color}', 7) `); -@error-color-outline: fade(@error-color, @outline-fade); -@highlight-color: @red-5; -@normal-color: #d9d9d9; -@white: #fff; -@black: #000; -@primary-1: color(~`colorPalette('@{primary-color}', 1) `); -@primary-2: color(~`colorPalette('@{primary-color}', 2) `); -@primary-3: color(~`colorPalette('@{primary-color}', 3) `); -@primary-4: color(~`colorPalette('@{primary-color}', 4) `); -@primary-5: color( - ~`colorPalette('@{primary-color}', 5) ` -); -@primary-6: @primary-color; -@primary-7: color(~`colorPalette('@{primary-color}', 7) `); -@primary-8: color(~`colorPalette('@{primary-color}', 8) `); -@primary-9: color(~`colorPalette('@{primary-color}', 9) `); -@primary-10: color(~`colorPalette('@{primary-color}', 10) `); -@popover-customize-border-color: @border-color-split; -@font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, - 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', - 'Noto Color Emoji'; -@code-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; -@text-color-inverse: @white; -@icon-color: inherit; -@text-color-dark: fade(@white, 85%); -@text-color-secondary-dark: fade(@white, 65%); -@text-selection-bg: @primary-color; -@font-variant-base: tabular-nums; -@font-feature-settings-base: 'tnum'; -@font-size-base: 14px; -@font-size-lg: @font-size-base + 2px; -@font-size-sm: 12px; -@heading-1-size: ceil(@font-size-base * 2.71); -@heading-2-size: ceil(@font-size-base * 2.14); -@heading-3-size: ceil(@font-size-base * 1.71); -@heading-4-size: ceil(@font-size-base * 1.42); -@heading-5-size: ceil(@font-size-base * 1.14); -@line-height-base: 1.5715; -@border-radius-base: 2px; -@border-radius-sm: @border-radius-base; -@control-border-radius: @border-radius-base; -@arrow-border-radius: 2px; -@padding-lg: 24px; -@padding-md: 16px; -@padding-sm: 12px; -@padding-xs: 8px; -@padding-xss: 4px; -@control-padding-horizontal: @padding-sm; -@control-padding-horizontal-sm: @padding-xs; -@margin-lg: 24px; -@margin-md: 16px; -@margin-sm: 12px; -@margin-xs: 8px; -@margin-xss: 4px; -@height-base: 32px; -@height-lg: 40px; -@height-sm: 24px; -@iconfont-css-prefix: anticon; -@link-decoration: none; -@link-hover-decoration: none; -@link-focus-decoration: none; -@link-focus-outline: 0; -@ease-base-out: cubic-bezier(0.7, 0.3, 0.1, 1); -@ease-base-in: cubic-bezier(0.9, 0, 0.3, 0.7); -@ease-out: cubic-bezier(0.215, 0.61, 0.355, 1); -@ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19); -@ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1); -@ease-out-back: cubic-bezier(0.12, 0.4, 0.29, 1.46); -@ease-in-back: cubic-bezier(0.71, -0.46, 0.88, 0.6); -@ease-in-out-back: cubic-bezier(0.71, -0.46, 0.29, 1.46); -@ease-out-circ: cubic-bezier(0.08, 0.82, 0.17, 1); -@ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.34); -@ease-in-out-circ: cubic-bezier(0.78, 0.14, 0.15, 0.86); -@ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1); -@ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06); -@ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1); -@border-color-inverse: @white; -@border-width-base: 1px; -@border-style-base: solid; -@outline-blur-size: 0; -@outline-width: 2px; -@outline-color: @primary-color; -@outline-fade: 20%; -@disabled-active-bg: tint(@black, 90%); -@box-shadow-base: @shadow-2; -@shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), - 0 -12px 48px 16px rgba(0, 0, 0, 0.03); -@shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), - 0 12px 48px 16px rgba(0, 0, 0, 0.03); -@shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), - -12px 0 48px 16px rgba(0, 0, 0, 0.03); -@shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), - 12px 0 48px 16px rgba(0, 0, 0, 0.03); -@shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), - 0 9px 28px 8px rgba(0, 0, 0, 0.05); -@btn-font-weight: 400; -@btn-border-radius-base: @border-radius-base; -@btn-border-radius-sm: @border-radius-base; -@btn-border-width: @border-width-base; -@btn-border-style: @border-style-base; -@btn-primary-color: #fff; -@btn-default-color: @text-color; -@btn-default-border: @border-color-base; -@btn-danger-color: #fff; -@btn-danger-bg: @error-color; -@btn-danger-border: @error-color; -@btn-disable-color: @disabled-color; -@btn-disable-bg: @disabled-bg; -@btn-disable-border: @border-color-base; -@btn-default-ghost-bg: transparent; -@btn-font-size-lg: @font-size-lg; -@btn-font-size-sm: @font-size-base; -@btn-padding-horizontal-base: @padding-md - 1px; -@btn-padding-horizontal-lg: @btn-padding-horizontal-base; -@btn-padding-horizontal-sm: @padding-xs - 1px; -@btn-height-base: @height-base; -@btn-height-lg: @height-lg; -@btn-height-sm: @height-sm; -@btn-line-height: @line-height-base; -@btn-circle-size: @btn-height-base; -@btn-circle-size-lg: @btn-height-lg; -@btn-circle-size-sm: @btn-height-sm; -@btn-square-size: @btn-height-base; -@btn-square-size-lg: @btn-height-lg; -@btn-square-size-sm: @btn-height-sm; -@btn-square-only-icon-size: @font-size-base + 2px; -@btn-square-only-icon-size-sm: @font-size-base; -@btn-square-only-icon-size-lg: @btn-font-size-lg + 2px; -@btn-group-border: @primary-5; -@btn-link-hover-bg: transparent; -@checkbox-size: 16px; -@checkbox-color: @primary-color; -@checkbox-check-color: #fff; -@checkbox-border-width: @border-width-base; -@checkbox-border-radius: @border-radius-base; -@checkbox-group-item-margin-right: 8px; -@descriptions-title-margin-bottom: 20px; -@descriptions-default-padding: @padding-md @padding-lg; -@descriptions-middle-padding: @padding-sm @padding-lg; -@descriptions-small-padding: @padding-xs @padding-md; -@descriptions-item-padding-bottom: @padding-md; -@descriptions-item-trailing-colon: true; -@descriptions-item-label-colon-margin-right: 8px; -@descriptions-item-label-colon-margin-left: 2px; -@descriptions-extra-color: @text-color; -@divider-text-padding: 1em; -@divider-orientation-margin: 5%; -@divider-vertical-gutter: 8px; -@dropdown-selected-color: @primary-color; -@dropdown-selected-bg: @item-active-bg; -@empty-font-size: @font-size-base; -@radio-size: 16px; -@radio-top: 0.2em; -@radio-border-width: 1px; -@radio-dot-size: @radio-size - 8px; -@radio-dot-color: @primary-color; -@radio-button-bg: @btn-default-bg; -@radio-button-checked-bg: @btn-default-bg; -@radio-button-color: @btn-default-color; -@radio-button-hover-color: @primary-5; -@radio-button-active-color: @primary-7; -@radio-button-padding-horizontal: @padding-md - 1px; -@radio-wrapper-margin-right: 8px; -@screen-xs: 480px; -@screen-xs-min: @screen-xs; -@screen-sm: 576px; -@screen-sm-min: @screen-sm; -@screen-md: 768px; -@screen-md-min: @screen-md; -@screen-lg: 992px; -@screen-lg-min: @screen-lg; -@screen-xl: 1200px; -@screen-xl-min: @screen-xl; -@screen-xxl: 1600px; -@screen-xxl-min: @screen-xxl; -@screen-xs-max: (@screen-sm-min - 1px); -@screen-sm-max: (@screen-md-min - 1px); -@screen-md-max: (@screen-lg-min - 1px); -@screen-lg-max: (@screen-xl-min - 1px); -@screen-xl-max: (@screen-xxl-min - 1px); -@grid-columns: 24; -@layout-header-height: 64px; -@layout-header-padding: 0 50px; -@layout-header-color: @text-color; -@layout-footer-padding: 24px 50px; -@layout-footer-background: @layout-body-background; -@layout-sider-background: @layout-header-background; -@layout-trigger-height: 48px; -@layout-trigger-color: #fff; -@layout-zero-trigger-width: 36px; -@layout-zero-trigger-height: 42px; -@layout-sider-background-light: #fff; -@layout-trigger-background-light: #fff; -@layout-trigger-color-light: @text-color; -@zindex-badge: auto; -@zindex-table-fixed: 2; -@zindex-affix: 10; -@zindex-back-top: 10; -@zindex-picker-panel: 10; -@zindex-popup-close: 10; -@zindex-modal: 1000; -@zindex-modal-mask: 1000; -@zindex-message: 1010; -@zindex-notification: 1010; -@zindex-popover: 1030; -@zindex-dropdown: 1050; -@zindex-picker: 1050; -@zindex-popoconfirm: 1060; -@zindex-tooltip: 1070; -@zindex-image: 1080; -@animation-duration-slow: 0.3s; -@animation-duration-base: 0.2s; -@animation-duration-fast: 0.1s; -@collapse-panel-border-radius: @border-radius-base; -@dropdown-vertical-padding: 5px; -@dropdown-edge-child-vertical-padding: 4px; -@dropdown-font-size: @font-size-base; -@dropdown-line-height: 22px; -@label-required-color: @highlight-color; -@label-color: @heading-color; -@form-warning-input-bg: @input-bg; -@form-item-margin-bottom: 24px; -@form-item-trailing-colon: true; -@form-vertical-label-padding: 0 0 8px; -@form-vertical-label-margin: 0; -@form-item-label-font-size: @font-size-base; -@form-item-label-height: @input-height-base; -@form-item-label-colon-margin-right: 8px; -@form-item-label-colon-margin-left: 2px; -@form-error-input-bg: @input-bg; -@input-height-base: @height-base; -@input-height-lg: @height-lg; -@input-height-sm: @height-sm; -@input-padding-horizontal: @control-padding-horizontal - 1px; -@input-padding-horizontal-base: @input-padding-horizontal; -@input-padding-horizontal-sm: @control-padding-horizontal-sm - 1px; -@input-padding-horizontal-lg: @input-padding-horizontal; -@input-padding-vertical-base: max( - (round(((@input-height-base - @font-size-base * @line-height-base) / 2) * 10) / 10) - - @border-width-base, - 3px -); -@input-padding-vertical-sm: max( - (round(((@input-height-sm - @font-size-base * @line-height-base) / 2) * 10) / 10) - - @border-width-base, - 0 -); -@input-padding-vertical-lg: ( - ceil(((@input-height-lg - @font-size-lg * @line-height-base) / 2) * 10) / 10 - ) - @border-width-base; -@input-color: @text-color; -@input-border-color: @border-color-base; -@input-number-hover-border-color: @input-hover-border-color; -@input-number-handler-hover-bg: @primary-5; -@input-number-handler-bg: @component-background; -@input-number-handler-border-color: @border-color-base; -@input-addon-bg: @background-color-light; -@input-hover-border-color: @primary-5; -@input-disabled-bg: @disabled-bg; -@input-outline-offset: 0 0; -@input-disabled-color: @disabled-color; -@mentions-dropdown-menu-item-hover-bg: @mentions-dropdown-bg; -@select-border-color: @border-color-base; -@select-item-selected-color: @text-color; -@select-item-selected-font-weight: 600; -@select-item-active-bg: @item-hover-bg; -@select-dropdown-vertical-padding: @dropdown-vertical-padding; -@select-dropdown-font-size: @dropdown-font-size; -@select-dropdown-line-height: @dropdown-line-height; -@select-dropdown-height: 32px; -@select-single-item-height-lg: 40px; -@select-multiple-item-height: @input-height-base - @input-padding-vertical-base * 2; -@select-multiple-item-height-lg: 32px; -@select-multiple-item-spacing-half: ceil((@input-padding-vertical-base / 2)); -@cascader-item-selected-bg: @primary-1; -@cascader-dropdown-vertical-padding: @dropdown-vertical-padding; -@cascader-dropdown-edge-child-vertical-padding: @dropdown-edge-child-vertical-padding; -@cascader-dropdown-font-size: @dropdown-font-size; -@cascader-dropdown-line-height: @dropdown-line-height; -@anchor-bg: transparent; -@anchor-border-color: @border-color-split; -@anchor-link-top: 7px; -@anchor-link-left: 16px; -@anchor-link-padding: @anchor-link-top 0 @anchor-link-top @anchor-link-left; -@tooltip-max-width: 250px; -@tooltip-color: #fff; -@tooltip-arrow-width: 8px * sqrt(2); -@tooltip-distance: @tooltip-arrow-width - 1px + 4px; -@tooltip-arrow-color: @tooltip-bg; -@tooltip-border-radius: @border-radius-base; -@popover-color: @text-color; -@popover-min-width: 177px; -@popover-min-height: 32px; -@popover-arrow-width: @tooltip-arrow-width; -@popover-arrow-color: @popover-bg; -@popover-arrow-outer-color: @popover-bg; -@popover-distance: @popover-arrow-width + 4px; -@popover-padding-horizontal: @padding-md; -@modal-header-padding-vertical: @padding-md; -@modal-header-padding-horizontal: @padding-lg; -@modal-body-padding: @padding-lg; -@modal-header-padding: @modal-header-padding-vertical @modal-header-padding-horizontal; -@modal-header-border-width: @border-width-base; -@modal-header-border-style: @border-style-base; -@modal-header-title-line-height: 22px; -@modal-header-title-font-size: @font-size-lg; -@modal-header-close-size: 56px; -@modal-heading-color: @heading-color; -@modal-close-color: @text-color-secondary; -@modal-footer-bg: transparent; -@modal-footer-border-style: @border-style-base; -@modal-footer-padding-vertical: 10px; -@modal-footer-padding-horizontal: 16px; -@modal-footer-border-width: @border-width-base; -@modal-mask-bg: fade(@black, 45%); -@modal-confirm-body-padding: 32px 32px 24px; -@modal-confirm-title-font-size: @font-size-lg; -@progress-default-color: @processing-color; -@progress-remaining-color: @background-color-base; -@progress-info-text-color: @progress-text-color; -@progress-radius: 100px; -@progress-text-font-size: 1em; -@progress-text-color: @text-color; -@progress-circle-text-font-size: 1em; -@menu-inline-toplevel-item-height: 40px; -@menu-item-height: 40px; -@menu-item-group-height: @line-height-base; -@menu-collapsed-width: 80px; -@menu-bg: @component-background; -@menu-item-color: @text-color; -@menu-inline-submenu-bg: @background-color-light; -@menu-highlight-color: @primary-color; -@menu-highlight-danger-color: @error-color; -@menu-item-active-bg: @primary-1; -@menu-item-active-danger-bg: @red-1; -@menu-item-active-border-width: 3px; -@menu-item-group-title-color: @text-color-secondary; -@menu-item-vertical-margin: 4px; -@menu-item-font-size: @font-size-base; -@menu-item-boundary-margin: 8px; -@menu-item-padding-horizontal: 20px; -@menu-item-padding: 0 @menu-item-padding-horizontal; -@menu-horizontal-line-height: 46px; -@menu-icon-margin-right: 10px; -@menu-icon-size: @menu-item-font-size; -@menu-icon-size-lg: @font-size-lg; -@menu-item-group-title-font-size: @menu-item-font-size; -@menu-dark-color: @text-color-secondary-dark; -@menu-dark-danger-color: @error-color; -@menu-dark-arrow-color: #fff; -@menu-dark-highlight-color: #fff; -@menu-dark-item-active-bg: @primary-color; -@menu-dark-item-active-danger-bg: @error-color; -@menu-dark-selected-item-icon-color: @white; -@menu-dark-selected-item-text-color: @white; -@menu-dark-item-hover-bg: transparent; -@spin-dot-size-sm: 14px; -@spin-dot-size: 20px; -@spin-dot-size-lg: 32px; -@table-bg: @component-background; -@table-header-color: @heading-color; -@table-selected-row-color: inherit; -@table-selected-row-bg: @primary-1; -@table-body-selected-sort-bg: @table-selected-row-bg; -@table-selected-row-hover-bg: darken(@table-selected-row-bg, 2%); -@table-padding-vertical: 16px; -@table-padding-horizontal: 16px; -@table-padding-vertical-md: (@table-padding-vertical * 3 / 4); -@table-padding-horizontal-md: (@table-padding-horizontal / 2); -@table-padding-vertical-sm: (@table-padding-vertical / 2); -@table-padding-horizontal-sm: (@table-padding-horizontal / 2); -@table-border-color: @border-color-split; -@table-border-radius-base: @border-radius-base; -@table-footer-bg: @background-color-light; -@table-footer-color: @heading-color; -@table-header-bg-sm: @table-header-bg; -@table-font-size: @font-size-base; -@table-font-size-md: @table-font-size; -@table-font-size-sm: @table-font-size; -@table-filter-btns-bg: inherit; -@table-selection-column-width: 32px; -@table-sticky-scroll-bar-bg: fade(#000, 35%); -@table-sticky-scroll-bar-radius: 4px; -@tag-border-radius: @border-radius-base; -@tag-default-bg: @background-color-light; -@tag-default-color: @text-color; -@tag-font-size: @font-size-sm; -@tag-line-height: 20px; -@picker-basic-cell-hover-color: @item-hover-bg; -@picker-date-hover-range-color: @picker-basic-cell-hover-with-range-color; -@picker-time-panel-column-width: 56px; -@picker-time-panel-column-height: 224px; -@picker-time-panel-cell-height: 28px; -@picker-panel-cell-height: 24px; -@picker-panel-cell-width: 36px; -@picker-text-height: 40px; -@picker-panel-without-time-cell-height: 66px; -@calendar-border-color: @border-color-inverse; -@calendar-item-active-bg: @item-active-bg; -@calendar-column-active-bg: fade(@calendar-item-active-bg, 20%); -@calendar-full-panel-bg: @calendar-full-bg; -@carousel-dot-width: 16px; -@carousel-dot-height: 3px; -@carousel-dot-active-width: 24px; -@badge-height: 20px; -@badge-height-sm: 14px; -@badge-dot-size: 6px; -@badge-font-size: @font-size-sm; -@badge-font-size-sm: @font-size-sm; -@badge-font-weight: normal; -@badge-status-size: 6px; -@badge-color: @highlight-color; -@rate-star-color: @yellow-6; -@rate-star-size: 20px; -@rate-star-hover-scale: scale(1.1); -@card-head-color: @heading-color; -@card-head-background: transparent; -@card-head-font-size: @font-size-lg; -@card-head-font-size-sm: @font-size-base; -@card-head-padding: 16px; -@card-head-padding-sm: (@card-head-padding / 2); -@card-head-height: 48px; -@card-head-height-sm: 36px; -@card-inner-head-padding: 12px; -@card-padding-base: 24px; -@card-padding-base-sm: (@card-padding-base / 2); -@card-actions-li-margin: 12px 0; -@card-background: @component-background; -@card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), - 0 5px 12px 4px rgba(0, 0, 0, 0.09); -@card-radius: @border-radius-base; -@card-head-tabs-margin-bottom: -17px; -@card-head-extra-color: @text-color; -@comment-bg: inherit; -@comment-padding-base: @padding-md 0; -@comment-nest-indent: 44px; -@comment-font-size-base: @font-size-base; -@comment-font-size-sm: @font-size-sm; -@comment-author-name-color: @text-color-secondary; -@comment-action-color: @text-color-secondary; -@comment-actions-margin-bottom: inherit; -@comment-actions-margin-top: @margin-sm; -@comment-content-detail-p-margin-bottom: inherit; -@tabs-card-head-background: @background-color-light; -@tabs-card-height: 40px; -@tabs-card-active-color: @primary-color; -@tabs-card-horizontal-padding: ( - (@tabs-card-height - floor(@font-size-base * @line-height-base)) / 2 - ) - @border-width-base @padding-md; -@tabs-card-horizontal-padding-sm: 6px @padding-md; -@tabs-card-horizontal-padding-lg: 7px @padding-md 6px; -@tabs-title-font-size: @font-size-base; -@tabs-title-font-size-lg: @font-size-lg; -@tabs-title-font-size-sm: @font-size-base; -@tabs-ink-bar-color: @primary-color; -@tabs-bar-margin: 0 0 @margin-md 0; -@tabs-horizontal-gutter: 32px; -@tabs-horizontal-margin: 0 0 0 @tabs-horizontal-gutter; -@tabs-horizontal-margin-rtl: 0 0 0 32px; -@tabs-horizontal-padding: @padding-sm 0; -@tabs-horizontal-padding-lg: @padding-md 0; -@tabs-horizontal-padding-sm: @padding-xs 0; -@tabs-vertical-padding: @padding-xs @padding-lg; -@tabs-vertical-margin: @margin-md 0 0 0; -@tabs-scrolling-size: 32px; -@tabs-highlight-color: @primary-color; -@tabs-hover-color: @primary-5; -@tabs-active-color: @primary-7; -@tabs-card-gutter: 2px; -@tabs-card-tab-active-border-top: 2px solid transparent; -@back-top-color: #fff; -@back-top-bg: @text-color-secondary; -@back-top-hover-bg: @text-color; -@avatar-size-base: 32px; -@avatar-size-lg: 40px; -@avatar-size-sm: 24px; -@avatar-font-size-base: 18px; -@avatar-font-size-lg: 24px; -@avatar-font-size-sm: 14px; -@avatar-color: #fff; -@avatar-border-radius: @border-radius-base; -@avatar-group-overlapping: -8px; -@avatar-group-space: 3px; -@avatar-group-border-color: #fff; -@switch-height: 22px; -@switch-sm-height: 16px; -@switch-min-width: 44px; -@switch-sm-min-width: 28px; -@switch-disabled-opacity: 0.4; -@switch-color: @primary-color; -@switch-shadow-color: fade(#00230b, 20%); -@switch-padding: 2px; -@switch-inner-margin-min: ceil(@switch-height * 0.3); -@switch-inner-margin-max: ceil(@switch-height * 1.1); -@switch-sm-inner-margin-min: ceil(@switch-sm-height * 0.3); -@switch-sm-inner-margin-max: ceil(@switch-sm-height * 1.1); -@pagination-item-size: @height-base; -@pagination-item-size-sm: 24px; -@pagination-font-family: @font-family; -@pagination-font-weight-active: 500; -@pagination-mini-options-size-changer-top: 0px; -@page-header-padding: @padding-lg; -@page-header-padding-vertical: @padding-md; -@page-header-padding-breadcrumb: @padding-sm; -@page-header-content-padding-vertical: @padding-sm; -@page-header-ghost-bg: inherit; -@page-header-heading-title: @heading-4-size; -@page-header-heading-sub-title: 14px; -@page-header-tabs-tab-font-size: 16px; -@breadcrumb-base-color: @text-color-secondary; -@breadcrumb-last-item-color: @text-color; -@breadcrumb-font-size: @font-size-base; -@breadcrumb-icon-font-size: @font-size-base; -@breadcrumb-link-color: @text-color-secondary; -@breadcrumb-link-color-hover: @text-color; -@breadcrumb-separator-color: @text-color-secondary; -@breadcrumb-separator-margin: 0 @padding-xs; -@slider-margin: 10px 6px 10px; -@slider-track-background-color: @primary-3; -@slider-track-background-color-hover: @primary-4; -@slider-handle-border-width: 2px; -@slider-handle-background-color: @component-background; -@slider-handle-color: @primary-3; -@slider-handle-color-hover: @primary-4; -@slider-handle-color-focus: tint(@primary-color, 20%); -@slider-handle-color-focus-shadow: fade(@primary-color, 12%); -@slider-handle-color-tooltip-open: @primary-color; -@slider-handle-size: 14px; -@slider-handle-margin-top: -5px; -@slider-handle-shadow: 0; -@slider-disabled-color: @disabled-color; -@slider-disabled-background-color: @component-background; -@tree-title-height: 24px; -@tree-child-padding: 18px; -@tree-directory-selected-color: #fff; -@tree-directory-selected-bg: @primary-color; -@tree-node-hover-bg: @item-hover-bg; -@tree-node-selected-bg: @primary-2; -@collapse-header-padding: @padding-sm @padding-md; -@collapse-header-padding-extra: 40px; -@collapse-header-bg: @background-color-light; -@collapse-content-padding: @padding-md; -@collapse-content-bg: @component-background; -@collapse-header-arrow-left: 16px; -@skeleton-paragraph-margin-top: 28px; -@skeleton-paragraph-li-margin-top: @margin-md; -@skeleton-paragraph-li-height: 16px; -@skeleton-title-height: 16px; -@skeleton-title-paragraph-margin-top: @margin-lg; -@transfer-header-height: 40px; -@transfer-item-height: @height-base; -@transfer-disabled-bg: @disabled-bg; -@transfer-list-height: 200px; -@transfer-item-selected-hover-bg: darken(@item-active-bg, 2%); -@transfer-item-padding-vertical: 6px; -@transfer-list-search-icon-top: 12px; -@message-notice-content-padding: 10px 16px; -@wave-animation-width: 6px; -@alert-message-color: @heading-color; -@alert-text-color: @text-color; -@alert-close-color: @text-color-secondary; -@alert-close-hover-color: @icon-color-hover; -@alert-no-icon-padding-vertical: @padding-xs; -@alert-with-description-no-icon-padding-vertical: @padding-md - 1px; -@alert-with-description-padding-vertical: @padding-md - 1px; -@alert-with-description-padding: @alert-with-description-padding-vertical 15px - @alert-with-description-no-icon-padding-vertical @alert-with-description-icon-size; -@alert-icon-top: 8px + @font-size-base * (@line-height-base / 2) - (@font-size-base / 2); -@alert-with-description-icon-size: 24px; -@list-header-background: transparent; -@list-footer-background: transparent; -@list-empty-text-padding: @padding-md; -@list-item-padding: @padding-sm 0; -@list-item-padding-sm: @padding-xs @padding-md; -@list-item-padding-lg: 16px 24px; -@list-item-meta-margin-bottom: @padding-md; -@list-item-meta-avatar-margin-right: @padding-md; -@list-item-meta-title-margin-bottom: @padding-sm; -@list-item-meta-description-font-size: @font-size-base; -@statistic-title-font-size: @font-size-base; -@statistic-content-font-size: 24px; -@statistic-unit-font-size: 24px; -@statistic-font-family: @font-family; -@drawer-header-padding: @padding-md @padding-lg; -@drawer-body-padding: @padding-lg; -@drawer-footer-padding-vertical: @modal-footer-padding-vertical; -@drawer-footer-padding-horizontal: @modal-footer-padding-horizontal; -@drawer-header-close-size: 56px; -@drawer-title-font-size: @font-size-lg; -@drawer-title-line-height: 22px; -@timeline-width: 2px; -@timeline-dot-border-width: 2px; -@timeline-dot-bg: @component-background; -@timeline-item-padding-bottom: 20px; -@typography-title-font-weight: 600; -@typography-title-margin-top: 1.2em; -@typography-title-margin-bottom: 0.5em; -@upload-actions-color: @text-color-secondary; -@process-tail-color: @border-color-split; -@steps-icon-size: 32px; -@steps-icon-custom-size: @steps-icon-size; -@steps-icon-custom-top: 0px; -@steps-icon-custom-font-size: 24px; -@steps-icon-top: -0.5px; -@steps-icon-font-size: @font-size-lg; -@steps-icon-margin: 0 8px 0 0; -@steps-title-line-height: @height-base; -@steps-small-icon-size: 24px; -@steps-small-icon-margin: 0 8px 0 0; -@steps-dot-size: 8px; -@steps-dot-top: 2px; -@steps-current-dot-size: 10px; -@steps-description-max-width: 140px; -@steps-nav-content-max-width: auto; -@steps-vertical-icon-width: 16px; -@steps-vertical-tail-width: 16px; -@steps-vertical-tail-width-sm: 12px; -@notification-padding-vertical: 16px; -@notification-padding-horizontal: 24px; -@result-title-font-size: 24px; -@result-subtitle-font-size: @font-size-base; -@result-icon-font-size: 72px; -@result-extra-margin: 24px 0 0 0; -@image-size-base: 48px; -@image-font-size-base: 24px; -@image-bg: #f5f5f5; -@image-color: #fff; -@image-mask-font-size: 16px; -@image-preview-operation-size: 18px; -@image-preview-operation-color: @text-color-dark; -@image-preview-operation-disabled-color: fade(@image-preview-operation-color, 25%); -@segmented-selected-bg: @white; diff --git a/web/client/src/sections/fillion/components/gis/bounds.js b/web/client/src/sections/fillion/components/gis/bounds.js index 17c286d3..cb93372f 100644 --- a/web/client/src/sections/fillion/components/gis/bounds.js +++ b/web/client/src/sections/fillion/components/gis/bounds.js @@ -1,188 +1,188 @@ -import React, { Component } from 'react' -import PropTypes from 'prop-types' -import { geoJson } from './mock_data'; - -export default class Bounds extends Component { - constructor(props) { - super(props); - this.map = props.map; - this.pl = {}; - this.textMarker = {}; - } - static propTypes = { - prop: PropTypes - } - - componentDidMount() { - if (!window.BoundPl) { - this.drawBounds(); - } - } - - componentWillUnmount() { - if (window.local_) - window.local_.remove(this.pl); - this.textMarker = null; - window.BoundPl = null; - } - - drawBounds = () => { - var map = this.map; - var loca = window.local_; - loca.ambLight = { - intensity: 0.3, - color: '#fff', - }; - loca.dirLight = { - intensity: 0.6, - color: '#fff', - target: [0, 0, 0], - position: [0, -1, 1], - }; - loca.pointLight = { - color: 'rgb(100,100,100)', - position: [120.24289, 30.341335, 20000], - intensity: 3, - // 距离表示从光源到光照强度为 0 的位置,0 就是光不会消失。 - distance: 50000, - }; - var geo = new Loca.GeoJSONSource({ - data: geoJson - }); - - var colors = ['#04398c', '#04398c', '#0542a5'].reverse(); - var height = [500]; - var pl = new Loca.PolygonLayer({ - // loca, - zIndex: 1, - opacity: 0.6, - // cullface: 'none', - shininess: 10, - hasSide: true, - }); - - pl.setSource(geo); - pl.setStyle({ - topColor: function (index, feature) { - var i = index % 3; - return colors[i]; - }, - sideColor: function (index, feature) { - return '#023890'; - }, - borderColor: function () { - return '#24dcf7' - }, - height: function (index, feature) { - return index == 0 ? height[0] : height[0] + index * 50; - }, - altitude: 0, - }); - loca.add(pl); - - // 创建纯文本标记 - var text = new AMap.Text({ - text: '纯文本标记', - anchor: 'center', // 设置文本标记锚点 - draggable: true, - cursor: 'pointer', - angle: 0, - visible: false, - offset: [60, 60], - extData: 'bounds_text', - style: { - 'padding': '5px 10px', - 'margin-bottom': '1rem', - 'border-radius': '.25rem', - 'background-color': 'rgba(0,0,0,0.5)', - // 'width': '12rem', - 'border-width': 0, - 'box-shadow': '0 2px 6px 0 rgba(255, 255, 255, .3)', - 'text-align': 'center', - 'font-size': '16px', - 'color': '#fff', - }, - }); - // text.setMap(map); - if (!this.textMarker) - map.add(text); - this.textMarker = text; - console.log(text) - // 拾取 - map.on('mousemove', (e) => { - var feat = pl.queryFeature(e.pixel.toArray()); - // if (!text) { - map.add(text); - // text = this.textMarker; - // } - - if (feat) { - text.show(); - text.setText(feat.properties.NAME); - text.setPosition(e.lnglat); - - pl.setStyle({ - topColor: (index, feature) => { - if (feature === feat) { - return [19, 43, 77, 1]; - } - // var v = feature.properties.health * 100; - var i = index % 3; - return colors[i]; - }, - sideColor: (index, feature) => { - if (feature === feat) { - return '#023890'; - } - return '#023890'; - }, - borderColor: function () { - return '#24dcf7' - }, - height: function (index, feature) { - return index == 0 ? height[0] : height[0] + index * 50; - - }, - }); - } else { - pl.setStyle({ - topColor: function (index, feature) { - var i = index % 3; - return colors[i]; - }, - sideColor: function (index, feature) { - return '#023890'; - }, - borderColor: function () { - return '#24dcf7' - }, - height: function (index, feature) { - return index == 0 ? height[0] : height[0] + index * 50; - }, - altitude: 0, - }); - - text.hide(); - map.remove(text); - } - }); - - - map.setZoom(12.88) - map.setCenter([115.888149, 28.549851]); - map.setRotation(-68.7); - map.setPitch(42); - - this.pl = pl; - window.BoundPl = pl; - } - - render() { - return ( -
-
- ) - } -} - - +import React, { Component } from 'react' +import PropTypes from 'prop-types' +import { geoJson } from './mock_data'; + +export default class Bounds extends Component { + constructor(props) { + super(props); + this.map = props.map; + this.pl = {}; + this.textMarker = {}; + } + static propTypes = { + prop: PropTypes + } + + componentDidMount() { + if (!window.BoundPl) { + this.drawBounds(); + } + } + + componentWillUnmount() { + if (window.local_) + window.local_.remove(this.pl); + this.textMarker = null; + window.BoundPl = null; + } + + drawBounds = () => { + var map = this.map; + var loca = window.local_; + loca.ambLight = { + intensity: 0.3, + color: '#fff', + }; + loca.dirLight = { + intensity: 0.6, + color: '#fff', + target: [0, 0, 0], + position: [0, -1, 1], + }; + loca.pointLight = { + color: 'rgb(100,100,100)', + position: [120.24289, 30.341335, 20000], + intensity: 3, + // 距离表示从光源到光照强度为 0 的位置,0 就是光不会消失。 + distance: 50000, + }; + var geo = new Loca.GeoJSONSource({ + data: geoJson + }); + + var colors = ['#04398c', '#04398c', '#0542a5'].reverse(); + var height = [500]; + var pl = new Loca.PolygonLayer({ + // loca, + zIndex: 1, + opacity: 0.6, + // cullface: 'none', + shininess: 10, + hasSide: true, + }); + + pl.setSource(geo); + pl.setStyle({ + topColor: function (index, feature) { + var i = index % 3; + return colors[i]; + }, + sideColor: function (index, feature) { + return '#023890'; + }, + borderColor: function () { + return '#24dcf7' + }, + height: function (index, feature) { + return index == 0 ? height[0] : height[0] + index * 50; + }, + altitude: 0, + }); + loca.add(pl); + + // 创建纯文本标记 + var text = new AMap.Text({ + text: '纯文本标记', + anchor: 'center', // 设置文本标记锚点 + draggable: true, + cursor: 'pointer', + angle: 0, + visible: false, + offset: [60, 60], + extData: 'bounds_text', + style: { + 'padding': '5px 10px', + 'margin-bottom': '1rem', + 'border-radius': '.25rem', + 'background-color': 'rgba(0,0,0,0.5)', + // 'width': '12rem', + 'border-width': 0, + 'box-shadow': '0 2px 6px 0 rgba(255, 255, 255, .3)', + 'text-align': 'center', + 'font-size': '16px', + 'color': '#fff', + }, + }); + // text.setMap(map); + if (!this.textMarker) + map.add(text); + this.textMarker = text; + console.log(text) + // 拾取 + map.on('mousemove', (e) => { + var feat = pl.queryFeature(e.pixel.toArray()); + // if (!text) { + map.add(text); + // text = this.textMarker; + // } + + if (feat) { + text.show(); + text.setText(feat.properties.NAME); + text.setPosition(e.lnglat); + + pl.setStyle({ + topColor: (index, feature) => { + if (feature === feat) { + return [19, 43, 77, 1]; + } + // var v = feature.properties.health * 100; + var i = index % 3; + return colors[i]; + }, + sideColor: (index, feature) => { + if (feature === feat) { + return '#023890'; + } + return '#023890'; + }, + borderColor: function () { + return '#24dcf7' + }, + height: function (index, feature) { + return index == 0 ? height[0] : height[0] + index * 50; + + }, + }); + } else { + pl.setStyle({ + topColor: function (index, feature) { + var i = index % 3; + return colors[i]; + }, + sideColor: function (index, feature) { + return '#023890'; + }, + borderColor: function () { + return '#24dcf7' + }, + height: function (index, feature) { + return index == 0 ? height[0] : height[0] + index * 50; + }, + altitude: 0, + }); + + text.hide(); + map.remove(text); + } + }); + + + map.setZoom(12.88) + map.setCenter([115.888149, 28.549851]); + map.setRotation(-68.7); + map.setPitch(42); + + this.pl = pl; + window.BoundPl = pl; + } + + render() { + return ( +
+
+ ) + } +} + + diff --git a/web/client/src/sections/fillion/components/gis/mock_data.js b/web/client/src/sections/fillion/components/gis/mock_data.js index 4e209ecf..017873b2 100644 --- a/web/client/src/sections/fillion/components/gis/mock_data.js +++ b/web/client/src/sections/fillion/components/gis/mock_data.js @@ -1,59 +1,59 @@ -const geoJson = { - "type": "FeatureCollection", - "features": [ - { "type": "Feature", "properties": { "NAME": "莲塘镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.940419, 28.518711], [115.941599, 28.518617], [115.941491, 28.517580], [115.940225, 28.517863], [115.940419, 28.518711]]] } } - , - { "type": "Feature", "properties": { "NAME": "莲塘镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.926817, 28.596655], [115.927950, 28.596652], [115.928104, 28.596711], [115.928286, 28.596661], [115.928096, 28.596313], [115.928098, 28.596135], [115.928200, 28.596032], [115.928279, 28.595685], [115.929109, 28.595752], [115.929310, 28.595872], [115.929633, 28.596311], [115.929825, 28.596366], [115.930112, 28.596272], [115.930169, 28.596442], [115.930311, 28.596466], [115.931257, 28.595927], [115.932131, 28.595876], [115.933401, 28.595606], [115.933712, 28.595602], [115.933673, 28.596179], [115.933952, 28.597681], [115.934633, 28.597613], [115.934247, 28.598401], [115.935204, 28.598477], [115.935507, 28.598405], [115.935145, 28.596767], [115.934696, 28.595544], [115.935794, 28.594874], [115.936358, 28.594384], [115.937249, 28.593942], [115.938495, 28.593853], [115.939173, 28.594007], [115.939865, 28.593841], [115.940263, 28.594327], [115.940433, 28.594317], [115.940647, 28.594077], [115.940821, 28.593990], [115.941322, 28.594146], [115.941666, 28.594410], [115.942156, 28.594243], [115.942903, 28.594415], [115.943318, 28.594603], [115.943408, 28.594455], [115.943561, 28.594389], [115.943563, 28.594218], [115.943656, 28.594080], [115.943617, 28.593931], [115.943429, 28.593856], [115.943375, 28.593716], [115.943817, 28.593165], [115.944666, 28.590983], [115.944989, 28.589952], [115.945852, 28.590210], [115.945854, 28.589978], [115.946574, 28.589922], [115.946591, 28.589780], [115.946732, 28.589781], [115.946990, 28.589646], [115.946847, 28.588843], [115.946851, 28.588413], [115.946681, 28.587940], [115.946482, 28.587617], [115.946118, 28.587535], [115.946159, 28.587436], [115.945925, 28.587433], [115.945960, 28.587170], [115.945838, 28.587169], [115.945857, 28.586940], [115.945614, 28.586938], [115.945600, 28.586688], [115.945785, 28.586552], [115.945750, 28.586304], [115.945818, 28.585998], [115.945664, 28.586010], [115.945559, 28.585895], [115.945244, 28.585885], [115.944655, 28.585658], [115.944794, 28.585489], [115.944781, 28.585140], [115.944546, 28.585187], [115.944207, 28.585070], [115.943830, 28.584802], [115.943649, 28.584543], [115.943311, 28.584354], [115.943125, 28.584353], [115.942883, 28.584222], [115.942812, 28.584100], [115.941898, 28.584538], [115.941808, 28.582407], [115.942740, 28.582359], [115.942830, 28.582260], [115.942916, 28.581782], [115.943095, 28.581705], [115.943376, 28.581858], [115.943540, 28.581681], [115.943685, 28.581711], [115.943792, 28.581541], [115.944531, 28.581370], [115.944507, 28.581284], [115.943568, 28.581296], [115.943687, 28.580749], [115.943971, 28.580659], [115.943956, 28.580580], [115.944490, 28.580571], [115.944613, 28.580451], [115.944767, 28.580452], [115.944996, 28.580947], [115.945115, 28.580399], [115.945313, 28.580044], [115.945331, 28.579801], [115.946164, 28.579561], [115.947327, 28.579072], [115.947508, 28.578817], [115.947964, 28.578581], [115.947917, 28.578464], [115.947968, 28.578158], [115.947896, 28.578079], [115.947775, 28.578020], [115.947353, 28.578116], [115.947003, 28.577470], [115.946882, 28.577419], [115.946679, 28.577482], [115.946589, 28.576761], [115.946627, 28.576255], [115.946150, 28.576171], [115.946115, 28.575629], [115.945710, 28.575548], [115.945667, 28.575069], [115.945481, 28.575060], [115.945441, 28.574960], [115.945542, 28.574647], [115.945688, 28.574584], [115.945815, 28.574007], [115.945674, 28.573550], [115.945930, 28.572996], [115.945542, 28.572964], [115.945519, 28.572835], [115.945751, 28.572309], [115.945186, 28.572161], [115.945285, 28.571157], [115.945819, 28.571147], [115.946063, 28.571000], [115.945963, 28.570499], [115.945612, 28.569948], [115.946086, 28.569567], [115.945634, 28.569133], [115.943805, 28.569330], [115.942775, 28.570385], [115.941916, 28.569782], [115.939341, 28.569933], [115.938140, 28.569028], [115.938140, 28.567822], [115.937453, 28.565862], [115.938311, 28.564656], [115.939513, 28.565259], [115.939856, 28.564203], [115.942688, 28.564517], [115.943172, 28.562926], [115.942805, 28.561591], [115.942702, 28.561565], [115.942681, 28.561389], [115.942784, 28.561389], [115.942632, 28.561101], [115.942669, 28.560866], [115.942458, 28.560844], [115.942441, 28.560768], [115.942585, 28.560759], [115.942473, 28.560426], [115.942109, 28.560365], [115.942285, 28.559808], [115.942418, 28.558551], [115.940420, 28.558433], [115.940195, 28.559167], [115.939819, 28.560393], [115.933382, 28.559865], [115.934755, 28.552401], [115.941879, 28.552024], [115.943379, 28.552988], [115.944364, 28.552909], [115.945226, 28.552714], [115.945077, 28.552212], [115.945232, 28.552153], [115.947102, 28.552216], [115.947170, 28.552343], [115.947365, 28.552164], [115.947600, 28.552130], [115.947690, 28.551212], [115.947222, 28.551173], [115.947364, 28.550716], [115.947553, 28.550667], [115.948420, 28.550771], [115.948719, 28.551112], [115.948599, 28.551191], [115.948490, 28.551729], [115.948565, 28.551760], [115.948761, 28.551576], [115.948988, 28.551714], [115.949285, 28.551656], [115.949872, 28.551828], [115.950448, 28.551889], [115.951071, 28.550506], [115.951847, 28.550579], [115.953621, 28.551183], [115.955417, 28.548149], [115.954532, 28.547907], [115.954188, 28.547695], [115.954118, 28.547841], [115.953768, 28.547988], [115.953765, 28.548285], [115.953525, 28.548344], [115.953524, 28.548434], [115.953409, 28.548443], [115.953230, 28.548678], [115.953013, 28.548615], [115.953050, 28.548404], [115.953369, 28.547924], [115.952950, 28.547542], [115.952689, 28.547943], [115.952416, 28.547788], [115.952086, 28.548233], [115.947371, 28.547472], [115.947621, 28.546436], [115.947891, 28.545856], [115.948646, 28.544423], [115.949084, 28.544042], [115.948926, 28.543900], [115.948788, 28.543883], [115.948813, 28.543712], [115.948666, 28.543585], [115.948449, 28.543548], [115.948422, 28.543344], [115.948332, 28.543313], [115.948059, 28.542641], [115.947265, 28.542600], [115.947229, 28.542771], [115.946952, 28.542709], [115.948193, 28.539909], [115.947673, 28.539596], [115.947535, 28.539036], [115.947757, 28.538335], [115.948040, 28.537870], [115.948101, 28.537588], [115.948107, 28.535964], [115.948409, 28.536043], [115.948429, 28.535829], [115.948176, 28.535757], [115.948285, 28.534486], [115.948411, 28.534402], [115.948405, 28.533529], [115.948116, 28.533602], [115.947844, 28.533494], [115.947570, 28.533512], [115.947165, 28.533758], [115.947074, 28.533711], [115.947288, 28.533391], [115.947112, 28.533250], [115.946380, 28.533497], [115.946139, 28.532883], [115.945606, 28.532908], [115.945093, 28.533588], [115.944361, 28.533597], [115.943054, 28.533613], [115.941915, 28.533626], [115.942000, 28.535360], [115.941526, 28.535323], [115.941000, 28.535283], [115.939082, 28.535135], [115.939082, 28.536063], [115.939082, 28.536685], [115.939082, 28.538340], [115.937065, 28.538376], [115.936997, 28.536756], [115.936968, 28.536062], [115.936936, 28.535285], [115.936293, 28.535285], [115.935532, 28.535317], [115.931831, 28.535474], [115.930971, 28.535511], [115.924619, 28.535749], [115.920774, 28.535893], [115.921041, 28.536798], [115.921395, 28.536741], [115.921453, 28.537673], [115.921199, 28.537562], [115.920775, 28.537654], [115.920942, 28.537758], [115.920977, 28.537946], [115.919697, 28.537947], [115.919700, 28.536931], [115.917630, 28.539515], [115.915864, 28.541719], [115.915326, 28.543075], [115.915733, 28.543915], [115.917166, 28.543354], [115.917320, 28.543965], [115.917352, 28.544410], [115.917276, 28.544679], [115.916145, 28.544874], [115.916875, 28.546883], [115.916900, 28.547281], [115.916179, 28.547268], [115.916211, 28.547764], [115.916269, 28.547784], [115.916364, 28.548389], [115.916538, 28.548539], [115.916581, 28.548672], [115.916154, 28.548713], [115.916143, 28.549069], [115.915665, 28.549125], [115.915156, 28.549056], [115.915007, 28.550331], [115.913843, 28.550455], [115.913305, 28.553343], [115.915436, 28.553288], [115.915621, 28.553639], [115.915476, 28.553685], [115.915690, 28.555302], [115.915242, 28.555421], [115.915886, 28.556837], [115.915703, 28.556921], [115.915835, 28.557180], [115.915967, 28.557813], [115.915792, 28.558062], [115.915886, 28.558309], [115.915716, 28.558473], [115.915576, 28.558506], [115.915575, 28.558646], [115.915665, 28.558753], [115.915483, 28.558914], [115.915516, 28.559436], [115.914873, 28.559523], [115.914673, 28.560247], [115.914685, 28.561489], [115.914511, 28.562468], [115.914486, 28.563685], [115.914483, 28.563834], [115.914958, 28.563868], [115.915075, 28.567066], [115.914734, 28.567080], [115.914689, 28.567539], [115.913166, 28.567585], [115.913170, 28.567314], [115.912568, 28.567356], [115.912575, 28.566720], [115.912244, 28.566410], [115.911723, 28.566488], [115.911770, 28.567102], [115.911608, 28.567277], [115.911566, 28.567466], [115.911766, 28.567491], [115.911831, 28.567692], [115.911722, 28.567903], [115.910600, 28.567916], [115.910325, 28.569452], [115.909989, 28.571325], [115.909650, 28.573217], [115.909253, 28.575435], [115.909182, 28.575829], [115.908319, 28.580644], [115.906604, 28.590219], [115.906655, 28.590387], [115.906709, 28.590458], [115.906852, 28.590459], [115.907558, 28.590309], [115.908456, 28.590265], [115.908530, 28.590340], [115.908591, 28.590938], [115.909203, 28.590980], [115.909252, 28.591114], [115.909100, 28.591986], [115.909213, 28.592468], [115.911261, 28.593151], [115.911234, 28.594214], [115.911191, 28.595887], [115.911291, 28.595945], [115.912054, 28.595967], [115.912254, 28.596064], [115.912633, 28.596784], [115.912918, 28.596794], [115.913147, 28.596546], [115.913257, 28.596465], [115.913366, 28.596459], [115.913524, 28.596577], [115.913810, 28.596500], [115.914178, 28.596635], [115.914531, 28.596601], [115.915200, 28.596784], [115.915327, 28.596719], [115.915544, 28.596026], [115.915662, 28.595931], [115.916056, 28.595964], [115.916457, 28.596100], [115.916565, 28.596249], [115.916444, 28.597446], [115.916561, 28.598283], [115.916949, 28.598870], [115.917708, 28.599298], [115.917929, 28.599922], [115.918226, 28.600427], [115.918467, 28.600607], [115.918718, 28.600682], [115.919389, 28.600658], [115.919802, 28.600528], [115.921660, 28.600205], [115.921875, 28.599718], [115.922349, 28.599367], [115.922470, 28.598976], [115.923654, 28.598224], [115.924576, 28.597420], [115.924958, 28.596979], [115.925270, 28.596863], [115.926817, 28.596655]]] } } - , - { "type": "Feature", "properties": { "NAME": "向塘镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.962572, 28.379456], [115.961842, 28.379666], [115.961730, 28.379475], [115.961550, 28.379483], [115.961236, 28.379340], [115.961055, 28.379368], [115.960115, 28.379727], [115.959830, 28.379964], [115.959253, 28.380117], [115.958882, 28.379974], [115.958188, 28.379429], [115.957343, 28.379082], [115.956773, 28.378449], [115.956379, 28.378386], [115.956240, 28.377553], [115.955842, 28.376813], [115.955745, 28.376264], [115.954745, 28.374746], [115.954363, 28.374563], [115.953437, 28.374414], [115.951989, 28.374809], [115.951662, 28.373640], [115.951698, 28.373461], [115.951508, 28.373260], [115.951127, 28.371832], [115.950630, 28.371957], [115.950594, 28.372146], [115.950093, 28.372599], [115.948340, 28.373100], [115.947625, 28.373511], [115.946982, 28.374405], [115.946677, 28.374542], [115.946357, 28.374927], [115.946309, 28.375214], [115.946661, 28.376193], [115.946048, 28.376586], [115.946025, 28.376762], [115.945672, 28.376941], [115.944576, 28.378275], [115.943986, 28.378627], [115.943409, 28.378861], [115.941707, 28.379880], [115.940964, 28.380123], [115.939983, 28.380630], [115.940056, 28.380268], [115.939619, 28.379945], [115.939361, 28.379913], [115.939344, 28.379546], [115.939246, 28.379451], [115.938914, 28.379422], [115.938562, 28.379500], [115.938586, 28.379827], [115.938333, 28.379824], [115.938281, 28.379534], [115.938451, 28.378900], [115.938449, 28.378462], [115.937751, 28.378425], [115.937229, 28.378529], [115.937230, 28.378475], [115.936723, 28.378421], [115.936366, 28.375853], [115.935868, 28.376339], [115.934959, 28.377434], [115.934820, 28.377475], [115.934301, 28.378117], [115.934558, 28.379124], [115.934521, 28.379414], [115.934375, 28.379685], [115.934023, 28.379902], [115.933222, 28.379834], [115.933036, 28.379902], [115.932295, 28.379601], [115.931094, 28.379279], [115.930175, 28.379236], [115.929668, 28.379310], [115.929134, 28.379465], [115.929069, 28.379559], [115.928904, 28.379471], [115.928602, 28.379836], [115.927444, 28.380265], [115.927281, 28.380240], [115.926490, 28.380665], [115.926327, 28.380675], [115.924646, 28.381629], [115.922169, 28.382844], [115.922006, 28.382843], [115.921733, 28.382973], [115.921527, 28.383175], [115.916856, 28.385365], [115.916678, 28.385385], [115.916603, 28.385310], [115.916092, 28.385561], [115.915042, 28.386147], [115.914612, 28.386557], [115.913740, 28.387181], [115.908978, 28.390224], [115.908048, 28.390008], [115.907068, 28.389887], [115.905685, 28.389492], [115.904616, 28.389290], [115.904475, 28.389240], [115.904195, 28.388847], [115.904080, 28.388820], [115.903625, 28.389719], [115.903412, 28.389835], [115.903113, 28.389655], [115.903025, 28.389496], [115.902791, 28.389416], [115.902799, 28.389771], [115.902052, 28.389735], [115.901387, 28.390490], [115.901083, 28.390715], [115.900625, 28.390800], [115.900347, 28.390748], [115.899903, 28.390468], [115.899792, 28.390497], [115.899375, 28.389763], [115.899017, 28.389869], [115.899005, 28.390017], [115.898826, 28.390084], [115.898555, 28.390358], [115.897952, 28.390463], [115.897929, 28.390591], [115.897784, 28.390589], [115.897815, 28.391900], [115.897249, 28.392735], [115.897290, 28.393021], [115.897592, 28.393103], [115.897743, 28.393395], [115.897863, 28.393431], [115.897909, 28.393591], [115.898183, 28.393576], [115.898084, 28.394090], [115.898334, 28.394198], [115.898459, 28.394370], [115.899465, 28.394254], [115.900006, 28.394270], [115.900077, 28.394584], [115.900297, 28.394598], [115.900843, 28.395497], [115.900943, 28.395539], [115.901257, 28.396280], [115.902494, 28.396367], [115.902415, 28.398855], [115.902522, 28.399531], [115.902731, 28.399420], [115.902825, 28.399660], [115.902962, 28.400386], [115.904259, 28.403113], [115.903769, 28.403289], [115.903939, 28.403622], [115.903329, 28.403683], [115.903338, 28.404221], [115.903070, 28.404237], [115.903050, 28.404178], [115.902903, 28.404235], [115.902642, 28.404210], [115.902621, 28.404322], [115.902085, 28.404294], [115.901893, 28.406712], [115.901972, 28.408366], [115.901740, 28.410981], [115.902592, 28.411168], [115.903022, 28.411362], [115.903220, 28.411609], [115.904211, 28.411208], [115.904618, 28.410799], [115.905164, 28.411138], [115.905530, 28.411200], [115.905528, 28.411426], [115.905682, 28.411466], [115.905434, 28.411906], [115.905611, 28.411967], [115.905730, 28.411727], [115.905886, 28.411659], [115.905884, 28.411846], [115.905853, 28.412170], [115.905676, 28.412188], [115.905679, 28.412415], [115.905494, 28.412511], [115.905370, 28.412686], [115.905188, 28.413142], [115.905110, 28.413215], [115.904861, 28.413060], [115.904532, 28.413181], [115.904533, 28.413637], [115.904300, 28.413596], [115.903844, 28.413686], [115.903924, 28.414000], [115.902639, 28.414191], [115.903148, 28.415455], [115.903053, 28.415513], [115.903118, 28.415696], [115.902366, 28.415832], [115.902284, 28.415792], [115.902357, 28.415641], [115.901988, 28.415342], [115.901491, 28.415117], [115.901049, 28.424268], [115.900893, 28.427488], [115.900227, 28.427493], [115.899748, 28.427349], [115.899610, 28.427435], [115.899439, 28.427430], [115.899176, 28.427205], [115.899042, 28.427336], [115.898858, 28.427342], [115.898795, 28.427561], [115.899441, 28.428097], [115.899331, 28.428185], [115.897747, 28.429457], [115.897542, 28.429455], [115.895597, 28.431231], [115.895826, 28.431730], [115.896025, 28.431983], [115.896425, 28.432268], [115.896565, 28.432551], [115.896599, 28.433317], [115.895917, 28.433452], [115.896122, 28.433966], [115.896095, 28.434116], [115.896284, 28.434541], [115.896409, 28.434609], [115.896120, 28.435008], [115.896118, 28.435134], [115.896311, 28.435202], [115.896326, 28.435351], [115.896183, 28.435350], [115.896055, 28.435988], [115.895960, 28.436139], [115.895636, 28.436137], [115.895578, 28.436251], [115.895492, 28.436244], [115.894953, 28.437687], [115.895038, 28.437802], [115.894891, 28.438062], [115.894918, 28.438278], [115.895066, 28.438489], [115.894922, 28.438621], [115.894947, 28.438945], [115.894759, 28.439039], [115.894765, 28.439153], [115.895048, 28.439637], [115.895305, 28.439722], [115.895318, 28.439868], [115.894899, 28.440144], [115.894556, 28.440669], [115.894749, 28.440683], [115.894791, 28.440847], [115.894788, 28.441121], [115.894615, 28.441157], [115.894607, 28.441284], [115.894755, 28.441584], [115.894705, 28.442171], [115.895027, 28.443037], [115.895292, 28.443089], [115.895304, 28.443330], [115.895508, 28.443656], [115.895228, 28.443679], [115.895415, 28.444354], [115.895047, 28.444554], [115.895310, 28.444830], [115.895180, 28.444924], [115.895440, 28.445441], [115.896072, 28.445465], [115.898467, 28.445820], [115.898654, 28.445790], [115.898747, 28.445829], [115.898876, 28.446470], [115.899142, 28.446530], [115.899099, 28.447171], [115.898517, 28.447198], [115.898430, 28.447280], [115.898291, 28.448218], [115.898041, 28.448756], [115.897999, 28.449406], [115.897611, 28.450047], [115.895415, 28.452062], [115.895297, 28.452250], [115.897577, 28.454029], [115.898206, 28.454884], [115.898047, 28.455141], [115.897914, 28.455159], [115.897959, 28.455373], [115.897685, 28.455645], [115.897456, 28.455597], [115.897206, 28.455668], [115.896834, 28.455904], [115.896728, 28.456208], [115.896392, 28.456213], [115.896567, 28.456394], [115.896702, 28.456689], [115.896596, 28.456870], [115.896380, 28.457802], [115.896400, 28.457932], [115.896465, 28.457933], [115.896648, 28.459135], [115.896401, 28.459198], [115.896485, 28.459485], [115.896368, 28.459484], [115.896502, 28.460300], [115.896179, 28.460271], [115.896080, 28.460686], [115.896125, 28.460899], [115.896816, 28.460836], [115.896944, 28.460917], [115.897495, 28.461016], [115.897476, 28.461271], [115.897137, 28.461898], [115.897221, 28.462150], [115.897312, 28.462120], [115.897370, 28.462182], [115.897517, 28.462984], [115.897211, 28.464174], [115.897233, 28.464609], [115.897090, 28.464744], [115.896900, 28.465211], [115.896560, 28.465159], [115.896554, 28.465311], [115.896403, 28.465359], [115.896372, 28.465447], [115.896342, 28.465835], [115.896099, 28.466028], [115.896299, 28.466628], [115.896679, 28.466566], [115.896744, 28.466930], [115.895941, 28.467095], [115.896026, 28.467233], [115.896190, 28.467181], [115.896297, 28.467227], [115.896485, 28.467438], [115.896662, 28.467814], [115.896852, 28.467761], [115.896924, 28.467834], [115.897232, 28.467643], [115.897415, 28.467859], [115.897667, 28.468181], [115.897823, 28.468125], [115.898057, 28.468390], [115.898208, 28.468357], [115.898239, 28.467858], [115.899139, 28.467857], [115.899076, 28.468748], [115.899329, 28.468808], [115.899915, 28.470519], [115.900354, 28.470955], [115.902258, 28.470074], [115.902434, 28.470134], [115.902531, 28.470092], [115.902592, 28.469975], [115.902721, 28.469256], [115.902720, 28.468717], [115.902217, 28.467118], [115.901873, 28.466582], [115.902159, 28.466361], [115.902045, 28.466248], [115.902125, 28.466142], [115.902553, 28.466145], [115.902775, 28.466254], [115.902822, 28.466430], [115.902703, 28.466787], [115.902766, 28.467166], [115.903235, 28.467928], [115.903648, 28.468285], [115.903787, 28.468253], [115.904062, 28.467924], [115.904100, 28.467780], [115.904705, 28.466974], [115.904923, 28.466912], [115.905240, 28.466957], [115.906330, 28.466688], [115.906446, 28.466529], [115.906486, 28.466145], [115.906514, 28.465809], [115.906355, 28.465424], [115.906458, 28.465376], [115.907305, 28.465314], [115.908780, 28.465726], [115.908937, 28.465680], [115.908969, 28.465477], [115.909262, 28.465149], [115.909079, 28.464801], [115.909115, 28.464754], [115.910024, 28.464436], [115.910132, 28.464447], [115.910204, 28.464544], [115.912043, 28.464287], [115.912213, 28.464230], [115.912445, 28.463997], [115.913195, 28.463806], [115.913486, 28.463846], [115.914178, 28.463451], [115.914697, 28.463536], [115.915435, 28.463127], [115.915640, 28.463140], [115.915716, 28.463380], [115.915801, 28.463429], [115.916158, 28.463384], [115.917222, 28.463022], [115.917681, 28.462984], [115.918892, 28.462696], [115.919300, 28.462384], [115.919548, 28.462290], [115.920417, 28.462527], [115.920774, 28.462381], [115.921590, 28.462436], [115.922048, 28.462537], [115.922184, 28.462805], [115.922327, 28.463915], [115.922841, 28.463919], [115.922849, 28.464314], [115.923218, 28.464296], [115.923293, 28.464025], [115.923286, 28.463512], [115.923216, 28.463282], [115.923275, 28.462808], [115.923474, 28.462831], [115.923657, 28.462656], [115.924644, 28.462826], [115.925043, 28.462728], [115.925579, 28.462317], [115.926498, 28.462384], [115.927454, 28.462857], [115.927653, 28.462885], [115.928425, 28.462764], [115.928862, 28.462608], [115.929388, 28.462565], [115.929535, 28.462438], [115.929585, 28.462235], [115.929725, 28.462208], [115.929831, 28.462382], [115.929758, 28.462477], [115.929768, 28.462670], [115.929918, 28.462724], [115.929965, 28.462895], [115.930180, 28.463143], [115.930069, 28.463393], [115.930183, 28.463474], [115.930187, 28.463640], [115.929769, 28.463742], [115.929392, 28.463990], [115.929662, 28.464206], [115.929855, 28.464820], [115.929595, 28.465416], [115.929511, 28.465415], [115.929459, 28.466310], [115.929343, 28.466421], [115.929318, 28.466602], [115.929668, 28.467214], [115.929414, 28.467233], [115.929183, 28.467343], [115.929186, 28.467710], [115.929256, 28.467988], [115.929500, 28.468263], [115.929853, 28.469113], [115.929655, 28.469605], [115.929669, 28.469780], [115.930108, 28.470012], [115.930046, 28.470160], [115.929525, 28.470465], [115.929192, 28.470776], [115.928698, 28.471462], [115.927861, 28.471849], [115.926129, 28.473365], [115.925949, 28.473619], [115.923253, 28.475150], [115.923100, 28.475749], [115.923146, 28.475892], [115.923287, 28.475992], [115.923135, 28.477017], [115.922470, 28.476993], [115.922742, 28.478744], [115.922872, 28.479094], [115.924290, 28.482181], [115.926188, 28.481569], [115.927408, 28.482001], [115.928027, 28.481989], [115.928729, 28.482143], [115.928758, 28.482369], [115.928540, 28.483342], [115.928712, 28.483406], [115.929356, 28.483519], [115.929665, 28.483500], [115.930160, 28.483312], [115.930217, 28.483173], [115.930643, 28.483182], [115.930717, 28.482963], [115.931249, 28.483233], [115.931382, 28.483208], [115.931586, 28.483366], [115.932136, 28.483404], [115.932502, 28.483543], [115.932946, 28.483589], [115.933127, 28.483666], [115.933246, 28.483954], [115.934944, 28.484686], [115.935371, 28.483852], [115.936526, 28.482597], [115.937723, 28.483008], [115.937491, 28.483352], [115.937336, 28.484067], [115.937500, 28.484326], [115.937652, 28.484943], [115.938204, 28.485100], [115.939255, 28.485220], [115.939326, 28.485296], [115.939507, 28.484868], [115.939792, 28.485001], [115.940001, 28.484674], [115.940193, 28.484132], [115.940422, 28.484206], [115.940505, 28.484008], [115.940882, 28.484063], [115.941180, 28.483901], [115.941293, 28.484054], [115.941228, 28.484322], [115.941766, 28.484497], [115.941878, 28.484763], [115.941752, 28.485040], [115.941894, 28.485126], [115.941773, 28.485314], [115.941885, 28.485505], [115.941822, 28.485614], [115.941665, 28.485553], [115.941452, 28.485851], [115.941936, 28.486205], [115.942107, 28.486445], [115.941674, 28.487137], [115.942127, 28.487305], [115.942350, 28.486915], [115.942437, 28.486903], [115.942905, 28.487359], [115.943063, 28.487360], [115.943335, 28.486903], [115.943559, 28.486729], [115.944378, 28.486142], [115.944713, 28.486108], [115.945047, 28.485262], [115.945160, 28.484500], [115.945248, 28.484343], [115.945641, 28.484180], [115.946214, 28.484139], [115.946493, 28.483982], [115.947388, 28.483978], [115.947433, 28.483781], [115.947823, 28.483464], [115.948414, 28.482748], [115.948939, 28.482332], [115.949121, 28.482325], [115.948828, 28.485296], [115.948565, 28.489239], [115.949439, 28.489298], [115.949386, 28.489353], [115.949862, 28.489522], [115.949911, 28.489430], [115.950162, 28.489537], [115.949903, 28.490251], [115.949933, 28.490658], [115.949722, 28.490736], [115.949310, 28.491262], [115.948327, 28.493428], [115.948289, 28.493954], [115.947988, 28.493909], [115.947198, 28.501346], [115.947385, 28.501234], [115.947794, 28.500997], [115.948013, 28.501076], [115.948121, 28.501230], [115.948719, 28.501211], [115.949608, 28.501317], [115.949658, 28.501532], [115.949950, 28.501489], [115.949979, 28.501604], [115.950150, 28.501686], [115.950172, 28.502391], [115.950712, 28.502375], [115.952998, 28.502022], [115.954117, 28.501961], [115.954191, 28.502699], [115.954317, 28.502731], [115.954298, 28.503431], [115.954381, 28.503767], [115.954397, 28.503833], [115.955104, 28.503715], [115.955072, 28.504106], [115.956403, 28.504169], [115.956411, 28.503406], [115.957137, 28.503231], [115.957323, 28.503398], [115.957613, 28.503456], [115.957768, 28.503312], [115.957792, 28.503173], [115.957812, 28.502320], [115.957903, 28.502326], [115.958348, 28.502752], [115.958402, 28.503094], [115.959541, 28.503060], [115.959552, 28.500179], [115.960616, 28.500426], [115.960825, 28.500513], [115.960881, 28.500700], [115.961599, 28.500721], [115.962304, 28.500704], [115.962330, 28.500964], [115.963244, 28.501236], [115.963843, 28.501171], [115.963838, 28.501101], [115.964067, 28.501043], [115.963937, 28.500359], [115.964102, 28.500275], [115.964078, 28.499818], [115.964340, 28.499811], [115.964321, 28.499444], [115.964189, 28.499306], [115.964407, 28.499143], [115.964415, 28.498927], [115.964564, 28.498773], [115.964479, 28.498757], [115.964488, 28.498400], [115.965184, 28.498342], [115.965173, 28.498027], [115.965385, 28.497868], [115.965917, 28.497673], [115.965828, 28.497426], [115.966830, 28.496889], [115.967041, 28.496811], [115.967222, 28.497034], [115.967743, 28.496839], [115.967908, 28.496744], [115.967789, 28.496633], [115.967959, 28.495785], [115.967413, 28.495116], [115.967189, 28.494733], [115.967176, 28.494312], [115.966798, 28.493977], [115.966497, 28.493898], [115.964913, 28.493907], [115.964893, 28.493651], [115.965423, 28.493606], [115.965374, 28.493380], [115.965460, 28.493366], [115.965388, 28.493069], [115.964532, 28.493356], [115.964476, 28.492786], [115.964601, 28.492388], [115.964505, 28.492330], [115.964587, 28.492161], [115.964653, 28.492076], [115.964973, 28.492314], [115.965231, 28.492395], [115.966360, 28.492485], [115.967159, 28.492500], [115.967784, 28.492242], [115.968244, 28.491463], [115.968645, 28.490599], [115.968735, 28.490256], [115.968588, 28.489489], [115.968646, 28.489051], [115.968784, 28.488852], [115.969498, 28.488454], [115.969909, 28.488599], [115.970050, 28.488416], [115.970185, 28.488544], [115.970247, 28.488494], [115.970350, 28.488546], [115.970398, 28.488659], [115.970293, 28.488904], [115.970465, 28.488996], [115.971070, 28.488875], [115.971120, 28.488749], [115.971360, 28.488715], [115.971423, 28.488595], [115.971567, 28.488547], [115.972377, 28.488565], [115.972420, 28.488474], [115.972559, 28.488475], [115.972891, 28.488570], [115.973452, 28.487726], [115.974035, 28.487126], [115.974931, 28.486443], [115.975018, 28.485998], [115.975158, 28.485957], [115.975320, 28.485664], [115.975315, 28.485523], [115.975225, 28.485486], [115.975251, 28.484935], [115.975400, 28.484642], [115.975354, 28.484104], [115.975520, 28.484106], [115.975772, 28.483900], [115.975782, 28.483618], [115.976419, 28.483582], [115.976398, 28.483533], [115.977339, 28.483340], [115.977785, 28.483162], [115.978635, 28.482980], [115.979307, 28.483159], [115.981202, 28.483374], [115.981439, 28.483322], [115.982043, 28.483395], [115.981744, 28.484045], [115.981408, 28.485544], [115.981761, 28.485690], [115.981469, 28.485913], [115.981466, 28.486197], [115.981853, 28.486172], [115.981639, 28.487186], [115.983858, 28.488863], [115.985566, 28.487778], [115.986911, 28.487319], [115.986971, 28.487394], [115.990003, 28.491210], [115.990618, 28.492398], [115.990515, 28.493736], [115.989606, 28.495302], [115.986194, 28.496921], [115.984217, 28.498081], [115.983944, 28.498751], [115.983576, 28.499650], [115.983289, 28.501616], [115.983544, 28.502958], [115.984894, 28.504456], [115.985048, 28.504628], [115.986384, 28.505336], [115.991209, 28.506391], [115.992296, 28.507286], [115.992607, 28.508134], [115.992275, 28.509456], [115.990982, 28.511131], [115.988225, 28.514344], [115.987798, 28.515526], [115.987868, 28.515807], [115.988038, 28.516495], [115.988818, 28.517928], [115.989672, 28.518626], [115.993268, 28.519233], [115.993662, 28.519233], [115.996639, 28.519228], [115.998023, 28.519405], [115.999311, 28.519947], [116.000131, 28.521217], [116.000684, 28.521345], [116.001704, 28.520907], [116.002266, 28.520059], [116.002841, 28.517787], [116.005384, 28.517929], [116.005518, 28.517937], [116.005752, 28.517613], [116.009343, 28.518027], [116.011106, 28.518035], [116.011113, 28.517180], [116.008809, 28.516628], [116.008915, 28.515287], [116.008546, 28.515160], [116.008372, 28.513979], [116.009086, 28.511708], [116.009222, 28.509746], [116.011839, 28.508685], [116.013085, 28.508739], [116.013181, 28.508333], [116.013596, 28.508459], [116.014337, 28.508141], [116.014200, 28.507708], [116.014892, 28.507715], [116.015519, 28.506569], [116.016288, 28.506577], [116.017071, 28.505161], [116.017996, 28.504228], [116.017319, 28.503265], [116.017559, 28.502319], [116.017555, 28.500381], [116.018062, 28.498982], [116.018891, 28.498506], [116.019684, 28.495947], [116.020545, 28.494726], [116.021076, 28.493975], [116.022018, 28.493161], [116.023073, 28.491913], [116.024175, 28.491682], [116.024850, 28.489946], [116.029400, 28.484685], [116.032990, 28.480592], [116.037815, 28.481510], [116.037190, 28.481073], [116.036342, 28.480479], [116.037185, 28.478356], [116.038888, 28.478276], [116.040281, 28.475560], [116.040342, 28.475442], [116.036938, 28.475216], [116.037678, 28.472317], [116.037800, 28.471059], [116.037499, 28.471063], [116.037509, 28.470930], [116.036592, 28.470826], [116.036536, 28.470623], [116.036012, 28.467598], [116.035791, 28.464408], [116.035757, 28.462964], [116.035578, 28.461351], [116.034812, 28.458117], [116.034129, 28.456246], [116.033807, 28.455529], [116.033356, 28.454787], [116.033300, 28.454645], [116.033044, 28.453730], [116.032568, 28.452660], [116.032328, 28.452309], [116.031295, 28.451253], [116.028618, 28.449764], [116.028298, 28.449721], [116.027630, 28.449790], [116.026922, 28.449948], [116.025409, 28.450440], [116.024462, 28.450435], [116.023749, 28.450159], [116.023081, 28.449598], [116.022669, 28.448836], [116.022447, 28.447293], [116.022595, 28.444847], [116.022566, 28.443938], [116.022942, 28.441252], [116.023225, 28.437837], [116.023980, 28.434669], [116.024291, 28.433004], [116.024728, 28.431620], [116.025487, 28.430430], [116.026828, 28.428670], [116.028750, 28.425584], [116.029193, 28.424329], [116.029308, 28.423360], [116.029051, 28.422338], [116.028703, 28.421406], [116.027797, 28.419732], [116.027177, 28.418884], [116.025662, 28.417496], [116.025382, 28.417058], [116.025190, 28.416459], [116.025893, 28.415173], [116.026221, 28.414338], [116.026832, 28.413301], [116.028266, 28.410167], [116.028499, 28.409488], [116.028654, 28.408454], [116.028854, 28.406031], [116.028596, 28.403552], [116.029196, 28.401975], [116.029576, 28.401216], [116.030109, 28.399748], [116.030240, 28.399315], [116.030397, 28.398056], [116.029834, 28.396640], [116.029090, 28.395546], [116.026464, 28.392906], [116.024953, 28.391161], [116.024668, 28.390676], [116.024114, 28.388997], [116.023796, 28.386780], [116.023248, 28.384110], [116.023203, 28.383236], [116.022690, 28.381148], [116.022367, 28.379133], [116.022426, 28.377319], [116.022636, 28.375804], [116.020115, 28.375742], [116.019371, 28.375649], [116.018983, 28.375297], [116.019015, 28.375160], [116.018924, 28.375072], [116.018673, 28.375031], [116.018542, 28.374790], [116.018362, 28.374842], [116.018299, 28.375021], [116.016998, 28.375666], [116.016846, 28.375623], [116.016713, 28.375681], [116.016647, 28.375435], [116.016265, 28.375569], [116.016067, 28.377158], [116.016000, 28.377410], [116.015749, 28.377712], [116.015941, 28.378257], [116.015968, 28.378722], [116.015708, 28.379621], [116.015591, 28.379802], [116.015217, 28.380098], [116.016206, 28.381456], [116.015450, 28.381721], [116.015733, 28.382327], [116.015519, 28.382705], [116.014981, 28.382862], [116.014356, 28.381241], [116.013813, 28.381104], [116.013615, 28.380862], [116.013712, 28.379643], [116.013992, 28.378686], [116.013237, 28.378744], [116.013080, 28.379264], [116.012753, 28.379902], [116.012469, 28.380154], [116.012238, 28.380196], [116.012100, 28.380069], [116.011168, 28.380104], [116.011918, 28.380657], [116.012078, 28.380907], [116.012270, 28.381485], [116.012281, 28.381756], [116.012141, 28.382214], [116.011570, 28.382250], [116.010488, 28.382017], [116.009914, 28.381589], [116.009202, 28.383260], [116.010175, 28.383899], [116.010627, 28.383900], [116.010766, 28.384081], [116.010960, 28.384065], [116.011180, 28.384157], [116.011507, 28.384442], [116.010822, 28.385460], [116.010745, 28.385696], [116.010578, 28.385742], [116.009972, 28.385616], [116.009939, 28.385673], [116.010382, 28.386730], [116.010598, 28.386976], [116.009242, 28.387946], [116.009143, 28.388183], [116.009271, 28.389177], [116.009547, 28.390379], [116.009375, 28.390606], [116.009068, 28.390592], [116.008353, 28.390923], [116.007659, 28.391470], [116.007400, 28.391417], [116.006905, 28.390747], [116.006293, 28.390266], [116.005607, 28.387529], [116.005554, 28.387101], [116.004952, 28.387067], [116.004540, 28.386912], [116.004208, 28.386977], [116.004099, 28.386933], [116.003951, 28.387039], [116.003907, 28.387081], [116.003721, 28.386733], [116.003785, 28.386545], [116.003972, 28.386457], [116.003876, 28.386339], [116.003132, 28.386288], [116.002818, 28.386096], [116.002578, 28.385790], [116.000891, 28.385106], [116.000639, 28.384886], [115.999598, 28.384525], [115.999184, 28.384154], [115.998853, 28.384075], [115.998278, 28.384112], [115.998473, 28.384482], [115.998621, 28.384598], [115.998535, 28.384721], [115.998614, 28.384958], [115.998589, 28.385036], [115.998041, 28.385180], [115.997419, 28.383754], [115.997110, 28.383916], [115.997082, 28.383834], [115.996807, 28.383820], [115.996752, 28.383705], [115.996545, 28.383789], [115.996317, 28.383640], [115.995927, 28.382955], [115.996151, 28.382775], [115.996019, 28.382635], [115.995825, 28.382615], [115.995799, 28.382772], [115.995012, 28.382589], [115.994885, 28.382695], [115.995024, 28.383053], [115.995527, 28.383297], [115.995586, 28.383512], [115.994395, 28.383820], [115.994548, 28.384275], [115.995108, 28.384142], [115.995387, 28.385040], [115.995475, 28.385098], [115.995629, 28.385558], [115.994803, 28.386502], [115.994486, 28.386188], [115.994011, 28.385111], [115.993645, 28.384008], [115.993531, 28.384010], [115.993329, 28.383570], [115.993206, 28.382894], [115.993547, 28.382762], [115.993704, 28.382410], [115.994776, 28.382457], [115.995002, 28.382538], [115.995057, 28.382235], [115.994813, 28.381983], [115.994726, 28.381758], [115.994379, 28.381690], [115.994467, 28.381265], [115.994367, 28.381160], [115.994511, 28.380966], [115.994484, 28.380837], [115.994658, 28.380803], [115.993796, 28.379945], [115.993568, 28.380089], [115.993182, 28.380720], [115.992722, 28.380615], [115.992406, 28.380327], [115.992305, 28.380326], [115.992302, 28.380262], [115.992042, 28.380305], [115.992006, 28.380473], [115.991823, 28.380136], [115.991807, 28.379268], [115.991626, 28.379213], [115.991613, 28.378885], [115.991191, 28.378955], [115.991169, 28.379161], [115.990887, 28.379462], [115.990970, 28.379641], [115.991246, 28.379608], [115.991750, 28.380571], [115.991580, 28.380680], [115.992086, 28.381006], [115.991637, 28.381412], [115.991055, 28.381190], [115.990497, 28.380418], [115.990334, 28.379768], [115.990238, 28.379785], [115.990403, 28.380853], [115.990286, 28.381068], [115.989967, 28.380968], [115.989518, 28.380945], [115.989493, 28.379870], [115.989336, 28.379058], [115.988255, 28.379259], [115.988116, 28.379173], [115.988004, 28.378287], [115.988090, 28.378227], [115.989524, 28.378158], [115.989579, 28.378114], [115.989496, 28.377977], [115.989521, 28.377893], [115.989807, 28.377852], [115.989940, 28.378052], [115.990045, 28.378494], [115.990200, 28.378495], [115.990156, 28.376807], [115.990536, 28.376833], [115.990605, 28.376424], [115.989656, 28.376370], [115.989106, 28.376430], [115.988485, 28.376627], [115.988265, 28.376602], [115.988733, 28.377255], [115.988086, 28.377504], [115.988027, 28.377424], [115.987862, 28.377497], [115.987717, 28.377469], [115.987446, 28.377026], [115.987542, 28.376965], [115.987523, 28.376903], [115.987363, 28.376729], [115.987533, 28.376700], [115.987306, 28.376424], [115.987287, 28.376318], [115.987493, 28.376197], [115.987424, 28.376099], [115.987224, 28.376097], [115.987165, 28.376009], [115.986949, 28.376121], [115.986836, 28.375943], [115.986261, 28.375972], [115.986289, 28.376074], [115.986004, 28.376111], [115.985264, 28.374098], [115.985139, 28.374652], [115.985157, 28.375622], [115.985021, 28.375634], [115.985018, 28.375515], [115.984763, 28.375481], [115.984782, 28.375543], [115.984668, 28.375542], [115.984309, 28.375463], [115.983904, 28.376001], [115.983216, 28.376347], [115.982647, 28.376350], [115.982627, 28.376296], [115.983092, 28.375759], [115.982728, 28.375716], [115.982313, 28.376218], [115.982087, 28.376370], [115.981727, 28.375935], [115.981472, 28.375122], [115.981386, 28.374134], [115.981097, 28.373417], [115.980997, 28.373394], [115.980894, 28.373151], [115.980775, 28.373101], [115.980619, 28.373210], [115.980274, 28.373241], [115.980041, 28.373146], [115.979645, 28.373270], [115.979074, 28.372921], [115.978491, 28.373298], [115.978864, 28.373438], [115.978803, 28.373552], [115.979063, 28.374069], [115.978832, 28.374199], [115.978904, 28.374517], [115.978357, 28.374657], [115.977845, 28.374934], [115.977681, 28.374809], [115.977570, 28.374433], [115.977612, 28.374253], [115.977384, 28.373982], [115.976139, 28.374374], [115.976285, 28.374759], [115.975557, 28.374884], [115.974783, 28.375281], [115.974649, 28.375276], [115.974550, 28.375169], [115.974225, 28.375222], [115.974067, 28.374988], [115.973972, 28.374973], [115.973881, 28.375086], [115.973618, 28.375119], [115.973639, 28.375542], [115.972443, 28.375896], [115.972487, 28.376179], [115.972181, 28.376229], [115.972539, 28.376933], [115.972516, 28.377125], [115.969280, 28.378306], [115.969208, 28.377687], [115.969118, 28.377505], [115.969094, 28.376914], [115.968649, 28.376892], [115.968723, 28.376527], [115.968613, 28.376574], [115.968411, 28.376531], [115.968313, 28.376648], [115.968256, 28.376523], [115.968321, 28.376372], [115.967647, 28.376120], [115.967214, 28.376083], [115.967222, 28.375878], [115.967160, 28.375864], [115.967087, 28.376052], [115.966800, 28.376105], [115.966741, 28.376238], [115.966553, 28.376208], [115.966520, 28.376443], [115.966594, 28.376793], [115.966478, 28.376988], [115.965923, 28.377097], [115.965883, 28.377197], [115.965020, 28.377603], [115.964690, 28.377687], [115.964490, 28.377839], [115.963636, 28.378055], [115.963769, 28.378620], [115.962406, 28.378862], [115.962625, 28.379441], [115.962572, 28.379456]]] } } - , - { "type": "Feature", "properties": { "NAME": "三江镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.004272, 28.306584], [116.004338, 28.306470], [116.007248, 28.300339], [116.009964, 28.295683], [116.011954, 28.292057], [116.014539, 28.289181], [116.014114, 28.288996], [116.012884, 28.288232], [116.012314, 28.287694], [116.011494, 28.286844], [116.010930, 28.286402], [116.010486, 28.286145], [116.009484, 28.285813], [116.009056, 28.285426], [116.008722, 28.285667], [116.008336, 28.286114], [116.007885, 28.287376], [116.007482, 28.287281], [116.007463, 28.286046], [116.007206, 28.285472], [116.006994, 28.285280], [116.006305, 28.285404], [116.005831, 28.285572], [116.004801, 28.286255], [116.004125, 28.286554], [116.003420, 28.286760], [116.003174, 28.286649], [116.002892, 28.286048], [116.002836, 28.285568], [116.003403, 28.282421], [116.003458, 28.281909], [116.003385, 28.280961], [116.003348, 28.280810], [116.003072, 28.280491], [116.002369, 28.280351], [116.001360, 28.280324], [116.000072, 28.280459], [115.998160, 28.281773], [115.996943, 28.282350], [115.994889, 28.282879], [115.993398, 28.283356], [115.992725, 28.283796], [115.992027, 28.284509], [115.991848, 28.284965], [115.991556, 28.286339], [115.991203, 28.288944], [115.990771, 28.290306], [115.990561, 28.290660], [115.990191, 28.291159], [115.989842, 28.291474], [115.988811, 28.291958], [115.987143, 28.292306], [115.983714, 28.293170], [115.981857, 28.293532], [115.979217, 28.294319], [115.977632, 28.294596], [115.976863, 28.294533], [115.976272, 28.294285], [115.975972, 28.294056], [115.975389, 28.293285], [115.974500, 28.291216], [115.974411, 28.290731], [115.974278, 28.288694], [115.974402, 28.287601], [115.974389, 28.286344], [115.974082, 28.285489], [115.973898, 28.285214], [115.973597, 28.284850], [115.972469, 28.283892], [115.971598, 28.282553], [115.971113, 28.281949], [115.970517, 28.281396], [115.970100, 28.281163], [115.969737, 28.281058], [115.967975, 28.280682], [115.967119, 28.280628], [115.966459, 28.280360], [115.966021, 28.280052], [115.965618, 28.279628], [115.964921, 28.278483], [115.964723, 28.278369], [115.964100, 28.278288], [115.962837, 28.278590], [115.961798, 28.279028], [115.959459, 28.279192], [115.957282, 28.279670], [115.955767, 28.280474], [115.954319, 28.281077], [115.953922, 28.281158], [115.953277, 28.281180], [115.952117, 28.280856], [115.949201, 28.280724], [115.948517, 28.280758], [115.947575, 28.280969], [115.947126, 28.281216], [115.946295, 28.281927], [115.945780, 28.282816], [115.945695, 28.283236], [115.945695, 28.283722], [115.945858, 28.284125], [115.946505, 28.285014], [115.947385, 28.285944], [115.948849, 28.286818], [115.949232, 28.287005], [115.949711, 28.287274], [115.950061, 28.287576], [115.950455, 28.288035], [115.950613, 28.288315], [115.950720, 28.288561], [115.950779, 28.288774], [115.950845, 28.289517], [115.950766, 28.289985], [115.950704, 28.290183], [115.950630, 28.290533], [115.950578, 28.290990], [115.950581, 28.291115], [115.950616, 28.291235], [115.950676, 28.291392], [115.950755, 28.291514], [115.950831, 28.291579], [115.950940, 28.291623], [115.951047, 28.291635], [115.951185, 28.291616], [115.951674, 28.291360], [115.951824, 28.291237], [115.952042, 28.290997], [115.952399, 28.290660], [115.952899, 28.290139], [115.953101, 28.289877], [115.953221, 28.289773], [115.953650, 28.289487], [115.953796, 28.289415], [115.953943, 28.289372], [115.954294, 28.289360], [115.954425, 28.289397], [115.954594, 28.289480], [115.954667, 28.289546], [115.954817, 28.289851], [115.954837, 28.290288], [115.954815, 28.290462], [115.954722, 28.290679], [115.954681, 28.290908], [115.954730, 28.291243], [115.954776, 28.291374], [115.955025, 28.291701], [115.955352, 28.291982], [115.955608, 28.292232], [115.955922, 28.292548], [115.956058, 28.292756], [115.956280, 28.292950], [115.956355, 28.293044], [115.956483, 28.293370], [115.956513, 28.293485], [115.956489, 28.293979], [115.956296, 28.294948], [115.956270, 28.295165], [115.956062, 28.295738], [115.955987, 28.296409], [115.955882, 28.296900], [115.955778, 28.297120], [115.955679, 28.297269], [115.954801, 28.298196], [115.954259, 28.298645], [115.954027, 28.298962], [115.953879, 28.299283], [115.953633, 28.300150], [115.953716, 28.300811], [115.953987, 28.301536], [115.954245, 28.302758], [115.954229, 28.303004], [115.953815, 28.303611], [115.953444, 28.303826], [115.952951, 28.303987], [115.952581, 28.303955], [115.950142, 28.302143], [115.949949, 28.302047], [115.949417, 28.302018], [115.948951, 28.302254], [115.948672, 28.302562], [115.948254, 28.303299], [115.948331, 28.303635], [115.949023, 28.304368], [115.950561, 28.305536], [115.951782, 28.306295], [115.952179, 28.307021], [115.952763, 28.307710], [115.952801, 28.308047], [115.952639, 28.308629], [115.951990, 28.310065], [115.951098, 28.310597], [115.950744, 28.311411], [115.950521, 28.311705], [115.950378, 28.312047], [115.950362, 28.312337], [115.950222, 28.312535], [115.949756, 28.312857], [115.949445, 28.313180], [115.949144, 28.313292], [115.947979, 28.313514], [115.947113, 28.313972], [115.946574, 28.314165], [115.946195, 28.314217], [115.945851, 28.314015], [115.943694, 28.313798], [115.943262, 28.313530], [115.942609, 28.313255], [115.942315, 28.312906], [115.940264, 28.311662], [115.939148, 28.310518], [115.938950, 28.310133], [115.938928, 28.308967], [115.938819, 28.308725], [115.938628, 28.308295], [115.938337, 28.308087], [115.938124, 28.308063], [115.937718, 28.308179], [115.935930, 28.309233], [115.934965, 28.310157], [115.934731, 28.310267], [115.934272, 28.310321], [115.933476, 28.310206], [115.933245, 28.310068], [115.932609, 28.309043], [115.931619, 28.308201], [115.931216, 28.308042], [115.930735, 28.307966], [115.930139, 28.308065], [115.929813, 28.308319], [115.929651, 28.308550], [115.929519, 28.309240], [115.929643, 28.310271], [115.929572, 28.310935], [115.929068, 28.311640], [115.929471, 28.312459], [115.931593, 28.313985], [115.935232, 28.315321], [115.936469, 28.316318], [115.938579, 28.318613], [115.941207, 28.321304], [115.944484, 28.324385], [115.945898, 28.327883], [115.946034, 28.328534], [115.946398, 28.330270], [115.949818, 28.334817], [115.950398, 28.335789], [115.950804, 28.336491], [115.950509, 28.338707], [115.949596, 28.339893], [115.948835, 28.342772], [115.949046, 28.344267], [115.953606, 28.350898], [115.955403, 28.353529], [115.957733, 28.356943], [115.959294, 28.355060], [115.960809, 28.353077], [115.962402, 28.351950], [115.964718, 28.350450], [115.966212, 28.349703], [115.967894, 28.349339], [115.969909, 28.349191], [115.973506, 28.349295], [115.975666, 28.349063], [115.978112, 28.349131], [115.979886, 28.349276], [115.980510, 28.349156], [115.981921, 28.348709], [115.982195, 28.348623], [115.983835, 28.347650], [115.984946, 28.346832], [115.985482, 28.345907], [115.985543, 28.344553], [115.984658, 28.341708], [115.982534, 28.338089], [115.981840, 28.335339], [115.982432, 28.333737], [115.982701, 28.330918], [115.982969, 28.327690], [115.982456, 28.325005], [115.980208, 28.320248], [115.980081, 28.319017], [115.980581, 28.317461], [115.981388, 28.316459], [115.982645, 28.315585], [115.984350, 28.314990], [115.987413, 28.314164], [115.989808, 28.313517], [115.995811, 28.313151], [115.997899, 28.312469], [116.002030, 28.310468], [116.004272, 28.306584]]] } } - , - { "type": "Feature", "properties": { "NAME": "塘南镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.132044, 28.633568], [116.131430, 28.633497], [116.128765, 28.631821], [116.128093, 28.629142], [116.126807, 28.627087], [116.125825, 28.623306], [116.124479, 28.619780], [116.122157, 28.618576], [116.121235, 28.618098], [116.118230, 28.617287], [116.115764, 28.617849], [116.113230, 28.617834], [116.105564, 28.616570], [116.102819, 28.615721], [116.102735, 28.615645], [116.101964, 28.618490], [116.102177, 28.618841], [116.102489, 28.618801], [116.102759, 28.619449], [116.102793, 28.619756], [116.102719, 28.619938], [116.103003, 28.620364], [116.102953, 28.620617], [116.102567, 28.620911], [116.102700, 28.621024], [116.103612, 28.622147], [116.103705, 28.622423], [116.104148, 28.622627], [116.104336, 28.623031], [116.104418, 28.623285], [116.104483, 28.624978], [116.105677, 28.625537], [116.105662, 28.625918], [116.105346, 28.626340], [116.105451, 28.626679], [116.106002, 28.627659], [116.106042, 28.628602], [116.105463, 28.628990], [116.105187, 28.629094], [116.104454, 28.630678], [116.104346, 28.630720], [116.104095, 28.630613], [116.103962, 28.630697], [116.103473, 28.631500], [116.102276, 28.632773], [116.100898, 28.633982], [116.099837, 28.634590], [116.099703, 28.634927], [116.099256, 28.635338], [116.098760, 28.635069], [116.098689, 28.635141], [116.097924, 28.635920], [116.096671, 28.636473], [116.095258, 28.637564], [116.093854, 28.640169], [116.093802, 28.640789], [116.093525, 28.643575], [116.093017, 28.646906], [116.092705, 28.649677], [116.092437, 28.653041], [116.092166, 28.653869], [116.091652, 28.654601], [116.090447, 28.655195], [116.088822, 28.655411], [116.087390, 28.655069], [116.084766, 28.653741], [116.084348, 28.653671], [116.083840, 28.653585], [116.083079, 28.653928], [116.082446, 28.654795], [116.082241, 28.655608], [116.082594, 28.656744], [116.083603, 28.658059], [116.085113, 28.658768], [116.086095, 28.659502], [116.086649, 28.660232], [116.086094, 28.660355], [116.085798, 28.660336], [116.085457, 28.660926], [116.085313, 28.661518], [116.084957, 28.661585], [116.085172, 28.661848], [116.084955, 28.662856], [116.086422, 28.663619], [116.085423, 28.664867], [116.084002, 28.666921], [116.083018, 28.668674], [116.082966, 28.670128], [116.083119, 28.670687], [116.083971, 28.670519], [116.084180, 28.671427], [116.084903, 28.672444], [116.086039, 28.675137], [116.087782, 28.676438], [116.088745, 28.677157], [116.091848, 28.678318], [116.094189, 28.678133], [116.101267, 28.677511], [116.103466, 28.677660], [116.105286, 28.677872], [116.108009, 28.678828], [116.109442, 28.679708], [116.110790, 28.681927], [116.110929, 28.683401], [116.110304, 28.685474], [116.109981, 28.687884], [116.110452, 28.688966], [116.111966, 28.690664], [116.114058, 28.692027], [116.115961, 28.692995], [116.117319, 28.694009], [116.118301, 28.695091], [116.118673, 28.696331], [116.118408, 28.697568], [116.117062, 28.698573], [116.115846, 28.699185], [116.115411, 28.699773], [116.114686, 28.700754], [116.114738, 28.702104], [116.115171, 28.703704], [116.116051, 28.705173], [116.117822, 28.706703], [116.119468, 28.707950], [116.121113, 28.709366], [116.121925, 28.711330], [116.121882, 28.712228], [116.121848, 28.712905], [116.120496, 28.714698], [116.119911, 28.716045], [116.120085, 28.718128], [116.122162, 28.721235], [116.121591, 28.721515], [116.120115, 28.722237], [116.120892, 28.724291], [116.121419, 28.726262], [116.121801, 28.726377], [116.121594, 28.728233], [116.119742, 28.728786], [116.118968, 28.729907], [116.118892, 28.731313], [116.119778, 28.732050], [116.120201, 28.734945], [116.120256, 28.735902], [116.120810, 28.738268], [116.121361, 28.741085], [116.121254, 28.741280], [116.119872, 28.743800], [116.117374, 28.745249], [116.115450, 28.746757], [116.114030, 28.748831], [116.112674, 28.750928], [116.111571, 28.753172], [116.111371, 28.754296], [116.111419, 28.756098], [116.112171, 28.757734], [116.113117, 28.758922], [116.114065, 28.759885], [116.114636, 28.760226], [116.115662, 28.759500], [116.115541, 28.758711], [116.116056, 28.758487], [116.115608, 28.757147], [116.115942, 28.755650], [116.117159, 28.753843], [116.118801, 28.753186], [116.119745, 28.753302], [116.120249, 28.753194], [116.121503, 28.753813], [116.121688, 28.754314], [116.123138, 28.754100], [116.124143, 28.754272], [116.124244, 28.754684], [116.124265, 28.754773], [116.125844, 28.754115], [116.127359, 28.753678], [116.128491, 28.753684], [116.132272, 28.753148], [116.133551, 28.752210], [116.136764, 28.751782], [116.137907, 28.750397], [116.139798, 28.749962], [116.140043, 28.750853], [116.140921, 28.751190], [116.145069, 28.751711], [116.146012, 28.751716], [116.146644, 28.751329], [116.147079, 28.752110], [116.148840, 28.752062], [116.150346, 28.752570], [116.152732, 28.753026], [116.152002, 28.755886], [116.152451, 28.756469], [116.153215, 28.757133], [116.153280, 28.757493], [116.153005, 28.757912], [116.154762, 28.759081], [116.155058, 28.758922], [116.155351, 28.759084], [116.155462, 28.759385], [116.156024, 28.759927], [116.155346, 28.759967], [116.155365, 28.760165], [116.156065, 28.760388], [116.156606, 28.760691], [116.158598, 28.760760], [116.159997, 28.761071], [116.161446, 28.761393], [116.163009, 28.761359], [116.163573, 28.761542], [116.164276, 28.761425], [116.167300, 28.760425], [116.167843, 28.760448], [116.170432, 28.759438], [116.171769, 28.759324], [116.173622, 28.759792], [116.174770, 28.760618], [116.175511, 28.761402], [116.175830, 28.761203], [116.176398, 28.762060], [116.176723, 28.762848], [116.177148, 28.763530], [116.177715, 28.763332], [116.178087, 28.763890], [116.178237, 28.765012], [116.178795, 28.766055], [116.179724, 28.765959], [116.183150, 28.765072], [116.182637, 28.763989], [116.182507, 28.763248], [116.182916, 28.763176], [116.182900, 28.763075], [116.182731, 28.762895], [116.182340, 28.762842], [116.182554, 28.762512], [116.182967, 28.762903], [116.183229, 28.762709], [116.182995, 28.762492], [116.183487, 28.762112], [116.184021, 28.762619], [116.184249, 28.762656], [116.184878, 28.762414], [116.186783, 28.763119], [116.186972, 28.763172], [116.187419, 28.762309], [116.188732, 28.762480], [116.191007, 28.762307], [116.192447, 28.761422], [116.192941, 28.761118], [116.195908, 28.755395], [116.198207, 28.753199], [116.199230, 28.752799], [116.200281, 28.752389], [116.206483, 28.752731], [116.209488, 28.751610], [116.213137, 28.750051], [116.215270, 28.751006], [116.217113, 28.752716], [116.218679, 28.753228], [116.220063, 28.753155], [116.220892, 28.753112], [116.222130, 28.752835], [116.226326, 28.751688], [116.227368, 28.751551], [116.229555, 28.751263], [116.231913, 28.751086], [116.233128, 28.750903], [116.238219, 28.747841], [116.240366, 28.747222], [116.241944, 28.746159], [116.242330, 28.746258], [116.244933, 28.746901], [116.245830, 28.747435], [116.246296, 28.748156], [116.248576, 28.749641], [116.248813, 28.749796], [116.249494, 28.750594], [116.250905, 28.751093], [116.251800, 28.751779], [116.255350, 28.753047], [116.256029, 28.754034], [116.256139, 28.754554], [116.256706, 28.755170], [116.257004, 28.755319], [116.257415, 28.755365], [116.257605, 28.755857], [116.258016, 28.756444], [116.259241, 28.756098], [116.260718, 28.755533], [116.260858, 28.755387], [116.260876, 28.755250], [116.260695, 28.754935], [116.261780, 28.754775], [116.262635, 28.754849], [116.263508, 28.755070], [116.263875, 28.755042], [116.264065, 28.754946], [116.264286, 28.755050], [116.264842, 28.755048], [116.265042, 28.755123], [116.266497, 28.755114], [116.267139, 28.755194], [116.268327, 28.755211], [116.269304, 28.755054], [116.270978, 28.754785], [116.271506, 28.754481], [116.272630, 28.754306], [116.273972, 28.754160], [116.276791, 28.754181], [116.277591, 28.754164], [116.278729, 28.753845], [116.281770, 28.754037], [116.283711, 28.751160], [116.283869, 28.750404], [116.283787, 28.749549], [116.283416, 28.748048], [116.283355, 28.747333], [116.283510, 28.745921], [116.283733, 28.744931], [116.284149, 28.744081], [116.284025, 28.743191], [116.283777, 28.742317], [116.283713, 28.741933], [116.283465, 28.741687], [116.282519, 28.740350], [116.280324, 28.736552], [116.278949, 28.733551], [116.278419, 28.731907], [116.278243, 28.731510], [116.278145, 28.731490], [116.277879, 28.730080], [116.277464, 28.726363], [116.277483, 28.725059], [116.277404, 28.724768], [116.275376, 28.722514], [116.273760, 28.721319], [116.272655, 28.720500], [116.267969, 28.720334], [116.263197, 28.721476], [116.260456, 28.722561], [116.257922, 28.722547], [116.255080, 28.720878], [116.253531, 28.719078], [116.251984, 28.717072], [116.250581, 28.716789], [116.249411, 28.716714], [116.248222, 28.719324], [116.247103, 28.723037], [116.246219, 28.725639], [116.245748, 28.727024], [116.244568, 28.728326], [116.242926, 28.728731], [116.242555, 28.728709], [116.241600, 28.728655], [116.239499, 28.727886], [116.237405, 28.726153], [116.232827, 28.720690], [116.230494, 28.719783], [116.228467, 28.719704], [116.226119, 28.720794], [116.225414, 28.720880], [116.223388, 28.721126], [116.219413, 28.720969], [116.217123, 28.719436], [116.215324, 28.718231], [116.212279, 28.716867], [116.208772, 28.716042], [116.201442, 28.716009], [116.196406, 28.715718], [116.193815, 28.715167], [116.192616, 28.714490], [116.190926, 28.713534], [116.188196, 28.711228], [116.185765, 28.709733], [116.184245, 28.708917], [116.183033, 28.707697], [116.182891, 28.706347], [116.183822, 28.704326], [116.185212, 28.702173], [116.185913, 28.701604], [116.192736, 28.696266], [116.194285, 28.693303], [116.194143, 28.691953], [116.192938, 28.689788], [116.188525, 28.688014], [116.185656, 28.685661], [116.184886, 28.685030], [116.180326, 28.682716], [116.179556, 28.682525], [116.175909, 28.681617], [116.171881, 28.679171], [116.168621, 28.676997], [116.165577, 28.675985], [116.162373, 28.675971], [116.160547, 28.675288], [116.158571, 28.674335], [116.157513, 28.672980], [116.157385, 28.669875], [116.158168, 28.667314], [116.159550, 28.666242], [116.160787, 28.664222], [116.159739, 28.661653], [116.157617, 28.659889], [116.156871, 28.657726], [116.157111, 28.657206], [116.158720, 28.653715], [116.159819, 28.650083], [116.157872, 28.646906], [116.157284, 28.644069], [116.155323, 28.641226], [116.154440, 28.639006], [116.153088, 28.637344], [116.152984, 28.637419], [116.151015, 28.636025], [116.146753, 28.633770], [116.144096, 28.632985], [116.141930, 28.632462], [116.138894, 28.632063], [116.135486, 28.632942], [116.133165, 28.633698], [116.132044, 28.633568]]] } } - , - { "type": "Feature", "properties": { "NAME": "幽兰镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.063733, 28.534111], [116.063539, 28.534185], [116.060126, 28.533664], [116.059491, 28.531833], [116.059657, 28.531547], [116.059386, 28.530622], [116.059085, 28.530476], [116.058341, 28.530469], [116.058316, 28.530715], [116.058058, 28.530898], [116.058473, 28.531270], [116.058028, 28.531636], [116.057615, 28.531058], [116.057265, 28.531157], [116.056995, 28.530171], [116.056553, 28.530167], [116.056132, 28.530512], [116.055792, 28.529487], [116.054989, 28.528692], [116.054916, 28.528848], [116.052579, 28.527057], [116.051943, 28.528546], [116.049759, 28.528923], [116.048482, 28.528515], [116.048178, 28.527658], [116.047695, 28.527470], [116.046082, 28.529805], [116.046347, 28.531181], [116.045535, 28.534372], [116.044168, 28.536252], [116.043821, 28.536884], [116.043317, 28.537803], [116.042593, 28.538742], [116.042829, 28.540336], [116.042396, 28.540959], [116.041928, 28.543363], [116.040777, 28.544271], [116.039892, 28.543212], [116.038655, 28.542719], [116.037814, 28.542229], [116.037472, 28.541612], [116.036138, 28.540724], [116.035293, 28.540759], [116.034986, 28.541105], [116.034791, 28.541324], [116.038326, 28.545717], [116.040938, 28.548433], [116.042883, 28.551369], [116.044620, 28.553993], [116.044864, 28.554004], [116.045254, 28.554021], [116.046211, 28.554723], [116.048666, 28.558108], [116.049969, 28.560143], [116.050002, 28.560495], [116.051814, 28.560272], [116.052027, 28.560785], [116.052614, 28.563505], [116.053406, 28.571085], [116.053514, 28.571361], [116.053414, 28.571457], [116.053007, 28.571492], [116.051780, 28.570909], [116.051876, 28.571211], [116.051916, 28.571754], [116.052079, 28.571988], [116.052407, 28.572127], [116.053272, 28.572132], [116.053083, 28.576303], [116.053010, 28.580664], [116.053542, 28.580732], [116.054262, 28.582049], [116.054977, 28.582967], [116.055375, 28.582949], [116.055627, 28.583246], [116.055642, 28.583365], [116.055769, 28.583401], [116.056171, 28.583771], [116.056644, 28.584315], [116.056860, 28.584240], [116.057066, 28.584276], [116.057349, 28.584594], [116.057528, 28.585072], [116.057718, 28.585207], [116.057723, 28.585509], [116.058039, 28.585701], [116.057989, 28.585959], [116.058418, 28.586060], [116.058461, 28.586523], [116.058159, 28.586542], [116.058188, 28.586843], [116.058398, 28.587313], [116.058581, 28.587364], [116.058556, 28.587448], [116.058689, 28.587750], [116.058999, 28.587795], [116.059095, 28.587670], [116.059197, 28.587804], [116.059188, 28.587993], [116.059312, 28.588365], [116.059550, 28.588374], [116.059643, 28.588628], [116.059618, 28.588803], [116.059902, 28.588980], [116.059929, 28.589214], [116.059931, 28.589261], [116.059590, 28.589244], [116.059605, 28.589370], [116.059271, 28.589686], [116.059492, 28.589688], [116.059727, 28.589802], [116.059597, 28.590231], [116.059235, 28.590200], [116.059202, 28.590381], [116.059595, 28.590468], [116.059514, 28.590732], [116.059151, 28.590728], [116.059082, 28.591303], [116.063727, 28.593068], [116.066153, 28.594288], [116.067254, 28.595325], [116.068008, 28.596035], [116.068490, 28.597021], [116.068852, 28.598746], [116.070023, 28.599520], [116.072458, 28.601131], [116.075061, 28.603372], [116.077042, 28.605078], [116.079111, 28.606044], [116.079339, 28.606030], [116.079809, 28.606000], [116.080918, 28.604426], [116.086601, 28.601480], [116.088884, 28.600933], [116.090095, 28.601122], [116.095279, 28.606049], [116.097921, 28.609829], [116.099553, 28.612765], [116.102735, 28.615645], [116.102819, 28.615721], [116.105564, 28.616570], [116.113230, 28.617834], [116.115764, 28.617849], [116.118230, 28.617287], [116.121235, 28.618098], [116.122157, 28.618576], [116.124479, 28.619780], [116.125825, 28.623306], [116.126807, 28.627087], [116.128093, 28.629142], [116.128765, 28.631821], [116.131430, 28.633497], [116.132044, 28.633568], [116.133165, 28.633698], [116.135486, 28.632942], [116.138894, 28.632063], [116.141930, 28.632462], [116.144096, 28.632985], [116.146753, 28.633770], [116.151015, 28.636025], [116.152984, 28.637419], [116.153088, 28.637344], [116.154414, 28.636375], [116.154205, 28.635255], [116.154135, 28.634121], [116.153813, 28.633428], [116.153100, 28.632734], [116.153391, 28.631547], [116.153594, 28.631424], [116.153613, 28.631106], [116.153067, 28.629854], [116.153043, 28.629190], [116.153318, 28.628876], [116.153570, 28.627857], [116.153366, 28.627566], [116.153461, 28.627351], [116.153443, 28.627269], [116.153337, 28.627249], [116.153321, 28.626835], [116.152550, 28.625773], [116.152362, 28.625640], [116.152276, 28.625493], [116.152240, 28.625096], [116.151965, 28.625019], [116.152031, 28.624644], [116.151823, 28.624093], [116.151778, 28.623751], [116.151853, 28.623208], [116.151326, 28.623254], [116.150860, 28.623419], [116.150726, 28.623412], [116.150641, 28.623216], [116.150705, 28.623089], [116.151027, 28.623104], [116.151163, 28.622881], [116.151368, 28.622806], [116.151525, 28.622855], [116.151739, 28.622752], [116.151951, 28.622753], [116.152154, 28.622064], [116.152036, 28.622009], [116.152038, 28.621710], [116.152393, 28.621725], [116.152406, 28.622018], [116.152777, 28.621936], [116.153239, 28.621304], [116.153523, 28.621117], [116.154114, 28.621002], [116.154148, 28.620814], [116.153878, 28.620482], [116.153813, 28.620319], [116.153955, 28.620264], [116.154029, 28.619937], [116.153797, 28.619378], [116.153860, 28.619351], [116.154078, 28.619686], [116.154401, 28.619681], [116.154440, 28.619604], [116.154653, 28.619591], [116.154733, 28.619424], [116.154812, 28.619439], [116.154892, 28.619335], [116.154726, 28.618317], [116.154562, 28.618225], [116.154469, 28.618030], [116.154517, 28.617905], [116.154410, 28.617549], [116.154381, 28.617263], [116.154572, 28.616847], [116.154598, 28.616618], [116.154506, 28.615913], [116.154558, 28.615733], [116.154278, 28.615320], [116.154163, 28.614910], [116.154068, 28.614882], [116.154055, 28.614568], [116.154250, 28.614778], [116.154452, 28.615204], [116.154648, 28.615254], [116.154594, 28.615107], [116.154636, 28.614732], [116.154511, 28.614689], [116.154489, 28.614549], [116.156502, 28.613744], [116.155962, 28.612426], [116.156561, 28.612303], [116.156375, 28.611930], [116.156315, 28.611540], [116.156166, 28.611428], [116.156467, 28.611234], [116.156632, 28.611242], [116.156803, 28.611591], [116.156881, 28.611640], [116.157007, 28.611557], [116.156782, 28.611187], [116.157218, 28.610743], [116.157641, 28.611086], [116.157980, 28.610601], [116.157722, 28.610335], [116.157826, 28.610204], [116.158210, 28.610414], [116.158353, 28.610262], [116.158502, 28.610325], [116.158357, 28.610686], [116.158404, 28.610735], [116.158698, 28.610409], [116.158863, 28.610501], [116.158918, 28.610431], [116.159170, 28.610467], [116.159361, 28.610113], [116.159777, 28.610247], [116.159747, 28.610031], [116.159933, 28.609475], [116.160226, 28.609448], [116.160312, 28.609504], [116.160288, 28.609560], [116.160508, 28.609574], [116.160609, 28.609805], [116.161162, 28.609584], [116.161193, 28.609640], [116.161414, 28.609488], [116.161317, 28.608895], [116.161600, 28.608938], [116.161538, 28.608806], [116.161798, 28.608724], [116.161637, 28.608209], [116.161724, 28.608139], [116.161591, 28.608020], [116.161742, 28.607861], [116.162176, 28.607758], [116.162405, 28.607606], [116.162553, 28.607836], [116.162735, 28.607746], [116.162572, 28.607391], [116.162739, 28.607266], [116.162847, 28.607489], [116.163083, 28.607483], [116.163131, 28.607309], [116.163016, 28.606974], [116.163826, 28.606699], [116.163912, 28.606770], [116.164283, 28.606541], [116.164548, 28.606933], [116.165219, 28.606733], [116.165017, 28.606335], [116.164744, 28.606049], [116.164808, 28.605855], [116.164678, 28.605506], [116.164246, 28.605337], [116.164448, 28.604600], [116.164475, 28.604238], [116.164241, 28.603987], [116.164401, 28.603646], [116.164637, 28.603648], [116.164616, 28.603201], [116.164719, 28.603174], [116.164761, 28.602854], [116.164974, 28.602841], [116.165031, 28.602514], [116.165111, 28.602421], [116.165244, 28.602442], [116.165430, 28.601816], [116.165424, 28.601677], [116.165283, 28.601523], [116.165292, 28.601397], [116.165190, 28.601383], [116.165053, 28.600743], [116.166140, 28.600587], [116.167927, 28.601117], [116.168552, 28.601591], [116.168613, 28.601663], [116.168436, 28.601998], [116.168521, 28.602710], [116.168863, 28.602718], [116.169654, 28.604097], [116.170307, 28.604854], [116.170590, 28.605587], [116.170693, 28.606018], [116.170183, 28.606251], [116.170318, 28.606365], [116.170593, 28.606205], [116.170834, 28.606408], [116.170703, 28.606716], [116.173843, 28.608415], [116.174322, 28.608399], [116.174382, 28.608675], [116.175896, 28.609511], [116.176126, 28.609291], [116.176748, 28.609717], [116.177478, 28.609481], [116.178017, 28.609759], [116.178140, 28.610036], [116.178907, 28.610445], [116.178838, 28.611384], [116.181050, 28.613439], [116.182020, 28.614636], [116.182988, 28.616048], [116.183737, 28.616790], [116.185263, 28.617502], [116.185593, 28.617070], [116.186652, 28.617328], [116.186892, 28.617871], [116.190475, 28.619041], [116.191569, 28.620129], [116.192955, 28.620424], [116.194350, 28.619347], [116.197707, 28.618061], [116.199755, 28.617671], [116.199805, 28.617661], [116.200119, 28.617602], [116.200046, 28.616446], [116.199647, 28.615216], [116.200472, 28.614100], [116.200599, 28.613414], [116.199909, 28.612906], [116.200287, 28.611463], [116.201186, 28.611358], [116.200701, 28.610778], [116.202349, 28.608691], [116.202252, 28.605266], [116.203541, 28.602076], [116.202600, 28.600200], [116.202830, 28.598844], [116.203205, 28.598684], [116.203089, 28.598356], [116.203045, 28.598066], [116.203369, 28.598158], [116.203378, 28.598009], [116.203520, 28.598060], [116.203834, 28.597767], [116.203953, 28.597870], [116.204011, 28.597834], [116.204094, 28.597969], [116.204264, 28.597836], [116.204158, 28.597694], [116.204943, 28.597335], [116.204904, 28.597268], [116.205006, 28.597229], [116.204866, 28.596985], [116.205205, 28.596833], [116.205177, 28.596477], [116.205720, 28.596271], [116.205611, 28.595929], [116.205915, 28.595816], [116.205708, 28.595154], [116.205569, 28.595044], [116.205527, 28.594717], [116.205750, 28.594631], [116.205780, 28.594124], [116.206118, 28.594122], [116.206237, 28.593620], [116.205861, 28.593512], [116.205710, 28.592752], [116.206289, 28.592649], [116.206499, 28.592524], [116.207216, 28.592319], [116.207521, 28.591896], [116.208202, 28.591734], [116.213669, 28.591406], [116.214270, 28.595801], [116.215336, 28.598110], [116.217711, 28.599256], [116.221429, 28.600355], [116.222326, 28.599924], [116.223394, 28.599766], [116.224458, 28.600051], [116.224753, 28.600849], [116.224813, 28.601807], [116.225292, 28.602458], [116.225789, 28.602770], [116.226689, 28.602760], [116.228632, 28.601560], [116.228334, 28.601081], [116.227487, 28.597361], [116.227159, 28.595590], [116.226851, 28.594536], [116.226106, 28.593979], [116.225567, 28.593688], [116.225461, 28.593592], [116.225393, 28.593272], [116.225790, 28.591646], [116.226145, 28.590530], [116.226226, 28.589947], [116.226093, 28.589429], [116.225850, 28.589208], [116.225417, 28.589004], [116.224322, 28.588743], [116.222642, 28.588488], [116.222284, 28.588366], [116.219411, 28.587078], [116.217496, 28.586100], [116.216765, 28.585516], [116.216479, 28.585212], [116.215039, 28.582793], [116.213534, 28.578522], [116.212037, 28.576002], [116.211239, 28.574509], [116.209692, 28.572655], [116.208045, 28.570202], [116.207200, 28.569221], [116.206441, 28.568595], [116.203583, 28.566517], [116.203043, 28.566210], [116.200139, 28.564173], [116.196506, 28.561858], [116.194812, 28.560960], [116.191111, 28.559440], [116.184098, 28.556320], [116.183179, 28.555995], [116.179520, 28.554998], [116.176197, 28.553902], [116.172023, 28.552840], [116.169059, 28.551998], [116.168391, 28.551872], [116.165279, 28.551185], [116.163185, 28.550868], [116.162499, 28.550677], [116.161191, 28.550240], [116.159930, 28.549700], [116.156880, 28.548750], [116.156144, 28.548306], [116.151504, 28.550526], [116.146754, 28.551572], [116.144352, 28.552101], [116.134428, 28.553113], [116.126805, 28.552108], [116.120308, 28.550282], [116.118053, 28.548639], [116.115510, 28.545360], [116.108763, 28.536660], [116.105839, 28.533160], [116.105111, 28.532295], [116.105008, 28.532293], [116.103068, 28.532256], [116.101794, 28.532730], [116.100162, 28.533078], [116.099691, 28.533352], [116.099590, 28.533296], [116.099199, 28.533315], [116.098858, 28.533609], [116.098641, 28.533714], [116.098534, 28.533692], [116.098191, 28.534240], [116.097372, 28.535199], [116.097405, 28.535803], [116.096850, 28.536329], [116.096215, 28.536638], [116.095472, 28.537000], [116.095370, 28.537159], [116.095485, 28.537213], [116.095348, 28.537394], [116.095011, 28.537542], [116.094995, 28.537706], [116.095095, 28.537751], [116.094910, 28.538245], [116.094955, 28.538267], [116.094889, 28.538338], [116.094624, 28.538287], [116.094703, 28.538412], [116.094537, 28.538464], [116.094481, 28.538570], [116.094535, 28.538725], [116.093965, 28.539080], [116.094049, 28.539248], [116.093747, 28.539446], [116.092455, 28.539791], [116.092323, 28.539436], [116.092710, 28.539359], [116.092876, 28.539276], [116.092912, 28.539174], [116.092849, 28.538855], [116.092686, 28.538624], [116.092774, 28.538178], [116.092262, 28.538418], [116.092319, 28.538522], [116.092235, 28.538669], [116.092242, 28.538831], [116.092360, 28.538842], [116.092331, 28.538964], [116.092219, 28.538976], [116.092161, 28.539259], [116.091192, 28.538612], [116.091179, 28.538464], [116.090835, 28.538019], [116.090484, 28.538225], [116.090405, 28.537745], [116.089487, 28.537652], [116.088485, 28.537448], [116.088592, 28.538052], [116.087993, 28.538084], [116.086806, 28.538408], [116.085843, 28.538573], [116.084652, 28.537324], [116.084630, 28.536746], [116.084721, 28.535910], [116.084526, 28.535847], [116.084528, 28.535589], [116.084348, 28.535501], [116.084321, 28.535415], [116.083694, 28.535398], [116.083569, 28.535335], [116.082588, 28.536042], [116.082493, 28.535672], [116.082634, 28.535476], [116.082565, 28.535389], [116.081784, 28.535543], [116.081407, 28.535528], [116.081661, 28.535259], [116.081578, 28.535099], [116.081131, 28.535243], [116.081133, 28.535108], [116.080756, 28.535154], [116.080913, 28.534675], [116.080356, 28.534634], [116.080051, 28.534521], [116.080006, 28.534359], [116.079495, 28.534355], [116.078355, 28.534100], [116.078099, 28.534139], [116.077775, 28.533973], [116.077356, 28.534072], [116.077202, 28.534289], [116.076702, 28.534518], [116.075845, 28.534204], [116.075308, 28.534569], [116.075306, 28.534794], [116.074747, 28.534892], [116.074537, 28.535075], [116.074026, 28.534968], [116.074024, 28.535235], [116.071429, 28.535542], [116.071009, 28.535683], [116.070269, 28.535411], [116.070409, 28.535206], [116.070085, 28.534998], [116.069875, 28.535120], [116.069593, 28.535487], [116.069150, 28.535688], [116.068912, 28.536342], [116.068607, 28.536688], [116.068145, 28.536418], [116.068123, 28.536254], [116.068240, 28.536070], [116.067617, 28.535655], [116.067479, 28.535407], [116.066273, 28.535131], [116.066231, 28.534618], [116.066441, 28.534517], [116.066467, 28.534169], [116.065866, 28.533917], [116.065377, 28.533913], [116.064888, 28.534032], [116.063912, 28.534044], [116.063733, 28.534111]]] } } - , - { "type": "Feature", "properties": { "NAME": "蒋巷镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.011025, 28.726986], [116.009698, 28.727191], [116.007145, 28.727891], [116.002422, 28.728188], [115.999829, 28.728471], [115.995255, 28.728791], [115.992054, 28.729308], [115.991198, 28.729584], [115.989736, 28.729851], [115.988119, 28.730041], [115.986478, 28.730453], [115.982664, 28.731916], [115.982421, 28.731941], [115.978213, 28.733320], [115.974888, 28.734282], [115.973502, 28.734965], [115.971804, 28.735374], [115.968379, 28.735433], [115.966810, 28.735674], [115.964341, 28.735834], [115.962563, 28.736176], [115.960643, 28.736344], [115.958347, 28.736519], [115.957270, 28.736373], [115.956390, 28.736329], [115.956354, 28.736327], [115.955546, 28.736286], [115.950365, 28.734898], [115.948810, 28.734264], [115.947275, 28.733800], [115.946614, 28.733600], [115.945954, 28.733219], [115.944063, 28.732330], [115.943758, 28.732218], [115.943199, 28.732012], [115.940867, 28.731153], [115.939210, 28.730359], [115.933962, 28.729082], [115.933839, 28.729132], [115.933409, 28.729654], [115.931583, 28.732548], [115.929113, 28.735122], [115.930170, 28.736131], [115.931401, 28.737078], [115.932707, 28.737806], [115.933188, 28.738121], [115.933492, 28.738447], [115.934333, 28.740656], [115.935336, 28.743290], [115.935719, 28.743904], [115.936780, 28.745152], [115.937849, 28.746639], [115.939203, 28.748134], [115.939771, 28.749008], [115.940780, 28.750908], [115.942464, 28.752940], [115.945567, 28.756074], [115.948674, 28.758808], [115.950368, 28.759821], [115.952134, 28.760591], [115.954745, 28.761538], [115.957011, 28.762223], [115.958851, 28.762896], [115.961921, 28.764524], [115.963072, 28.765323], [115.964166, 28.766417], [115.968773, 28.771024], [115.972324, 28.775423], [115.973250, 28.776747], [115.975899, 28.779673], [115.977564, 28.780851], [115.978395, 28.781185], [115.981185, 28.781741], [115.981773, 28.781801], [115.981864, 28.781886], [115.981851, 28.782128], [115.986912, 28.783370], [115.991549, 28.783764], [115.992010, 28.783803], [115.993182, 28.783479], [115.996775, 28.782485], [116.005792, 28.779313], [116.008925, 28.776840], [116.014404, 28.773950], [116.014848, 28.773716], [116.021093, 28.773429], [116.021618, 28.773405], [116.026971, 28.774116], [116.027801, 28.774226], [116.031801, 28.777684], [116.034505, 28.781001], [116.045219, 28.786124], [116.048788, 28.787829], [116.050984, 28.788879], [116.056448, 28.789181], [116.061250, 28.790919], [116.063616, 28.791775], [116.066604, 28.795345], [116.068713, 28.800054], [116.069534, 28.801887], [116.069847, 28.802587], [116.071560, 28.803994], [116.078862, 28.807217], [116.079125, 28.807744], [116.081950, 28.813442], [116.086598, 28.819192], [116.091901, 28.825752], [116.101165, 28.834129], [116.102836, 28.835025], [116.114689, 28.841377], [116.124264, 28.846505], [116.126608, 28.852215], [116.129916, 28.856874], [116.132676, 28.858584], [116.133008, 28.858789], [116.142365, 28.862264], [116.149778, 28.865313], [116.153516, 28.870498], [116.157831, 28.879774], [116.165782, 28.891802], [116.166851, 28.895466], [116.167034, 28.903110], [116.171694, 28.915610], [116.171715, 28.915902], [116.172251, 28.919319], [116.172608, 28.920504], [116.172920, 28.922320], [116.173088, 28.923811], [116.173200, 28.924154], [116.173337, 28.925160], [116.173410, 28.926194], [116.173742, 28.927086], [116.175229, 28.930082], [116.175797, 28.930873], [116.177103, 28.932382], [116.178898, 28.934108], [116.181232, 28.935914], [116.184718, 28.938422], [116.185782, 28.939004], [116.189401, 28.940092], [116.197255, 28.940645], [116.201269, 28.941159], [116.202806, 28.941274], [116.203490, 28.941417], [116.205813, 28.941617], [116.210326, 28.942927], [116.212647, 28.943954], [116.213967, 28.944229], [116.215599, 28.944387], [116.216722, 28.944618], [116.217793, 28.945140], [116.221248, 28.947099], [116.223482, 28.948160], [116.225921, 28.949609], [116.228226, 28.950488], [116.231444, 28.951077], [116.232301, 28.951299], [116.232903, 28.951543], [116.233149, 28.951735], [116.233320, 28.952174], [116.233708, 28.952754], [116.234046, 28.953547], [116.234529, 28.955798], [116.234769, 28.957452], [116.235181, 28.958355], [116.235478, 28.959470], [116.236205, 28.960793], [116.238302, 28.962735], [116.240862, 28.964203], [116.241897, 28.964578], [116.242791, 28.964684], [116.243859, 28.964572], [116.245920, 28.963916], [116.246865, 28.963713], [116.249840, 28.963385], [116.251424, 28.963077], [116.252918, 28.962850], [116.253521, 28.962825], [116.254515, 28.963041], [116.256884, 28.963965], [116.259971, 28.964452], [116.260659, 28.964481], [116.260775, 28.963965], [116.260381, 28.963170], [116.259928, 28.961712], [116.259563, 28.961079], [116.259225, 28.960674], [116.258576, 28.960104], [116.256646, 28.958770], [116.256198, 28.958276], [116.255944, 28.957772], [116.255891, 28.957514], [116.255861, 28.957217], [116.255953, 28.956600], [116.256593, 28.955763], [116.257251, 28.955261], [116.259055, 28.954537], [116.260414, 28.954209], [116.261033, 28.954165], [116.261403, 28.954003], [116.261961, 28.953601], [116.262827, 28.952699], [116.263447, 28.951742], [116.263685, 28.951279], [116.264216, 28.949647], [116.264660, 28.948857], [116.265650, 28.948039], [116.265727, 28.947761], [116.265561, 28.947048], [116.265464, 28.945421], [116.265588, 28.944134], [116.265820, 28.943379], [116.266413, 28.942341], [116.267450, 28.940062], [116.267649, 28.939373], [116.267802, 28.937911], [116.267826, 28.936837], [116.266932, 28.934497], [116.266884, 28.934160], [116.266667, 28.933619], [116.265725, 28.931986], [116.265159, 28.930512], [116.265205, 28.929850], [116.265339, 28.929741], [116.265551, 28.929740], [116.265758, 28.929853], [116.266311, 28.930420], [116.266796, 28.931124], [116.267328, 28.931647], [116.267996, 28.932500], [116.268579, 28.933065], [116.269451, 28.933644], [116.269978, 28.933693], [116.270717, 28.933509], [116.271272, 28.933459], [116.273538, 28.933819], [116.273796, 28.933781], [116.273886, 28.933529], [116.273444, 28.931785], [116.273330, 28.930964], [116.273355, 28.929191], [116.273980, 28.926391], [116.274055, 28.925528], [116.273995, 28.924419], [116.273619, 28.923487], [116.272684, 28.922129], [116.271485, 28.920992], [116.271091, 28.920730], [116.270203, 28.919854], [116.268267, 28.918559], [116.267840, 28.918351], [116.265657, 28.916941], [116.263972, 28.916065], [116.262154, 28.914850], [116.260951, 28.913654], [116.260098, 28.912587], [116.259786, 28.912077], [116.259044, 28.910165], [116.258477, 28.907958], [116.258452, 28.906387], [116.258586, 28.905927], [116.258823, 28.905760], [116.259334, 28.905638], [116.260041, 28.905705], [116.261699, 28.905989], [116.263816, 28.906500], [116.266216, 28.906795], [116.267206, 28.906775], [116.267443, 28.906558], [116.268106, 28.905655], [116.268830, 28.904947], [116.270329, 28.903959], [116.270898, 28.903925], [116.272144, 28.904154], [116.272890, 28.904427], [116.274801, 28.905458], [116.275455, 28.906024], [116.276105, 28.906754], [116.277434, 28.908466], [116.278876, 28.910648], [116.279488, 28.911416], [116.280087, 28.911945], [116.283185, 28.913468], [116.284140, 28.914233], [116.284483, 28.914890], [116.284989, 28.916678], [116.285160, 28.917714], [116.285632, 28.918410], [116.285779, 28.918526], [116.286470, 28.918797], [116.287186, 28.918825], [116.288740, 28.918567], [116.290113, 28.918039], [116.291035, 28.917832], [116.291814, 28.917498], [116.292035, 28.916830], [116.291944, 28.912897], [116.291837, 28.912796], [116.290894, 28.912457], [116.286764, 28.910248], [116.285388, 28.909307], [116.284969, 28.908402], [116.284703, 28.907439], [116.284499, 28.905922], [116.284549, 28.905376], [116.284807, 28.904655], [116.285792, 28.903187], [116.286176, 28.902821], [116.288329, 28.902209], [116.289872, 28.901471], [116.290090, 28.901193], [116.290048, 28.900445], [116.289217, 28.897478], [116.289141, 28.896692], [116.289414, 28.895352], [116.289835, 28.894481], [116.290203, 28.893906], [116.291103, 28.892808], [116.291444, 28.892614], [116.292915, 28.892232], [116.294777, 28.891079], [116.296780, 28.888876], [116.297465, 28.888283], [116.297538, 28.887891], [116.297440, 28.886437], [116.297419, 28.886253], [116.297232, 28.886006], [116.296284, 28.885576], [116.294911, 28.885464], [116.294583, 28.885276], [116.294162, 28.884656], [116.293572, 28.884320], [116.293333, 28.883754], [116.293228, 28.882954], [116.293271, 28.881345], [116.293705, 28.880481], [116.294090, 28.879264], [116.294048, 28.878832], [116.293843, 28.878064], [116.293919, 28.876954], [116.293801, 28.875805], [116.293832, 28.873978], [116.293534, 28.873408], [116.293662, 28.873085], [116.292652, 28.872914], [116.291772, 28.872665], [116.288130, 28.871467], [116.285867, 28.871036], [116.284140, 28.870543], [116.283907, 28.870437], [116.283833, 28.869461], [116.283653, 28.869355], [116.281855, 28.869475], [116.278270, 28.870892], [116.277706, 28.871202], [116.276772, 28.871558], [116.274109, 28.872373], [116.273485, 28.872453], [116.272171, 28.872350], [116.269345, 28.871872], [116.258385, 28.871197], [116.257002, 28.871167], [116.256548, 28.871219], [116.256249, 28.871027], [116.255697, 28.870897], [116.252770, 28.869643], [116.252449, 28.869589], [116.252211, 28.869648], [116.251122, 28.870749], [116.250505, 28.871239], [116.246704, 28.874887], [116.245519, 28.876237], [116.245371, 28.876370], [116.245205, 28.876390], [116.244122, 28.875651], [116.243415, 28.874953], [116.240601, 28.873004], [116.240355, 28.872738], [116.240058, 28.872185], [116.238752, 28.871513], [116.237879, 28.870841], [116.236791, 28.869731], [116.233944, 28.867567], [116.232593, 28.866028], [116.229594, 28.864359], [116.229201, 28.864224], [116.228055, 28.863478], [116.227245, 28.862721], [116.226640, 28.861975], [116.225592, 28.860330], [116.225324, 28.859547], [116.225236, 28.859058], [116.225216, 28.857583], [116.225380, 28.856841], [116.225661, 28.856171], [116.226394, 28.855045], [116.227082, 28.854311], [116.228146, 28.853340], [116.230210, 28.851695], [116.232019, 28.850420], [116.234908, 28.848769], [116.236562, 28.848052], [116.237284, 28.847620], [116.239511, 28.846020], [116.240566, 28.845031], [116.241618, 28.843594], [116.241666, 28.843354], [116.242214, 28.842242], [116.243240, 28.838185], [116.243641, 28.836944], [116.244640, 28.834358], [116.244697, 28.833258], [116.244651, 28.832948], [116.244143, 28.832269], [116.243355, 28.831610], [116.242728, 28.831189], [116.242571, 28.830909], [116.242312, 28.829945], [116.241488, 28.828717], [116.241175, 28.827928], [116.241062, 28.827187], [116.241407, 28.825853], [116.241168, 28.825329], [116.240586, 28.824809], [116.239995, 28.823955], [116.239732, 28.822336], [116.239528, 28.821922], [116.239226, 28.821561], [116.238496, 28.821227], [116.237952, 28.820787], [116.237419, 28.820080], [116.237188, 28.817679], [116.237262, 28.816106], [116.237589, 28.814822], [116.237717, 28.812348], [116.238252, 28.809055], [116.238486, 28.808207], [116.238484, 28.807862], [116.236289, 28.807986], [116.232036, 28.807388], [116.227464, 28.805976], [116.221825, 28.805053], [116.215775, 28.803262], [116.204058, 28.803720], [116.191510, 28.803406], [116.169266, 28.809557], [116.158247, 28.809944], [116.152995, 28.808758], [116.150123, 28.806726], [116.149071, 28.805981], [116.146321, 28.800303], [116.141585, 28.796212], [116.138014, 28.790384], [116.132298, 28.785415], [116.127557, 28.782802], [116.121653, 28.779547], [116.117150, 28.777880], [116.115002, 28.777084], [116.110496, 28.775414], [116.102142, 28.774228], [116.100869, 28.773648], [116.095973, 28.771422], [116.092413, 28.769803], [116.081083, 28.764644], [116.071516, 28.760205], [116.070106, 28.759534], [116.067557, 28.758321], [116.064055, 28.756655], [116.060761, 28.756045], [116.057140, 28.754997], [116.052387, 28.751323], [116.047558, 28.748958], [116.044828, 28.747621], [116.043726, 28.746714], [116.041082, 28.744536], [116.035176, 28.736293], [116.034794, 28.735760], [116.033262, 28.734583], [116.030695, 28.732608], [116.018695, 28.727168], [116.018705, 28.727303], [116.016686, 28.726737], [116.012733, 28.726598], [116.012033, 28.726809], [116.011025, 28.726986]]] } } - , - { "type": "Feature", "properties": { "NAME": "武阳镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.059082, 28.591303], [116.059151, 28.590728], [116.059514, 28.590732], [116.059595, 28.590468], [116.059202, 28.590381], [116.059235, 28.590200], [116.059597, 28.590231], [116.059727, 28.589802], [116.059492, 28.589688], [116.059271, 28.589686], [116.059605, 28.589370], [116.059590, 28.589244], [116.059931, 28.589261], [116.059929, 28.589214], [116.059902, 28.588980], [116.059618, 28.588803], [116.059643, 28.588628], [116.059550, 28.588374], [116.059312, 28.588365], [116.059188, 28.587993], [116.059197, 28.587804], [116.059095, 28.587670], [116.058999, 28.587795], [116.058689, 28.587750], [116.058556, 28.587448], [116.058581, 28.587364], [116.058398, 28.587313], [116.058188, 28.586843], [116.058159, 28.586542], [116.058461, 28.586523], [116.058418, 28.586060], [116.057989, 28.585959], [116.058039, 28.585701], [116.057723, 28.585509], [116.057718, 28.585207], [116.057528, 28.585072], [116.057349, 28.584594], [116.057066, 28.584276], [116.056860, 28.584240], [116.056644, 28.584315], [116.056171, 28.583771], [116.055769, 28.583401], [116.055642, 28.583365], [116.055627, 28.583246], [116.055375, 28.582949], [116.054977, 28.582967], [116.054262, 28.582049], [116.053542, 28.580732], [116.053010, 28.580664], [116.053083, 28.576303], [116.053272, 28.572132], [116.052407, 28.572127], [116.052079, 28.571988], [116.051916, 28.571754], [116.051876, 28.571211], [116.051780, 28.570909], [116.053007, 28.571492], [116.053414, 28.571457], [116.053514, 28.571361], [116.053406, 28.571085], [116.052614, 28.563505], [116.052027, 28.560785], [116.051814, 28.560272], [116.050002, 28.560495], [116.049969, 28.560143], [116.048666, 28.558108], [116.046211, 28.554723], [116.045254, 28.554021], [116.044864, 28.554004], [116.044620, 28.553993], [116.042883, 28.551369], [116.040938, 28.548433], [116.038326, 28.545717], [116.034791, 28.541324], [116.034986, 28.541105], [116.035293, 28.540759], [116.036138, 28.540724], [116.037472, 28.541612], [116.037814, 28.542229], [116.038655, 28.542719], [116.039892, 28.543212], [116.040777, 28.544271], [116.041928, 28.543363], [116.042396, 28.540959], [116.042829, 28.540336], [116.042593, 28.538742], [116.043317, 28.537803], [116.043821, 28.536884], [116.044168, 28.536252], [116.045535, 28.534372], [116.046347, 28.531181], [116.046082, 28.529805], [116.047695, 28.527470], [116.048178, 28.527658], [116.048482, 28.528515], [116.049759, 28.528923], [116.051943, 28.528546], [116.052579, 28.527057], [116.054916, 28.528848], [116.054989, 28.528692], [116.055058, 28.528544], [116.054819, 28.528176], [116.055235, 28.526993], [116.055375, 28.525255], [116.055168, 28.525070], [116.055973, 28.523360], [116.055981, 28.522481], [116.056155, 28.521530], [116.056450, 28.521075], [116.056432, 28.520727], [116.056790, 28.519597], [116.056792, 28.519366], [116.056906, 28.519203], [116.057089, 28.518215], [116.057452, 28.517977], [116.057454, 28.517746], [116.057280, 28.517745], [116.057182, 28.517590], [116.057545, 28.517285], [116.057151, 28.516875], [116.058111, 28.516139], [116.058422, 28.516186], [116.058937, 28.515663], [116.059586, 28.515558], [116.060348, 28.515301], [116.060362, 28.515082], [116.060213, 28.515025], [116.060539, 28.514830], [116.061200, 28.514660], [116.060945, 28.513995], [116.060998, 28.513600], [116.061274, 28.513327], [116.061348, 28.512884], [116.061836, 28.512537], [116.062173, 28.512539], [116.062423, 28.512410], [116.062759, 28.512413], [116.062883, 28.512545], [116.063034, 28.512294], [116.063036, 28.512052], [116.063176, 28.511691], [116.063315, 28.511506], [116.063278, 28.511428], [116.063465, 28.511375], [116.063564, 28.511464], [116.063841, 28.511202], [116.064005, 28.510896], [116.065143, 28.510345], [116.064565, 28.509530], [116.063088, 28.506144], [116.064136, 28.505841], [116.065596, 28.504786], [116.065364, 28.504322], [116.068090, 28.503617], [116.068097, 28.504265], [116.074538, 28.503813], [116.075400, 28.503358], [116.076479, 28.503179], [116.076987, 28.502955], [116.077038, 28.502725], [116.076892, 28.502372], [116.076968, 28.502164], [116.077990, 28.502040], [116.077993, 28.501666], [116.078195, 28.501316], [116.078408, 28.501175], [116.078667, 28.501342], [116.078856, 28.501157], [116.079031, 28.501103], [116.079217, 28.501149], [116.079330, 28.500996], [116.079454, 28.501095], [116.079494, 28.500799], [116.079245, 28.500720], [116.079517, 28.500351], [116.079690, 28.499111], [116.079864, 28.499101], [116.080027, 28.498948], [116.079767, 28.498859], [116.079517, 28.498945], [116.079368, 28.498888], [116.078846, 28.498906], [116.078649, 28.498124], [116.078523, 28.497998], [116.078562, 28.497800], [116.079160, 28.497726], [116.079251, 28.497634], [116.079170, 28.497383], [116.079219, 28.496975], [116.079489, 28.496792], [116.079908, 28.496756], [116.079880, 28.496439], [116.080336, 28.496449], [116.080330, 28.496265], [116.080449, 28.496279], [116.080471, 28.495925], [116.080643, 28.495919], [116.080631, 28.495649], [116.081707, 28.495413], [116.081893, 28.495441], [116.081967, 28.495652], [116.082656, 28.495381], [116.082693, 28.495295], [116.083067, 28.495232], [116.083251, 28.494653], [116.083207, 28.494528], [116.083359, 28.494454], [116.083594, 28.494020], [116.083551, 28.493862], [116.083194, 28.493602], [116.083392, 28.493136], [116.083356, 28.493030], [116.083072, 28.493094], [116.082442, 28.493452], [116.082062, 28.493363], [116.081440, 28.493708], [116.081194, 28.493686], [116.081151, 28.493563], [116.080626, 28.493202], [116.080529, 28.493228], [116.080474, 28.493517], [116.079602, 28.493418], [116.079378, 28.493350], [116.079164, 28.493105], [116.078263, 28.492854], [116.078190, 28.492675], [116.077565, 28.492787], [116.077445, 28.492885], [116.076945, 28.492894], [116.076880, 28.492564], [116.076321, 28.492487], [116.076193, 28.492605], [116.076176, 28.492815], [116.075899, 28.492958], [116.076190, 28.492974], [116.076274, 28.493614], [116.076064, 28.493671], [116.076071, 28.493790], [116.075884, 28.493848], [116.075898, 28.493954], [116.075352, 28.494015], [116.075123, 28.493849], [116.075206, 28.493625], [116.075469, 28.493535], [116.075522, 28.493384], [116.075866, 28.493268], [116.075868, 28.493076], [116.075697, 28.493029], [116.075633, 28.492607], [116.075745, 28.492608], [116.075799, 28.492430], [116.075727, 28.492150], [116.075166, 28.492178], [116.075044, 28.492494], [116.074589, 28.492556], [116.074416, 28.492863], [116.074050, 28.492874], [116.073903, 28.492582], [116.073934, 28.492497], [116.073742, 28.492258], [116.073788, 28.492028], [116.073702, 28.491730], [116.073530, 28.491650], [116.073429, 28.491247], [116.073220, 28.491344], [116.073194, 28.491654], [116.072508, 28.491615], [116.071872, 28.491689], [116.071047, 28.490820], [116.070457, 28.490783], [116.070255, 28.490860], [116.070038, 28.490845], [116.070033, 28.490641], [116.070175, 28.490510], [116.070527, 28.490461], [116.070618, 28.490337], [116.070500, 28.490118], [116.070172, 28.490089], [116.070026, 28.489673], [116.069907, 28.489671], [116.069768, 28.490125], [116.068857, 28.490105], [116.068761, 28.489992], [116.068241, 28.489806], [116.067806, 28.489748], [116.067816, 28.489425], [116.067383, 28.489389], [116.067290, 28.488992], [116.067396, 28.488789], [116.067509, 28.488743], [116.067525, 28.488586], [116.067638, 28.488461], [116.067937, 28.488431], [116.068532, 28.488647], [116.068603, 28.488291], [116.068905, 28.487931], [116.069398, 28.487902], [116.070341, 28.487679], [116.070893, 28.486822], [116.071089, 28.486638], [116.071018, 28.486196], [116.070610, 28.485942], [116.070126, 28.485787], [116.070008, 28.485529], [116.070459, 28.485157], [116.070313, 28.484847], [116.070060, 28.484733], [116.069872, 28.484956], [116.069815, 28.485390], [116.068783, 28.485626], [116.068538, 28.484602], [116.068307, 28.484613], [116.068181, 28.484375], [116.068118, 28.483998], [116.068447, 28.483889], [116.068545, 28.483751], [116.068512, 28.482507], [116.068086, 28.482516], [116.068058, 28.482325], [116.068686, 28.482185], [116.069052, 28.482188], [116.069210, 28.481998], [116.069334, 28.481518], [116.070043, 28.481550], [116.070091, 28.481159], [116.070198, 28.480890], [116.070326, 28.480818], [116.070646, 28.480847], [116.070902, 28.480618], [116.072341, 28.480203], [116.072506, 28.480092], [116.072442, 28.479782], [116.073492, 28.479171], [116.073435, 28.479017], [116.073541, 28.478834], [116.073388, 28.478477], [116.073456, 28.478260], [116.073453, 28.477844], [116.073596, 28.477648], [116.074180, 28.477494], [116.074590, 28.477504], [116.074606, 28.477425], [116.075106, 28.477383], [116.075175, 28.477218], [116.075430, 28.477148], [116.075439, 28.476950], [116.075663, 28.476853], [116.075666, 28.476550], [116.075781, 28.476182], [116.076482, 28.475984], [116.076513, 28.475773], [116.077477, 28.475609], [116.077555, 28.475241], [116.077461, 28.474897], [116.077500, 28.474733], [116.077798, 28.474742], [116.078090, 28.474645], [116.078086, 28.474269], [116.077911, 28.473696], [116.077137, 28.473545], [116.077027, 28.473359], [116.077095, 28.473162], [116.077478, 28.472994], [116.077125, 28.472332], [116.077536, 28.471915], [116.077478, 28.471696], [116.077145, 28.471351], [116.077041, 28.471364], [116.076969, 28.471060], [116.077007, 28.470961], [116.077231, 28.470891], [116.077275, 28.470357], [116.075106, 28.470905], [116.075065, 28.471016], [116.075181, 28.471656], [116.075123, 28.471784], [116.074211, 28.472458], [116.072388, 28.474439], [116.071651, 28.474992], [116.069735, 28.476008], [116.068935, 28.476369], [116.068182, 28.476412], [116.067066, 28.476256], [116.065975, 28.475758], [116.064258, 28.475858], [116.064164, 28.475809], [116.063813, 28.475143], [116.063731, 28.474683], [116.063770, 28.473270], [116.063676, 28.472063], [116.063622, 28.471551], [116.063452, 28.471200], [116.061867, 28.470436], [116.061179, 28.470282], [116.060544, 28.469540], [116.060157, 28.469256], [116.059886, 28.469172], [116.058854, 28.469447], [116.058723, 28.469554], [116.058621, 28.469793], [116.058203, 28.469996], [116.057064, 28.469644], [116.056085, 28.469543], [116.055536, 28.469617], [116.054875, 28.470505], [116.054299, 28.471519], [116.053746, 28.472001], [116.053209, 28.472202], [116.051941, 28.472308], [116.048970, 28.471997], [116.047979, 28.472013], [116.046050, 28.471908], [116.043802, 28.471561], [116.043027, 28.471363], [116.042029, 28.471245], [116.040968, 28.471421], [116.040165, 28.471445], [116.037509, 28.470930], [116.037499, 28.471063], [116.037800, 28.471059], [116.037678, 28.472317], [116.036938, 28.475216], [116.040342, 28.475442], [116.040281, 28.475560], [116.038888, 28.478276], [116.037185, 28.478356], [116.036342, 28.480479], [116.037190, 28.481073], [116.037815, 28.481510], [116.032990, 28.480592], [116.029400, 28.484685], [116.024850, 28.489946], [116.024175, 28.491682], [116.023073, 28.491913], [116.022018, 28.493161], [116.021076, 28.493975], [116.020545, 28.494726], [116.019684, 28.495947], [116.018891, 28.498506], [116.018062, 28.498982], [116.017555, 28.500381], [116.017559, 28.502319], [116.017319, 28.503265], [116.017996, 28.504228], [116.017071, 28.505161], [116.016288, 28.506577], [116.015519, 28.506569], [116.014892, 28.507715], [116.014200, 28.507708], [116.014337, 28.508141], [116.013596, 28.508459], [116.013181, 28.508333], [116.013085, 28.508739], [116.011839, 28.508685], [116.009222, 28.509746], [116.009086, 28.511708], [116.008372, 28.513979], [116.008546, 28.515160], [116.008915, 28.515287], [116.008809, 28.516628], [116.011113, 28.517180], [116.011106, 28.518035], [116.009343, 28.518027], [116.005752, 28.517613], [116.005518, 28.517937], [116.005384, 28.517929], [115.998791, 28.532805], [115.998836, 28.533100], [115.998886, 28.533426], [115.998732, 28.534689], [115.998866, 28.535581], [115.998513, 28.536486], [115.997980, 28.537282], [115.999501, 28.541160], [116.000923, 28.545543], [116.001504, 28.548251], [116.001500, 28.548690], [116.001493, 28.549498], [116.001947, 28.551344], [116.002635, 28.553512], [116.004249, 28.553915], [116.004992, 28.553834], [116.005247, 28.555440], [116.005360, 28.557786], [116.004951, 28.561843], [116.005338, 28.563688], [116.005432, 28.564461], [116.003902, 28.565811], [116.003219, 28.570376], [116.003425, 28.572798], [116.003716, 28.576215], [116.005942, 28.578988], [116.006700, 28.580524], [116.007180, 28.582707], [116.007149, 28.586037], [116.008176, 28.586197], [116.008500, 28.586391], [116.009467, 28.587277], [116.011464, 28.587851], [116.012631, 28.588099], [116.013182, 28.588406], [116.013921, 28.588693], [116.014075, 28.588856], [116.014548, 28.589724], [116.016011, 28.591748], [116.017001, 28.592826], [116.017339, 28.592110], [116.017316, 28.591443], [116.018040, 28.590895], [116.021518, 28.589887], [116.026837, 28.589256], [116.029651, 28.589061], [116.030943, 28.588986], [116.037863, 28.588834], [116.042758, 28.588916], [116.046774, 28.589212], [116.050131, 28.589564], [116.053997, 28.590178], [116.056640, 28.590764], [116.057933, 28.591050], [116.059066, 28.591437], [116.059082, 28.591303]]] } } - , - { "type": "Feature", "properties": { "NAME": "冈上镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.835691, 28.393033], [115.826859, 28.397621], [115.824712, 28.399184], [115.821578, 28.402440], [115.819037, 28.404818], [115.817894, 28.406024], [115.815633, 28.408935], [115.815025, 28.410071], [115.814852, 28.410889], [115.814760, 28.411027], [115.814596, 28.411080], [115.814226, 28.411792], [115.814119, 28.412568], [115.813650, 28.413837], [115.813452, 28.414907], [115.813356, 28.416318], [115.813701, 28.417047], [115.814118, 28.417650], [115.814353, 28.417907], [115.814892, 28.418230], [115.815217, 28.418588], [115.816490, 28.422307], [115.817335, 28.426276], [115.817745, 28.428991], [115.818434, 28.432067], [115.818639, 28.432544], [115.819426, 28.433711], [115.820851, 28.436150], [115.821973, 28.437732], [115.825251, 28.441694], [115.826625, 28.443150], [115.829155, 28.446426], [115.830769, 28.448616], [115.831049, 28.449095], [115.831917, 28.450440], [115.832362, 28.451313], [115.833358, 28.453756], [115.833785, 28.455594], [115.834150, 28.458042], [115.834325, 28.458226], [115.835878, 28.461365], [115.836266, 28.462440], [115.836678, 28.463898], [115.837494, 28.467774], [115.837762, 28.470052], [115.837798, 28.474382], [115.841407, 28.474776], [115.842296, 28.474993], [115.842847, 28.474624], [115.843321, 28.474823], [115.843211, 28.475219], [115.843321, 28.475322], [115.843230, 28.475591], [115.843112, 28.475698], [115.842980, 28.476187], [115.842874, 28.476818], [115.842934, 28.476868], [115.843282, 28.476890], [115.843450, 28.476210], [115.844031, 28.476101], [115.844294, 28.475853], [115.844855, 28.475568], [115.845498, 28.476449], [115.846002, 28.476384], [115.846258, 28.476714], [115.846640, 28.476532], [115.846929, 28.476975], [115.847234, 28.476898], [115.847485, 28.476675], [115.848198, 28.476773], [115.848373, 28.476648], [115.848380, 28.476525], [115.848969, 28.476225], [115.848851, 28.475897], [115.850104, 28.475425], [115.849843, 28.475011], [115.850377, 28.474721], [115.850600, 28.475075], [115.852021, 28.474315], [115.852044, 28.474207], [115.851619, 28.473636], [115.851676, 28.473443], [115.854113, 28.472711], [115.854792, 28.472803], [115.855031, 28.472707], [115.856160, 28.472661], [115.856469, 28.472794], [115.856372, 28.473568], [115.856513, 28.473872], [115.857090, 28.474156], [115.857313, 28.474559], [115.857729, 28.474895], [115.858279, 28.474722], [115.858592, 28.473630], [115.858504, 28.473061], [115.858567, 28.472861], [115.858859, 28.472480], [115.860106, 28.472587], [115.860326, 28.472662], [115.860692, 28.472542], [115.860775, 28.472606], [115.860700, 28.472880], [115.860372, 28.473064], [115.860178, 28.473082], [115.860143, 28.473272], [115.860070, 28.473321], [115.859482, 28.473532], [115.859244, 28.474025], [115.859740, 28.474151], [115.860122, 28.474130], [115.860559, 28.474215], [115.860468, 28.474896], [115.860871, 28.474933], [115.860891, 28.474664], [115.860986, 28.474605], [115.861157, 28.474602], [115.861294, 28.474715], [115.861443, 28.474726], [115.861452, 28.474496], [115.861709, 28.474536], [115.862150, 28.475171], [115.862247, 28.475422], [115.862086, 28.476018], [115.862201, 28.476568], [115.862790, 28.476400], [115.863390, 28.476061], [115.864802, 28.475726], [115.865052, 28.475668], [115.865292, 28.475439], [115.866049, 28.475052], [115.865704, 28.474692], [115.865599, 28.474163], [115.864897, 28.473610], [115.865056, 28.473489], [115.865109, 28.473362], [115.865286, 28.473363], [115.865496, 28.472660], [115.865668, 28.472646], [115.865816, 28.472250], [115.866128, 28.472071], [115.866076, 28.471743], [115.866237, 28.471675], [115.866359, 28.471696], [115.866868, 28.472250], [115.866707, 28.472347], [115.867291, 28.473576], [115.868171, 28.473357], [115.867988, 28.472302], [115.868294, 28.472123], [115.868335, 28.471942], [115.868590, 28.471856], [115.872052, 28.471733], [115.872301, 28.473366], [115.873323, 28.473472], [115.873283, 28.473084], [115.873483, 28.473027], [115.874199, 28.472406], [115.874499, 28.472300], [115.874591, 28.471934], [115.874891, 28.471436], [115.875062, 28.471418], [115.875602, 28.471681], [115.875678, 28.470820], [115.877817, 28.470262], [115.879333, 28.472684], [115.879629, 28.472966], [115.879837, 28.474255], [115.880284, 28.474346], [115.880992, 28.475558], [115.882159, 28.475508], [115.883288, 28.476021], [115.884286, 28.476166], [115.885447, 28.475768], [115.885773, 28.475839], [115.887502, 28.475632], [115.887684, 28.475610], [115.888095, 28.477010], [115.888169, 28.477976], [115.888125, 28.478446], [115.888904, 28.478560], [115.889512, 28.478503], [115.889874, 28.478354], [115.890011, 28.478379], [115.890371, 28.478938], [115.890777, 28.479254], [115.890804, 28.479382], [115.891004, 28.479315], [115.891264, 28.479386], [115.891347, 28.479347], [115.891993, 28.479509], [115.892234, 28.479818], [115.893298, 28.480777], [115.893855, 28.481060], [115.893849, 28.481642], [115.892973, 28.481640], [115.892912, 28.483303], [115.892028, 28.483525], [115.891941, 28.487628], [115.891819, 28.487656], [115.891416, 28.488094], [115.891304, 28.488176], [115.891194, 28.488137], [115.891074, 28.487998], [115.891098, 28.487832], [115.889823, 28.487856], [115.889677, 28.488085], [115.889132, 28.488327], [115.888954, 28.488374], [115.888734, 28.488328], [115.888002, 28.488542], [115.887549, 28.488554], [115.887065, 28.488662], [115.886776, 28.488827], [115.886192, 28.489009], [115.885998, 28.488586], [115.885339, 28.488556], [115.885466, 28.489144], [115.885486, 28.489899], [115.884967, 28.490785], [115.884862, 28.491308], [115.884963, 28.492279], [115.885291, 28.493162], [115.885466, 28.493418], [115.885626, 28.493493], [115.886348, 28.493224], [115.886891, 28.493223], [115.888079, 28.492978], [115.888977, 28.492912], [115.891572, 28.492407], [115.892012, 28.492127], [115.892186, 28.491927], [115.892140, 28.489701], [115.892223, 28.488653], [115.892059, 28.487912], [115.892834, 28.488237], [115.892892, 28.488261], [115.892779, 28.488456], [115.892760, 28.488677], [115.892955, 28.490136], [115.892925, 28.492036], [115.892638, 28.492422], [115.892603, 28.492598], [115.891906, 28.493040], [115.891601, 28.493635], [115.892231, 28.493763], [115.893220, 28.494155], [115.893141, 28.494465], [115.893795, 28.494737], [115.895222, 28.495837], [115.897508, 28.497407], [115.901079, 28.499365], [115.901252, 28.499738], [115.900469, 28.501560], [115.900174, 28.503301], [115.900376, 28.504150], [115.900680, 28.504740], [115.900960, 28.505031], [115.901345, 28.505303], [115.901927, 28.505563], [115.905052, 28.505473], [115.905977, 28.504960], [115.906271, 28.504948], [115.906533, 28.504818], [115.906591, 28.504480], [115.906200, 28.504251], [115.906158, 28.504089], [115.906225, 28.504006], [115.906779, 28.504094], [115.907010, 28.504243], [115.907303, 28.504285], [115.907464, 28.504223], [115.907505, 28.504032], [115.907331, 28.503722], [115.907043, 28.503719], [115.907010, 28.503441], [115.906640, 28.503350], [115.906450, 28.503470], [115.906234, 28.503449], [115.905984, 28.503530], [115.905896, 28.503466], [115.906175, 28.503233], [115.906447, 28.503245], [115.906719, 28.503125], [115.906684, 28.502757], [115.907059, 28.502491], [115.907016, 28.502353], [115.906817, 28.502239], [115.906490, 28.502275], [115.906352, 28.502186], [115.906382, 28.502070], [115.909038, 28.500491], [115.909969, 28.500508], [115.909984, 28.500161], [115.910339, 28.500149], [115.910430, 28.499885], [115.910796, 28.499903], [115.911089, 28.500003], [115.911518, 28.500340], [115.911982, 28.500418], [115.913335, 28.499929], [115.913390, 28.499381], [115.913211, 28.499013], [115.912798, 28.498807], [115.912692, 28.498316], [115.913724, 28.498310], [115.913628, 28.497330], [115.912957, 28.497422], [115.912830, 28.497392], [115.912747, 28.497279], [115.912607, 28.496910], [115.912636, 28.496239], [115.912957, 28.496222], [115.912987, 28.496075], [115.912907, 28.495992], [115.912749, 28.495109], [115.912628, 28.495045], [115.912607, 28.494936], [115.912768, 28.494884], [115.912731, 28.494800], [115.912977, 28.494636], [115.913066, 28.494622], [115.913226, 28.494761], [115.913526, 28.494660], [115.913565, 28.494582], [115.913704, 28.494583], [115.913673, 28.494343], [115.914380, 28.494055], [115.914996, 28.493987], [115.915155, 28.494155], [115.915362, 28.495141], [115.914381, 28.496148], [115.914502, 28.496805], [115.914600, 28.496939], [115.915053, 28.497090], [115.915769, 28.497056], [115.915762, 28.497242], [115.916206, 28.497326], [115.916113, 28.498260], [115.916916, 28.498311], [115.917007, 28.498102], [115.917527, 28.498253], [115.918165, 28.498210], [115.918644, 28.498576], [115.918757, 28.498881], [115.918745, 28.499043], [115.918833, 28.499058], [115.919646, 28.497812], [115.919884, 28.497760], [115.920325, 28.498039], [115.920561, 28.497795], [115.921013, 28.498042], [115.921731, 28.498189], [115.921651, 28.498287], [115.921702, 28.498445], [115.921920, 28.498453], [115.921918, 28.498628], [115.921782, 28.498643], [115.921804, 28.499730], [115.921940, 28.500256], [115.922266, 28.500762], [115.925220, 28.502373], [115.927090, 28.500617], [115.927403, 28.500481], [115.928780, 28.499164], [115.929573, 28.498691], [115.930649, 28.498230], [115.931314, 28.497820], [115.931489, 28.498184], [115.932194, 28.498078], [115.932396, 28.498151], [115.932379, 28.497938], [115.932192, 28.497761], [115.931456, 28.497665], [115.931286, 28.497277], [115.929940, 28.494187], [115.930379, 28.494092], [115.930545, 28.493440], [115.930317, 28.492353], [115.930368, 28.491964], [115.930576, 28.491846], [115.930602, 28.490164], [115.930466, 28.490156], [115.930468, 28.489981], [115.930596, 28.489947], [115.930736, 28.489422], [115.930601, 28.489421], [115.930661, 28.488965], [115.930247, 28.488919], [115.930026, 28.488812], [115.930003, 28.488727], [115.930344, 28.488069], [115.930349, 28.487563], [115.930495, 28.487291], [115.930704, 28.487069], [115.931023, 28.486994], [115.931226, 28.486673], [115.931601, 28.486508], [115.931676, 28.485451], [115.931622, 28.485282], [115.931370, 28.484982], [115.931673, 28.484879], [115.931632, 28.484272], [115.931600, 28.484201], [115.931473, 28.484207], [115.931484, 28.483912], [115.931366, 28.483805], [115.931071, 28.483809], [115.931178, 28.483389], [115.931323, 28.483271], [115.931249, 28.483233], [115.930717, 28.482963], [115.930643, 28.483182], [115.930217, 28.483173], [115.930160, 28.483312], [115.929665, 28.483500], [115.929356, 28.483519], [115.928712, 28.483406], [115.928540, 28.483342], [115.928758, 28.482369], [115.928729, 28.482143], [115.928027, 28.481989], [115.927408, 28.482001], [115.926188, 28.481569], [115.924290, 28.482181], [115.922872, 28.479094], [115.922742, 28.478744], [115.922470, 28.476993], [115.923135, 28.477017], [115.923287, 28.475992], [115.923146, 28.475892], [115.923100, 28.475749], [115.923253, 28.475150], [115.925949, 28.473619], [115.926129, 28.473365], [115.927861, 28.471849], [115.928698, 28.471462], [115.929192, 28.470776], [115.929525, 28.470465], [115.930046, 28.470160], [115.930108, 28.470012], [115.929669, 28.469780], [115.929655, 28.469605], [115.929853, 28.469113], [115.929500, 28.468263], [115.929256, 28.467988], [115.929186, 28.467710], [115.929183, 28.467343], [115.929414, 28.467233], [115.929668, 28.467214], [115.929318, 28.466602], [115.929343, 28.466421], [115.929459, 28.466310], [115.929511, 28.465415], [115.929595, 28.465416], [115.929855, 28.464820], [115.929662, 28.464206], [115.929392, 28.463990], [115.929769, 28.463742], [115.930187, 28.463640], [115.930183, 28.463474], [115.930069, 28.463393], [115.930180, 28.463143], [115.929965, 28.462895], [115.929918, 28.462724], [115.929768, 28.462670], [115.929758, 28.462477], [115.929831, 28.462382], [115.929725, 28.462208], [115.929585, 28.462235], [115.929535, 28.462438], [115.929388, 28.462565], [115.928862, 28.462608], [115.928425, 28.462764], [115.927653, 28.462885], [115.927454, 28.462857], [115.926498, 28.462384], [115.925579, 28.462317], [115.925043, 28.462728], [115.924644, 28.462826], [115.923657, 28.462656], [115.923474, 28.462831], [115.923275, 28.462808], [115.923216, 28.463282], [115.923286, 28.463512], [115.923293, 28.464025], [115.923218, 28.464296], [115.922849, 28.464314], [115.922841, 28.463919], [115.922327, 28.463915], [115.922184, 28.462805], [115.922048, 28.462537], [115.921590, 28.462436], [115.920774, 28.462381], [115.920417, 28.462527], [115.919548, 28.462290], [115.919300, 28.462384], [115.918892, 28.462696], [115.917681, 28.462984], [115.917222, 28.463022], [115.916158, 28.463384], [115.915801, 28.463429], [115.915716, 28.463380], [115.915640, 28.463140], [115.915435, 28.463127], [115.914697, 28.463536], [115.914178, 28.463451], [115.913486, 28.463846], [115.913195, 28.463806], [115.912445, 28.463997], [115.912213, 28.464230], [115.912043, 28.464287], [115.910204, 28.464544], [115.910132, 28.464447], [115.910024, 28.464436], [115.909115, 28.464754], [115.909079, 28.464801], [115.909262, 28.465149], [115.908969, 28.465477], [115.908937, 28.465680], [115.908780, 28.465726], [115.907305, 28.465314], [115.906458, 28.465376], [115.906355, 28.465424], [115.906514, 28.465809], [115.906486, 28.466145], [115.906446, 28.466529], [115.906330, 28.466688], [115.905240, 28.466957], [115.904923, 28.466912], [115.904705, 28.466974], [115.904100, 28.467780], [115.904062, 28.467924], [115.903787, 28.468253], [115.903648, 28.468285], [115.903235, 28.467928], [115.902766, 28.467166], [115.902703, 28.466787], [115.902822, 28.466430], [115.902775, 28.466254], [115.902553, 28.466145], [115.902125, 28.466142], [115.902045, 28.466248], [115.902159, 28.466361], [115.901873, 28.466582], [115.902217, 28.467118], [115.902720, 28.468717], [115.902721, 28.469256], [115.902592, 28.469975], [115.902531, 28.470092], [115.902434, 28.470134], [115.902258, 28.470074], [115.900354, 28.470955], [115.899915, 28.470519], [115.899329, 28.468808], [115.899076, 28.468748], [115.899139, 28.467857], [115.898239, 28.467858], [115.898208, 28.468357], [115.898057, 28.468390], [115.897823, 28.468125], [115.897667, 28.468181], [115.897415, 28.467859], [115.897232, 28.467643], [115.896924, 28.467834], [115.896852, 28.467761], [115.896662, 28.467814], [115.896485, 28.467438], [115.896297, 28.467227], [115.896190, 28.467181], [115.896026, 28.467233], [115.895941, 28.467095], [115.896744, 28.466930], [115.896679, 28.466566], [115.896299, 28.466628], [115.896099, 28.466028], [115.896342, 28.465835], [115.896372, 28.465447], [115.896403, 28.465359], [115.896554, 28.465311], [115.896560, 28.465159], [115.896900, 28.465211], [115.897090, 28.464744], [115.897233, 28.464609], [115.897211, 28.464174], [115.897517, 28.462984], [115.897370, 28.462182], [115.897312, 28.462120], [115.897221, 28.462150], [115.897137, 28.461898], [115.897476, 28.461271], [115.897495, 28.461016], [115.896944, 28.460917], [115.896816, 28.460836], [115.896125, 28.460899], [115.896080, 28.460686], [115.896179, 28.460271], [115.896502, 28.460300], [115.896368, 28.459484], [115.896485, 28.459485], [115.896401, 28.459198], [115.896648, 28.459135], [115.896465, 28.457933], [115.896400, 28.457932], [115.896380, 28.457802], [115.896596, 28.456870], [115.896702, 28.456689], [115.896567, 28.456394], [115.896392, 28.456213], [115.896728, 28.456208], [115.896834, 28.455904], [115.897206, 28.455668], [115.897456, 28.455597], [115.897685, 28.455645], [115.897959, 28.455373], [115.897914, 28.455159], [115.898047, 28.455141], [115.898206, 28.454884], [115.897577, 28.454029], [115.895297, 28.452250], [115.895415, 28.452062], [115.897611, 28.450047], [115.897999, 28.449406], [115.898041, 28.448756], [115.898291, 28.448218], [115.898430, 28.447280], [115.898517, 28.447198], [115.899099, 28.447171], [115.899142, 28.446530], [115.898876, 28.446470], [115.898747, 28.445829], [115.898654, 28.445790], [115.898467, 28.445820], [115.896072, 28.445465], [115.895440, 28.445441], [115.895180, 28.444924], [115.895310, 28.444830], [115.895047, 28.444554], [115.895415, 28.444354], [115.895228, 28.443679], [115.895508, 28.443656], [115.895304, 28.443330], [115.895292, 28.443089], [115.895027, 28.443037], [115.894705, 28.442171], [115.894755, 28.441584], [115.894607, 28.441284], [115.894615, 28.441157], [115.894788, 28.441121], [115.894791, 28.440847], [115.894749, 28.440683], [115.894556, 28.440669], [115.894899, 28.440144], [115.895318, 28.439868], [115.895305, 28.439722], [115.895048, 28.439637], [115.894765, 28.439153], [115.894759, 28.439039], [115.894947, 28.438945], [115.894922, 28.438621], [115.895066, 28.438489], [115.894918, 28.438278], [115.894891, 28.438062], [115.895038, 28.437802], [115.894953, 28.437687], [115.895492, 28.436244], [115.895578, 28.436251], [115.895636, 28.436137], [115.895960, 28.436139], [115.896055, 28.435988], [115.896183, 28.435350], [115.896326, 28.435351], [115.896311, 28.435202], [115.896118, 28.435134], [115.896120, 28.435008], [115.896409, 28.434609], [115.896284, 28.434541], [115.896095, 28.434116], [115.896122, 28.433966], [115.895917, 28.433452], [115.896599, 28.433317], [115.896565, 28.432551], [115.896425, 28.432268], [115.896025, 28.431983], [115.895826, 28.431730], [115.895597, 28.431231], [115.897542, 28.429455], [115.897747, 28.429457], [115.899331, 28.428185], [115.899441, 28.428097], [115.898795, 28.427561], [115.898858, 28.427342], [115.899042, 28.427336], [115.899176, 28.427205], [115.899439, 28.427430], [115.899610, 28.427435], [115.899748, 28.427349], [115.900227, 28.427493], [115.900893, 28.427488], [115.901049, 28.424268], [115.901491, 28.415117], [115.901988, 28.415342], [115.902357, 28.415641], [115.902284, 28.415792], [115.902366, 28.415832], [115.903118, 28.415696], [115.903053, 28.415513], [115.903148, 28.415455], [115.902639, 28.414191], [115.903924, 28.414000], [115.903844, 28.413686], [115.904300, 28.413596], [115.904533, 28.413637], [115.904532, 28.413181], [115.904861, 28.413060], [115.905110, 28.413215], [115.905188, 28.413142], [115.905370, 28.412686], [115.905494, 28.412511], [115.905679, 28.412415], [115.905676, 28.412188], [115.905853, 28.412170], [115.905884, 28.411846], [115.905886, 28.411659], [115.905730, 28.411727], [115.905611, 28.411967], [115.905434, 28.411906], [115.905682, 28.411466], [115.905528, 28.411426], [115.905530, 28.411200], [115.905164, 28.411138], [115.904618, 28.410799], [115.904211, 28.411208], [115.903220, 28.411609], [115.903022, 28.411362], [115.902592, 28.411168], [115.901740, 28.410981], [115.901972, 28.408366], [115.901893, 28.406712], [115.902085, 28.404294], [115.902621, 28.404322], [115.902642, 28.404210], [115.902903, 28.404235], [115.903050, 28.404178], [115.903070, 28.404237], [115.903338, 28.404221], [115.903329, 28.403683], [115.903939, 28.403622], [115.903769, 28.403289], [115.904259, 28.403113], [115.902962, 28.400386], [115.902825, 28.399660], [115.902731, 28.399420], [115.902522, 28.399531], [115.902415, 28.398855], [115.902494, 28.396367], [115.901257, 28.396280], [115.900943, 28.395539], [115.900843, 28.395497], [115.900297, 28.394598], [115.900077, 28.394584], [115.900006, 28.394270], [115.899465, 28.394254], [115.898459, 28.394370], [115.898334, 28.394198], [115.898084, 28.394090], [115.898183, 28.393576], [115.897909, 28.393591], [115.897863, 28.393431], [115.897743, 28.393395], [115.897592, 28.393103], [115.897290, 28.393021], [115.897249, 28.392735], [115.897815, 28.391900], [115.897784, 28.390589], [115.897929, 28.390591], [115.897952, 28.390463], [115.898555, 28.390358], [115.898826, 28.390084], [115.899005, 28.390017], [115.899017, 28.389869], [115.899375, 28.389763], [115.899792, 28.390497], [115.899903, 28.390468], [115.900347, 28.390748], [115.900625, 28.390800], [115.901083, 28.390715], [115.901387, 28.390490], [115.902052, 28.389735], [115.902799, 28.389771], [115.902791, 28.389416], [115.903025, 28.389496], [115.903113, 28.389655], [115.903412, 28.389835], [115.903625, 28.389719], [115.904080, 28.388820], [115.904103, 28.388775], [115.903713, 28.388722], [115.903771, 28.388526], [115.903406, 28.388236], [115.903770, 28.387491], [115.902701, 28.385134], [115.901076, 28.382396], [115.900498, 28.381371], [115.899393, 28.380444], [115.896086, 28.378693], [115.895841, 28.378632], [115.894545, 28.375702], [115.895394, 28.375472], [115.894288, 28.372535], [115.891191, 28.373507], [115.891093, 28.373211], [115.890799, 28.372934], [115.890809, 28.371914], [115.890627, 28.371584], [115.890479, 28.371566], [115.890442, 28.371500], [115.890556, 28.371304], [115.890116, 28.370675], [115.890322, 28.370512], [115.890342, 28.370365], [115.890215, 28.370166], [115.890065, 28.370215], [115.889695, 28.370113], [115.889660, 28.369882], [115.889326, 28.369863], [115.889310, 28.369650], [115.889051, 28.369549], [115.888962, 28.369203], [115.889346, 28.367890], [115.888868, 28.367442], [115.888553, 28.367407], [115.888221, 28.367158], [115.887777, 28.367056], [115.887406, 28.366837], [115.887351, 28.366804], [115.887212, 28.366722], [115.886598, 28.366750], [115.884234, 28.367424], [115.878750, 28.368752], [115.877093, 28.365631], [115.877095, 28.365467], [115.876966, 28.365367], [115.877963, 28.364108], [115.878355, 28.363917], [115.878507, 28.363506], [115.878287, 28.363307], [115.877685, 28.362250], [115.877651, 28.361970], [115.877504, 28.361821], [115.877386, 28.360685], [115.877800, 28.360146], [115.877691, 28.359899], [115.877525, 28.359848], [115.877357, 28.359912], [115.877265, 28.359797], [115.877397, 28.359683], [115.877296, 28.358662], [115.877416, 28.357824], [115.877681, 28.357349], [115.876999, 28.356847], [115.877318, 28.356521], [115.876672, 28.356187], [115.876358, 28.356227], [115.875109, 28.356538], [115.875177, 28.355337], [115.875012, 28.355254], [115.874885, 28.354891], [115.875207, 28.354351], [115.876823, 28.352356], [115.876807, 28.352125], [115.877049, 28.352061], [115.876656, 28.351289], [115.875985, 28.351563], [115.875712, 28.351101], [115.874814, 28.349960], [115.874128, 28.349873], [115.873570, 28.350049], [115.873348, 28.349949], [115.873272, 28.350212], [115.873046, 28.350424], [115.872470, 28.350601], [115.871989, 28.350466], [115.871567, 28.349953], [115.871349, 28.349474], [115.871336, 28.349030], [115.871036, 28.348021], [115.870400, 28.346447], [115.869815, 28.342707], [115.870112, 28.339633], [115.869587, 28.340041], [115.869300, 28.339367], [115.868416, 28.339697], [115.868467, 28.340284], [115.868097, 28.340349], [115.868156, 28.340114], [115.868083, 28.339980], [115.868006, 28.339977], [115.867448, 28.339958], [115.867630, 28.339758], [115.867034, 28.339746], [115.866872, 28.339862], [115.866446, 28.339859], [115.866396, 28.338331], [115.866610, 28.337754], [115.866616, 28.337259], [115.866487, 28.336847], [115.865966, 28.336885], [115.865709, 28.337043], [115.865238, 28.336880], [115.864982, 28.336895], [115.864798, 28.337288], [115.864977, 28.337382], [115.865228, 28.337786], [115.865902, 28.337926], [115.865958, 28.340123], [115.865563, 28.340134], [115.865549, 28.340022], [115.865407, 28.339993], [115.865330, 28.339754], [115.865110, 28.339739], [115.864862, 28.339262], [115.864942, 28.339151], [115.864833, 28.339052], [115.864675, 28.339037], [115.864475, 28.338588], [115.858954, 28.338648], [115.858925, 28.338594], [115.858896, 28.340345], [115.858950, 28.341246], [115.859264, 28.342444], [115.859867, 28.345944], [115.859945, 28.347810], [115.859643, 28.350196], [115.859235, 28.352222], [115.858991, 28.353074], [115.858219, 28.355158], [115.857306, 28.356939], [115.855846, 28.359232], [115.855203, 28.360685], [115.854506, 28.362149], [115.853901, 28.362982], [115.853465, 28.363804], [115.852732, 28.365374], [115.850936, 28.369724], [115.850349, 28.371631], [115.849184, 28.374942], [115.848717, 28.376020], [115.847979, 28.378414], [115.847127, 28.380585], [115.846300, 28.381757], [115.845105, 28.383154], [115.843003, 28.385173], [115.841448, 28.387172], [115.840980, 28.388014], [115.840428, 28.388704], [115.839894, 28.389467], [115.838785, 28.390709], [115.837818, 28.391697], [115.837271, 28.392102], [115.835691, 28.393033]]] } } - , - { "type": "Feature", "properties": { "NAME": "广福镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.891444, 28.310062], [115.891476, 28.309873], [115.891918, 28.309015], [115.891937, 28.308726], [115.890872, 28.306933], [115.890128, 28.306176], [115.889220, 28.305445], [115.888477, 28.302979], [115.888021, 28.301750], [115.887613, 28.301342], [115.887212, 28.300264], [115.886861, 28.298857], [115.885991, 28.296512], [115.885883, 28.295989], [115.885154, 28.293921], [115.884194, 28.290530], [115.884057, 28.290271], [115.883704, 28.290287], [115.881793, 28.290345], [115.880603, 28.290264], [115.878213, 28.289916], [115.876694, 28.289979], [115.875100, 28.290310], [115.875005, 28.290431], [115.874783, 28.291440], [115.874540, 28.293833], [115.874389, 28.294659], [115.873981, 28.296054], [115.873611, 28.297030], [115.872255, 28.299665], [115.871250, 28.301129], [115.869626, 28.303784], [115.867518, 28.306239], [115.865477, 28.308349], [115.862214, 28.312061], [115.858624, 28.315611], [115.857874, 28.316177], [115.857072, 28.316967], [115.856688, 28.317378], [115.856674, 28.317806], [115.857124, 28.318930], [115.857531, 28.320368], [115.858040, 28.323314], [115.859182, 28.327015], [115.859283, 28.327722], [115.859275, 28.328644], [115.859178, 28.329068], [115.858608, 28.332894], [115.858771, 28.334706], [115.858925, 28.338594], [115.858954, 28.338648], [115.864475, 28.338588], [115.864675, 28.339037], [115.864833, 28.339052], [115.864942, 28.339151], [115.864862, 28.339262], [115.865110, 28.339739], [115.865330, 28.339754], [115.865407, 28.339993], [115.865549, 28.340022], [115.865563, 28.340134], [115.865958, 28.340123], [115.865902, 28.337926], [115.865228, 28.337786], [115.864977, 28.337382], [115.864798, 28.337288], [115.864982, 28.336895], [115.865238, 28.336880], [115.865709, 28.337043], [115.865966, 28.336885], [115.866487, 28.336847], [115.866616, 28.337259], [115.866610, 28.337754], [115.866396, 28.338331], [115.866446, 28.339859], [115.866872, 28.339862], [115.867034, 28.339746], [115.867630, 28.339758], [115.867448, 28.339958], [115.868006, 28.339977], [115.868083, 28.339980], [115.868156, 28.340114], [115.868097, 28.340349], [115.868467, 28.340284], [115.868416, 28.339697], [115.869300, 28.339367], [115.869587, 28.340041], [115.870112, 28.339633], [115.869815, 28.342707], [115.870400, 28.346447], [115.871036, 28.348021], [115.871336, 28.349030], [115.871349, 28.349474], [115.871567, 28.349953], [115.871989, 28.350466], [115.872470, 28.350601], [115.873046, 28.350424], [115.873272, 28.350212], [115.873348, 28.349949], [115.873570, 28.350049], [115.874128, 28.349873], [115.874814, 28.349960], [115.875712, 28.351101], [115.875985, 28.351563], [115.876656, 28.351289], [115.877049, 28.352061], [115.876807, 28.352125], [115.876823, 28.352356], [115.875207, 28.354351], [115.874885, 28.354891], [115.875012, 28.355254], [115.875177, 28.355337], [115.875109, 28.356538], [115.876358, 28.356227], [115.876672, 28.356187], [115.877318, 28.356521], [115.876999, 28.356847], [115.877681, 28.357349], [115.877416, 28.357824], [115.877296, 28.358662], [115.877397, 28.359683], [115.877265, 28.359797], [115.877357, 28.359912], [115.877525, 28.359848], [115.877691, 28.359899], [115.877800, 28.360146], [115.877386, 28.360685], [115.877504, 28.361821], [115.877651, 28.361970], [115.877685, 28.362250], [115.878287, 28.363307], [115.878507, 28.363506], [115.878355, 28.363917], [115.877963, 28.364108], [115.876966, 28.365367], [115.877095, 28.365467], [115.877093, 28.365631], [115.878750, 28.368752], [115.884234, 28.367424], [115.886598, 28.366750], [115.887212, 28.366722], [115.887351, 28.366804], [115.887406, 28.366837], [115.887777, 28.367056], [115.888221, 28.367158], [115.888553, 28.367407], [115.888868, 28.367442], [115.889346, 28.367890], [115.888962, 28.369203], [115.889051, 28.369549], [115.889310, 28.369650], [115.889326, 28.369863], [115.889660, 28.369882], [115.889695, 28.370113], [115.890065, 28.370215], [115.890215, 28.370166], [115.890342, 28.370365], [115.890322, 28.370512], [115.890116, 28.370675], [115.890556, 28.371304], [115.890442, 28.371500], [115.890479, 28.371566], [115.890627, 28.371584], [115.890809, 28.371914], [115.890799, 28.372934], [115.891093, 28.373211], [115.891191, 28.373507], [115.894288, 28.372535], [115.895394, 28.375472], [115.894545, 28.375702], [115.895841, 28.378632], [115.896086, 28.378693], [115.899393, 28.380444], [115.900498, 28.381371], [115.901076, 28.382396], [115.902701, 28.385134], [115.903770, 28.387491], [115.903406, 28.388236], [115.903771, 28.388526], [115.903713, 28.388722], [115.904103, 28.388775], [115.904080, 28.388820], [115.904195, 28.388847], [115.904475, 28.389240], [115.904616, 28.389290], [115.905685, 28.389492], [115.907068, 28.389887], [115.908048, 28.390008], [115.908978, 28.390224], [115.913740, 28.387181], [115.914612, 28.386557], [115.915042, 28.386147], [115.916092, 28.385561], [115.916603, 28.385310], [115.916678, 28.385385], [115.916856, 28.385365], [115.921527, 28.383175], [115.921733, 28.382973], [115.922006, 28.382843], [115.922169, 28.382844], [115.924646, 28.381629], [115.926327, 28.380675], [115.926490, 28.380665], [115.927281, 28.380240], [115.927444, 28.380265], [115.928602, 28.379836], [115.928904, 28.379471], [115.929069, 28.379559], [115.929134, 28.379465], [115.929668, 28.379310], [115.930175, 28.379236], [115.931094, 28.379279], [115.932295, 28.379601], [115.933036, 28.379902], [115.933222, 28.379834], [115.934023, 28.379902], [115.934375, 28.379685], [115.934521, 28.379414], [115.934558, 28.379124], [115.934301, 28.378117], [115.934820, 28.377475], [115.934959, 28.377434], [115.935868, 28.376339], [115.936366, 28.375853], [115.936723, 28.378421], [115.937230, 28.378475], [115.937229, 28.378529], [115.937751, 28.378425], [115.938449, 28.378462], [115.938451, 28.378900], [115.938281, 28.379534], [115.938333, 28.379824], [115.938586, 28.379827], [115.938562, 28.379500], [115.938914, 28.379422], [115.939246, 28.379451], [115.939344, 28.379546], [115.939361, 28.379913], [115.939619, 28.379945], [115.940056, 28.380268], [115.939983, 28.380630], [115.940964, 28.380123], [115.941707, 28.379880], [115.943409, 28.378861], [115.943986, 28.378627], [115.944576, 28.378275], [115.945672, 28.376941], [115.946025, 28.376762], [115.946048, 28.376586], [115.946661, 28.376193], [115.946309, 28.375214], [115.946357, 28.374927], [115.946677, 28.374542], [115.946982, 28.374405], [115.947625, 28.373511], [115.948340, 28.373100], [115.950093, 28.372599], [115.950594, 28.372146], [115.950630, 28.371957], [115.951127, 28.371832], [115.951508, 28.373260], [115.951698, 28.373461], [115.951662, 28.373640], [115.951989, 28.374809], [115.953437, 28.374414], [115.954363, 28.374563], [115.954745, 28.374746], [115.955745, 28.376264], [115.955842, 28.376813], [115.956240, 28.377553], [115.956379, 28.378386], [115.956773, 28.378449], [115.957343, 28.379082], [115.958188, 28.379429], [115.958882, 28.379974], [115.959253, 28.380117], [115.959830, 28.379964], [115.960115, 28.379727], [115.961055, 28.379368], [115.961236, 28.379340], [115.961550, 28.379483], [115.961730, 28.379475], [115.961842, 28.379666], [115.962572, 28.379456], [115.962625, 28.379441], [115.962406, 28.378862], [115.961913, 28.377756], [115.961260, 28.376835], [115.959718, 28.375575], [115.957344, 28.373232], [115.956446, 28.371868], [115.955840, 28.370093], [115.955828, 28.369504], [115.955807, 28.368484], [115.955450, 28.365772], [115.955913, 28.362518], [115.957239, 28.359314], [115.957733, 28.356943], [115.955403, 28.353529], [115.953606, 28.350898], [115.949046, 28.344267], [115.948835, 28.342772], [115.949596, 28.339893], [115.950509, 28.338707], [115.950804, 28.336491], [115.950398, 28.335789], [115.949818, 28.334817], [115.946398, 28.330270], [115.946034, 28.328534], [115.945898, 28.327883], [115.944484, 28.324385], [115.941207, 28.321304], [115.938579, 28.318613], [115.936469, 28.316318], [115.935232, 28.315321], [115.931593, 28.313985], [115.929471, 28.312459], [115.929068, 28.311640], [115.927425, 28.313169], [115.926878, 28.313916], [115.926742, 28.314346], [115.926749, 28.314562], [115.926834, 28.314856], [115.927258, 28.315434], [115.927271, 28.316066], [115.927139, 28.316369], [115.926636, 28.316792], [115.925887, 28.316955], [115.924310, 28.317107], [115.922268, 28.317117], [115.920109, 28.317353], [115.916860, 28.316729], [115.915947, 28.316407], [115.915649, 28.316192], [115.915181, 28.314908], [115.914876, 28.313384], [115.914590, 28.312874], [115.914033, 28.312333], [115.913137, 28.311926], [115.912398, 28.311438], [115.912256, 28.311222], [115.912187, 28.310807], [115.912242, 28.310217], [115.912345, 28.309896], [115.912521, 28.309607], [115.912755, 28.309408], [115.913622, 28.309116], [115.914768, 28.309051], [115.915959, 28.309087], [115.916559, 28.308985], [115.917243, 28.308326], [115.917311, 28.308080], [115.917279, 28.307450], [115.917191, 28.307332], [115.916819, 28.307269], [115.915630, 28.307280], [115.915025, 28.307203], [115.914671, 28.307106], [115.913984, 28.306690], [115.913255, 28.306051], [115.912335, 28.305420], [115.912069, 28.305222], [115.911657, 28.305083], [115.908397, 28.305184], [115.907320, 28.305499], [115.906706, 28.305791], [115.906409, 28.306029], [115.905845, 28.306869], [115.905537, 28.309068], [115.904901, 28.311116], [115.904799, 28.311701], [115.904688, 28.312642], [115.904733, 28.315215], [115.904683, 28.315809], [115.904429, 28.317049], [115.904269, 28.317470], [115.904168, 28.317690], [115.902996, 28.318843], [115.901969, 28.319582], [115.901793, 28.319684], [115.901333, 28.319773], [115.900870, 28.319677], [115.899494, 28.318562], [115.899094, 28.318165], [115.898981, 28.317960], [115.898801, 28.317366], [115.898763, 28.316955], [115.898983, 28.316132], [115.899040, 28.315314], [115.899062, 28.314707], [115.898994, 28.314136], [115.898724, 28.313400], [115.898457, 28.312875], [115.897748, 28.312155], [115.897083, 28.311791], [115.892449, 28.310563], [115.891541, 28.310191], [115.891444, 28.310062]]] } } - , - { "type": "Feature", "properties": { "NAME": "昌东镇(南昌高新开发区)" }, "geometry": { "type": "Polygon", "coordinates": [[[116.030972, 28.646012], [116.028390, 28.644507], [116.027060, 28.643906], [116.024795, 28.643191], [116.023339, 28.642984], [116.022262, 28.642629], [116.022027, 28.642969], [116.021302, 28.643604], [116.019496, 28.644268], [116.016915, 28.644996], [116.016110, 28.645300], [116.014653, 28.647410], [116.012201, 28.650536], [116.011007, 28.651562], [116.009348, 28.652530], [116.008572, 28.653144], [116.006339, 28.655475], [116.005278, 28.656803], [116.004696, 28.657942], [116.004140, 28.659395], [116.003130, 28.661203], [116.001426, 28.663654], [116.001681, 28.664705], [116.001422, 28.664888], [116.000435, 28.665112], [115.999454, 28.665584], [115.998965, 28.665444], [115.997204, 28.665674], [115.996813, 28.665283], [115.996749, 28.665045], [115.996613, 28.664934], [115.996288, 28.665029], [115.995990, 28.665303], [115.995633, 28.665379], [115.994994, 28.665505], [115.995184, 28.665226], [115.994974, 28.665045], [115.995105, 28.664885], [115.994823, 28.664349], [115.994541, 28.664266], [115.993558, 28.664467], [115.993179, 28.664613], [115.992671, 28.664619], [115.991979, 28.664798], [115.991406, 28.664810], [115.991355, 28.664971], [115.991451, 28.665197], [115.991402, 28.665615], [115.991631, 28.666021], [115.991492, 28.666254], [115.991226, 28.666343], [115.990934, 28.666583], [115.991239, 28.666718], [115.991299, 28.666846], [115.991475, 28.666801], [115.991727, 28.666987], [115.991685, 28.667420], [115.991792, 28.667605], [115.991985, 28.668760], [115.992180, 28.669152], [115.992249, 28.669855], [115.992414, 28.670245], [115.992475, 28.670644], [115.992480, 28.670675], [115.992609, 28.671518], [115.992809, 28.672327], [115.993003, 28.673728], [115.993156, 28.674111], [115.993191, 28.674336], [115.993468, 28.674669], [115.993953, 28.675640], [115.994401, 28.676262], [115.994442, 28.676461], [115.994362, 28.676801], [115.994680, 28.677721], [115.994687, 28.678006], [115.994717, 28.678237], [115.995082, 28.679020], [115.995491, 28.679185], [115.995871, 28.679173], [115.995988, 28.679235], [115.996184, 28.679555], [115.996432, 28.679727], [115.996534, 28.679859], [115.996599, 28.680630], [115.996704, 28.680860], [115.997225, 28.681397], [115.997358, 28.681724], [115.997890, 28.682327], [115.998367, 28.682731], [115.998887, 28.682926], [115.999097, 28.683217], [115.999115, 28.683585], [115.999202, 28.683822], [115.999305, 28.684101], [115.999625, 28.684331], [115.999948, 28.684546], [116.000344, 28.684590], [116.000661, 28.684800], [116.000675, 28.684916], [116.000562, 28.685028], [116.000079, 28.685088], [116.000556, 28.686561], [116.000856, 28.687486], [116.002087, 28.691288], [116.002309, 28.691973], [116.002781, 28.693155], [116.002433, 28.693520], [116.002437, 28.694073], [116.002982, 28.695494], [116.003232, 28.695723], [116.003892, 28.695978], [116.004044, 28.696183], [116.004460, 28.696380], [116.005458, 28.697046], [116.006526, 28.697463], [116.006953, 28.697932], [116.008658, 28.699122], [116.009423, 28.699926], [116.009604, 28.700342], [116.010362, 28.700153], [116.011041, 28.700305], [116.011468, 28.700669], [116.011544, 28.701077], [116.010953, 28.701575], [116.010942, 28.701881], [116.011065, 28.702077], [116.011380, 28.702164], [116.012246, 28.701863], [116.012649, 28.701895], [116.013079, 28.701725], [116.013086, 28.701589], [116.012580, 28.700917], [116.011925, 28.700429], [116.012178, 28.700277], [116.013024, 28.700211], [116.013242, 28.700382], [116.013611, 28.701030], [116.013793, 28.701730], [116.013662, 28.702104], [116.013195, 28.702481], [116.012512, 28.702582], [116.011950, 28.703117], [116.011431, 28.703434], [116.010535, 28.703497], [116.009738, 28.704075], [116.007687, 28.704118], [116.007528, 28.704230], [116.007469, 28.704516], [116.007794, 28.707536], [116.008233, 28.707988], [116.009331, 28.709483], [116.010015, 28.710413], [116.010243, 28.710881], [116.011252, 28.714328], [116.011407, 28.714616], [116.012079, 28.715314], [116.013383, 28.716667], [116.015754, 28.718468], [116.016710, 28.719067], [116.017537, 28.719382], [116.018018, 28.719878], [116.018303, 28.720181], [116.019181, 28.720493], [116.019428, 28.720674], [116.020064, 28.720727], [116.020272, 28.720859], [116.020556, 28.721268], [116.020664, 28.721322], [116.021033, 28.721346], [116.022411, 28.721760], [116.023029, 28.721664], [116.023409, 28.721736], [116.023604, 28.721936], [116.024259, 28.723150], [116.024455, 28.723899], [116.024412, 28.724033], [116.022495, 28.724024], [116.022087, 28.723898], [116.021502, 28.723441], [116.020976, 28.723305], [116.020406, 28.723000], [116.019748, 28.722985], [116.019424, 28.723292], [116.019292, 28.723708], [116.019105, 28.723910], [116.018670, 28.723918], [116.018551, 28.724042], [116.018733, 28.724974], [116.018673, 28.725551], [116.018695, 28.727168], [116.030695, 28.732608], [116.033262, 28.734583], [116.034794, 28.735760], [116.035176, 28.736293], [116.041082, 28.744536], [116.043726, 28.746714], [116.044828, 28.747621], [116.047558, 28.748958], [116.052387, 28.751323], [116.057140, 28.754997], [116.060761, 28.756045], [116.064055, 28.756655], [116.067557, 28.758321], [116.070106, 28.759534], [116.071516, 28.760205], [116.081083, 28.764644], [116.092413, 28.769803], [116.095973, 28.771422], [116.100869, 28.773648], [116.102142, 28.774228], [116.110496, 28.775414], [116.115002, 28.777084], [116.117150, 28.777880], [116.121653, 28.779547], [116.127557, 28.782802], [116.132298, 28.785415], [116.138014, 28.790384], [116.141585, 28.796212], [116.146321, 28.800303], [116.149071, 28.805981], [116.150123, 28.806726], [116.152995, 28.808758], [116.158247, 28.809944], [116.169266, 28.809557], [116.191510, 28.803406], [116.204058, 28.803720], [116.215775, 28.803262], [116.215753, 28.800841], [116.214972, 28.798953], [116.215144, 28.797227], [116.216794, 28.791689], [116.216740, 28.791040], [116.217577, 28.790710], [116.217606, 28.789552], [116.216246, 28.789741], [116.215744, 28.789811], [116.214059, 28.789223], [116.212893, 28.788223], [116.212335, 28.787557], [116.211354, 28.786889], [116.210419, 28.786388], [116.208822, 28.786588], [116.207456, 28.787328], [116.205221, 28.789052], [116.202116, 28.791301], [116.201855, 28.790941], [116.201543, 28.791087], [116.201849, 28.791744], [116.201583, 28.792081], [116.200669, 28.792733], [116.199996, 28.793026], [116.198990, 28.793085], [116.198876, 28.792450], [116.198349, 28.792490], [116.197704, 28.792234], [116.195789, 28.791266], [116.194414, 28.790186], [116.193268, 28.789446], [116.192025, 28.788947], [116.189673, 28.788302], [116.189178, 28.788231], [116.188845, 28.788183], [116.188339, 28.787099], [116.188062, 28.786697], [116.187361, 28.786016], [116.187833, 28.785511], [116.187388, 28.784407], [116.186442, 28.784827], [116.186278, 28.784680], [116.186288, 28.784487], [116.186428, 28.784434], [116.186416, 28.783724], [116.186897, 28.783675], [116.186779, 28.783310], [116.187216, 28.783098], [116.187343, 28.782457], [116.186593, 28.782239], [116.185895, 28.781680], [116.185444, 28.780479], [116.184595, 28.779640], [116.183958, 28.778360], [116.187112, 28.772486], [116.187691, 28.770741], [116.186483, 28.770308], [116.186010, 28.768772], [116.185828, 28.766274], [116.186082, 28.764669], [116.186783, 28.763119], [116.184878, 28.762414], [116.184249, 28.762656], [116.184021, 28.762619], [116.183487, 28.762112], [116.182995, 28.762492], [116.183229, 28.762709], [116.182967, 28.762903], [116.182554, 28.762512], [116.182340, 28.762842], [116.182731, 28.762895], [116.182900, 28.763075], [116.182916, 28.763176], [116.182507, 28.763248], [116.182637, 28.763989], [116.183150, 28.765072], [116.179724, 28.765959], [116.178795, 28.766055], [116.178237, 28.765012], [116.178087, 28.763890], [116.177715, 28.763332], [116.177148, 28.763530], [116.176723, 28.762848], [116.176398, 28.762060], [116.175830, 28.761203], [116.175511, 28.761402], [116.174770, 28.760618], [116.173622, 28.759792], [116.171769, 28.759324], [116.170432, 28.759438], [116.167843, 28.760448], [116.167300, 28.760425], [116.164276, 28.761425], [116.163573, 28.761542], [116.163009, 28.761359], [116.161446, 28.761393], [116.159997, 28.761071], [116.158598, 28.760760], [116.156606, 28.760691], [116.156065, 28.760388], [116.155365, 28.760165], [116.155346, 28.759967], [116.156024, 28.759927], [116.155462, 28.759385], [116.155351, 28.759084], [116.155058, 28.758922], [116.154762, 28.759081], [116.153005, 28.757912], [116.153280, 28.757493], [116.153215, 28.757133], [116.152451, 28.756469], [116.152002, 28.755886], [116.152732, 28.753026], [116.150346, 28.752570], [116.148840, 28.752062], [116.147079, 28.752110], [116.146644, 28.751329], [116.146012, 28.751716], [116.145069, 28.751711], [116.140921, 28.751190], [116.140043, 28.750853], [116.139798, 28.749962], [116.137907, 28.750397], [116.136764, 28.751782], [116.133551, 28.752210], [116.132272, 28.753148], [116.128491, 28.753684], [116.127359, 28.753678], [116.125844, 28.754115], [116.124265, 28.754773], [116.124244, 28.754684], [116.124143, 28.754272], [116.123138, 28.754100], [116.121688, 28.754314], [116.121503, 28.753813], [116.120249, 28.753194], [116.119745, 28.753302], [116.118801, 28.753186], [116.117159, 28.753843], [116.115942, 28.755650], [116.115608, 28.757147], [116.116056, 28.758487], [116.115541, 28.758711], [116.115662, 28.759500], [116.114636, 28.760226], [116.114065, 28.759885], [116.113117, 28.758922], [116.112171, 28.757734], [116.111419, 28.756098], [116.111371, 28.754296], [116.111571, 28.753172], [116.112674, 28.750928], [116.114030, 28.748831], [116.115450, 28.746757], [116.117374, 28.745249], [116.119872, 28.743800], [116.121254, 28.741280], [116.121361, 28.741085], [116.120810, 28.738268], [116.120256, 28.735902], [116.120201, 28.734945], [116.119778, 28.732050], [116.118892, 28.731313], [116.118968, 28.729907], [116.119742, 28.728786], [116.121594, 28.728233], [116.121801, 28.726377], [116.121419, 28.726262], [116.120892, 28.724291], [116.119287, 28.724877], [116.117209, 28.725120], [116.117241, 28.724586], [116.116822, 28.723946], [116.116316, 28.724031], [116.116261, 28.725178], [116.116350, 28.726438], [116.115967, 28.728052], [116.114364, 28.727732], [116.113829, 28.729044], [116.113668, 28.728987], [116.113391, 28.728690], [116.112627, 28.728279], [116.112204, 28.728149], [116.111248, 28.728024], [116.111049, 28.728078], [116.110336, 28.728010], [116.109703, 28.728102], [116.109054, 28.728066], [116.109114, 28.728306], [116.108940, 28.728711], [116.108850, 28.728631], [116.107975, 28.728585], [116.107415, 28.728383], [116.107546, 28.727867], [116.107257, 28.727881], [116.107233, 28.727459], [116.106076, 28.727642], [116.105849, 28.726709], [116.105309, 28.725355], [116.105392, 28.725140], [116.104650, 28.723240], [116.104652, 28.722977], [116.104536, 28.722769], [116.107334, 28.721763], [116.113260, 28.718034], [116.115806, 28.717579], [116.115882, 28.716904], [116.113584, 28.717392], [116.110100, 28.717120], [116.109786, 28.717328], [116.105712, 28.716934], [116.105521, 28.717100], [116.104575, 28.716876], [116.102377, 28.716845], [116.101230, 28.716704], [116.100211, 28.716186], [116.098064, 28.716549], [116.095573, 28.717184], [116.094356, 28.717331], [116.093093, 28.717483], [116.090612, 28.716497], [116.087978, 28.716349], [116.085037, 28.717619], [116.082091, 28.719534], [116.081212, 28.719592], [116.079169, 28.718543], [116.077337, 28.718658], [116.075073, 28.717800], [116.074797, 28.715796], [116.075544, 28.714123], [116.075043, 28.712763], [116.076334, 28.710215], [116.075073, 28.709018], [116.073132, 28.708706], [116.073363, 28.707917], [116.073418, 28.705974], [116.072683, 28.704452], [116.070682, 28.703647], [116.069939, 28.702921], [116.069108, 28.702890], [116.068758, 28.702395], [116.068419, 28.700179], [116.068150, 28.699963], [116.067789, 28.699916], [116.066685, 28.698990], [116.066331, 28.698901], [116.066222, 28.698630], [116.066280, 28.698294], [116.066513, 28.697959], [116.066587, 28.697412], [116.067148, 28.696097], [116.066948, 28.695844], [116.066904, 28.695388], [116.067394, 28.693382], [116.067272, 28.692988], [116.066789, 28.692635], [116.066486, 28.692302], [116.066523, 28.690500], [116.066965, 28.689288], [116.067933, 28.688301], [116.068339, 28.688004], [116.068577, 28.686108], [116.068251, 28.685910], [116.068198, 28.685799], [116.068450, 28.685557], [116.068135, 28.682931], [116.067678, 28.682805], [116.067350, 28.682544], [116.066935, 28.682214], [116.065973, 28.680932], [116.066174, 28.680200], [116.065974, 28.679255], [116.065385, 28.678516], [116.064442, 28.678232], [116.064250, 28.677961], [116.064069, 28.676318], [116.063872, 28.675887], [116.061951, 28.676011], [116.061636, 28.676205], [116.061480, 28.676571], [116.061780, 28.677983], [116.061423, 28.678225], [116.061131, 28.678234], [116.060595, 28.677513], [116.059739, 28.677646], [116.059581, 28.677425], [116.059296, 28.676474], [116.059005, 28.676299], [116.058698, 28.675733], [116.058617, 28.675420], [116.057966, 28.675090], [116.057697, 28.674861], [116.057249, 28.675157], [116.056361, 28.675578], [116.056068, 28.675600], [116.055319, 28.675483], [116.053138, 28.675923], [116.052900, 28.675900], [116.052944, 28.675594], [116.052678, 28.675071], [116.052205, 28.675036], [116.052056, 28.675329], [116.051772, 28.675246], [116.051608, 28.674938], [116.051800, 28.674413], [116.051427, 28.674141], [116.050905, 28.674173], [116.050541, 28.674427], [116.049493, 28.675679], [116.049266, 28.675487], [116.049178, 28.675155], [116.048909, 28.674862], [116.049441, 28.673795], [116.049280, 28.673054], [116.049138, 28.672593], [116.048467, 28.672254], [116.048048, 28.671612], [116.047838, 28.670197], [116.047840, 28.669239], [116.047719, 28.668741], [116.047876, 28.667613], [116.048676, 28.666058], [116.049065, 28.666049], [116.049369, 28.665851], [116.049464, 28.665790], [116.050658, 28.662188], [116.051081, 28.661492], [116.051011, 28.660768], [116.051099, 28.660242], [116.050915, 28.659905], [116.050842, 28.659469], [116.050973, 28.658772], [116.050740, 28.658402], [116.050605, 28.657955], [116.050376, 28.657898], [116.050241, 28.656660], [116.049804, 28.656527], [116.049618, 28.656348], [116.049912, 28.655399], [116.050239, 28.655383], [116.050184, 28.655236], [116.049963, 28.655087], [116.049352, 28.654873], [116.048850, 28.654991], [116.048037, 28.654849], [116.047268, 28.654505], [116.047473, 28.653423], [116.047074, 28.652917], [116.047062, 28.652722], [116.047336, 28.652350], [116.047459, 28.651837], [116.047685, 28.651409], [116.047675, 28.651047], [116.047794, 28.650969], [116.047823, 28.650779], [116.047783, 28.650576], [116.047341, 28.650291], [116.047585, 28.649411], [116.047900, 28.648622], [116.047899, 28.647918], [116.047823, 28.647819], [116.047862, 28.647452], [116.047072, 28.646997], [116.046328, 28.646762], [116.046204, 28.646803], [116.046021, 28.646666], [116.045211, 28.646606], [116.045152, 28.646548], [116.044862, 28.646540], [116.044690, 28.646617], [116.044445, 28.646504], [116.040774, 28.646531], [116.040623, 28.650685], [116.041261, 28.658558], [116.039922, 28.657559], [116.037891, 28.655784], [116.035681, 28.653702], [116.033920, 28.651745], [116.033161, 28.650586], [116.032647, 28.649518], [116.032096, 28.647593], [116.031646, 28.646496], [116.030972, 28.646012]]] } } - , - { "type": "Feature", "properties": { "NAME": "麻丘镇(南昌高新开发区)" }, "geometry": { "type": "Polygon", "coordinates": [[[116.056640, 28.590764], [116.053997, 28.590178], [116.050131, 28.589564], [116.046774, 28.589212], [116.042758, 28.588916], [116.037863, 28.588834], [116.030943, 28.588986], [116.029651, 28.589061], [116.026837, 28.589256], [116.021518, 28.589887], [116.018040, 28.590895], [116.017316, 28.591443], [116.017339, 28.592110], [116.017001, 28.592826], [116.017818, 28.593526], [116.019481, 28.594513], [116.020045, 28.594927], [116.020631, 28.595484], [116.022529, 28.596552], [116.023715, 28.597503], [116.025242, 28.598399], [116.027849, 28.600428], [116.029659, 28.601233], [116.036837, 28.602589], [116.037291, 28.603380], [116.037430, 28.603793], [116.037437, 28.605039], [116.037512, 28.605598], [116.037636, 28.606860], [116.037599, 28.607540], [116.037956, 28.609579], [116.038162, 28.610377], [116.038624, 28.610656], [116.039527, 28.611372], [116.039842, 28.612156], [116.040277, 28.612433], [116.041666, 28.612795], [116.042592, 28.613324], [116.042980, 28.613387], [116.044325, 28.613269], [116.044706, 28.613840], [116.044869, 28.614998], [116.044949, 28.615157], [116.045235, 28.615298], [116.045631, 28.615666], [116.046185, 28.615909], [116.046669, 28.616898], [116.046840, 28.617677], [116.047302, 28.618440], [116.047932, 28.619111], [116.048092, 28.619492], [116.048062, 28.620215], [116.048413, 28.622176], [116.048551, 28.622623], [116.049153, 28.622743], [116.049394, 28.623214], [116.049683, 28.623505], [116.050596, 28.623572], [116.050788, 28.623687], [116.051404, 28.624881], [116.051381, 28.625333], [116.050616, 28.628194], [116.050684, 28.628508], [116.051511, 28.629890], [116.051892, 28.630253], [116.051955, 28.630403], [116.051309, 28.630806], [116.050821, 28.631541], [116.049756, 28.633498], [116.049055, 28.634584], [116.047698, 28.635204], [116.047297, 28.635175], [116.046957, 28.635298], [116.042604, 28.638224], [116.042272, 28.638533], [116.041933, 28.639302], [116.041187, 28.640488], [116.040912, 28.641140], [116.040854, 28.645483], [116.040774, 28.646531], [116.044445, 28.646504], [116.044690, 28.646617], [116.044862, 28.646540], [116.045152, 28.646548], [116.045211, 28.646606], [116.046021, 28.646666], [116.046204, 28.646803], [116.046328, 28.646762], [116.047072, 28.646997], [116.047862, 28.647452], [116.047823, 28.647819], [116.047899, 28.647918], [116.047900, 28.648622], [116.047585, 28.649411], [116.047341, 28.650291], [116.047783, 28.650576], [116.047823, 28.650779], [116.047794, 28.650969], [116.047675, 28.651047], [116.047685, 28.651409], [116.047459, 28.651837], [116.047336, 28.652350], [116.047062, 28.652722], [116.047074, 28.652917], [116.047473, 28.653423], [116.047268, 28.654505], [116.048037, 28.654849], [116.048850, 28.654991], [116.049352, 28.654873], [116.049963, 28.655087], [116.050184, 28.655236], [116.050239, 28.655383], [116.049912, 28.655399], [116.049618, 28.656348], [116.049804, 28.656527], [116.050241, 28.656660], [116.050376, 28.657898], [116.050605, 28.657955], [116.050740, 28.658402], [116.050973, 28.658772], [116.050842, 28.659469], [116.050915, 28.659905], [116.051099, 28.660242], [116.051011, 28.660768], [116.051081, 28.661492], [116.050658, 28.662188], [116.049464, 28.665790], [116.049369, 28.665851], [116.049065, 28.666049], [116.048676, 28.666058], [116.047876, 28.667613], [116.047719, 28.668741], [116.047840, 28.669239], [116.047838, 28.670197], [116.048048, 28.671612], [116.048467, 28.672254], [116.049138, 28.672593], [116.049280, 28.673054], [116.049441, 28.673795], [116.048909, 28.674862], [116.049178, 28.675155], [116.049266, 28.675487], [116.049493, 28.675679], [116.050541, 28.674427], [116.050905, 28.674173], [116.051427, 28.674141], [116.051800, 28.674413], [116.051608, 28.674938], [116.051772, 28.675246], [116.052056, 28.675329], [116.052205, 28.675036], [116.052678, 28.675071], [116.052944, 28.675594], [116.052900, 28.675900], [116.053138, 28.675923], [116.055319, 28.675483], [116.056068, 28.675600], [116.056361, 28.675578], [116.057249, 28.675157], [116.057697, 28.674861], [116.057966, 28.675090], [116.058617, 28.675420], [116.058698, 28.675733], [116.059005, 28.676299], [116.059296, 28.676474], [116.059581, 28.677425], [116.059739, 28.677646], [116.060595, 28.677513], [116.061131, 28.678234], [116.061423, 28.678225], [116.061780, 28.677983], [116.061480, 28.676571], [116.061636, 28.676205], [116.061951, 28.676011], [116.063872, 28.675887], [116.064069, 28.676318], [116.064250, 28.677961], [116.064442, 28.678232], [116.065385, 28.678516], [116.065974, 28.679255], [116.066174, 28.680200], [116.065973, 28.680932], [116.066935, 28.682214], [116.067350, 28.682544], [116.067678, 28.682805], [116.068135, 28.682931], [116.068450, 28.685557], [116.068198, 28.685799], [116.068251, 28.685910], [116.068577, 28.686108], [116.068339, 28.688004], [116.067933, 28.688301], [116.066965, 28.689288], [116.066523, 28.690500], [116.066486, 28.692302], [116.066789, 28.692635], [116.067272, 28.692988], [116.067394, 28.693382], [116.066904, 28.695388], [116.066948, 28.695844], [116.067148, 28.696097], [116.066587, 28.697412], [116.066513, 28.697959], [116.066280, 28.698294], [116.066222, 28.698630], [116.066331, 28.698901], [116.066685, 28.698990], [116.067789, 28.699916], [116.068150, 28.699963], [116.068419, 28.700179], [116.068758, 28.702395], [116.069108, 28.702890], [116.069939, 28.702921], [116.070682, 28.703647], [116.072683, 28.704452], [116.073418, 28.705974], [116.073363, 28.707917], [116.073132, 28.708706], [116.075073, 28.709018], [116.076334, 28.710215], [116.075043, 28.712763], [116.075544, 28.714123], [116.074797, 28.715796], [116.075073, 28.717800], [116.077337, 28.718658], [116.079169, 28.718543], [116.081212, 28.719592], [116.082091, 28.719534], [116.085037, 28.717619], [116.087978, 28.716349], [116.090612, 28.716497], [116.093093, 28.717483], [116.094356, 28.717331], [116.095573, 28.717184], [116.098064, 28.716549], [116.100211, 28.716186], [116.101230, 28.716704], [116.102377, 28.716845], [116.104575, 28.716876], [116.105521, 28.717100], [116.105712, 28.716934], [116.109786, 28.717328], [116.110100, 28.717120], [116.113584, 28.717392], [116.115882, 28.716904], [116.115806, 28.717579], [116.113260, 28.718034], [116.107334, 28.721763], [116.104536, 28.722769], [116.104652, 28.722977], [116.104650, 28.723240], [116.105392, 28.725140], [116.105309, 28.725355], [116.105849, 28.726709], [116.106076, 28.727642], [116.107233, 28.727459], [116.107257, 28.727881], [116.107546, 28.727867], [116.107415, 28.728383], [116.107975, 28.728585], [116.108850, 28.728631], [116.108940, 28.728711], [116.109114, 28.728306], [116.109054, 28.728066], [116.109703, 28.728102], [116.110336, 28.728010], [116.111049, 28.728078], [116.111248, 28.728024], [116.112204, 28.728149], [116.112627, 28.728279], [116.113391, 28.728690], [116.113668, 28.728987], [116.113829, 28.729044], [116.114364, 28.727732], [116.115967, 28.728052], [116.116350, 28.726438], [116.116261, 28.725178], [116.116316, 28.724031], [116.116822, 28.723946], [116.117241, 28.724586], [116.117209, 28.725120], [116.119287, 28.724877], [116.120892, 28.724291], [116.120115, 28.722237], [116.121591, 28.721515], [116.122162, 28.721235], [116.120085, 28.718128], [116.119911, 28.716045], [116.120496, 28.714698], [116.121848, 28.712905], [116.121882, 28.712228], [116.121925, 28.711330], [116.121113, 28.709366], [116.119468, 28.707950], [116.117822, 28.706703], [116.116051, 28.705173], [116.115171, 28.703704], [116.114738, 28.702104], [116.114686, 28.700754], [116.115411, 28.699773], [116.115846, 28.699185], [116.117062, 28.698573], [116.118408, 28.697568], [116.118673, 28.696331], [116.118301, 28.695091], [116.117319, 28.694009], [116.115961, 28.692995], [116.114058, 28.692027], [116.111966, 28.690664], [116.110452, 28.688966], [116.109981, 28.687884], [116.110304, 28.685474], [116.110929, 28.683401], [116.110790, 28.681927], [116.109442, 28.679708], [116.108009, 28.678828], [116.105286, 28.677872], [116.103466, 28.677660], [116.101267, 28.677511], [116.094189, 28.678133], [116.091848, 28.678318], [116.088745, 28.677157], [116.087782, 28.676438], [116.086039, 28.675137], [116.084903, 28.672444], [116.084180, 28.671427], [116.083971, 28.670519], [116.083119, 28.670687], [116.082966, 28.670128], [116.083018, 28.668674], [116.084002, 28.666921], [116.085423, 28.664867], [116.086422, 28.663619], [116.084955, 28.662856], [116.085172, 28.661848], [116.084957, 28.661585], [116.085313, 28.661518], [116.085457, 28.660926], [116.085798, 28.660336], [116.086094, 28.660355], [116.086649, 28.660232], [116.086095, 28.659502], [116.085113, 28.658768], [116.083603, 28.658059], [116.082594, 28.656744], [116.082241, 28.655608], [116.082446, 28.654795], [116.083079, 28.653928], [116.083840, 28.653585], [116.084348, 28.653671], [116.084766, 28.653741], [116.087390, 28.655069], [116.088822, 28.655411], [116.090447, 28.655195], [116.091652, 28.654601], [116.092166, 28.653869], [116.092437, 28.653041], [116.092705, 28.649677], [116.093017, 28.646906], [116.093525, 28.643575], [116.093802, 28.640789], [116.093854, 28.640169], [116.095258, 28.637564], [116.096671, 28.636473], [116.097924, 28.635920], [116.098689, 28.635141], [116.098760, 28.635069], [116.099256, 28.635338], [116.099703, 28.634927], [116.099837, 28.634590], [116.100898, 28.633982], [116.102276, 28.632773], [116.103473, 28.631500], [116.103962, 28.630697], [116.104095, 28.630613], [116.104346, 28.630720], [116.104454, 28.630678], [116.105187, 28.629094], [116.105463, 28.628990], [116.106042, 28.628602], [116.106002, 28.627659], [116.105451, 28.626679], [116.105346, 28.626340], [116.105662, 28.625918], [116.105677, 28.625537], [116.104483, 28.624978], [116.104418, 28.623285], [116.104336, 28.623031], [116.104148, 28.622627], [116.103705, 28.622423], [116.103612, 28.622147], [116.102700, 28.621024], [116.102567, 28.620911], [116.102953, 28.620617], [116.103003, 28.620364], [116.102719, 28.619938], [116.102793, 28.619756], [116.102759, 28.619449], [116.102489, 28.618801], [116.102177, 28.618841], [116.101964, 28.618490], [116.102735, 28.615645], [116.099553, 28.612765], [116.097921, 28.609829], [116.095279, 28.606049], [116.090095, 28.601122], [116.088884, 28.600933], [116.086601, 28.601480], [116.080918, 28.604426], [116.079809, 28.606000], [116.079339, 28.606030], [116.079111, 28.606044], [116.077042, 28.605078], [116.075061, 28.603372], [116.072458, 28.601131], [116.070023, 28.599520], [116.068852, 28.598746], [116.068490, 28.597021], [116.068008, 28.596035], [116.067254, 28.595325], [116.066153, 28.594288], [116.063727, 28.593068], [116.059082, 28.591303], [116.059066, 28.591437], [116.057933, 28.591050], [116.056640, 28.590764]]] } } - , - { "type": "Feature", "properties": { "NAME": "泾口乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.183737, 28.616790], [116.182988, 28.616048], [116.182020, 28.614636], [116.181050, 28.613439], [116.178838, 28.611384], [116.178907, 28.610445], [116.178140, 28.610036], [116.178017, 28.609759], [116.177478, 28.609481], [116.176748, 28.609717], [116.176126, 28.609291], [116.175896, 28.609511], [116.174382, 28.608675], [116.174322, 28.608399], [116.173843, 28.608415], [116.170703, 28.606716], [116.170834, 28.606408], [116.170593, 28.606205], [116.170318, 28.606365], [116.170183, 28.606251], [116.170693, 28.606018], [116.170590, 28.605587], [116.170307, 28.604854], [116.169654, 28.604097], [116.168863, 28.602718], [116.168521, 28.602710], [116.168436, 28.601998], [116.168613, 28.601663], [116.168552, 28.601591], [116.167927, 28.601117], [116.166140, 28.600587], [116.165053, 28.600743], [116.165190, 28.601383], [116.165292, 28.601397], [116.165283, 28.601523], [116.165424, 28.601677], [116.165430, 28.601816], [116.165244, 28.602442], [116.165111, 28.602421], [116.165031, 28.602514], [116.164974, 28.602841], [116.164761, 28.602854], [116.164719, 28.603174], [116.164616, 28.603201], [116.164637, 28.603648], [116.164401, 28.603646], [116.164241, 28.603987], [116.164475, 28.604238], [116.164448, 28.604600], [116.164246, 28.605337], [116.164678, 28.605506], [116.164808, 28.605855], [116.164744, 28.606049], [116.165017, 28.606335], [116.165219, 28.606733], [116.164548, 28.606933], [116.164283, 28.606541], [116.163912, 28.606770], [116.163826, 28.606699], [116.163016, 28.606974], [116.163131, 28.607309], [116.163083, 28.607483], [116.162847, 28.607489], [116.162739, 28.607266], [116.162572, 28.607391], [116.162735, 28.607746], [116.162553, 28.607836], [116.162405, 28.607606], [116.162176, 28.607758], [116.161742, 28.607861], [116.161591, 28.608020], [116.161724, 28.608139], [116.161637, 28.608209], [116.161798, 28.608724], [116.161538, 28.608806], [116.161600, 28.608938], [116.161317, 28.608895], [116.161414, 28.609488], [116.161193, 28.609640], [116.161162, 28.609584], [116.160609, 28.609805], [116.160508, 28.609574], [116.160288, 28.609560], [116.160312, 28.609504], [116.160226, 28.609448], [116.159933, 28.609475], [116.159747, 28.610031], [116.159777, 28.610247], [116.159361, 28.610113], [116.159170, 28.610467], [116.158918, 28.610431], [116.158863, 28.610501], [116.158698, 28.610409], [116.158404, 28.610735], [116.158357, 28.610686], [116.158502, 28.610325], [116.158353, 28.610262], [116.158210, 28.610414], [116.157826, 28.610204], [116.157722, 28.610335], [116.157980, 28.610601], [116.157641, 28.611086], [116.157218, 28.610743], [116.156782, 28.611187], [116.157007, 28.611557], [116.156881, 28.611640], [116.156803, 28.611591], [116.156632, 28.611242], [116.156467, 28.611234], [116.156166, 28.611428], [116.156315, 28.611540], [116.156375, 28.611930], [116.156561, 28.612303], [116.155962, 28.612426], [116.156502, 28.613744], [116.154489, 28.614549], [116.154511, 28.614689], [116.154636, 28.614732], [116.154594, 28.615107], [116.154648, 28.615254], [116.154452, 28.615204], [116.154250, 28.614778], [116.154055, 28.614568], [116.154068, 28.614882], [116.154163, 28.614910], [116.154278, 28.615320], [116.154558, 28.615733], [116.154506, 28.615913], [116.154598, 28.616618], [116.154572, 28.616847], [116.154381, 28.617263], [116.154410, 28.617549], [116.154517, 28.617905], [116.154469, 28.618030], [116.154562, 28.618225], [116.154726, 28.618317], [116.154892, 28.619335], [116.154812, 28.619439], [116.154733, 28.619424], [116.154653, 28.619591], [116.154440, 28.619604], [116.154401, 28.619681], [116.154078, 28.619686], [116.153860, 28.619351], [116.153797, 28.619378], [116.154029, 28.619937], [116.153955, 28.620264], [116.153813, 28.620319], [116.153878, 28.620482], [116.154148, 28.620814], [116.154114, 28.621002], [116.153523, 28.621117], [116.153239, 28.621304], [116.152777, 28.621936], [116.152406, 28.622018], [116.152393, 28.621725], [116.152038, 28.621710], [116.152036, 28.622009], [116.152154, 28.622064], [116.151951, 28.622753], [116.151739, 28.622752], [116.151525, 28.622855], [116.151368, 28.622806], [116.151163, 28.622881], [116.151027, 28.623104], [116.150705, 28.623089], [116.150641, 28.623216], [116.150726, 28.623412], [116.150860, 28.623419], [116.151326, 28.623254], [116.151853, 28.623208], [116.151778, 28.623751], [116.151823, 28.624093], [116.152031, 28.624644], [116.151965, 28.625019], [116.152240, 28.625096], [116.152276, 28.625493], [116.152362, 28.625640], [116.152550, 28.625773], [116.153321, 28.626835], [116.153337, 28.627249], [116.153443, 28.627269], [116.153461, 28.627351], [116.153366, 28.627566], [116.153570, 28.627857], [116.153318, 28.628876], [116.153043, 28.629190], [116.153067, 28.629854], [116.153613, 28.631106], [116.153594, 28.631424], [116.153391, 28.631547], [116.153100, 28.632734], [116.153813, 28.633428], [116.154135, 28.634121], [116.154205, 28.635255], [116.154414, 28.636375], [116.153088, 28.637344], [116.154440, 28.639006], [116.155323, 28.641226], [116.157284, 28.644069], [116.157872, 28.646906], [116.159819, 28.650083], [116.158720, 28.653715], [116.157111, 28.657206], [116.156871, 28.657726], [116.157617, 28.659889], [116.159739, 28.661653], [116.160787, 28.664222], [116.159550, 28.666242], [116.158168, 28.667314], [116.157385, 28.669875], [116.157513, 28.672980], [116.158571, 28.674335], [116.160547, 28.675288], [116.162373, 28.675971], [116.165577, 28.675985], [116.168621, 28.676997], [116.171881, 28.679171], [116.175909, 28.681617], [116.179556, 28.682525], [116.180326, 28.682716], [116.184886, 28.685030], [116.185656, 28.685661], [116.188525, 28.688014], [116.192938, 28.689788], [116.194143, 28.691953], [116.194285, 28.693303], [116.192736, 28.696266], [116.185913, 28.701604], [116.185212, 28.702173], [116.183822, 28.704326], [116.182891, 28.706347], [116.183033, 28.707697], [116.184245, 28.708917], [116.185765, 28.709733], [116.188196, 28.711228], [116.190926, 28.713534], [116.192616, 28.714490], [116.193815, 28.715167], [116.196406, 28.715718], [116.201442, 28.716009], [116.208772, 28.716042], [116.212279, 28.716867], [116.215324, 28.718231], [116.217123, 28.719436], [116.219413, 28.720969], [116.223388, 28.721126], [116.225414, 28.720880], [116.226119, 28.720794], [116.228467, 28.719704], [116.230494, 28.719783], [116.232827, 28.720690], [116.237405, 28.726153], [116.239499, 28.727886], [116.241600, 28.728655], [116.242555, 28.728709], [116.242926, 28.728731], [116.244568, 28.728326], [116.245748, 28.727024], [116.246219, 28.725639], [116.247103, 28.723037], [116.248222, 28.719324], [116.249411, 28.716714], [116.250581, 28.716789], [116.251984, 28.717072], [116.253531, 28.719078], [116.255080, 28.720878], [116.257922, 28.722547], [116.260456, 28.722561], [116.263197, 28.721476], [116.267969, 28.720334], [116.272655, 28.720500], [116.273760, 28.721319], [116.275376, 28.722514], [116.277404, 28.724768], [116.277483, 28.725059], [116.279630, 28.726196], [116.282826, 28.727142], [116.282870, 28.727060], [116.282787, 28.727007], [116.282722, 28.726784], [116.283658, 28.724470], [116.284432, 28.723368], [116.285429, 28.721736], [116.286958, 28.718698], [116.287354, 28.718438], [116.288360, 28.718276], [116.289307, 28.718424], [116.289559, 28.718336], [116.289838, 28.718087], [116.290849, 28.716717], [116.291341, 28.715533], [116.291335, 28.715069], [116.291566, 28.714349], [116.292055, 28.713463], [116.293242, 28.711666], [116.293971, 28.710829], [116.294304, 28.710290], [116.294697, 28.709411], [116.294826, 28.708163], [116.294713, 28.706617], [116.294562, 28.705942], [116.293489, 28.702997], [116.293031, 28.702130], [116.291256, 28.699575], [116.289637, 28.696934], [116.288874, 28.695439], [116.287900, 28.693959], [116.287465, 28.693491], [116.286315, 28.692504], [116.285753, 28.692017], [116.284203, 28.690389], [116.281481, 28.688113], [116.280380, 28.687527], [116.279148, 28.686703], [116.278815, 28.686362], [116.277359, 28.684066], [116.276603, 28.682461], [116.275185, 28.680539], [116.274443, 28.679944], [116.273110, 28.679031], [116.271510, 28.678104], [116.267995, 28.676418], [116.267058, 28.676097], [116.266138, 28.675635], [116.263036, 28.674351], [116.262962, 28.674195], [116.263155, 28.673749], [116.263153, 28.673529], [116.262933, 28.673051], [116.262103, 28.672001], [116.261797, 28.671058], [116.261776, 28.669995], [116.261849, 28.669275], [116.261986, 28.668972], [116.262570, 28.668276], [116.262811, 28.668051], [116.263360, 28.667730], [116.263731, 28.666977], [116.263894, 28.666810], [116.264261, 28.666577], [116.264713, 28.666543], [116.264882, 28.666442], [116.264977, 28.665014], [116.265070, 28.664643], [116.265949, 28.663161], [116.266373, 28.661753], [116.266945, 28.660908], [116.267480, 28.659930], [116.267697, 28.659366], [116.267780, 28.658681], [116.267512, 28.657662], [116.267409, 28.656587], [116.267570, 28.655721], [116.267743, 28.655567], [116.269407, 28.654969], [116.270265, 28.654374], [116.271027, 28.653659], [116.271645, 28.653252], [116.272453, 28.653096], [116.273205, 28.653169], [116.274983, 28.652831], [116.275513, 28.652541], [116.276012, 28.652601], [116.276110, 28.652475], [116.276391, 28.651367], [116.277517, 28.649421], [116.277711, 28.647746], [116.277838, 28.647313], [116.278305, 28.646595], [116.279100, 28.645924], [116.280486, 28.644473], [116.280844, 28.644400], [116.282457, 28.644779], [116.282988, 28.644710], [116.283268, 28.644558], [116.284405, 28.644382], [116.284585, 28.644422], [116.284821, 28.644549], [116.285767, 28.645784], [116.286467, 28.645775], [116.287163, 28.645933], [116.288317, 28.646368], [116.289663, 28.647440], [116.290588, 28.648310], [116.290932, 28.648236], [116.290984, 28.647754], [116.291310, 28.647582], [116.291407, 28.647448], [116.291404, 28.647117], [116.291213, 28.646308], [116.291307, 28.645037], [116.291446, 28.644713], [116.291756, 28.644343], [116.291798, 28.644115], [116.291601, 28.643805], [116.291014, 28.643181], [116.290340, 28.642591], [116.289896, 28.641908], [116.289645, 28.640828], [116.289622, 28.639069], [116.289517, 28.638459], [116.289128, 28.637203], [116.288396, 28.635953], [116.287975, 28.635691], [116.286690, 28.635335], [116.286301, 28.635147], [116.286272, 28.634934], [116.286387, 28.634663], [116.286638, 28.634313], [116.287032, 28.633485], [116.287536, 28.631721], [116.287545, 28.631231], [116.287466, 28.630877], [116.287070, 28.629807], [116.286779, 28.628475], [116.286816, 28.627669], [116.287171, 28.626783], [116.286619, 28.626535], [116.284779, 28.626027], [116.284502, 28.625283], [116.284198, 28.624180], [116.283560, 28.623601], [116.282224, 28.622833], [116.277553, 28.620731], [116.277170, 28.620629], [116.275484, 28.620509], [116.274507, 28.620253], [116.269759, 28.617876], [116.269196, 28.617671], [116.268555, 28.617590], [116.265173, 28.617489], [116.260788, 28.617469], [116.259511, 28.617984], [116.255649, 28.619877], [116.254048, 28.620349], [116.252316, 28.620368], [116.251574, 28.620323], [116.250431, 28.619985], [116.248281, 28.619572], [116.243282, 28.618374], [116.242615, 28.618201], [116.241424, 28.617751], [116.240448, 28.617197], [116.239862, 28.616622], [116.239219, 28.615241], [116.239130, 28.614896], [116.239094, 28.613253], [116.238809, 28.612434], [116.238302, 28.611331], [116.237972, 28.610885], [116.237369, 28.610838], [116.237132, 28.610693], [116.236724, 28.609761], [116.235988, 28.609072], [116.235048, 28.606333], [116.234376, 28.603619], [116.234253, 28.603389], [116.233933, 28.603176], [116.233529, 28.603151], [116.233038, 28.603249], [116.232238, 28.603656], [116.231607, 28.603799], [116.231356, 28.603765], [116.230967, 28.603537], [116.230615, 28.602932], [116.230112, 28.602326], [116.229277, 28.601833], [116.228632, 28.601560], [116.226689, 28.602760], [116.225789, 28.602770], [116.225292, 28.602458], [116.224813, 28.601807], [116.224753, 28.600849], [116.224458, 28.600051], [116.223394, 28.599766], [116.222326, 28.599924], [116.221429, 28.600355], [116.217711, 28.599256], [116.215336, 28.598110], [116.214270, 28.595801], [116.213669, 28.591406], [116.208202, 28.591734], [116.207521, 28.591896], [116.207216, 28.592319], [116.206499, 28.592524], [116.206289, 28.592649], [116.205710, 28.592752], [116.205861, 28.593512], [116.206237, 28.593620], [116.206118, 28.594122], [116.205780, 28.594124], [116.205750, 28.594631], [116.205527, 28.594717], [116.205569, 28.595044], [116.205708, 28.595154], [116.205915, 28.595816], [116.205611, 28.595929], [116.205720, 28.596271], [116.205177, 28.596477], [116.205205, 28.596833], [116.204866, 28.596985], [116.205006, 28.597229], [116.204904, 28.597268], [116.204943, 28.597335], [116.204158, 28.597694], [116.204264, 28.597836], [116.204094, 28.597969], [116.204011, 28.597834], [116.203953, 28.597870], [116.203834, 28.597767], [116.203520, 28.598060], [116.203378, 28.598009], [116.203369, 28.598158], [116.203045, 28.598066], [116.203089, 28.598356], [116.203205, 28.598684], [116.202830, 28.598844], [116.202600, 28.600200], [116.203541, 28.602076], [116.202252, 28.605266], [116.202349, 28.608691], [116.200701, 28.610778], [116.201186, 28.611358], [116.200287, 28.611463], [116.199909, 28.612906], [116.200599, 28.613414], [116.200472, 28.614100], [116.199647, 28.615216], [116.200046, 28.616446], [116.200119, 28.617602], [116.199805, 28.617661], [116.199755, 28.617671], [116.197707, 28.618061], [116.194350, 28.619347], [116.192955, 28.620424], [116.191569, 28.620129], [116.190475, 28.619041], [116.186892, 28.617871], [116.186652, 28.617328], [116.185593, 28.617070], [116.185263, 28.617502], [116.183737, 28.616790]]] } } - , - { "type": "Feature", "properties": { "NAME": "南新乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.021093, 28.773429], [116.014848, 28.773716], [116.014404, 28.773950], [116.008925, 28.776840], [116.005792, 28.779313], [115.996775, 28.782485], [115.993182, 28.783479], [115.992010, 28.783803], [115.991549, 28.783764], [115.986912, 28.783370], [115.981851, 28.782128], [115.981287, 28.784512], [115.980082, 28.787660], [115.979317, 28.789226], [115.978890, 28.790378], [115.978665, 28.790515], [115.977198, 28.790596], [115.974633, 28.790420], [115.971306, 28.790478], [115.964754, 28.789847], [115.964540, 28.790094], [115.964499, 28.790248], [115.964196, 28.792086], [115.964258, 28.792886], [115.964548, 28.793710], [115.964586, 28.794051], [115.964397, 28.794203], [115.963808, 28.794161], [115.962882, 28.794247], [115.962392, 28.794386], [115.960448, 28.795242], [115.958786, 28.795168], [115.957344, 28.796271], [115.956649, 28.796103], [115.955855, 28.795591], [115.954482, 28.795275], [115.954421, 28.795730], [115.954457, 28.796504], [115.954588, 28.797124], [115.954598, 28.797730], [115.954451, 28.799090], [115.954459, 28.800590], [115.954387, 28.801202], [115.954163, 28.801734], [115.954116, 28.802964], [115.954462, 28.806356], [115.954692, 28.807671], [115.954974, 28.808891], [115.955689, 28.810891], [115.955963, 28.811352], [115.956675, 28.812335], [115.957855, 28.813661], [115.958705, 28.814450], [115.959744, 28.815218], [115.961116, 28.815820], [115.962077, 28.816439], [115.962591, 28.816923], [115.964181, 28.818136], [115.964978, 28.819035], [115.965891, 28.819762], [115.969232, 28.821583], [115.972517, 28.823833], [115.973151, 28.824360], [115.974335, 28.825168], [115.975217, 28.826117], [115.975848, 28.826683], [115.976628, 28.827184], [115.977498, 28.827601], [115.978890, 28.828110], [115.981109, 28.828767], [115.983064, 28.829237], [115.984557, 28.829720], [115.985946, 28.830109], [115.988384, 28.831334], [115.990654, 28.832575], [115.991469, 28.833094], [115.993039, 28.834356], [115.996458, 28.836724], [115.998692, 28.838064], [116.000751, 28.838630], [116.002433, 28.838996], [116.005423, 28.839397], [116.006038, 28.839373], [116.007563, 28.839146], [116.010045, 28.838641], [116.011514, 28.837949], [116.015248, 28.835489], [116.018673, 28.833258], [116.020658, 28.832100], [116.023021, 28.830954], [116.023526, 28.830856], [116.024670, 28.830788], [116.025542, 28.830977], [116.026838, 28.831532], [116.028089, 28.832433], [116.028532, 28.832845], [116.028914, 28.833287], [116.029733, 28.834764], [116.030369, 28.836194], [116.030863, 28.837624], [116.031220, 28.839072], [116.031215, 28.840560], [116.030940, 28.842298], [116.030280, 28.844338], [116.030022, 28.846339], [116.030117, 28.847247], [116.030265, 28.847723], [116.031332, 28.849756], [116.031767, 28.852279], [116.031799, 28.856713], [116.031918, 28.857509], [116.032278, 28.858708], [116.032390, 28.859423], [116.032574, 28.861948], [116.032639, 28.864870], [116.032909, 28.867355], [116.033417, 28.869259], [116.034166, 28.871006], [116.034825, 28.871995], [116.035159, 28.872635], [116.035591, 28.873142], [116.036862, 28.874809], [116.037086, 28.875197], [116.039739, 28.877093], [116.040860, 28.878019], [116.041951, 28.878671], [116.042597, 28.878910], [116.042912, 28.879123], [116.043666, 28.879449], [116.046871, 28.880386], [116.049965, 28.881760], [116.052214, 28.882818], [116.052612, 28.883079], [116.052999, 28.883503], [116.053701, 28.885722], [116.055974, 28.890730], [116.056797, 28.891668], [116.057210, 28.891980], [116.059052, 28.892581], [116.060053, 28.892685], [116.063427, 28.892705], [116.063914, 28.892560], [116.065513, 28.891415], [116.067495, 28.890251], [116.068406, 28.889793], [116.070563, 28.888943], [116.073557, 28.887887], [116.074667, 28.887365], [116.075454, 28.886839], [116.076576, 28.885937], [116.077337, 28.885216], [116.077893, 28.884590], [116.079080, 28.882999], [116.080311, 28.882047], [116.082620, 28.880672], [116.087056, 28.878430], [116.087499, 28.878434], [116.088125, 28.878600], [116.088363, 28.878839], [116.088369, 28.879036], [116.088253, 28.879226], [116.088339, 28.879516], [116.088917, 28.880234], [116.089151, 28.880634], [116.089365, 28.881344], [116.089611, 28.881689], [116.089731, 28.881799], [116.090846, 28.882151], [116.091279, 28.882390], [116.091968, 28.882798], [116.092536, 28.883352], [116.092634, 28.883592], [116.092624, 28.884400], [116.092238, 28.885379], [116.092265, 28.885737], [116.093434, 28.888436], [116.093928, 28.889132], [116.094108, 28.889213], [116.094255, 28.889161], [116.094379, 28.888844], [116.094295, 28.888438], [116.094304, 28.888000], [116.094605, 28.887355], [116.094853, 28.887154], [116.095552, 28.886866], [116.095982, 28.886874], [116.096759, 28.887135], [116.099802, 28.889173], [116.101761, 28.890346], [116.102484, 28.890683], [116.104063, 28.891122], [116.107663, 28.891495], [116.108232, 28.891792], [116.108775, 28.892312], [116.109012, 28.893246], [116.109255, 28.893885], [116.109926, 28.895139], [116.110312, 28.895606], [116.110804, 28.895988], [116.111715, 28.896469], [116.112972, 28.896788], [116.113452, 28.896815], [116.113860, 28.896719], [116.114496, 28.896425], [116.114870, 28.896156], [116.115390, 28.895526], [116.115684, 28.895404], [116.116243, 28.895389], [116.116743, 28.895516], [116.119906, 28.896811], [116.120447, 28.897136], [116.120682, 28.897358], [116.121186, 28.898061], [116.121850, 28.900028], [116.122465, 28.900663], [116.122914, 28.900865], [116.124173, 28.901201], [116.127035, 28.901770], [116.128318, 28.902231], [116.129506, 28.902817], [116.131049, 28.904130], [116.131251, 28.904199], [116.131397, 28.904144], [116.131482, 28.904003], [116.131593, 28.902677], [116.131431, 28.901604], [116.130878, 28.899359], [116.130785, 28.898536], [116.130865, 28.897804], [116.131540, 28.895974], [116.132518, 28.894607], [116.133925, 28.893098], [116.136122, 28.891185], [116.139228, 28.889406], [116.143711, 28.887275], [116.145441, 28.887075], [116.146352, 28.887068], [116.148778, 28.887708], [116.151475, 28.888771], [116.152394, 28.889051], [116.154187, 28.889817], [116.155440, 28.890434], [116.157609, 28.891915], [116.158675, 28.892962], [116.158936, 28.893694], [116.159000, 28.894143], [116.158964, 28.895059], [116.159179, 28.897080], [116.159853, 28.898111], [116.160944, 28.899149], [116.161762, 28.899594], [116.161931, 28.899759], [116.162558, 28.901186], [116.163213, 28.903102], [116.163701, 28.905364], [116.163707, 28.905908], [116.163971, 28.907521], [116.164493, 28.908944], [116.164919, 28.909511], [116.166449, 28.911144], [116.169420, 28.914081], [116.170286, 28.914678], [116.171311, 28.915247], [116.171715, 28.915902], [116.171694, 28.915610], [116.167034, 28.903110], [116.166851, 28.895466], [116.165782, 28.891802], [116.157831, 28.879774], [116.153516, 28.870498], [116.149778, 28.865313], [116.142365, 28.862264], [116.133008, 28.858789], [116.132676, 28.858584], [116.129916, 28.856874], [116.126608, 28.852215], [116.124264, 28.846505], [116.114689, 28.841377], [116.102836, 28.835025], [116.101165, 28.834129], [116.091901, 28.825752], [116.086598, 28.819192], [116.081950, 28.813442], [116.079125, 28.807744], [116.078862, 28.807217], [116.071560, 28.803994], [116.069847, 28.802587], [116.069534, 28.801887], [116.068713, 28.800054], [116.066604, 28.795345], [116.063616, 28.791775], [116.061250, 28.790919], [116.056448, 28.789181], [116.050984, 28.788879], [116.048788, 28.787829], [116.045219, 28.786124], [116.034505, 28.781001], [116.031801, 28.777684], [116.027801, 28.774226], [116.026971, 28.774116], [116.021618, 28.773405], [116.021093, 28.773429]]] } } - , - { "type": "Feature", "properties": { "NAME": "塔城乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.094780, 28.464807], [116.093261, 28.465046], [116.091754, 28.465119], [116.090314, 28.465161], [116.089046, 28.465078], [116.088034, 28.465673], [116.087962, 28.465834], [116.088045, 28.466715], [116.087963, 28.466849], [116.086747, 28.467568], [116.085426, 28.468043], [116.085311, 28.468182], [116.085236, 28.468505], [116.084968, 28.468680], [116.083629, 28.468697], [116.082435, 28.469082], [116.078282, 28.469985], [116.077730, 28.470241], [116.077275, 28.470357], [116.077231, 28.470891], [116.077007, 28.470961], [116.076969, 28.471060], [116.077041, 28.471364], [116.077145, 28.471351], [116.077478, 28.471696], [116.077536, 28.471915], [116.077125, 28.472332], [116.077478, 28.472994], [116.077095, 28.473162], [116.077027, 28.473359], [116.077137, 28.473545], [116.077911, 28.473696], [116.078086, 28.474269], [116.078090, 28.474645], [116.077798, 28.474742], [116.077500, 28.474733], [116.077461, 28.474897], [116.077555, 28.475241], [116.077477, 28.475609], [116.076513, 28.475773], [116.076482, 28.475984], [116.075781, 28.476182], [116.075666, 28.476550], [116.075663, 28.476853], [116.075439, 28.476950], [116.075430, 28.477148], [116.075175, 28.477218], [116.075106, 28.477383], [116.074606, 28.477425], [116.074590, 28.477504], [116.074180, 28.477494], [116.073596, 28.477648], [116.073453, 28.477844], [116.073456, 28.478260], [116.073388, 28.478477], [116.073541, 28.478834], [116.073435, 28.479017], [116.073492, 28.479171], [116.072442, 28.479782], [116.072506, 28.480092], [116.072341, 28.480203], [116.070902, 28.480618], [116.070646, 28.480847], [116.070326, 28.480818], [116.070198, 28.480890], [116.070091, 28.481159], [116.070043, 28.481550], [116.069334, 28.481518], [116.069210, 28.481998], [116.069052, 28.482188], [116.068686, 28.482185], [116.068058, 28.482325], [116.068086, 28.482516], [116.068512, 28.482507], [116.068545, 28.483751], [116.068447, 28.483889], [116.068118, 28.483998], [116.068181, 28.484375], [116.068307, 28.484613], [116.068538, 28.484602], [116.068783, 28.485626], [116.069815, 28.485390], [116.069872, 28.484956], [116.070060, 28.484733], [116.070313, 28.484847], [116.070459, 28.485157], [116.070008, 28.485529], [116.070126, 28.485787], [116.070610, 28.485942], [116.071018, 28.486196], [116.071089, 28.486638], [116.070893, 28.486822], [116.070341, 28.487679], [116.069398, 28.487902], [116.068905, 28.487931], [116.068603, 28.488291], [116.068532, 28.488647], [116.067937, 28.488431], [116.067638, 28.488461], [116.067525, 28.488586], [116.067509, 28.488743], [116.067396, 28.488789], [116.067290, 28.488992], [116.067383, 28.489389], [116.067816, 28.489425], [116.067806, 28.489748], [116.068241, 28.489806], [116.068761, 28.489992], [116.068857, 28.490105], [116.069768, 28.490125], [116.069907, 28.489671], [116.070026, 28.489673], [116.070172, 28.490089], [116.070500, 28.490118], [116.070618, 28.490337], [116.070527, 28.490461], [116.070175, 28.490510], [116.070033, 28.490641], [116.070038, 28.490845], [116.070255, 28.490860], [116.070457, 28.490783], [116.071047, 28.490820], [116.071872, 28.491689], [116.072508, 28.491615], [116.073194, 28.491654], [116.073220, 28.491344], [116.073429, 28.491247], [116.073530, 28.491650], [116.073702, 28.491730], [116.073788, 28.492028], [116.073742, 28.492258], [116.073934, 28.492497], [116.073903, 28.492582], [116.074050, 28.492874], [116.074416, 28.492863], [116.074589, 28.492556], [116.075044, 28.492494], [116.075166, 28.492178], [116.075727, 28.492150], [116.075799, 28.492430], [116.075745, 28.492608], [116.075633, 28.492607], [116.075697, 28.493029], [116.075868, 28.493076], [116.075866, 28.493268], [116.075522, 28.493384], [116.075469, 28.493535], [116.075206, 28.493625], [116.075123, 28.493849], [116.075352, 28.494015], [116.075898, 28.493954], [116.075884, 28.493848], [116.076071, 28.493790], [116.076064, 28.493671], [116.076274, 28.493614], [116.076190, 28.492974], [116.075899, 28.492958], [116.076176, 28.492815], [116.076193, 28.492605], [116.076321, 28.492487], [116.076880, 28.492564], [116.076945, 28.492894], [116.077445, 28.492885], [116.077565, 28.492787], [116.078190, 28.492675], [116.078263, 28.492854], [116.079164, 28.493105], [116.079378, 28.493350], [116.079602, 28.493418], [116.080474, 28.493517], [116.080529, 28.493228], [116.080626, 28.493202], [116.081151, 28.493563], [116.081194, 28.493686], [116.081440, 28.493708], [116.082062, 28.493363], [116.082442, 28.493452], [116.083072, 28.493094], [116.083356, 28.493030], [116.083392, 28.493136], [116.083194, 28.493602], [116.083551, 28.493862], [116.083594, 28.494020], [116.083359, 28.494454], [116.083207, 28.494528], [116.083251, 28.494653], [116.083067, 28.495232], [116.082693, 28.495295], [116.082656, 28.495381], [116.081967, 28.495652], [116.081893, 28.495441], [116.081707, 28.495413], [116.080631, 28.495649], [116.080643, 28.495919], [116.080471, 28.495925], [116.080449, 28.496279], [116.080330, 28.496265], [116.080336, 28.496449], [116.079880, 28.496439], [116.079908, 28.496756], [116.079489, 28.496792], [116.079219, 28.496975], [116.079170, 28.497383], [116.079251, 28.497634], [116.079160, 28.497726], [116.078562, 28.497800], [116.078523, 28.497998], [116.078649, 28.498124], [116.078846, 28.498906], [116.079368, 28.498888], [116.079517, 28.498945], [116.079767, 28.498859], [116.080027, 28.498948], [116.079864, 28.499101], [116.079690, 28.499111], [116.079517, 28.500351], [116.079245, 28.500720], [116.079494, 28.500799], [116.079454, 28.501095], [116.079330, 28.500996], [116.079217, 28.501149], [116.079031, 28.501103], [116.078856, 28.501157], [116.078667, 28.501342], [116.078408, 28.501175], [116.078195, 28.501316], [116.077993, 28.501666], [116.077990, 28.502040], [116.076968, 28.502164], [116.076892, 28.502372], [116.077038, 28.502725], [116.076987, 28.502955], [116.076479, 28.503179], [116.075400, 28.503358], [116.074538, 28.503813], [116.068097, 28.504265], [116.068090, 28.503617], [116.065364, 28.504322], [116.065596, 28.504786], [116.064136, 28.505841], [116.063088, 28.506144], [116.064565, 28.509530], [116.065143, 28.510345], [116.064005, 28.510896], [116.063841, 28.511202], [116.063564, 28.511464], [116.063465, 28.511375], [116.063278, 28.511428], [116.063315, 28.511506], [116.063176, 28.511691], [116.063036, 28.512052], [116.063034, 28.512294], [116.062883, 28.512545], [116.062759, 28.512413], [116.062423, 28.512410], [116.062173, 28.512539], [116.061836, 28.512537], [116.061348, 28.512884], [116.061274, 28.513327], [116.060998, 28.513600], [116.060945, 28.513995], [116.061200, 28.514660], [116.060539, 28.514830], [116.060213, 28.515025], [116.060362, 28.515082], [116.060348, 28.515301], [116.059586, 28.515558], [116.058937, 28.515663], [116.058422, 28.516186], [116.058111, 28.516139], [116.057151, 28.516875], [116.057545, 28.517285], [116.057182, 28.517590], [116.057280, 28.517745], [116.057454, 28.517746], [116.057452, 28.517977], [116.057089, 28.518215], [116.056906, 28.519203], [116.056792, 28.519366], [116.056790, 28.519597], [116.056432, 28.520727], [116.056450, 28.521075], [116.056155, 28.521530], [116.055981, 28.522481], [116.055973, 28.523360], [116.055168, 28.525070], [116.055375, 28.525255], [116.055235, 28.526993], [116.054819, 28.528176], [116.055058, 28.528544], [116.054989, 28.528692], [116.055792, 28.529487], [116.056132, 28.530512], [116.056553, 28.530167], [116.056995, 28.530171], [116.057265, 28.531157], [116.057615, 28.531058], [116.058028, 28.531636], [116.058473, 28.531270], [116.058058, 28.530898], [116.058316, 28.530715], [116.058341, 28.530469], [116.059085, 28.530476], [116.059386, 28.530622], [116.059657, 28.531547], [116.059491, 28.531833], [116.060126, 28.533664], [116.063539, 28.534185], [116.063733, 28.534111], [116.063912, 28.534044], [116.064888, 28.534032], [116.065377, 28.533913], [116.065866, 28.533917], [116.066467, 28.534169], [116.066441, 28.534517], [116.066231, 28.534618], [116.066273, 28.535131], [116.067479, 28.535407], [116.067617, 28.535655], [116.068240, 28.536070], [116.068123, 28.536254], [116.068145, 28.536418], [116.068607, 28.536688], [116.068912, 28.536342], [116.069150, 28.535688], [116.069593, 28.535487], [116.069875, 28.535120], [116.070085, 28.534998], [116.070409, 28.535206], [116.070269, 28.535411], [116.071009, 28.535683], [116.071429, 28.535542], [116.074024, 28.535235], [116.074026, 28.534968], [116.074537, 28.535075], [116.074747, 28.534892], [116.075306, 28.534794], [116.075308, 28.534569], [116.075845, 28.534204], [116.076702, 28.534518], [116.077202, 28.534289], [116.077356, 28.534072], [116.077775, 28.533973], [116.078099, 28.534139], [116.078355, 28.534100], [116.079495, 28.534355], [116.080006, 28.534359], [116.080051, 28.534521], [116.080356, 28.534634], [116.080913, 28.534675], [116.080756, 28.535154], [116.081133, 28.535108], [116.081131, 28.535243], [116.081578, 28.535099], [116.081661, 28.535259], [116.081407, 28.535528], [116.081784, 28.535543], [116.082565, 28.535389], [116.082634, 28.535476], [116.082493, 28.535672], [116.082588, 28.536042], [116.083569, 28.535335], [116.083694, 28.535398], [116.084321, 28.535415], [116.084348, 28.535501], [116.084528, 28.535589], [116.084526, 28.535847], [116.084721, 28.535910], [116.084630, 28.536746], [116.084652, 28.537324], [116.085843, 28.538573], [116.086806, 28.538408], [116.087993, 28.538084], [116.088592, 28.538052], [116.088485, 28.537448], [116.089487, 28.537652], [116.090405, 28.537745], [116.090484, 28.538225], [116.090835, 28.538019], [116.091179, 28.538464], [116.091192, 28.538612], [116.092161, 28.539259], [116.092219, 28.538976], [116.092331, 28.538964], [116.092360, 28.538842], [116.092242, 28.538831], [116.092235, 28.538669], [116.092319, 28.538522], [116.092262, 28.538418], [116.092774, 28.538178], [116.092686, 28.538624], [116.092849, 28.538855], [116.092912, 28.539174], [116.092876, 28.539276], [116.092710, 28.539359], [116.092323, 28.539436], [116.092455, 28.539791], [116.093747, 28.539446], [116.094049, 28.539248], [116.093965, 28.539080], [116.094535, 28.538725], [116.094481, 28.538570], [116.094537, 28.538464], [116.094703, 28.538412], [116.094624, 28.538287], [116.094889, 28.538338], [116.094955, 28.538267], [116.094910, 28.538245], [116.095095, 28.537751], [116.094995, 28.537706], [116.095011, 28.537542], [116.095348, 28.537394], [116.095485, 28.537213], [116.095370, 28.537159], [116.095472, 28.537000], [116.096215, 28.536638], [116.096850, 28.536329], [116.097405, 28.535803], [116.097372, 28.535199], [116.098191, 28.534240], [116.098534, 28.533692], [116.098641, 28.533714], [116.098858, 28.533609], [116.099199, 28.533315], [116.099590, 28.533296], [116.099691, 28.533352], [116.100162, 28.533078], [116.101794, 28.532730], [116.103068, 28.532256], [116.105008, 28.532293], [116.105111, 28.532295], [116.105839, 28.533160], [116.108763, 28.536660], [116.115510, 28.545360], [116.118053, 28.548639], [116.120308, 28.550282], [116.126805, 28.552108], [116.134428, 28.553113], [116.144352, 28.552101], [116.146754, 28.551572], [116.151504, 28.550526], [116.156144, 28.548306], [116.155769, 28.547997], [116.155490, 28.547572], [116.155020, 28.546379], [116.154739, 28.544534], [116.154977, 28.541390], [116.154994, 28.539503], [116.154824, 28.538160], [116.154654, 28.537468], [116.154180, 28.536862], [116.151178, 28.534041], [116.148661, 28.532119], [116.147848, 28.531347], [116.145389, 28.527868], [116.144838, 28.526663], [116.144588, 28.525899], [116.143802, 28.524416], [116.143616, 28.523629], [116.143363, 28.521816], [116.143259, 28.519493], [116.142819, 28.516781], [116.142705, 28.515622], [116.142705, 28.514522], [116.143160, 28.509776], [116.143845, 28.506695], [116.144033, 28.506111], [116.144325, 28.504454], [116.144661, 28.503316], [116.145758, 28.500370], [116.146022, 28.499046], [116.146363, 28.492050], [116.146261, 28.489578], [116.145048, 28.485784], [116.143062, 28.481159], [116.142098, 28.479310], [116.140311, 28.476890], [116.139907, 28.476454], [116.136892, 28.473827], [116.135473, 28.472426], [116.132480, 28.469898], [116.131791, 28.469196], [116.130432, 28.467425], [116.129150, 28.464498], [116.128331, 28.463054], [116.126998, 28.461328], [116.124600, 28.458735], [116.124207, 28.458237], [116.124187, 28.457577], [116.123431, 28.456318], [116.121604, 28.454012], [116.121167, 28.453724], [116.119286, 28.452832], [116.116318, 28.451770], [116.114000, 28.451119], [116.109530, 28.450022], [116.109089, 28.449978], [116.107600, 28.450394], [116.106908, 28.450737], [116.106624, 28.451036], [116.106350, 28.451552], [116.105505, 28.453940], [116.105388, 28.454637], [116.104644, 28.456424], [116.103981, 28.457014], [116.102596, 28.457701], [116.100853, 28.458859], [116.100192, 28.459731], [116.099262, 28.462200], [116.099027, 28.462466], [116.098880, 28.462622], [116.098777, 28.463081], [116.098425, 28.463831], [116.097992, 28.464173], [116.096973, 28.464561], [116.096125, 28.464593], [116.094780, 28.464807]]] } } - , - { "type": "Feature", "properties": { "NAME": "黄马乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.082931, 28.317446], [116.083803, 28.317447], [116.084515, 28.317563], [116.085619, 28.317626], [116.086785, 28.317844], [116.089197, 28.317975], [116.091209, 28.318303], [116.093008, 28.318233], [116.093947, 28.318013], [116.094677, 28.317687], [116.096186, 28.316798], [116.097027, 28.316150], [116.097530, 28.315626], [116.097806, 28.315174], [116.097905, 28.314811], [116.097524, 28.313766], [116.096629, 28.311558], [116.095794, 28.309963], [116.094057, 28.307560], [116.092698, 28.306159], [116.091455, 28.305356], [116.089686, 28.304551], [116.088788, 28.303883], [116.088049, 28.302941], [116.087383, 28.301656], [116.086915, 28.300250], [116.086784, 28.299439], [116.086754, 28.298513], [116.087377, 28.296656], [116.087943, 28.295361], [116.089511, 28.292350], [116.090982, 28.290257], [116.092963, 28.287622], [116.096012, 28.283236], [116.096592, 28.281250], [116.096767, 28.279329], [116.096806, 28.276280], [116.096688, 28.275701], [116.096365, 28.275202], [116.095357, 28.274071], [116.092805, 28.272376], [116.091529, 28.274650], [116.091143, 28.275180], [116.090690, 28.275496], [116.089245, 28.276085], [116.088049, 28.276426], [116.086553, 28.276412], [116.085480, 28.276506], [116.083653, 28.276936], [116.083042, 28.277153], [116.081173, 28.278077], [116.080376, 28.278549], [116.078139, 28.280348], [116.077126, 28.281249], [116.076350, 28.282091], [116.074883, 28.284459], [116.073291, 28.287144], [116.070260, 28.290662], [116.068015, 28.293768], [116.067286, 28.294419], [116.066648, 28.294685], [116.065628, 28.294871], [116.064438, 28.294809], [116.063675, 28.294853], [116.060203, 28.295519], [116.059237, 28.295621], [116.056128, 28.295760], [116.052703, 28.295666], [116.051355, 28.295713], [116.050679, 28.295838], [116.049441, 28.296198], [116.046856, 28.297249], [116.046308, 28.297589], [116.045706, 28.297849], [116.043855, 28.298389], [116.043456, 28.298602], [116.042784, 28.298758], [116.041867, 28.298852], [116.040123, 28.298903], [116.036489, 28.298571], [116.035794, 28.298354], [116.034145, 28.297508], [116.033307, 28.297099], [116.031783, 28.296187], [116.029868, 28.294879], [116.028285, 28.293278], [116.025452, 28.291085], [116.024716, 28.290657], [116.022789, 28.289950], [116.020539, 28.289421], [116.019076, 28.289295], [116.017613, 28.289343], [116.016057, 28.289702], [116.015491, 28.289615], [116.014539, 28.289181], [116.011954, 28.292057], [116.009964, 28.295683], [116.007248, 28.300339], [116.004338, 28.306470], [116.004272, 28.306584], [116.002030, 28.310468], [115.997899, 28.312469], [115.995811, 28.313151], [115.989808, 28.313517], [115.987413, 28.314164], [115.984350, 28.314990], [115.982645, 28.315585], [115.981388, 28.316459], [115.980581, 28.317461], [115.980081, 28.319017], [115.980208, 28.320248], [115.982456, 28.325005], [115.982969, 28.327690], [115.982701, 28.330918], [115.982432, 28.333737], [115.981840, 28.335339], [115.982534, 28.338089], [115.984658, 28.341708], [115.985543, 28.344553], [115.985482, 28.345907], [115.984946, 28.346832], [115.983835, 28.347650], [115.982195, 28.348623], [115.981921, 28.348709], [115.980510, 28.349156], [115.979886, 28.349276], [115.978112, 28.349131], [115.975666, 28.349063], [115.973506, 28.349295], [115.969909, 28.349191], [115.967894, 28.349339], [115.966212, 28.349703], [115.964718, 28.350450], [115.962402, 28.351950], [115.960809, 28.353077], [115.959294, 28.355060], [115.957733, 28.356943], [115.957239, 28.359314], [115.955913, 28.362518], [115.955450, 28.365772], [115.955807, 28.368484], [115.955828, 28.369504], [115.955840, 28.370093], [115.956446, 28.371868], [115.957344, 28.373232], [115.959718, 28.375575], [115.961260, 28.376835], [115.961913, 28.377756], [115.962406, 28.378862], [115.963769, 28.378620], [115.963636, 28.378055], [115.964490, 28.377839], [115.964690, 28.377687], [115.965020, 28.377603], [115.965883, 28.377197], [115.965923, 28.377097], [115.966478, 28.376988], [115.966594, 28.376793], [115.966520, 28.376443], [115.966553, 28.376208], [115.966741, 28.376238], [115.966800, 28.376105], [115.967087, 28.376052], [115.967160, 28.375864], [115.967222, 28.375878], [115.967214, 28.376083], [115.967647, 28.376120], [115.968321, 28.376372], [115.968256, 28.376523], [115.968313, 28.376648], [115.968411, 28.376531], [115.968613, 28.376574], [115.968723, 28.376527], [115.968649, 28.376892], [115.969094, 28.376914], [115.969118, 28.377505], [115.969208, 28.377687], [115.969280, 28.378306], [115.972516, 28.377125], [115.972539, 28.376933], [115.972181, 28.376229], [115.972487, 28.376179], [115.972443, 28.375896], [115.973639, 28.375542], [115.973618, 28.375119], [115.973881, 28.375086], [115.973972, 28.374973], [115.974067, 28.374988], [115.974225, 28.375222], [115.974550, 28.375169], [115.974649, 28.375276], [115.974783, 28.375281], [115.975557, 28.374884], [115.976285, 28.374759], [115.976139, 28.374374], [115.977384, 28.373982], [115.977612, 28.374253], [115.977570, 28.374433], [115.977681, 28.374809], [115.977845, 28.374934], [115.978357, 28.374657], [115.978904, 28.374517], [115.978832, 28.374199], [115.979063, 28.374069], [115.978803, 28.373552], [115.978864, 28.373438], [115.978491, 28.373298], [115.979074, 28.372921], [115.979645, 28.373270], [115.980041, 28.373146], [115.980274, 28.373241], [115.980619, 28.373210], [115.980775, 28.373101], [115.980894, 28.373151], [115.980997, 28.373394], [115.981097, 28.373417], [115.981386, 28.374134], [115.981472, 28.375122], [115.981727, 28.375935], [115.982087, 28.376370], [115.982313, 28.376218], [115.982728, 28.375716], [115.983092, 28.375759], [115.982627, 28.376296], [115.982647, 28.376350], [115.983216, 28.376347], [115.983904, 28.376001], [115.984309, 28.375463], [115.984668, 28.375542], [115.984782, 28.375543], [115.984763, 28.375481], [115.985018, 28.375515], [115.985021, 28.375634], [115.985157, 28.375622], [115.985139, 28.374652], [115.985264, 28.374098], [115.986004, 28.376111], [115.986289, 28.376074], [115.986261, 28.375972], [115.986836, 28.375943], [115.986949, 28.376121], [115.987165, 28.376009], [115.987224, 28.376097], [115.987424, 28.376099], [115.987493, 28.376197], [115.987287, 28.376318], [115.987306, 28.376424], [115.987533, 28.376700], [115.987363, 28.376729], [115.987523, 28.376903], [115.987542, 28.376965], [115.987446, 28.377026], [115.987717, 28.377469], [115.987862, 28.377497], [115.988027, 28.377424], [115.988086, 28.377504], [115.988733, 28.377255], [115.988265, 28.376602], [115.988485, 28.376627], [115.989106, 28.376430], [115.989656, 28.376370], [115.990605, 28.376424], [115.990536, 28.376833], [115.990156, 28.376807], [115.990200, 28.378495], [115.990045, 28.378494], [115.989940, 28.378052], [115.989807, 28.377852], [115.989521, 28.377893], [115.989496, 28.377977], [115.989579, 28.378114], [115.989524, 28.378158], [115.988090, 28.378227], [115.988004, 28.378287], [115.988116, 28.379173], [115.988255, 28.379259], [115.989336, 28.379058], [115.989493, 28.379870], [115.989518, 28.380945], [115.989967, 28.380968], [115.990286, 28.381068], [115.990403, 28.380853], [115.990238, 28.379785], [115.990334, 28.379768], [115.990497, 28.380418], [115.991055, 28.381190], [115.991637, 28.381412], [115.992086, 28.381006], [115.991580, 28.380680], [115.991750, 28.380571], [115.991246, 28.379608], [115.990970, 28.379641], [115.990887, 28.379462], [115.991169, 28.379161], [115.991191, 28.378955], [115.991613, 28.378885], [115.991626, 28.379213], [115.991807, 28.379268], [115.991823, 28.380136], [115.992006, 28.380473], [115.992042, 28.380305], [115.992302, 28.380262], [115.992305, 28.380326], [115.992406, 28.380327], [115.992722, 28.380615], [115.993182, 28.380720], [115.993568, 28.380089], [115.993796, 28.379945], [115.994658, 28.380803], [115.994484, 28.380837], [115.994511, 28.380966], [115.994367, 28.381160], [115.994467, 28.381265], [115.994379, 28.381690], [115.994726, 28.381758], [115.994813, 28.381983], [115.995057, 28.382235], [115.995002, 28.382538], [115.994776, 28.382457], [115.993704, 28.382410], [115.993547, 28.382762], [115.993206, 28.382894], [115.993329, 28.383570], [115.993531, 28.384010], [115.993645, 28.384008], [115.994011, 28.385111], [115.994486, 28.386188], [115.994803, 28.386502], [115.995629, 28.385558], [115.995475, 28.385098], [115.995387, 28.385040], [115.995108, 28.384142], [115.994548, 28.384275], [115.994395, 28.383820], [115.995586, 28.383512], [115.995527, 28.383297], [115.995024, 28.383053], [115.994885, 28.382695], [115.995012, 28.382589], [115.995799, 28.382772], [115.995825, 28.382615], [115.996019, 28.382635], [115.996151, 28.382775], [115.995927, 28.382955], [115.996317, 28.383640], [115.996545, 28.383789], [115.996752, 28.383705], [115.996807, 28.383820], [115.997082, 28.383834], [115.997110, 28.383916], [115.997419, 28.383754], [115.998041, 28.385180], [115.998589, 28.385036], [115.998614, 28.384958], [115.998535, 28.384721], [115.998621, 28.384598], [115.998473, 28.384482], [115.998278, 28.384112], [115.998853, 28.384075], [115.999184, 28.384154], [115.999598, 28.384525], [116.000639, 28.384886], [116.000891, 28.385106], [116.002578, 28.385790], [116.002818, 28.386096], [116.003132, 28.386288], [116.003876, 28.386339], [116.003972, 28.386457], [116.003785, 28.386545], [116.003721, 28.386733], [116.003907, 28.387081], [116.003951, 28.387039], [116.004099, 28.386933], [116.004208, 28.386977], [116.004540, 28.386912], [116.004952, 28.387067], [116.005554, 28.387101], [116.005607, 28.387529], [116.006293, 28.390266], [116.006905, 28.390747], [116.007400, 28.391417], [116.007659, 28.391470], [116.008353, 28.390923], [116.009068, 28.390592], [116.009375, 28.390606], [116.009547, 28.390379], [116.009271, 28.389177], [116.009143, 28.388183], [116.009242, 28.387946], [116.010598, 28.386976], [116.010382, 28.386730], [116.009939, 28.385673], [116.009972, 28.385616], [116.010578, 28.385742], [116.010745, 28.385696], [116.010822, 28.385460], [116.011507, 28.384442], [116.011180, 28.384157], [116.010960, 28.384065], [116.010766, 28.384081], [116.010627, 28.383900], [116.010175, 28.383899], [116.009202, 28.383260], [116.009914, 28.381589], [116.010488, 28.382017], [116.011570, 28.382250], [116.012141, 28.382214], [116.012281, 28.381756], [116.012270, 28.381485], [116.012078, 28.380907], [116.011918, 28.380657], [116.011168, 28.380104], [116.012100, 28.380069], [116.012238, 28.380196], [116.012469, 28.380154], [116.012753, 28.379902], [116.013080, 28.379264], [116.013237, 28.378744], [116.013992, 28.378686], [116.013712, 28.379643], [116.013615, 28.380862], [116.013813, 28.381104], [116.014356, 28.381241], [116.014981, 28.382862], [116.015519, 28.382705], [116.015733, 28.382327], [116.015450, 28.381721], [116.016206, 28.381456], [116.015217, 28.380098], [116.015591, 28.379802], [116.015708, 28.379621], [116.015968, 28.378722], [116.015941, 28.378257], [116.015749, 28.377712], [116.016000, 28.377410], [116.016067, 28.377158], [116.016265, 28.375569], [116.016647, 28.375435], [116.016713, 28.375681], [116.016846, 28.375623], [116.016998, 28.375666], [116.018299, 28.375021], [116.018362, 28.374842], [116.018542, 28.374790], [116.018673, 28.375031], [116.018924, 28.375072], [116.019015, 28.375160], [116.018983, 28.375297], [116.019371, 28.375649], [116.020115, 28.375742], [116.022636, 28.375804], [116.022961, 28.374736], [116.023207, 28.372803], [116.023546, 28.371640], [116.024073, 28.370444], [116.025166, 28.368610], [116.027128, 28.366239], [116.028466, 28.364761], [116.029877, 28.363410], [116.031044, 28.362120], [116.033586, 28.360120], [116.034997, 28.358817], [116.036331, 28.357838], [116.038532, 28.356417], [116.040170, 28.355465], [116.041654, 28.354934], [116.050945, 28.353063], [116.053752, 28.352656], [116.054953, 28.352294], [116.055662, 28.352065], [116.055944, 28.351882], [116.056087, 28.351675], [116.056166, 28.351197], [116.056154, 28.350231], [116.055904, 28.348342], [116.055529, 28.346983], [116.055621, 28.346568], [116.055993, 28.345775], [116.056085, 28.345055], [116.056004, 28.344062], [116.056262, 28.343495], [116.056404, 28.342512], [116.056172, 28.341815], [116.055080, 28.341086], [116.054730, 28.340669], [116.054823, 28.340490], [116.055183, 28.340199], [116.056403, 28.339657], [116.056539, 28.338473], [116.056668, 28.337701], [116.056595, 28.337230], [116.055981, 28.335381], [116.055434, 28.334505], [116.055435, 28.334222], [116.055611, 28.333752], [116.056234, 28.332866], [116.057002, 28.332244], [116.057507, 28.331951], [116.058324, 28.331712], [116.060107, 28.331669], [116.061476, 28.331613], [116.062139, 28.331663], [116.064494, 28.332146], [116.064844, 28.332065], [116.065262, 28.332112], [116.066763, 28.332573], [116.068223, 28.332867], [116.070013, 28.332971], [116.071054, 28.332937], [116.072742, 28.332726], [116.073000, 28.332580], [116.073028, 28.332316], [116.072731, 28.331482], [116.072117, 28.330207], [116.071093, 28.328384], [116.070652, 28.327025], [116.070630, 28.326756], [116.070752, 28.325228], [116.070940, 28.324553], [116.071770, 28.322406], [116.072433, 28.321553], [116.074547, 28.319594], [116.075266, 28.319029], [116.076282, 28.318423], [116.077893, 28.317765], [116.078276, 28.317652], [116.082931, 28.317446]]] } } - , - { "type": "Feature", "properties": { "NAME": "富山乡" }, "geometry": { "type": "Polygon", "coordinates": [[[115.893141, 28.494465], [115.893220, 28.494155], [115.892231, 28.493763], [115.891601, 28.493635], [115.891906, 28.493040], [115.892603, 28.492598], [115.892638, 28.492422], [115.892925, 28.492036], [115.892955, 28.490136], [115.892760, 28.488677], [115.892779, 28.488456], [115.892892, 28.488261], [115.892834, 28.488237], [115.892059, 28.487912], [115.892223, 28.488653], [115.892140, 28.489701], [115.892186, 28.491927], [115.892012, 28.492127], [115.891572, 28.492407], [115.888977, 28.492912], [115.888079, 28.492978], [115.886891, 28.493223], [115.886348, 28.493224], [115.885626, 28.493493], [115.885466, 28.493418], [115.885291, 28.493162], [115.884963, 28.492279], [115.884862, 28.491308], [115.884967, 28.490785], [115.885486, 28.489899], [115.885466, 28.489144], [115.885339, 28.488556], [115.885998, 28.488586], [115.886192, 28.489009], [115.886776, 28.488827], [115.887065, 28.488662], [115.887549, 28.488554], [115.888002, 28.488542], [115.888734, 28.488328], [115.888954, 28.488374], [115.889132, 28.488327], [115.889677, 28.488085], [115.889823, 28.487856], [115.891098, 28.487832], [115.891074, 28.487998], [115.891194, 28.488137], [115.891304, 28.488176], [115.891416, 28.488094], [115.891819, 28.487656], [115.891941, 28.487628], [115.892028, 28.483525], [115.892912, 28.483303], [115.892973, 28.481640], [115.893849, 28.481642], [115.893855, 28.481060], [115.893298, 28.480777], [115.892234, 28.479818], [115.891993, 28.479509], [115.891347, 28.479347], [115.891264, 28.479386], [115.891004, 28.479315], [115.890804, 28.479382], [115.890777, 28.479254], [115.890371, 28.478938], [115.890011, 28.478379], [115.889874, 28.478354], [115.889512, 28.478503], [115.888904, 28.478560], [115.888125, 28.478446], [115.888169, 28.477976], [115.888095, 28.477010], [115.887684, 28.475610], [115.887502, 28.475632], [115.885773, 28.475839], [115.885447, 28.475768], [115.884286, 28.476166], [115.883288, 28.476021], [115.882159, 28.475508], [115.880992, 28.475558], [115.880284, 28.474346], [115.879837, 28.474255], [115.879629, 28.472966], [115.879333, 28.472684], [115.877817, 28.470262], [115.875678, 28.470820], [115.875602, 28.471681], [115.875062, 28.471418], [115.874891, 28.471436], [115.874591, 28.471934], [115.874499, 28.472300], [115.874199, 28.472406], [115.873483, 28.473027], [115.873283, 28.473084], [115.873323, 28.473472], [115.872301, 28.473366], [115.872052, 28.471733], [115.868590, 28.471856], [115.868335, 28.471942], [115.868294, 28.472123], [115.867988, 28.472302], [115.868171, 28.473357], [115.867291, 28.473576], [115.866707, 28.472347], [115.866868, 28.472250], [115.866359, 28.471696], [115.866237, 28.471675], [115.866076, 28.471743], [115.866128, 28.472071], [115.865816, 28.472250], [115.865668, 28.472646], [115.865496, 28.472660], [115.865286, 28.473363], [115.865109, 28.473362], [115.865056, 28.473489], [115.864897, 28.473610], [115.865599, 28.474163], [115.865704, 28.474692], [115.866049, 28.475052], [115.865292, 28.475439], [115.865052, 28.475668], [115.864802, 28.475726], [115.863390, 28.476061], [115.862790, 28.476400], [115.862201, 28.476568], [115.862086, 28.476018], [115.862247, 28.475422], [115.862150, 28.475171], [115.861709, 28.474536], [115.861452, 28.474496], [115.861443, 28.474726], [115.861294, 28.474715], [115.861157, 28.474602], [115.860986, 28.474605], [115.860891, 28.474664], [115.860871, 28.474933], [115.860468, 28.474896], [115.860559, 28.474215], [115.860122, 28.474130], [115.859740, 28.474151], [115.859244, 28.474025], [115.859482, 28.473532], [115.860070, 28.473321], [115.860143, 28.473272], [115.860178, 28.473082], [115.860372, 28.473064], [115.860700, 28.472880], [115.860775, 28.472606], [115.860692, 28.472542], [115.860326, 28.472662], [115.860106, 28.472587], [115.858859, 28.472480], [115.858567, 28.472861], [115.858504, 28.473061], [115.858592, 28.473630], [115.858279, 28.474722], [115.857729, 28.474895], [115.857313, 28.474559], [115.857090, 28.474156], [115.856513, 28.473872], [115.856372, 28.473568], [115.856469, 28.472794], [115.856160, 28.472661], [115.855031, 28.472707], [115.854792, 28.472803], [115.854113, 28.472711], [115.851676, 28.473443], [115.851619, 28.473636], [115.852044, 28.474207], [115.852021, 28.474315], [115.850600, 28.475075], [115.850377, 28.474721], [115.849843, 28.475011], [115.850104, 28.475425], [115.848851, 28.475897], [115.848969, 28.476225], [115.848380, 28.476525], [115.848373, 28.476648], [115.848198, 28.476773], [115.847485, 28.476675], [115.847234, 28.476898], [115.846929, 28.476975], [115.846640, 28.476532], [115.846258, 28.476714], [115.846002, 28.476384], [115.845498, 28.476449], [115.844855, 28.475568], [115.844294, 28.475853], [115.844031, 28.476101], [115.843450, 28.476210], [115.843282, 28.476890], [115.842934, 28.476868], [115.842874, 28.476818], [115.842980, 28.476187], [115.843112, 28.475698], [115.843230, 28.475591], [115.843321, 28.475322], [115.843211, 28.475219], [115.843321, 28.474823], [115.842847, 28.474624], [115.842296, 28.474993], [115.841407, 28.474776], [115.837798, 28.474382], [115.837751, 28.476017], [115.836792, 28.478705], [115.833607, 28.483893], [115.831658, 28.486492], [115.831209, 28.486974], [115.830303, 28.487947], [115.828357, 28.489791], [115.826246, 28.491935], [115.818598, 28.498527], [115.816725, 28.500519], [115.813074, 28.504466], [115.811197, 28.506227], [115.810063, 28.507007], [115.807965, 28.508835], [115.804808, 28.511153], [115.803767, 28.512009], [115.803095, 28.512795], [115.802022, 28.515240], [115.801650, 28.516404], [115.801258, 28.518340], [115.800832, 28.519727], [115.800609, 28.520926], [115.800031, 28.522943], [115.800037, 28.523282], [115.800808, 28.525319], [115.800857, 28.526031], [115.801120, 28.527311], [115.801911, 28.529813], [115.802051, 28.530181], [115.803176, 28.531833], [115.816257, 28.531208], [115.816422, 28.531122], [115.816927, 28.531145], [115.817089, 28.531369], [115.818001, 28.531259], [115.818488, 28.532963], [115.818309, 28.533224], [115.818112, 28.533309], [115.818555, 28.535013], [115.818765, 28.534878], [115.818996, 28.534860], [115.819137, 28.534939], [115.819136, 28.535095], [115.818958, 28.535239], [115.819120, 28.535513], [115.819362, 28.535417], [115.819546, 28.535700], [115.821417, 28.535198], [115.821536, 28.535403], [115.821878, 28.535279], [115.822071, 28.535659], [115.824158, 28.535440], [115.824259, 28.535217], [115.824139, 28.535207], [115.824077, 28.534915], [115.824253, 28.534790], [115.824407, 28.534790], [115.824432, 28.534557], [115.824201, 28.534585], [115.824114, 28.534487], [115.824116, 28.534341], [115.824391, 28.534217], [115.824329, 28.533954], [115.824187, 28.533856], [115.824123, 28.533700], [115.824158, 28.533525], [115.824486, 28.533401], [115.824705, 28.533422], [115.824733, 28.533558], [115.824582, 28.534027], [115.824765, 28.534012], [115.824891, 28.534159], [115.824834, 28.534369], [115.825412, 28.534988], [115.825537, 28.535265], [115.828002, 28.535005], [115.831103, 28.534932], [115.830621, 28.536453], [115.830708, 28.536595], [115.830802, 28.536671], [115.830986, 28.536645], [115.831291, 28.536798], [115.831314, 28.536870], [115.832303, 28.537247], [115.832594, 28.537257], [115.832781, 28.536340], [115.833044, 28.535762], [115.833577, 28.535790], [115.833740, 28.535672], [115.834091, 28.535161], [115.834185, 28.535227], [115.834429, 28.535127], [115.834416, 28.535073], [115.835195, 28.534822], [115.836648, 28.534586], [115.836568, 28.533902], [115.836664, 28.533748], [115.836921, 28.533677], [115.837529, 28.533078], [115.837880, 28.532961], [115.838763, 28.533098], [115.839021, 28.532969], [115.839574, 28.532376], [115.839906, 28.532276], [115.840131, 28.531991], [115.840451, 28.531772], [115.841209, 28.530738], [115.841156, 28.530606], [115.840820, 28.530479], [115.840593, 28.530250], [115.840202, 28.530851], [115.839703, 28.530782], [115.839570, 28.530661], [115.839921, 28.529971], [115.839889, 28.529839], [115.839640, 28.529783], [115.839855, 28.529277], [115.839183, 28.529015], [115.839287, 28.528814], [115.839828, 28.528728], [115.840122, 28.528353], [115.840699, 28.528698], [115.840651, 28.528799], [115.840818, 28.528950], [115.840940, 28.528831], [115.841075, 28.528898], [115.841434, 28.528153], [115.841422, 28.527932], [115.841252, 28.527494], [115.841623, 28.527455], [115.841704, 28.526906], [115.841629, 28.526031], [115.842024, 28.525934], [115.841844, 28.525203], [115.842766, 28.524911], [115.842619, 28.524561], [115.842734, 28.524413], [115.842382, 28.524012], [115.842516, 28.523747], [115.842145, 28.523379], [115.842133, 28.522731], [115.840691, 28.522689], [115.839789, 28.522799], [115.838965, 28.522793], [115.838181, 28.522456], [115.837605, 28.522054], [115.837755, 28.521955], [115.837206, 28.520756], [115.837323, 28.520342], [115.836918, 28.520425], [115.836855, 28.519263], [115.837238, 28.518535], [115.839348, 28.515810], [115.840124, 28.515493], [115.841971, 28.515739], [115.841910, 28.515496], [115.842055, 28.515208], [115.842120, 28.515244], [115.842825, 28.515663], [115.842899, 28.515637], [115.843266, 28.515813], [115.844911, 28.516185], [115.846476, 28.516781], [115.847056, 28.516842], [115.848002, 28.516798], [115.849028, 28.516549], [115.852462, 28.515511], [115.853423, 28.515341], [115.853599, 28.515409], [115.853704, 28.515660], [115.854119, 28.517210], [115.854630, 28.517851], [115.854660, 28.518310], [115.854766, 28.518357], [115.854720, 28.518737], [115.855420, 28.519897], [115.855366, 28.519980], [115.855617, 28.520663], [115.856189, 28.520588], [115.856216, 28.520648], [115.856493, 28.521242], [115.856456, 28.521387], [115.856556, 28.521383], [115.856619, 28.521602], [115.856806, 28.521697], [115.856833, 28.521895], [115.856666, 28.522170], [115.856864, 28.522369], [115.857334, 28.522157], [115.857471, 28.521976], [115.857976, 28.521883], [115.857732, 28.520961], [115.857523, 28.520818], [115.857364, 28.520215], [115.857093, 28.520002], [115.856658, 28.518809], [115.857647, 28.518809], [115.858444, 28.518908], [115.858504, 28.518474], [115.859074, 28.518193], [115.858868, 28.517875], [115.859466, 28.517570], [115.859900, 28.517634], [115.859925, 28.517920], [115.860192, 28.518474], [115.861061, 28.518509], [115.861640, 28.518724], [115.861496, 28.519095], [115.861983, 28.519322], [115.862025, 28.519427], [115.862709, 28.519587], [115.862798, 28.519805], [115.863691, 28.520133], [115.864024, 28.520396], [115.864172, 28.520373], [115.864672, 28.520047], [115.864410, 28.519649], [115.864419, 28.519525], [115.865129, 28.519269], [115.865617, 28.519483], [115.865628, 28.520376], [115.865766, 28.520632], [115.865968, 28.521383], [115.866114, 28.521490], [115.866354, 28.521311], [115.867605, 28.520923], [115.867593, 28.520480], [115.867590, 28.520353], [115.867727, 28.520583], [115.868075, 28.520834], [115.868243, 28.520804], [115.868563, 28.520372], [115.869070, 28.520265], [115.869495, 28.519803], [115.869858, 28.519723], [115.870153, 28.519446], [115.870213, 28.519261], [115.870503, 28.519197], [115.871104, 28.518705], [115.871565, 28.519246], [115.871259, 28.519522], [115.871570, 28.519886], [115.871809, 28.519719], [115.871984, 28.519720], [115.872386, 28.520361], [115.872629, 28.521310], [115.873059, 28.521158], [115.873046, 28.520589], [115.873881, 28.520630], [115.873857, 28.521129], [115.874070, 28.521182], [115.874307, 28.520943], [115.874671, 28.521445], [115.875176, 28.521896], [115.875489, 28.521778], [115.875608, 28.521572], [115.875499, 28.520831], [115.876220, 28.520664], [115.876562, 28.521493], [115.877088, 28.521480], [115.877187, 28.521308], [115.876961, 28.520583], [115.877175, 28.520516], [115.876604, 28.519341], [115.878030, 28.518869], [115.878657, 28.516548], [115.879946, 28.518073], [115.881165, 28.518685], [115.881245, 28.518513], [115.881174, 28.517858], [115.884134, 28.517708], [115.884190, 28.517984], [115.884324, 28.518157], [115.884243, 28.518518], [115.884396, 28.518743], [115.884279, 28.519156], [115.885776, 28.519408], [115.888042, 28.520476], [115.888262, 28.519909], [115.888557, 28.519671], [115.888966, 28.519639], [115.888560, 28.519412], [115.888251, 28.519117], [115.888272, 28.518928], [115.888489, 28.518740], [115.889642, 28.518284], [115.890344, 28.518254], [115.890267, 28.518133], [115.890366, 28.517997], [115.890656, 28.518171], [115.891026, 28.518139], [115.891613, 28.517937], [115.891403, 28.517453], [115.891504, 28.517144], [115.891488, 28.516799], [115.891800, 28.516750], [115.891536, 28.515939], [115.892063, 28.515822], [115.891858, 28.514976], [115.891909, 28.514962], [115.892600, 28.514758], [115.892814, 28.514794], [115.893244, 28.514625], [115.893643, 28.515541], [115.893956, 28.515458], [115.894404, 28.517287], [115.894302, 28.517699], [115.894452, 28.518321], [115.895620, 28.520679], [115.896687, 28.521066], [115.896880, 28.521275], [115.898101, 28.521801], [115.897983, 28.521972], [115.898137, 28.522077], [115.898488, 28.522080], [115.898514, 28.521408], [115.898360, 28.521286], [115.898638, 28.520737], [115.898776, 28.520618], [115.898680, 28.520479], [115.899812, 28.520299], [115.899828, 28.520609], [115.900784, 28.520444], [115.900787, 28.520186], [115.901103, 28.519775], [115.901086, 28.519551], [115.900598, 28.519616], [115.900179, 28.518666], [115.899907, 28.518646], [115.899853, 28.518198], [115.900185, 28.518149], [115.900168, 28.517891], [115.900345, 28.517651], [115.900516, 28.518066], [115.900806, 28.518343], [115.901447, 28.518521], [115.902102, 28.519215], [115.902234, 28.519647], [115.902231, 28.519991], [115.902519, 28.520373], [115.902830, 28.520478], [115.903200, 28.520464], [115.903277, 28.520637], [115.903724, 28.520692], [115.903969, 28.521452], [115.903753, 28.521623], [115.904158, 28.522091], [115.904470, 28.522042], [115.904511, 28.521784], [115.904962, 28.521598], [115.905175, 28.521668], [115.905665, 28.521414], [115.907440, 28.521257], [115.907209, 28.521013], [115.907269, 28.520824], [115.907445, 28.520740], [115.907370, 28.520533], [115.908803, 28.520516], [115.908585, 28.518361], [115.907304, 28.516580], [115.905746, 28.513929], [115.905220, 28.512456], [115.905236, 28.510884], [115.905751, 28.509658], [115.906314, 28.508919], [115.906424, 28.507737], [115.906351, 28.506678], [115.905838, 28.505852], [115.905052, 28.505473], [115.901927, 28.505563], [115.901345, 28.505303], [115.900960, 28.505031], [115.900680, 28.504740], [115.900376, 28.504150], [115.900174, 28.503301], [115.900469, 28.501560], [115.901252, 28.499738], [115.901079, 28.499365], [115.897508, 28.497407], [115.895222, 28.495837], [115.893795, 28.494737], [115.893141, 28.494465]]] } } - , - { "type": "Feature", "properties": { "NAME": "东新乡" }, "geometry": { "type": "Polygon", "coordinates": [[[115.838066, 28.556299], [115.837977, 28.555954], [115.838166, 28.555872], [115.838719, 28.556127], [115.839850, 28.556469], [115.840647, 28.555941], [115.840378, 28.555004], [115.839729, 28.554717], [115.836877, 28.554091], [115.836478, 28.553827], [115.836042, 28.553056], [115.835163, 28.552454], [115.833915, 28.553094], [115.833623, 28.552851], [115.833445, 28.552934], [115.832768, 28.550896], [115.831697, 28.550522], [115.831455, 28.549914], [115.831405, 28.549079], [115.831646, 28.547172], [115.832750, 28.546631], [115.833002, 28.546340], [115.832516, 28.545406], [115.832899, 28.543839], [115.832862, 28.543507], [115.832395, 28.543053], [115.832151, 28.542696], [115.831834, 28.542516], [115.831015, 28.541769], [115.830792, 28.541387], [115.830793, 28.541223], [115.831317, 28.540112], [115.831364, 28.539815], [115.831271, 28.539526], [115.831333, 28.539372], [115.832020, 28.538785], [115.832832, 28.537720], [115.832813, 28.537472], [115.832594, 28.537257], [115.832303, 28.537247], [115.831314, 28.536870], [115.831291, 28.536798], [115.830986, 28.536645], [115.830802, 28.536671], [115.830708, 28.536595], [115.830621, 28.536453], [115.831103, 28.534932], [115.828002, 28.535005], [115.825537, 28.535265], [115.825412, 28.534988], [115.824834, 28.534369], [115.824891, 28.534159], [115.824765, 28.534012], [115.824582, 28.534027], [115.824733, 28.533558], [115.824705, 28.533422], [115.824486, 28.533401], [115.824158, 28.533525], [115.824123, 28.533700], [115.824187, 28.533856], [115.824329, 28.533954], [115.824391, 28.534217], [115.824116, 28.534341], [115.824114, 28.534487], [115.824201, 28.534585], [115.824432, 28.534557], [115.824407, 28.534790], [115.824253, 28.534790], [115.824077, 28.534915], [115.824139, 28.535207], [115.824259, 28.535217], [115.824158, 28.535440], [115.822071, 28.535659], [115.821878, 28.535279], [115.821536, 28.535403], [115.821417, 28.535198], [115.819546, 28.535700], [115.819362, 28.535417], [115.819120, 28.535513], [115.818958, 28.535239], [115.819136, 28.535095], [115.819137, 28.534939], [115.818996, 28.534860], [115.818765, 28.534878], [115.818555, 28.535013], [115.818112, 28.533309], [115.818309, 28.533224], [115.818488, 28.532963], [115.818001, 28.531259], [115.817089, 28.531369], [115.816927, 28.531145], [115.816422, 28.531122], [115.816257, 28.531208], [115.803176, 28.531833], [115.804575, 28.533738], [115.805055, 28.535110], [115.805879, 28.536905], [115.807024, 28.538999], [115.807613, 28.539849], [115.808429, 28.540701], [115.810019, 28.542066], [115.810477, 28.542884], [115.810726, 28.544878], [115.811700, 28.550011], [115.812570, 28.553998], [115.812697, 28.555015], [115.813093, 28.556923], [115.813385, 28.558165], [115.813534, 28.559273], [115.813669, 28.559795], [115.814056, 28.560727], [115.814309, 28.562568], [115.814595, 28.563124], [115.815034, 28.565030], [115.815066, 28.565398], [115.814693, 28.568591], [115.814680, 28.571866], [115.814798, 28.572645], [115.814776, 28.573472], [115.814794, 28.575749], [115.815019, 28.576745], [115.815043, 28.579958], [115.815349, 28.582990], [115.815702, 28.585072], [115.816113, 28.586892], [115.816812, 28.594074], [115.817574, 28.597122], [115.817684, 28.598658], [115.818109, 28.600763], [115.818403, 28.601686], [115.818710, 28.602338], [115.819455, 28.603818], [115.820028, 28.604729], [115.820786, 28.605929], [115.820659, 28.605973], [115.820649, 28.606063], [115.820789, 28.606446], [115.821878, 28.608256], [115.822854, 28.610342], [115.823594, 28.611531], [115.823821, 28.611719], [115.824396, 28.612545], [115.824519, 28.612905], [115.825159, 28.613928], [115.838773, 28.617482], [115.839931, 28.617455], [115.840572, 28.617226], [115.841246, 28.616699], [115.841440, 28.616413], [115.841623, 28.615932], [115.841603, 28.614950], [115.841516, 28.614504], [115.841103, 28.613488], [115.841121, 28.612956], [115.841191, 28.612718], [115.841359, 28.612519], [115.841786, 28.612235], [115.843003, 28.611999], [115.843666, 28.611960], [115.844476, 28.612025], [115.844959, 28.612164], [115.845564, 28.612385], [115.846546, 28.612956], [115.847019, 28.613414], [115.847049, 28.613490], [115.846869, 28.613679], [115.846849, 28.613798], [115.847582, 28.614758], [115.849318, 28.616473], [115.850561, 28.617842], [115.851112, 28.617444], [115.850477, 28.616588], [115.850466, 28.616484], [115.851868, 28.615600], [115.852164, 28.615504], [115.852421, 28.615549], [115.852926, 28.615358], [115.855095, 28.615199], [115.857050, 28.614860], [115.858666, 28.614702], [115.859021, 28.614792], [115.859387, 28.614984], [115.859776, 28.615323], [115.860465, 28.616352], [115.860580, 28.616420], [115.860729, 28.616403], [115.860785, 28.616311], [115.860610, 28.616006], [115.860694, 28.615573], [115.860051, 28.614376], [115.860052, 28.614256], [115.860333, 28.613764], [115.860172, 28.613298], [115.860230, 28.613103], [115.861814, 28.613016], [115.861913, 28.612946], [115.861915, 28.612805], [115.861443, 28.610443], [115.861211, 28.610343], [115.860405, 28.610501], [115.860203, 28.610391], [115.859957, 28.610443], [115.859712, 28.610393], [115.859665, 28.610251], [115.859525, 28.609020], [115.859353, 28.608444], [115.859344, 28.607565], [115.859389, 28.607382], [115.859711, 28.607080], [115.859948, 28.606729], [115.860019, 28.606463], [115.860034, 28.606133], [115.859866, 28.605243], [115.859880, 28.605064], [115.859974, 28.604940], [115.860158, 28.604865], [115.860245, 28.604714], [115.860149, 28.604035], [115.860158, 28.603743], [115.860239, 28.603619], [115.862375, 28.603058], [115.862621, 28.603027], [115.862817, 28.603099], [115.863295, 28.603688], [115.863934, 28.605401], [115.863934, 28.606510], [115.863926, 28.607266], [115.864075, 28.608862], [115.865364, 28.614066], [115.865497, 28.614202], [115.865871, 28.614248], [115.866085, 28.614353], [115.866644, 28.614292], [115.868898, 28.613662], [115.869648, 28.613559], [115.872490, 28.612552], [115.873671, 28.612555], [115.874893, 28.612594], [115.875998, 28.611422], [115.876661, 28.611469], [115.877068, 28.611642], [115.878534, 28.611322], [115.880490, 28.610773], [115.880745, 28.610780], [115.884061, 28.613333], [115.884816, 28.612958], [115.885690, 28.611677], [115.885736, 28.611609], [115.886051, 28.611149], [115.886274, 28.610595], [115.886753, 28.608084], [115.886910, 28.607501], [115.887088, 28.607215], [115.887736, 28.607013], [115.889003, 28.606815], [115.888938, 28.606652], [115.888564, 28.606271], [115.887466, 28.605612], [115.887400, 28.605486], [115.887491, 28.604784], [115.887777, 28.603862], [115.888270, 28.603230], [115.888279, 28.603111], [115.888039, 28.602865], [115.887614, 28.602596], [115.887549, 28.602506], [115.887574, 28.602403], [115.887752, 28.602287], [115.888575, 28.602035], [115.889798, 28.601311], [115.891083, 28.601047], [115.891579, 28.600903], [115.891798, 28.600757], [115.892164, 28.600227], [115.892451, 28.600059], [115.893120, 28.599346], [115.893957, 28.597867], [115.894527, 28.597057], [115.894873, 28.596788], [115.895745, 28.596743], [115.896549, 28.596875], [115.897914, 28.596960], [115.898559, 28.597046], [115.899327, 28.597304], [115.899849, 28.597093], [115.900074, 28.596829], [115.900122, 28.596667], [115.900013, 28.595400], [115.899965, 28.594840], [115.899995, 28.594367], [115.900071, 28.594293], [115.901171, 28.594162], [115.901205, 28.594088], [115.900927, 28.592591], [115.900820, 28.591574], [115.893295, 28.591600], [115.894153, 28.586023], [115.889862, 28.580898], [115.887115, 28.581350], [115.876644, 28.581953], [115.868637, 28.582311], [115.867450, 28.580566], [115.867341, 28.579970], [115.866139, 28.578682], [115.864757, 28.576698], [115.864583, 28.576714], [115.863577, 28.577354], [115.863387, 28.577131], [115.862561, 28.575271], [115.862717, 28.575068], [115.862265, 28.574129], [115.862156, 28.573550], [115.861325, 28.573952], [115.861153, 28.573866], [115.861101, 28.573372], [115.860599, 28.573590], [115.860450, 28.573112], [115.860565, 28.570725], [115.860613, 28.569724], [115.860501, 28.569030], [115.859904, 28.567221], [115.858893, 28.566731], [115.858578, 28.566059], [115.858301, 28.565827], [115.856819, 28.566010], [115.856850, 28.566431], [115.856715, 28.566542], [115.856140, 28.566612], [115.856229, 28.566855], [115.856157, 28.567009], [115.855897, 28.567076], [115.855481, 28.566689], [115.854630, 28.567042], [115.854399, 28.566991], [115.853478, 28.567282], [115.853400, 28.567363], [115.853408, 28.567780], [115.853521, 28.568091], [115.853507, 28.568401], [115.852930, 28.568810], [115.852485, 28.568973], [115.851900, 28.569093], [115.851602, 28.568584], [115.851345, 28.568531], [115.851114, 28.568322], [115.850937, 28.568507], [115.850739, 28.568516], [115.849928, 28.568903], [115.849984, 28.569179], [115.847972, 28.569837], [115.847115, 28.570021], [115.845656, 28.569907], [115.844785, 28.569591], [115.844748, 28.569437], [115.844525, 28.568470], [115.844666, 28.567954], [115.844635, 28.567248], [115.843204, 28.566481], [115.844226, 28.563700], [115.844599, 28.563359], [115.845009, 28.563258], [115.844883, 28.562275], [115.843420, 28.562610], [115.841981, 28.562087], [115.840419, 28.561325], [115.839588, 28.561086], [115.838866, 28.561045], [115.838507, 28.560822], [115.837933, 28.559981], [115.837726, 28.559857], [115.837419, 28.559928], [115.836769, 28.559653], [115.835853, 28.559635], [115.835702, 28.559437], [115.835822, 28.559101], [115.836520, 28.558555], [115.836931, 28.557943], [115.837138, 28.557787], [115.837714, 28.557672], [115.837765, 28.557515], [115.837660, 28.557358], [115.837897, 28.557102], [115.837882, 28.556518], [115.838066, 28.556299]]] } } - , - { "type": "Feature", "properties": { "NAME": "八一乡" }, "geometry": { "type": "Polygon", "coordinates": [[[115.943379, 28.552988], [115.941879, 28.552024], [115.934755, 28.552401], [115.933382, 28.559865], [115.939819, 28.560393], [115.940195, 28.559167], [115.940420, 28.558433], [115.942418, 28.558551], [115.942285, 28.559808], [115.942109, 28.560365], [115.942473, 28.560426], [115.942585, 28.560759], [115.942441, 28.560768], [115.942458, 28.560844], [115.942669, 28.560866], [115.942632, 28.561101], [115.942784, 28.561389], [115.942681, 28.561389], [115.942702, 28.561565], [115.942805, 28.561591], [115.943172, 28.562926], [115.942692, 28.564483], [115.942938, 28.564544], [115.943329, 28.563484], [115.945564, 28.564248], [115.946438, 28.563450], [115.946913, 28.563704], [115.946690, 28.564116], [115.946705, 28.564266], [115.946210, 28.566030], [115.946077, 28.566857], [115.945786, 28.568809], [115.945629, 28.569084], [115.945672, 28.569129], [115.946086, 28.569567], [115.945612, 28.569948], [115.945963, 28.570499], [115.946063, 28.571000], [115.945819, 28.571147], [115.945285, 28.571157], [115.945186, 28.572161], [115.945751, 28.572309], [115.945519, 28.572835], [115.945542, 28.572964], [115.945930, 28.572996], [115.945674, 28.573550], [115.945815, 28.574007], [115.945688, 28.574584], [115.945542, 28.574647], [115.945441, 28.574960], [115.945481, 28.575060], [115.945667, 28.575069], [115.945710, 28.575548], [115.946115, 28.575629], [115.946150, 28.576171], [115.946627, 28.576255], [115.946589, 28.576761], [115.946679, 28.577482], [115.946882, 28.577419], [115.947003, 28.577470], [115.947353, 28.578116], [115.947775, 28.578020], [115.947896, 28.578079], [115.947968, 28.578158], [115.947917, 28.578464], [115.947964, 28.578581], [115.947508, 28.578817], [115.947327, 28.579072], [115.946164, 28.579561], [115.945331, 28.579801], [115.945313, 28.580044], [115.945115, 28.580399], [115.944996, 28.580947], [115.944767, 28.580452], [115.944613, 28.580451], [115.944490, 28.580571], [115.943956, 28.580580], [115.943971, 28.580659], [115.943687, 28.580749], [115.943568, 28.581296], [115.944507, 28.581284], [115.944531, 28.581370], [115.943792, 28.581541], [115.943685, 28.581711], [115.943540, 28.581681], [115.943376, 28.581858], [115.943095, 28.581705], [115.942916, 28.581782], [115.942830, 28.582260], [115.942740, 28.582359], [115.941808, 28.582407], [115.941874, 28.584487], [115.941876, 28.584548], [115.942812, 28.584100], [115.942883, 28.584222], [115.943125, 28.584353], [115.943311, 28.584354], [115.943649, 28.584543], [115.943830, 28.584802], [115.944207, 28.585070], [115.944546, 28.585187], [115.944781, 28.585140], [115.944794, 28.585489], [115.944655, 28.585658], [115.945244, 28.585885], [115.945559, 28.585895], [115.945664, 28.586010], [115.945818, 28.585998], [115.945750, 28.586304], [115.945785, 28.586552], [115.945600, 28.586688], [115.945614, 28.586938], [115.945857, 28.586940], [115.945838, 28.587169], [115.945960, 28.587170], [115.945925, 28.587433], [115.946159, 28.587436], [115.946118, 28.587535], [115.946482, 28.587617], [115.946681, 28.587940], [115.946851, 28.588413], [115.946847, 28.588843], [115.946990, 28.589646], [115.946732, 28.589781], [115.946591, 28.589780], [115.946574, 28.589922], [115.945854, 28.589978], [115.945852, 28.590210], [115.944989, 28.589952], [115.944666, 28.590983], [115.943817, 28.593165], [115.943375, 28.593716], [115.943429, 28.593856], [115.943617, 28.593931], [115.943656, 28.594080], [115.943563, 28.594218], [115.943561, 28.594389], [115.943408, 28.594455], [115.943318, 28.594603], [115.943455, 28.594674], [115.943901, 28.594634], [115.944194, 28.594897], [115.945185, 28.595115], [115.946009, 28.595472], [115.946236, 28.595785], [115.946624, 28.595928], [115.946797, 28.595942], [115.947130, 28.595685], [115.948417, 28.596597], [115.949098, 28.596856], [115.949263, 28.596997], [115.949973, 28.597195], [115.950278, 28.597561], [115.951137, 28.597510], [115.951266, 28.597556], [115.951636, 28.598694], [115.951816, 28.598696], [115.952445, 28.598455], [115.955057, 28.597168], [115.955985, 28.596538], [115.956253, 28.596432], [115.956498, 28.596078], [115.956881, 28.596249], [115.957077, 28.596131], [115.957143, 28.596049], [115.956754, 28.595286], [115.956847, 28.594545], [115.957054, 28.594065], [115.957911, 28.593997], [115.958813, 28.593829], [115.959094, 28.593839], [115.959388, 28.594020], [115.960367, 28.593998], [115.960499, 28.593752], [115.961471, 28.593787], [115.961367, 28.593456], [115.961403, 28.593400], [115.961820, 28.593485], [115.961914, 28.593480], [115.962009, 28.593305], [115.962349, 28.593378], [115.962471, 28.593246], [115.962443, 28.593112], [115.962007, 28.592861], [115.962001, 28.592664], [115.962274, 28.592008], [115.962667, 28.591569], [115.962920, 28.591508], [115.962922, 28.591267], [115.963002, 28.591179], [115.964671, 28.590712], [115.964802, 28.590570], [115.965321, 28.590506], [115.965569, 28.590192], [115.966563, 28.590233], [115.967199, 28.590068], [115.967487, 28.590084], [115.967792, 28.590537], [115.968423, 28.590797], [115.968685, 28.591319], [115.968914, 28.591404], [115.969022, 28.591380], [115.969172, 28.590887], [115.969483, 28.590361], [115.969951, 28.590052], [115.970268, 28.589985], [115.970510, 28.590040], [115.970720, 28.590218], [115.970762, 28.590339], [115.970666, 28.590592], [115.970837, 28.590714], [115.971037, 28.591013], [115.971526, 28.591006], [115.972316, 28.590589], [115.972878, 28.590608], [115.972972, 28.590564], [115.973032, 28.590331], [115.972877, 28.589917], [115.973397, 28.589803], [115.973436, 28.588764], [115.973599, 28.588258], [115.975479, 28.588246], [115.976181, 28.588076], [115.976930, 28.588014], [115.978067, 28.588184], [115.978494, 28.588753], [115.979714, 28.590045], [115.979912, 28.590408], [115.979990, 28.591334], [115.980324, 28.592484], [115.980352, 28.593385], [115.980490, 28.593721], [115.980985, 28.593485], [115.981686, 28.593270], [115.982404, 28.592772], [115.983060, 28.592728], [115.983395, 28.592624], [115.983417, 28.592421], [115.983511, 28.592314], [115.983832, 28.592673], [115.984488, 28.592699], [115.985466, 28.592886], [115.986536, 28.592511], [115.986696, 28.592367], [115.986757, 28.592202], [115.987027, 28.591653], [115.987548, 28.591432], [115.988802, 28.591483], [115.989200, 28.591272], [115.990101, 28.590539], [115.990480, 28.590068], [115.990671, 28.589721], [115.990799, 28.589126], [115.990887, 28.588989], [115.992108, 28.588704], [115.992512, 28.588695], [115.993058, 28.588892], [115.993597, 28.588935], [115.996026, 28.589810], [115.996290, 28.590028], [115.996510, 28.590398], [115.996356, 28.590693], [115.996402, 28.591169], [115.996731, 28.591338], [115.997279, 28.591375], [115.997430, 28.591465], [115.997478, 28.591656], [115.997600, 28.591759], [115.998067, 28.591890], [115.998183, 28.592247], [115.999901, 28.592359], [116.000096, 28.592279], [116.000206, 28.592144], [116.000103, 28.591933], [115.999845, 28.591408], [115.999716, 28.590603], [115.999819, 28.590325], [116.000294, 28.589601], [116.000486, 28.589115], [116.000598, 28.588742], [116.000664, 28.587888], [116.000819, 28.587490], [116.001559, 28.586889], [116.005569, 28.585763], [116.007149, 28.586037], [116.007180, 28.582707], [116.006700, 28.580524], [116.005942, 28.578988], [116.003716, 28.576215], [116.003425, 28.572798], [116.003219, 28.570376], [116.003902, 28.565811], [116.005432, 28.564461], [116.005338, 28.563688], [116.004951, 28.561843], [116.005360, 28.557786], [116.005247, 28.555440], [116.004992, 28.553834], [116.004249, 28.553915], [116.002635, 28.553512], [116.001947, 28.551344], [116.001493, 28.549498], [116.001500, 28.548690], [116.001504, 28.548251], [116.000923, 28.545543], [115.999501, 28.541160], [115.997980, 28.537282], [115.998513, 28.536486], [115.998866, 28.535581], [115.998732, 28.534689], [115.998886, 28.533426], [115.998836, 28.533100], [115.998791, 28.532805], [116.005384, 28.517929], [116.002841, 28.517787], [116.002266, 28.520059], [116.001704, 28.520907], [116.000684, 28.521345], [116.000131, 28.521217], [115.999311, 28.519947], [115.998023, 28.519405], [115.996639, 28.519228], [115.993662, 28.519233], [115.993268, 28.519233], [115.989672, 28.518626], [115.988818, 28.517928], [115.981789, 28.520942], [115.981775, 28.521118], [115.981874, 28.521152], [115.981751, 28.521630], [115.981781, 28.521751], [115.981561, 28.521865], [115.981485, 28.522051], [115.980896, 28.522204], [115.980532, 28.522399], [115.980345, 28.522380], [115.979999, 28.521337], [115.979807, 28.521131], [115.978834, 28.520978], [115.978126, 28.521229], [115.977152, 28.521397], [115.976924, 28.521306], [115.976783, 28.521101], [115.976492, 28.520212], [115.976294, 28.519962], [115.976348, 28.519522], [115.975439, 28.519926], [115.975297, 28.519715], [115.975092, 28.519641], [115.974125, 28.519521], [115.974099, 28.519189], [115.973939, 28.518972], [115.973498, 28.519020], [115.973371, 28.519261], [115.972945, 28.519338], [115.972801, 28.519264], [115.972934, 28.518872], [115.972833, 28.518661], [115.972192, 28.518942], [115.971211, 28.519138], [115.970911, 28.519094], [115.970754, 28.519211], [115.970034, 28.519130], [115.969887, 28.519303], [115.969857, 28.519686], [115.969670, 28.520011], [115.969647, 28.520240], [115.969722, 28.520515], [115.969587, 28.521086], [115.969627, 28.521787], [115.969538, 28.521836], [115.969530, 28.522156], [115.969665, 28.522687], [115.969400, 28.522762], [115.969182, 28.522728], [115.969012, 28.523186], [115.969243, 28.523452], [115.969583, 28.523625], [115.970086, 28.524648], [115.970314, 28.524651], [115.970551, 28.524818], [115.971542, 28.526883], [115.971632, 28.527758], [115.971260, 28.528644], [115.971042, 28.528755], [115.970393, 28.528817], [115.970314, 28.528922], [115.970050, 28.528956], [115.969738, 28.528559], [115.968048, 28.529122], [115.967907, 28.528655], [115.967591, 28.528661], [115.967279, 28.528763], [115.967214, 28.528502], [115.966492, 28.528600], [115.966164, 28.528720], [115.966030, 28.528161], [115.965838, 28.528154], [115.965733, 28.528277], [115.965630, 28.528230], [115.965485, 28.528288], [115.965499, 28.527840], [115.964810, 28.527843], [115.964762, 28.528048], [115.963998, 28.528099], [115.964022, 28.528323], [115.963923, 28.528414], [115.963679, 28.528425], [115.963672, 28.528607], [115.963485, 28.528715], [115.963435, 28.529043], [115.963538, 28.529779], [115.963259, 28.529790], [115.963294, 28.529393], [115.962837, 28.529425], [115.962745, 28.529839], [115.962342, 28.529726], [115.962079, 28.530166], [115.961928, 28.530111], [115.961835, 28.530236], [115.961922, 28.530306], [115.961730, 28.530504], [115.961576, 28.530873], [115.961705, 28.530942], [115.961484, 28.531360], [115.961154, 28.531740], [115.961772, 28.532056], [115.961751, 28.532280], [115.961478, 28.532528], [115.961220, 28.532407], [115.960832, 28.532851], [115.960523, 28.532715], [115.959993, 28.532331], [115.959888, 28.532444], [115.959599, 28.532290], [115.959256, 28.532424], [115.959102, 28.532765], [115.958731, 28.533191], [115.958241, 28.533308], [115.958209, 28.533458], [115.957838, 28.533747], [115.957173, 28.533996], [115.956977, 28.534262], [115.956347, 28.534608], [115.956110, 28.534441], [115.955358, 28.535128], [115.954928, 28.535622], [115.954544, 28.535714], [115.954026, 28.536050], [115.953762, 28.536084], [115.953523, 28.536218], [115.952683, 28.536210], [115.952156, 28.536155], [115.952379, 28.535057], [115.953173, 28.533344], [115.952475, 28.533170], [115.952721, 28.532424], [115.952367, 28.532083], [115.951980, 28.531869], [115.951611, 28.531501], [115.951459, 28.531622], [115.951361, 28.531612], [115.951223, 28.531456], [115.950950, 28.531348], [115.950367, 28.531507], [115.949967, 28.531133], [115.949964, 28.531211], [115.949933, 28.532475], [115.950396, 28.533357], [115.950402, 28.533777], [115.950062, 28.534307], [115.950007, 28.534644], [115.950076, 28.534983], [115.950029, 28.535046], [115.949832, 28.535012], [115.949795, 28.535071], [115.949949, 28.535711], [115.950087, 28.535950], [115.950055, 28.536078], [115.949943, 28.536328], [115.948429, 28.535829], [115.948409, 28.536043], [115.948107, 28.535964], [115.948101, 28.537588], [115.948040, 28.537870], [115.947757, 28.538335], [115.947535, 28.539036], [115.947673, 28.539596], [115.948193, 28.539909], [115.946952, 28.542709], [115.947229, 28.542771], [115.947265, 28.542600], [115.948059, 28.542641], [115.948332, 28.543313], [115.948422, 28.543344], [115.948449, 28.543548], [115.948666, 28.543585], [115.948813, 28.543712], [115.948788, 28.543883], [115.948926, 28.543900], [115.949084, 28.544042], [115.948646, 28.544423], [115.947891, 28.545856], [115.947621, 28.546436], [115.947371, 28.547472], [115.952086, 28.548233], [115.952416, 28.547788], [115.952689, 28.547943], [115.952950, 28.547542], [115.953369, 28.547924], [115.953050, 28.548404], [115.953013, 28.548615], [115.953230, 28.548678], [115.953409, 28.548443], [115.953524, 28.548434], [115.953525, 28.548344], [115.953765, 28.548285], [115.953768, 28.547988], [115.954118, 28.547841], [115.954188, 28.547695], [115.954532, 28.547907], [115.955417, 28.548149], [115.953676, 28.551202], [115.953621, 28.551183], [115.951847, 28.550579], [115.951071, 28.550506], [115.950448, 28.551889], [115.949872, 28.551828], [115.949285, 28.551656], [115.948988, 28.551714], [115.948761, 28.551576], [115.948565, 28.551760], [115.948490, 28.551729], [115.948599, 28.551191], [115.948719, 28.551112], [115.948420, 28.550771], [115.947553, 28.550667], [115.947364, 28.550716], [115.947222, 28.551173], [115.947690, 28.551212], [115.947600, 28.552130], [115.947365, 28.552164], [115.947170, 28.552343], [115.947102, 28.552216], [115.945232, 28.552153], [115.945077, 28.552212], [115.945226, 28.552714], [115.944364, 28.552909], [115.943379, 28.552988]]] } } - , - { "type": "Feature", "properties": { "NAME": "小蓝经济开发区" }, "geometry": { "type": "Polygon", "coordinates": [[[115.922485, 28.518478], [115.922003, 28.517710], [115.921142, 28.516045], [115.920571, 28.514774], [115.920349, 28.514855], [115.920319, 28.515115], [115.920157, 28.515244], [115.919633, 28.515310], [115.919078, 28.515756], [115.918861, 28.516026], [115.918787, 28.516026], [115.918614, 28.515828], [115.918485, 28.515981], [115.918108, 28.516021], [115.917767, 28.516058], [115.917466, 28.515961], [115.917140, 28.515733], [115.917004, 28.515939], [115.916694, 28.516067], [115.916343, 28.515898], [115.916209, 28.515932], [115.915568, 28.515696], [115.915791, 28.514141], [115.916037, 28.513740], [115.917688, 28.512813], [115.918110, 28.512309], [115.918281, 28.511913], [115.919678, 28.510989], [115.920142, 28.510272], [115.920246, 28.509906], [115.920219, 28.509248], [115.920442, 28.509084], [115.920648, 28.509234], [115.920904, 28.509781], [115.921211, 28.509979], [115.921427, 28.509798], [115.920544, 28.508937], [115.921244, 28.508415], [115.922834, 28.507031], [115.922869, 28.506913], [115.922703, 28.506722], [115.923199, 28.506105], [115.923194, 28.505938], [115.922997, 28.505539], [115.922611, 28.505245], [115.925220, 28.502373], [115.922266, 28.500762], [115.921940, 28.500256], [115.921804, 28.499730], [115.921782, 28.498643], [115.921918, 28.498628], [115.921920, 28.498453], [115.921702, 28.498445], [115.921651, 28.498287], [115.921731, 28.498189], [115.921013, 28.498042], [115.920561, 28.497795], [115.920325, 28.498039], [115.919884, 28.497760], [115.919646, 28.497812], [115.918833, 28.499058], [115.918745, 28.499043], [115.918757, 28.498881], [115.918644, 28.498576], [115.918165, 28.498210], [115.917527, 28.498253], [115.917007, 28.498102], [115.916916, 28.498311], [115.916113, 28.498260], [115.916206, 28.497326], [115.915762, 28.497242], [115.915769, 28.497056], [115.915053, 28.497090], [115.914600, 28.496939], [115.914502, 28.496805], [115.914381, 28.496148], [115.915362, 28.495141], [115.915155, 28.494155], [115.914996, 28.493987], [115.914380, 28.494055], [115.913673, 28.494343], [115.913704, 28.494583], [115.913565, 28.494582], [115.913526, 28.494660], [115.913226, 28.494761], [115.913066, 28.494622], [115.912977, 28.494636], [115.912731, 28.494800], [115.912768, 28.494884], [115.912607, 28.494936], [115.912628, 28.495045], [115.912749, 28.495109], [115.912907, 28.495992], [115.912987, 28.496075], [115.912957, 28.496222], [115.912636, 28.496239], [115.912607, 28.496910], [115.912747, 28.497279], [115.912830, 28.497392], [115.912957, 28.497422], [115.913628, 28.497330], [115.913724, 28.498310], [115.912692, 28.498316], [115.912798, 28.498807], [115.913211, 28.499013], [115.913390, 28.499381], [115.913335, 28.499929], [115.911982, 28.500418], [115.911518, 28.500340], [115.911089, 28.500003], [115.910796, 28.499903], [115.910430, 28.499885], [115.910339, 28.500149], [115.909984, 28.500161], [115.909969, 28.500508], [115.909038, 28.500491], [115.906382, 28.502070], [115.906352, 28.502186], [115.906490, 28.502275], [115.906817, 28.502239], [115.907016, 28.502353], [115.907059, 28.502491], [115.906684, 28.502757], [115.906719, 28.503125], [115.906447, 28.503245], [115.906175, 28.503233], [115.905896, 28.503466], [115.905984, 28.503530], [115.906234, 28.503449], [115.906450, 28.503470], [115.906640, 28.503350], [115.907010, 28.503441], [115.907043, 28.503719], [115.907331, 28.503722], [115.907505, 28.504032], [115.907464, 28.504223], [115.907303, 28.504285], [115.907010, 28.504243], [115.906779, 28.504094], [115.906225, 28.504006], [115.906158, 28.504089], [115.906200, 28.504251], [115.906591, 28.504480], [115.906533, 28.504818], [115.906271, 28.504948], [115.905977, 28.504960], [115.905052, 28.505473], [115.905838, 28.505852], [115.906351, 28.506678], [115.906424, 28.507737], [115.906314, 28.508919], [115.905751, 28.509658], [115.905236, 28.510884], [115.905220, 28.512456], [115.905746, 28.513929], [115.907304, 28.516580], [115.908585, 28.518361], [115.908803, 28.520516], [115.907370, 28.520533], [115.907445, 28.520740], [115.907269, 28.520824], [115.907209, 28.521013], [115.907440, 28.521257], [115.905665, 28.521414], [115.905175, 28.521668], [115.904962, 28.521598], [115.904511, 28.521784], [115.904470, 28.522042], [115.904158, 28.522091], [115.903753, 28.521623], [115.903969, 28.521452], [115.903724, 28.520692], [115.903277, 28.520637], [115.903200, 28.520464], [115.902830, 28.520478], [115.902519, 28.520373], [115.902231, 28.519991], [115.902234, 28.519647], [115.902102, 28.519215], [115.901447, 28.518521], [115.900806, 28.518343], [115.900516, 28.518066], [115.900345, 28.517651], [115.900168, 28.517891], [115.900185, 28.518149], [115.899853, 28.518198], [115.899907, 28.518646], [115.900179, 28.518666], [115.900598, 28.519616], [115.901086, 28.519551], [115.901103, 28.519775], [115.900787, 28.520186], [115.900784, 28.520444], [115.899828, 28.520609], [115.899812, 28.520299], [115.898680, 28.520479], [115.898776, 28.520618], [115.898638, 28.520737], [115.898360, 28.521286], [115.898514, 28.521408], [115.898488, 28.522080], [115.898137, 28.522077], [115.897983, 28.521972], [115.898101, 28.521801], [115.896880, 28.521275], [115.896687, 28.521066], [115.895620, 28.520679], [115.894452, 28.518321], [115.894302, 28.517699], [115.894404, 28.517287], [115.893956, 28.515458], [115.893643, 28.515541], [115.893244, 28.514625], [115.892814, 28.514794], [115.892600, 28.514758], [115.891909, 28.514962], [115.891858, 28.514976], [115.892063, 28.515822], [115.891536, 28.515939], [115.891800, 28.516750], [115.891488, 28.516799], [115.891504, 28.517144], [115.891403, 28.517453], [115.891613, 28.517937], [115.891026, 28.518139], [115.890656, 28.518171], [115.890366, 28.517997], [115.890267, 28.518133], [115.890344, 28.518254], [115.889642, 28.518284], [115.888489, 28.518740], [115.888272, 28.518928], [115.888251, 28.519117], [115.888560, 28.519412], [115.888966, 28.519639], [115.888557, 28.519671], [115.888262, 28.519909], [115.888042, 28.520476], [115.885776, 28.519408], [115.884279, 28.519156], [115.884396, 28.518743], [115.884243, 28.518518], [115.884324, 28.518157], [115.884190, 28.517984], [115.884134, 28.517708], [115.881174, 28.517858], [115.881245, 28.518513], [115.881165, 28.518685], [115.879946, 28.518073], [115.878657, 28.516548], [115.878030, 28.518869], [115.876604, 28.519341], [115.877175, 28.520516], [115.876961, 28.520583], [115.877187, 28.521308], [115.877088, 28.521480], [115.876562, 28.521493], [115.876220, 28.520664], [115.875499, 28.520831], [115.875608, 28.521572], [115.875489, 28.521778], [115.875176, 28.521896], [115.874671, 28.521445], [115.874307, 28.520943], [115.874070, 28.521182], [115.873857, 28.521129], [115.873881, 28.520630], [115.873046, 28.520589], [115.873059, 28.521158], [115.872629, 28.521310], [115.872386, 28.520361], [115.871984, 28.519720], [115.871809, 28.519719], [115.871570, 28.519886], [115.871259, 28.519522], [115.871565, 28.519246], [115.871104, 28.518705], [115.870503, 28.519197], [115.870213, 28.519261], [115.870153, 28.519446], [115.869858, 28.519723], [115.869495, 28.519803], [115.869070, 28.520265], [115.868563, 28.520372], [115.868243, 28.520804], [115.868075, 28.520834], [115.867727, 28.520583], [115.867590, 28.520353], [115.867593, 28.520480], [115.867605, 28.520923], [115.866354, 28.521311], [115.866114, 28.521490], [115.865968, 28.521383], [115.865766, 28.520632], [115.865628, 28.520376], [115.865617, 28.519483], [115.865129, 28.519269], [115.864419, 28.519525], [115.864410, 28.519649], [115.864672, 28.520047], [115.864172, 28.520373], [115.864024, 28.520396], [115.863691, 28.520133], [115.862798, 28.519805], [115.862709, 28.519587], [115.862025, 28.519427], [115.861983, 28.519322], [115.861496, 28.519095], [115.861640, 28.518724], [115.861061, 28.518509], [115.860192, 28.518474], [115.859925, 28.517920], [115.859900, 28.517634], [115.859466, 28.517570], [115.858868, 28.517875], [115.859074, 28.518193], [115.858504, 28.518474], [115.858444, 28.518908], [115.857647, 28.518809], [115.856658, 28.518809], [115.857093, 28.520002], [115.857364, 28.520215], [115.857523, 28.520818], [115.857732, 28.520961], [115.857976, 28.521883], [115.857471, 28.521976], [115.857334, 28.522157], [115.856864, 28.522369], [115.856666, 28.522170], [115.856833, 28.521895], [115.856806, 28.521697], [115.856619, 28.521602], [115.856556, 28.521383], [115.856456, 28.521387], [115.856493, 28.521242], [115.856216, 28.520648], [115.856189, 28.520588], [115.855617, 28.520663], [115.855366, 28.519980], [115.855420, 28.519897], [115.854720, 28.518737], [115.854766, 28.518357], [115.854660, 28.518310], [115.854630, 28.517851], [115.854119, 28.517210], [115.853704, 28.515660], [115.853599, 28.515409], [115.853423, 28.515341], [115.852462, 28.515511], [115.849028, 28.516549], [115.848002, 28.516798], [115.847056, 28.516842], [115.846476, 28.516781], [115.844911, 28.516185], [115.843266, 28.515813], [115.842899, 28.515637], [115.842825, 28.515663], [115.842120, 28.515244], [115.842055, 28.515208], [115.841910, 28.515496], [115.841971, 28.515739], [115.840124, 28.515493], [115.839348, 28.515810], [115.837238, 28.518535], [115.836855, 28.519263], [115.836918, 28.520425], [115.837323, 28.520342], [115.837206, 28.520756], [115.837755, 28.521955], [115.837605, 28.522054], [115.838181, 28.522456], [115.838965, 28.522793], [115.839789, 28.522799], [115.840691, 28.522689], [115.842133, 28.522731], [115.842145, 28.523379], [115.842516, 28.523747], [115.842382, 28.524012], [115.842734, 28.524413], [115.842619, 28.524561], [115.842766, 28.524911], [115.841844, 28.525203], [115.842024, 28.525934], [115.841629, 28.526031], [115.841704, 28.526906], [115.841623, 28.527455], [115.841252, 28.527494], [115.841422, 28.527932], [115.841434, 28.528153], [115.841075, 28.528898], [115.840940, 28.528831], [115.840818, 28.528950], [115.840651, 28.528799], [115.840699, 28.528698], [115.840122, 28.528353], [115.839828, 28.528728], [115.839287, 28.528814], [115.839183, 28.529015], [115.839855, 28.529277], [115.839640, 28.529783], [115.839889, 28.529839], [115.839921, 28.529971], [115.839570, 28.530661], [115.839703, 28.530782], [115.840202, 28.530851], [115.840593, 28.530250], [115.840820, 28.530479], [115.841156, 28.530606], [115.841209, 28.530738], [115.840451, 28.531772], [115.840131, 28.531991], [115.839906, 28.532276], [115.839574, 28.532376], [115.839021, 28.532969], [115.838763, 28.533098], [115.837880, 28.532961], [115.837529, 28.533078], [115.836921, 28.533677], [115.836664, 28.533748], [115.836568, 28.533902], [115.836648, 28.534586], [115.835195, 28.534822], [115.834416, 28.535073], [115.834429, 28.535127], [115.834185, 28.535227], [115.834091, 28.535161], [115.833740, 28.535672], [115.833577, 28.535790], [115.833044, 28.535762], [115.832781, 28.536340], [115.832594, 28.537257], [115.832813, 28.537472], [115.832832, 28.537720], [115.832020, 28.538785], [115.831333, 28.539372], [115.831271, 28.539526], [115.831364, 28.539815], [115.831317, 28.540112], [115.830793, 28.541223], [115.830792, 28.541387], [115.831015, 28.541769], [115.831834, 28.542516], [115.832151, 28.542696], [115.832395, 28.543053], [115.832862, 28.543507], [115.832899, 28.543839], [115.832516, 28.545406], [115.833002, 28.546340], [115.832750, 28.546631], [115.831646, 28.547172], [115.831405, 28.549079], [115.831455, 28.549914], [115.831697, 28.550522], [115.832768, 28.550896], [115.833445, 28.552934], [115.833623, 28.552851], [115.833915, 28.553094], [115.835163, 28.552454], [115.836042, 28.553056], [115.836478, 28.553827], [115.836877, 28.554091], [115.839729, 28.554717], [115.840378, 28.555004], [115.840647, 28.555941], [115.839850, 28.556469], [115.838719, 28.556127], [115.838166, 28.555872], [115.837977, 28.555954], [115.838066, 28.556299], [115.837882, 28.556518], [115.837897, 28.557102], [115.837660, 28.557358], [115.837765, 28.557515], [115.837714, 28.557672], [115.837138, 28.557787], [115.836931, 28.557943], [115.836520, 28.558555], [115.835822, 28.559101], [115.835702, 28.559437], [115.835853, 28.559635], [115.836769, 28.559653], [115.837419, 28.559928], [115.837726, 28.559857], [115.837933, 28.559981], [115.838507, 28.560822], [115.838866, 28.561045], [115.839588, 28.561086], [115.840419, 28.561325], [115.841981, 28.562087], [115.843420, 28.562610], [115.844883, 28.562275], [115.845009, 28.563258], [115.844599, 28.563359], [115.844226, 28.563700], [115.843204, 28.566481], [115.844635, 28.567248], [115.844666, 28.567954], [115.844525, 28.568470], [115.844748, 28.569437], [115.844785, 28.569591], [115.845656, 28.569907], [115.847115, 28.570021], [115.847972, 28.569837], [115.849984, 28.569179], [115.849928, 28.568903], [115.850739, 28.568516], [115.850937, 28.568507], [115.851114, 28.568322], [115.851345, 28.568531], [115.851602, 28.568584], [115.851900, 28.569093], [115.852485, 28.568973], [115.852930, 28.568810], [115.853507, 28.568401], [115.853521, 28.568091], [115.853408, 28.567780], [115.853400, 28.567363], [115.853478, 28.567282], [115.854399, 28.566991], [115.854630, 28.567042], [115.855481, 28.566689], [115.855897, 28.567076], [115.856157, 28.567009], [115.856229, 28.566855], [115.856140, 28.566612], [115.856715, 28.566542], [115.856850, 28.566431], [115.856819, 28.566010], [115.858301, 28.565827], [115.858578, 28.566059], [115.858893, 28.566731], [115.859904, 28.567221], [115.860501, 28.569030], [115.860613, 28.569724], [115.860565, 28.570725], [115.860450, 28.573112], [115.860599, 28.573590], [115.861101, 28.573372], [115.861153, 28.573866], [115.861325, 28.573952], [115.862156, 28.573550], [115.862265, 28.574129], [115.862717, 28.575068], [115.862561, 28.575271], [115.863387, 28.577131], [115.863577, 28.577354], [115.864583, 28.576714], [115.864757, 28.576698], [115.866139, 28.578682], [115.867341, 28.579970], [115.867450, 28.580566], [115.868637, 28.582311], [115.876644, 28.581953], [115.887115, 28.581350], [115.889862, 28.580898], [115.894153, 28.586023], [115.893295, 28.591600], [115.900820, 28.591574], [115.900736, 28.590778], [115.900442, 28.590059], [115.900504, 28.589689], [115.900447, 28.589549], [115.900288, 28.589510], [115.900139, 28.589368], [115.900059, 28.589027], [115.900022, 28.588501], [115.900199, 28.588370], [115.900535, 28.588313], [115.900536, 28.588210], [115.899866, 28.586548], [115.899903, 28.586201], [115.900005, 28.586128], [115.902209, 28.586175], [115.902514, 28.586636], [115.902765, 28.586697], [115.902988, 28.586980], [115.903637, 28.586690], [115.905360, 28.586289], [115.905570, 28.586299], [115.906411, 28.589279], [115.906604, 28.590219], [115.908319, 28.580644], [115.909182, 28.575829], [115.909253, 28.575435], [115.909650, 28.573217], [115.909989, 28.571325], [115.910325, 28.569452], [115.910600, 28.567916], [115.911722, 28.567903], [115.911831, 28.567692], [115.911766, 28.567491], [115.911566, 28.567466], [115.911608, 28.567277], [115.911770, 28.567102], [115.911723, 28.566488], [115.912244, 28.566410], [115.912575, 28.566720], [115.912568, 28.567356], [115.913170, 28.567314], [115.913166, 28.567585], [115.914689, 28.567539], [115.914734, 28.567080], [115.915075, 28.567066], [115.914958, 28.563868], [115.914483, 28.563834], [115.914486, 28.563685], [115.914511, 28.562468], [115.914685, 28.561489], [115.914673, 28.560247], [115.914873, 28.559523], [115.915468, 28.559444], [115.915516, 28.559436], [115.915483, 28.558914], [115.915665, 28.558753], [115.915575, 28.558646], [115.915576, 28.558506], [115.915716, 28.558473], [115.915886, 28.558309], [115.915792, 28.558062], [115.915967, 28.557813], [115.915835, 28.557180], [115.915703, 28.556921], [115.915886, 28.556837], [115.915242, 28.555421], [115.915690, 28.555302], [115.915476, 28.553685], [115.915621, 28.553639], [115.915436, 28.553288], [115.913305, 28.553343], [115.913843, 28.550455], [115.915007, 28.550331], [115.915156, 28.549056], [115.915665, 28.549125], [115.916143, 28.549069], [115.916154, 28.548713], [115.916581, 28.548672], [115.916538, 28.548539], [115.916364, 28.548389], [115.916269, 28.547784], [115.916211, 28.547764], [115.916179, 28.547268], [115.916900, 28.547281], [115.916875, 28.546883], [115.916145, 28.544874], [115.917276, 28.544679], [115.917352, 28.544410], [115.917320, 28.543965], [115.917166, 28.543354], [115.915733, 28.543915], [115.915326, 28.543075], [115.915864, 28.541719], [115.917630, 28.539515], [115.919700, 28.536931], [115.919697, 28.537947], [115.920977, 28.537946], [115.920942, 28.537758], [115.920775, 28.537654], [115.921199, 28.537562], [115.921453, 28.537673], [115.921395, 28.536741], [115.921041, 28.536798], [115.920774, 28.535893], [115.924619, 28.535749], [115.930971, 28.535511], [115.931057, 28.535209], [115.932301, 28.533173], [115.929941, 28.532155], [115.927195, 28.530723], [115.926551, 28.529252], [115.927248, 28.528412], [115.927577, 28.528016], [115.930596, 28.524378], [115.931057, 28.523823], [115.928225, 28.522051], [115.926122, 28.520128], [115.924920, 28.519336], [115.922485, 28.518478]]] } } - , - { "type": "Feature", "properties": { "NAME": "南昌县银三角管理委员会" }, "geometry": { "type": "Polygon", "coordinates": [[[115.942938, 28.564544], [115.942688, 28.564517], [115.939856, 28.564203], [115.939513, 28.565259], [115.938311, 28.564656], [115.937453, 28.565862], [115.938140, 28.567822], [115.938140, 28.569028], [115.939341, 28.569933], [115.941916, 28.569782], [115.942775, 28.570385], [115.943805, 28.569330], [115.945634, 28.569133], [115.945786, 28.568809], [115.946077, 28.566857], [115.946210, 28.566030], [115.946705, 28.564266], [115.946690, 28.564116], [115.946913, 28.563704], [115.946438, 28.563450], [115.945564, 28.564248], [115.943329, 28.563484], [115.942938, 28.564544]]] } } - , - { "type": "Feature", "properties": { "NAME": "南昌县银三角管理委员会" }, "geometry": { "type": "Polygon", "coordinates": [[[115.943671, 28.503601], [115.943328, 28.501489], [115.943156, 28.500433], [115.942985, 28.499377], [115.941955, 28.498623], [115.941440, 28.497416], [115.940410, 28.496963], [115.940238, 28.495455], [115.939895, 28.494851], [115.939723, 28.493644], [115.939380, 28.491381], [115.938865, 28.491381], [115.935603, 28.494851], [115.934745, 28.494700], [115.933715, 28.493644], [115.933200, 28.494549], [115.932342, 28.495304], [115.932685, 28.496511], [115.931456, 28.497665], [115.932192, 28.497761], [115.932379, 28.497938], [115.932396, 28.498151], [115.932194, 28.498078], [115.931489, 28.498184], [115.931314, 28.497820], [115.930649, 28.498230], [115.929573, 28.498691], [115.928780, 28.499164], [115.927403, 28.500481], [115.927090, 28.500617], [115.925220, 28.502373], [115.922611, 28.505245], [115.922997, 28.505539], [115.923194, 28.505938], [115.923199, 28.506105], [115.922703, 28.506722], [115.922869, 28.506913], [115.922834, 28.507031], [115.921244, 28.508415], [115.920544, 28.508937], [115.921427, 28.509798], [115.921211, 28.509979], [115.920904, 28.509781], [115.920648, 28.509234], [115.920442, 28.509084], [115.920219, 28.509248], [115.920246, 28.509906], [115.920142, 28.510272], [115.919678, 28.510989], [115.918281, 28.511913], [115.918110, 28.512309], [115.917688, 28.512813], [115.916037, 28.513740], [115.915791, 28.514141], [115.915568, 28.515696], [115.916209, 28.515932], [115.916343, 28.515898], [115.916694, 28.516067], [115.917004, 28.515939], [115.917140, 28.515733], [115.917466, 28.515961], [115.917767, 28.516058], [115.918108, 28.516021], [115.918485, 28.515981], [115.918614, 28.515828], [115.918787, 28.516026], [115.918861, 28.516026], [115.919078, 28.515756], [115.919633, 28.515310], [115.920157, 28.515244], [115.920319, 28.515115], [115.920349, 28.514855], [115.920571, 28.514774], [115.921142, 28.516045], [115.922003, 28.517710], [115.922485, 28.518478], [115.924920, 28.519336], [115.926122, 28.520128], [115.928225, 28.522051], [115.931057, 28.523823], [115.930596, 28.524378], [115.927577, 28.528016], [115.927248, 28.528412], [115.926551, 28.529252], [115.927195, 28.530723], [115.929941, 28.532155], [115.932301, 28.533173], [115.931057, 28.535209], [115.930971, 28.535511], [115.931831, 28.535474], [115.935532, 28.535317], [115.936293, 28.535285], [115.936936, 28.535285], [115.936968, 28.536062], [115.936997, 28.536756], [115.937065, 28.538376], [115.939082, 28.538340], [115.939082, 28.536685], [115.939082, 28.536063], [115.939082, 28.535135], [115.941000, 28.535283], [115.941526, 28.535323], [115.942000, 28.535360], [115.941915, 28.533626], [115.943054, 28.533613], [115.944361, 28.533597], [115.945093, 28.533588], [115.945116, 28.531844], [115.945156, 28.528900], [115.945182, 28.526953], [115.945193, 28.526123], [115.945216, 28.524418], [115.945307, 28.522096], [115.945325, 28.521638], [115.945388, 28.520043], [115.945442, 28.519233], [115.945452, 28.519084], [115.945629, 28.516442], [115.945634, 28.516373], [115.945642, 28.516248], [115.945731, 28.514915], [115.946097, 28.512426], [115.946418, 28.510239], [115.946418, 28.506029], [115.946418, 28.505261], [115.946342, 28.504892], [115.946075, 28.503601], [115.943671, 28.503601]]] } } - , - { "type": "Feature", "properties": { "NAME": "南昌县银三角管理委员会" }, "geometry": { "type": "Polygon", "coordinates": [[[115.983944, 28.498751], [115.984217, 28.498081], [115.986194, 28.496921], [115.989606, 28.495302], [115.990515, 28.493736], [115.990618, 28.492398], [115.990003, 28.491210], [115.986971, 28.487394], [115.986911, 28.487319], [115.985566, 28.487778], [115.983858, 28.488863], [115.981639, 28.487186], [115.981853, 28.486172], [115.981466, 28.486197], [115.981469, 28.485913], [115.981761, 28.485690], [115.981408, 28.485544], [115.981744, 28.484045], [115.982043, 28.483395], [115.981439, 28.483322], [115.981202, 28.483374], [115.979307, 28.483159], [115.978635, 28.482980], [115.977785, 28.483162], [115.977339, 28.483340], [115.976398, 28.483533], [115.975782, 28.483618], [115.975772, 28.483900], [115.975520, 28.484106], [115.975354, 28.484104], [115.975400, 28.484642], [115.975251, 28.484935], [115.975225, 28.485486], [115.975315, 28.485523], [115.975320, 28.485664], [115.975158, 28.485957], [115.975018, 28.485998], [115.974931, 28.486443], [115.974035, 28.487126], [115.973452, 28.487726], [115.972891, 28.488570], [115.972559, 28.488475], [115.972420, 28.488474], [115.972377, 28.488565], [115.971567, 28.488547], [115.971423, 28.488595], [115.971360, 28.488715], [115.971120, 28.488749], [115.971070, 28.488875], [115.970465, 28.488996], [115.970293, 28.488904], [115.970398, 28.488659], [115.970350, 28.488546], [115.970247, 28.488494], [115.970185, 28.488544], [115.970050, 28.488416], [115.969909, 28.488599], [115.969498, 28.488454], [115.968784, 28.488852], [115.968646, 28.489051], [115.968588, 28.489489], [115.968735, 28.490256], [115.968645, 28.490599], [115.968244, 28.491463], [115.967784, 28.492242], [115.967159, 28.492500], [115.966360, 28.492485], [115.965231, 28.492395], [115.964973, 28.492314], [115.964653, 28.492076], [115.964587, 28.492161], [115.964505, 28.492330], [115.964601, 28.492388], [115.964476, 28.492786], [115.964532, 28.493356], [115.965388, 28.493069], [115.965460, 28.493366], [115.965374, 28.493380], [115.965423, 28.493606], [115.964893, 28.493651], [115.964913, 28.493907], [115.966497, 28.493898], [115.966798, 28.493977], [115.967176, 28.494312], [115.967189, 28.494733], [115.967413, 28.495116], [115.967959, 28.495785], [115.967789, 28.496633], [115.967908, 28.496744], [115.967743, 28.496839], [115.967222, 28.497034], [115.967041, 28.496811], [115.966830, 28.496889], [115.965828, 28.497426], [115.965917, 28.497673], [115.965385, 28.497868], [115.965173, 28.498027], [115.965184, 28.498342], [115.964488, 28.498400], [115.964479, 28.498757], [115.964564, 28.498773], [115.964415, 28.498927], [115.964407, 28.499143], [115.964189, 28.499306], [115.964321, 28.499444], [115.964340, 28.499811], [115.964078, 28.499818], [115.964102, 28.500275], [115.963937, 28.500359], [115.964067, 28.501043], [115.963838, 28.501101], [115.963843, 28.501171], [115.963244, 28.501236], [115.962330, 28.500964], [115.962304, 28.500704], [115.961599, 28.500721], [115.960881, 28.500700], [115.960825, 28.500513], [115.960616, 28.500426], [115.959552, 28.500179], [115.959541, 28.503060], [115.958402, 28.503094], [115.958348, 28.502752], [115.957903, 28.502326], [115.957812, 28.502320], [115.957792, 28.503173], [115.957768, 28.503312], [115.957613, 28.503456], [115.957323, 28.503398], [115.957137, 28.503231], [115.956411, 28.503406], [115.956403, 28.504169], [115.955072, 28.504106], [115.955104, 28.503715], [115.954397, 28.503833], [115.954381, 28.503767], [115.954298, 28.503431], [115.952941, 28.503752], [115.953456, 28.505261], [115.949679, 28.506015], [115.949336, 28.508127], [115.949164, 28.510691], [115.947684, 28.510447], [115.947277, 28.510380], [115.947276, 28.513708], [115.947963, 28.516122], [115.948649, 28.515066], [115.948477, 28.513256], [115.951052, 28.512954], [115.951396, 28.508730], [115.957576, 28.507524], [115.957576, 28.505412], [115.960494, 28.504205], [115.960660, 28.505714], [115.961009, 28.508881], [115.961696, 28.511445], [115.959636, 28.513105], [115.958606, 28.517328], [115.959293, 28.518988], [115.958606, 28.519440], [115.955516, 28.518535], [115.954897, 28.521252], [115.954486, 28.523060], [115.951396, 28.522758], [115.951224, 28.523814], [115.950538, 28.523362], [115.948478, 28.529092], [115.949508, 28.529243], [115.949967, 28.531133], [115.950367, 28.531507], [115.950950, 28.531348], [115.951223, 28.531456], [115.951361, 28.531612], [115.951459, 28.531622], [115.951611, 28.531501], [115.951980, 28.531869], [115.952367, 28.532083], [115.952721, 28.532424], [115.952475, 28.533170], [115.953173, 28.533344], [115.952379, 28.535057], [115.952156, 28.536155], [115.952683, 28.536210], [115.953523, 28.536218], [115.953762, 28.536084], [115.954026, 28.536050], [115.954544, 28.535714], [115.954928, 28.535622], [115.955358, 28.535128], [115.956110, 28.534441], [115.956347, 28.534608], [115.956977, 28.534262], [115.957173, 28.533996], [115.957838, 28.533747], [115.958209, 28.533458], [115.958241, 28.533308], [115.958731, 28.533191], [115.959102, 28.532765], [115.959256, 28.532424], [115.959599, 28.532290], [115.959888, 28.532444], [115.959993, 28.532331], [115.960523, 28.532715], [115.960832, 28.532851], [115.961220, 28.532407], [115.961478, 28.532528], [115.961751, 28.532280], [115.961772, 28.532056], [115.961154, 28.531740], [115.961484, 28.531360], [115.961705, 28.530942], [115.961576, 28.530873], [115.961730, 28.530504], [115.961922, 28.530306], [115.961835, 28.530236], [115.961928, 28.530111], [115.962079, 28.530166], [115.962342, 28.529726], [115.962745, 28.529839], [115.962837, 28.529425], [115.963294, 28.529393], [115.963259, 28.529790], [115.963538, 28.529779], [115.963435, 28.529043], [115.963485, 28.528715], [115.963672, 28.528607], [115.963679, 28.528425], [115.963923, 28.528414], [115.964022, 28.528323], [115.963998, 28.528099], [115.964762, 28.528048], [115.964810, 28.527843], [115.965499, 28.527840], [115.965485, 28.528288], [115.965630, 28.528230], [115.965733, 28.528277], [115.965838, 28.528154], [115.966030, 28.528161], [115.966164, 28.528720], [115.966492, 28.528600], [115.967214, 28.528502], [115.967279, 28.528763], [115.967591, 28.528661], [115.967907, 28.528655], [115.968048, 28.529122], [115.969738, 28.528559], [115.970050, 28.528956], [115.970314, 28.528922], [115.970393, 28.528817], [115.971042, 28.528755], [115.971260, 28.528644], [115.971632, 28.527758], [115.971542, 28.526883], [115.970551, 28.524818], [115.970314, 28.524651], [115.970086, 28.524648], [115.969583, 28.523625], [115.969243, 28.523452], [115.969012, 28.523186], [115.969182, 28.522728], [115.969400, 28.522762], [115.969665, 28.522687], [115.969530, 28.522156], [115.969538, 28.521836], [115.969627, 28.521787], [115.969587, 28.521086], [115.969722, 28.520515], [115.969647, 28.520240], [115.969670, 28.520011], [115.969857, 28.519686], [115.969887, 28.519303], [115.970034, 28.519130], [115.970754, 28.519211], [115.970911, 28.519094], [115.971211, 28.519138], [115.972192, 28.518942], [115.972833, 28.518661], [115.972934, 28.518872], [115.972801, 28.519264], [115.972945, 28.519338], [115.973371, 28.519261], [115.973498, 28.519020], [115.973939, 28.518972], [115.974099, 28.519189], [115.974125, 28.519521], [115.975092, 28.519641], [115.975297, 28.519715], [115.975439, 28.519926], [115.976348, 28.519522], [115.976294, 28.519962], [115.976492, 28.520212], [115.976783, 28.521101], [115.976924, 28.521306], [115.977152, 28.521397], [115.978126, 28.521229], [115.978834, 28.520978], [115.979807, 28.521131], [115.979999, 28.521337], [115.980345, 28.522380], [115.980532, 28.522399], [115.980896, 28.522204], [115.981485, 28.522051], [115.981561, 28.521865], [115.981781, 28.521751], [115.981751, 28.521630], [115.981874, 28.521152], [115.981775, 28.521118], [115.981789, 28.520942], [115.988818, 28.517928], [115.988038, 28.516495], [115.987868, 28.515807], [115.987798, 28.515526], [115.988225, 28.514344], [115.990982, 28.511131], [115.992275, 28.509456], [115.992607, 28.508134], [115.992296, 28.507286], [115.991209, 28.506391], [115.986384, 28.505336], [115.985048, 28.504628], [115.984894, 28.504456], [115.983544, 28.502958], [115.983289, 28.501616], [115.983576, 28.499650], [115.983944, 28.498751]]] } } - , - { "type": "Feature", "properties": { "NAME": "南昌市五星垦殖场" }, "geometry": { "type": "Polygon", "coordinates": [[[116.318805, 28.761888], [116.319729, 28.759177], [116.319838, 28.757997], [116.319904, 28.752760], [116.319861, 28.751533], [116.319646, 28.750171], [116.319596, 28.749341], [116.319894, 28.746468], [116.319815, 28.746175], [116.319953, 28.745204], [116.320211, 28.744270], [116.317775, 28.742422], [116.316491, 28.741451], [116.314683, 28.739937], [116.312981, 28.738814], [116.310679, 28.737943], [116.309337, 28.737555], [116.305278, 28.736908], [116.302423, 28.736275], [116.300708, 28.735507], [116.299731, 28.734644], [116.296158, 28.731045], [116.294972, 28.729359], [116.294378, 28.728734], [116.293791, 28.728170], [116.292951, 28.727685], [116.291345, 28.727155], [116.289864, 28.726895], [116.287977, 28.726965], [116.284423, 28.727260], [116.283455, 28.727208], [116.282870, 28.727060], [116.282826, 28.727142], [116.279630, 28.726196], [116.277483, 28.725059], [116.277464, 28.726363], [116.277879, 28.730080], [116.278145, 28.731490], [116.278243, 28.731510], [116.278419, 28.731907], [116.278949, 28.733551], [116.280324, 28.736552], [116.282519, 28.740350], [116.283465, 28.741687], [116.283713, 28.741933], [116.283777, 28.742317], [116.284025, 28.743191], [116.284149, 28.744081], [116.283733, 28.744931], [116.283510, 28.745921], [116.283355, 28.747333], [116.283416, 28.748048], [116.283787, 28.749549], [116.283869, 28.750404], [116.283711, 28.751160], [116.281770, 28.754037], [116.278729, 28.753845], [116.277591, 28.754164], [116.276791, 28.754181], [116.273972, 28.754160], [116.272630, 28.754306], [116.271506, 28.754481], [116.270978, 28.754785], [116.269304, 28.755054], [116.268327, 28.755211], [116.267139, 28.755194], [116.266497, 28.755114], [116.265042, 28.755123], [116.264842, 28.755048], [116.264286, 28.755050], [116.264065, 28.754946], [116.263875, 28.755042], [116.263508, 28.755070], [116.262635, 28.754849], [116.261780, 28.754775], [116.260695, 28.754935], [116.260876, 28.755250], [116.260858, 28.755387], [116.260718, 28.755533], [116.259241, 28.756098], [116.258016, 28.756444], [116.257605, 28.755857], [116.257415, 28.755365], [116.257004, 28.755319], [116.256706, 28.755170], [116.256139, 28.754554], [116.256029, 28.754034], [116.255350, 28.753047], [116.251800, 28.751779], [116.250905, 28.751093], [116.249494, 28.750594], [116.248813, 28.749796], [116.248576, 28.749641], [116.246296, 28.748156], [116.245830, 28.747435], [116.244933, 28.746901], [116.242330, 28.746258], [116.241944, 28.746159], [116.240366, 28.747222], [116.238219, 28.747841], [116.233128, 28.750903], [116.231913, 28.751086], [116.229555, 28.751263], [116.227368, 28.751551], [116.226326, 28.751688], [116.222130, 28.752835], [116.220892, 28.753112], [116.220063, 28.753155], [116.218679, 28.753228], [116.217113, 28.752716], [116.215270, 28.751006], [116.213137, 28.750051], [116.209488, 28.751610], [116.206483, 28.752731], [116.200281, 28.752389], [116.199230, 28.752799], [116.198207, 28.753199], [116.195908, 28.755395], [116.192941, 28.761118], [116.192447, 28.761422], [116.191007, 28.762307], [116.188732, 28.762480], [116.187419, 28.762309], [116.186972, 28.763172], [116.186783, 28.763119], [116.186082, 28.764669], [116.185828, 28.766274], [116.186010, 28.768772], [116.186483, 28.770308], [116.187691, 28.770741], [116.187112, 28.772486], [116.183958, 28.778360], [116.184595, 28.779640], [116.185444, 28.780479], [116.185895, 28.781680], [116.186593, 28.782239], [116.187343, 28.782457], [116.187216, 28.783098], [116.186779, 28.783310], [116.186897, 28.783675], [116.186416, 28.783724], [116.186428, 28.784434], [116.186288, 28.784487], [116.186278, 28.784680], [116.186442, 28.784827], [116.187388, 28.784407], [116.187833, 28.785511], [116.187361, 28.786016], [116.188062, 28.786697], [116.188339, 28.787099], [116.188845, 28.788183], [116.189178, 28.788231], [116.189673, 28.788302], [116.192025, 28.788947], [116.193268, 28.789446], [116.194414, 28.790186], [116.195789, 28.791266], [116.197704, 28.792234], [116.198349, 28.792490], [116.198876, 28.792450], [116.198990, 28.793085], [116.199996, 28.793026], [116.200669, 28.792733], [116.201583, 28.792081], [116.201849, 28.791744], [116.201543, 28.791087], [116.201855, 28.790941], [116.202116, 28.791301], [116.205221, 28.789052], [116.207456, 28.787328], [116.208822, 28.786588], [116.210419, 28.786388], [116.211354, 28.786889], [116.212335, 28.787557], [116.212893, 28.788223], [116.214059, 28.789223], [116.215744, 28.789811], [116.216246, 28.789741], [116.217606, 28.789552], [116.217577, 28.790710], [116.216740, 28.791040], [116.216794, 28.791689], [116.215144, 28.797227], [116.214972, 28.798953], [116.215753, 28.800841], [116.215775, 28.803262], [116.221825, 28.805053], [116.227464, 28.805976], [116.232036, 28.807388], [116.236289, 28.807986], [116.238484, 28.807862], [116.238801, 28.807698], [116.240819, 28.807658], [116.241512, 28.807429], [116.241658, 28.807243], [116.241706, 28.807042], [116.243418, 28.807050], [116.244989, 28.806791], [116.246694, 28.806215], [116.248564, 28.805272], [116.249891, 28.804442], [116.250636, 28.803885], [116.251795, 28.803237], [116.255026, 28.802490], [116.255625, 28.802427], [116.258652, 28.802656], [116.262197, 28.803302], [116.267034, 28.803624], [116.269017, 28.804053], [116.269949, 28.804555], [116.270463, 28.805003], [116.271714, 28.806762], [116.272223, 28.807605], [116.272754, 28.808076], [116.273440, 28.805298], [116.274424, 28.802594], [116.274655, 28.801663], [116.274322, 28.798341], [116.274522, 28.796898], [116.274882, 28.795182], [116.275499, 28.793152], [116.276069, 28.791919], [116.276148, 28.790988], [116.276106, 28.790642], [116.275697, 28.789924], [116.275904, 28.789181], [116.276127, 28.789025], [116.276774, 28.789090], [116.282723, 28.790159], [116.284031, 28.790375], [116.285403, 28.790767], [116.286371, 28.790566], [116.289601, 28.790901], [116.290215, 28.790878], [116.290671, 28.790924], [116.292006, 28.791319], [116.292406, 28.791362], [116.292828, 28.791347], [116.294450, 28.790877], [116.296460, 28.789837], [116.297180, 28.789399], [116.301064, 28.786451], [116.301797, 28.786030], [116.302699, 28.785784], [116.302926, 28.785585], [116.303015, 28.785117], [116.302729, 28.783602], [116.303081, 28.781956], [116.303142, 28.780927], [116.303260, 28.780517], [116.304348, 28.777981], [116.304623, 28.777610], [116.306713, 28.776044], [116.311705, 28.773748], [116.312591, 28.773279], [116.314359, 28.772101], [116.316366, 28.768799], [116.317097, 28.767178], [116.317354, 28.766266], [116.317738, 28.764336], [116.318360, 28.762771], [116.318805, 28.761888]]] } } - , - { "type": "Feature", "properties": { "NAME": "江西省良种繁殖场" }, "geometry": { "type": "Polygon", "coordinates": [[[115.947277, 28.510380], [115.947684, 28.510447], [115.949164, 28.510691], [115.949336, 28.508127], [115.949679, 28.506015], [115.953456, 28.505261], [115.952941, 28.503752], [115.954298, 28.503431], [115.954317, 28.502731], [115.954191, 28.502699], [115.954117, 28.501961], [115.952998, 28.502022], [115.950712, 28.502375], [115.950172, 28.502391], [115.950150, 28.501686], [115.949979, 28.501604], [115.949950, 28.501489], [115.949658, 28.501532], [115.949608, 28.501317], [115.948719, 28.501211], [115.948121, 28.501230], [115.948013, 28.501076], [115.947794, 28.500997], [115.947385, 28.501234], [115.947198, 28.501346], [115.947988, 28.493909], [115.948289, 28.493954], [115.948327, 28.493428], [115.949310, 28.491262], [115.949722, 28.490736], [115.949933, 28.490658], [115.949903, 28.490251], [115.950162, 28.489537], [115.949911, 28.489430], [115.949862, 28.489522], [115.949386, 28.489353], [115.949439, 28.489298], [115.948565, 28.489239], [115.948828, 28.485296], [115.949121, 28.482325], [115.948939, 28.482332], [115.948414, 28.482748], [115.947823, 28.483464], [115.947433, 28.483781], [115.947388, 28.483978], [115.946493, 28.483982], [115.946214, 28.484139], [115.945641, 28.484180], [115.945248, 28.484343], [115.945160, 28.484500], [115.945047, 28.485262], [115.944713, 28.486108], [115.944378, 28.486142], [115.943559, 28.486729], [115.943335, 28.486903], [115.943063, 28.487360], [115.942905, 28.487359], [115.942437, 28.486903], [115.942350, 28.486915], [115.942127, 28.487305], [115.941674, 28.487137], [115.942107, 28.486445], [115.941936, 28.486205], [115.941452, 28.485851], [115.941665, 28.485553], [115.941822, 28.485614], [115.941885, 28.485505], [115.941773, 28.485314], [115.941894, 28.485126], [115.941752, 28.485040], [115.941878, 28.484763], [115.941766, 28.484497], [115.941228, 28.484322], [115.941293, 28.484054], [115.941180, 28.483901], [115.940882, 28.484063], [115.940505, 28.484008], [115.940422, 28.484206], [115.940193, 28.484132], [115.940001, 28.484674], [115.939792, 28.485001], [115.939507, 28.484868], [115.939326, 28.485296], [115.939255, 28.485220], [115.938204, 28.485100], [115.937652, 28.484943], [115.937500, 28.484326], [115.937336, 28.484067], [115.937491, 28.483352], [115.937723, 28.483008], [115.936526, 28.482597], [115.935371, 28.483852], [115.934944, 28.484686], [115.933246, 28.483954], [115.933127, 28.483666], [115.932946, 28.483589], [115.932502, 28.483543], [115.932136, 28.483404], [115.931586, 28.483366], [115.931382, 28.483208], [115.931249, 28.483233], [115.931323, 28.483271], [115.931178, 28.483389], [115.931071, 28.483809], [115.931366, 28.483805], [115.931484, 28.483912], [115.931473, 28.484207], [115.931600, 28.484201], [115.931632, 28.484272], [115.931673, 28.484879], [115.931370, 28.484982], [115.931622, 28.485282], [115.931676, 28.485451], [115.931601, 28.486508], [115.931226, 28.486673], [115.931023, 28.486994], [115.930704, 28.487069], [115.930495, 28.487291], [115.930349, 28.487563], [115.930344, 28.488069], [115.930003, 28.488727], [115.930026, 28.488812], [115.930247, 28.488919], [115.930661, 28.488965], [115.930601, 28.489421], [115.930736, 28.489422], [115.930596, 28.489947], [115.930468, 28.489981], [115.930466, 28.490156], [115.930602, 28.490164], [115.930576, 28.491846], [115.930368, 28.491964], [115.930317, 28.492353], [115.930545, 28.493440], [115.930379, 28.494092], [115.929940, 28.494187], [115.931286, 28.497277], [115.931456, 28.497665], [115.932685, 28.496511], [115.932342, 28.495304], [115.933200, 28.494549], [115.933715, 28.493644], [115.934745, 28.494700], [115.935603, 28.494851], [115.938865, 28.491381], [115.939380, 28.491381], [115.939723, 28.493644], [115.939895, 28.494851], [115.940238, 28.495455], [115.940410, 28.496963], [115.941440, 28.497416], [115.941955, 28.498623], [115.942985, 28.499377], [115.943156, 28.500433], [115.943328, 28.501489], [115.943671, 28.503601], [115.946075, 28.503601], [115.946342, 28.504892], [115.946418, 28.505261], [115.946418, 28.506029], [115.946418, 28.510239], [115.946097, 28.512426], [115.945731, 28.514915], [115.945642, 28.516248], [115.945634, 28.516373], [115.945629, 28.516442], [115.945452, 28.519084], [115.945444, 28.519200], [115.945442, 28.519233], [115.945388, 28.520043], [115.945325, 28.521638], [115.945307, 28.522096], [115.945216, 28.524418], [115.945194, 28.526066], [115.945193, 28.526123], [115.945182, 28.526953], [115.945156, 28.528900], [115.945116, 28.531844], [115.945093, 28.533588], [115.945606, 28.532908], [115.946139, 28.532883], [115.946380, 28.533497], [115.947112, 28.533250], [115.947288, 28.533391], [115.947074, 28.533711], [115.947165, 28.533758], [115.947570, 28.533512], [115.947844, 28.533494], [115.948116, 28.533602], [115.948405, 28.533529], [115.948411, 28.534402], [115.948285, 28.534486], [115.948176, 28.535757], [115.948429, 28.535829], [115.949943, 28.536328], [115.950055, 28.536078], [115.950087, 28.535950], [115.949949, 28.535711], [115.949795, 28.535071], [115.949832, 28.535012], [115.950029, 28.535046], [115.950076, 28.534983], [115.950007, 28.534644], [115.950062, 28.534307], [115.950402, 28.533777], [115.950396, 28.533357], [115.949933, 28.532475], [115.949964, 28.531211], [115.949967, 28.531133], [115.949508, 28.529243], [115.948478, 28.529092], [115.950538, 28.523362], [115.951224, 28.523814], [115.951396, 28.522758], [115.954486, 28.523060], [115.954897, 28.521252], [115.955516, 28.518535], [115.958606, 28.519440], [115.959293, 28.518988], [115.958606, 28.517328], [115.959636, 28.513105], [115.961696, 28.511445], [115.961009, 28.508881], [115.960660, 28.505714], [115.960494, 28.504205], [115.957576, 28.505412], [115.957576, 28.507524], [115.951396, 28.508730], [115.951052, 28.512954], [115.948477, 28.513256], [115.948649, 28.515066], [115.947963, 28.516122], [115.947276, 28.513708], [115.947277, 28.510380]]] } } - - ] -} - -export { - geoJson +const geoJson = { + "type": "FeatureCollection", + "features": [ + { "type": "Feature", "properties": { "NAME": "莲塘镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.940419, 28.518711], [115.941599, 28.518617], [115.941491, 28.517580], [115.940225, 28.517863], [115.940419, 28.518711]]] } } + , + { "type": "Feature", "properties": { "NAME": "莲塘镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.926817, 28.596655], [115.927950, 28.596652], [115.928104, 28.596711], [115.928286, 28.596661], [115.928096, 28.596313], [115.928098, 28.596135], [115.928200, 28.596032], [115.928279, 28.595685], [115.929109, 28.595752], [115.929310, 28.595872], [115.929633, 28.596311], [115.929825, 28.596366], [115.930112, 28.596272], [115.930169, 28.596442], [115.930311, 28.596466], [115.931257, 28.595927], [115.932131, 28.595876], [115.933401, 28.595606], [115.933712, 28.595602], [115.933673, 28.596179], [115.933952, 28.597681], [115.934633, 28.597613], [115.934247, 28.598401], [115.935204, 28.598477], [115.935507, 28.598405], [115.935145, 28.596767], [115.934696, 28.595544], [115.935794, 28.594874], [115.936358, 28.594384], [115.937249, 28.593942], [115.938495, 28.593853], [115.939173, 28.594007], [115.939865, 28.593841], [115.940263, 28.594327], [115.940433, 28.594317], [115.940647, 28.594077], [115.940821, 28.593990], [115.941322, 28.594146], [115.941666, 28.594410], [115.942156, 28.594243], [115.942903, 28.594415], [115.943318, 28.594603], [115.943408, 28.594455], [115.943561, 28.594389], [115.943563, 28.594218], [115.943656, 28.594080], [115.943617, 28.593931], [115.943429, 28.593856], [115.943375, 28.593716], [115.943817, 28.593165], [115.944666, 28.590983], [115.944989, 28.589952], [115.945852, 28.590210], [115.945854, 28.589978], [115.946574, 28.589922], [115.946591, 28.589780], [115.946732, 28.589781], [115.946990, 28.589646], [115.946847, 28.588843], [115.946851, 28.588413], [115.946681, 28.587940], [115.946482, 28.587617], [115.946118, 28.587535], [115.946159, 28.587436], [115.945925, 28.587433], [115.945960, 28.587170], [115.945838, 28.587169], [115.945857, 28.586940], [115.945614, 28.586938], [115.945600, 28.586688], [115.945785, 28.586552], [115.945750, 28.586304], [115.945818, 28.585998], [115.945664, 28.586010], [115.945559, 28.585895], [115.945244, 28.585885], [115.944655, 28.585658], [115.944794, 28.585489], [115.944781, 28.585140], [115.944546, 28.585187], [115.944207, 28.585070], [115.943830, 28.584802], [115.943649, 28.584543], [115.943311, 28.584354], [115.943125, 28.584353], [115.942883, 28.584222], [115.942812, 28.584100], [115.941898, 28.584538], [115.941808, 28.582407], [115.942740, 28.582359], [115.942830, 28.582260], [115.942916, 28.581782], [115.943095, 28.581705], [115.943376, 28.581858], [115.943540, 28.581681], [115.943685, 28.581711], [115.943792, 28.581541], [115.944531, 28.581370], [115.944507, 28.581284], [115.943568, 28.581296], [115.943687, 28.580749], [115.943971, 28.580659], [115.943956, 28.580580], [115.944490, 28.580571], [115.944613, 28.580451], [115.944767, 28.580452], [115.944996, 28.580947], [115.945115, 28.580399], [115.945313, 28.580044], [115.945331, 28.579801], [115.946164, 28.579561], [115.947327, 28.579072], [115.947508, 28.578817], [115.947964, 28.578581], [115.947917, 28.578464], [115.947968, 28.578158], [115.947896, 28.578079], [115.947775, 28.578020], [115.947353, 28.578116], [115.947003, 28.577470], [115.946882, 28.577419], [115.946679, 28.577482], [115.946589, 28.576761], [115.946627, 28.576255], [115.946150, 28.576171], [115.946115, 28.575629], [115.945710, 28.575548], [115.945667, 28.575069], [115.945481, 28.575060], [115.945441, 28.574960], [115.945542, 28.574647], [115.945688, 28.574584], [115.945815, 28.574007], [115.945674, 28.573550], [115.945930, 28.572996], [115.945542, 28.572964], [115.945519, 28.572835], [115.945751, 28.572309], [115.945186, 28.572161], [115.945285, 28.571157], [115.945819, 28.571147], [115.946063, 28.571000], [115.945963, 28.570499], [115.945612, 28.569948], [115.946086, 28.569567], [115.945634, 28.569133], [115.943805, 28.569330], [115.942775, 28.570385], [115.941916, 28.569782], [115.939341, 28.569933], [115.938140, 28.569028], [115.938140, 28.567822], [115.937453, 28.565862], [115.938311, 28.564656], [115.939513, 28.565259], [115.939856, 28.564203], [115.942688, 28.564517], [115.943172, 28.562926], [115.942805, 28.561591], [115.942702, 28.561565], [115.942681, 28.561389], [115.942784, 28.561389], [115.942632, 28.561101], [115.942669, 28.560866], [115.942458, 28.560844], [115.942441, 28.560768], [115.942585, 28.560759], [115.942473, 28.560426], [115.942109, 28.560365], [115.942285, 28.559808], [115.942418, 28.558551], [115.940420, 28.558433], [115.940195, 28.559167], [115.939819, 28.560393], [115.933382, 28.559865], [115.934755, 28.552401], [115.941879, 28.552024], [115.943379, 28.552988], [115.944364, 28.552909], [115.945226, 28.552714], [115.945077, 28.552212], [115.945232, 28.552153], [115.947102, 28.552216], [115.947170, 28.552343], [115.947365, 28.552164], [115.947600, 28.552130], [115.947690, 28.551212], [115.947222, 28.551173], [115.947364, 28.550716], [115.947553, 28.550667], [115.948420, 28.550771], [115.948719, 28.551112], [115.948599, 28.551191], [115.948490, 28.551729], [115.948565, 28.551760], [115.948761, 28.551576], [115.948988, 28.551714], [115.949285, 28.551656], [115.949872, 28.551828], [115.950448, 28.551889], [115.951071, 28.550506], [115.951847, 28.550579], [115.953621, 28.551183], [115.955417, 28.548149], [115.954532, 28.547907], [115.954188, 28.547695], [115.954118, 28.547841], [115.953768, 28.547988], [115.953765, 28.548285], [115.953525, 28.548344], [115.953524, 28.548434], [115.953409, 28.548443], [115.953230, 28.548678], [115.953013, 28.548615], [115.953050, 28.548404], [115.953369, 28.547924], [115.952950, 28.547542], [115.952689, 28.547943], [115.952416, 28.547788], [115.952086, 28.548233], [115.947371, 28.547472], [115.947621, 28.546436], [115.947891, 28.545856], [115.948646, 28.544423], [115.949084, 28.544042], [115.948926, 28.543900], [115.948788, 28.543883], [115.948813, 28.543712], [115.948666, 28.543585], [115.948449, 28.543548], [115.948422, 28.543344], [115.948332, 28.543313], [115.948059, 28.542641], [115.947265, 28.542600], [115.947229, 28.542771], [115.946952, 28.542709], [115.948193, 28.539909], [115.947673, 28.539596], [115.947535, 28.539036], [115.947757, 28.538335], [115.948040, 28.537870], [115.948101, 28.537588], [115.948107, 28.535964], [115.948409, 28.536043], [115.948429, 28.535829], [115.948176, 28.535757], [115.948285, 28.534486], [115.948411, 28.534402], [115.948405, 28.533529], [115.948116, 28.533602], [115.947844, 28.533494], [115.947570, 28.533512], [115.947165, 28.533758], [115.947074, 28.533711], [115.947288, 28.533391], [115.947112, 28.533250], [115.946380, 28.533497], [115.946139, 28.532883], [115.945606, 28.532908], [115.945093, 28.533588], [115.944361, 28.533597], [115.943054, 28.533613], [115.941915, 28.533626], [115.942000, 28.535360], [115.941526, 28.535323], [115.941000, 28.535283], [115.939082, 28.535135], [115.939082, 28.536063], [115.939082, 28.536685], [115.939082, 28.538340], [115.937065, 28.538376], [115.936997, 28.536756], [115.936968, 28.536062], [115.936936, 28.535285], [115.936293, 28.535285], [115.935532, 28.535317], [115.931831, 28.535474], [115.930971, 28.535511], [115.924619, 28.535749], [115.920774, 28.535893], [115.921041, 28.536798], [115.921395, 28.536741], [115.921453, 28.537673], [115.921199, 28.537562], [115.920775, 28.537654], [115.920942, 28.537758], [115.920977, 28.537946], [115.919697, 28.537947], [115.919700, 28.536931], [115.917630, 28.539515], [115.915864, 28.541719], [115.915326, 28.543075], [115.915733, 28.543915], [115.917166, 28.543354], [115.917320, 28.543965], [115.917352, 28.544410], [115.917276, 28.544679], [115.916145, 28.544874], [115.916875, 28.546883], [115.916900, 28.547281], [115.916179, 28.547268], [115.916211, 28.547764], [115.916269, 28.547784], [115.916364, 28.548389], [115.916538, 28.548539], [115.916581, 28.548672], [115.916154, 28.548713], [115.916143, 28.549069], [115.915665, 28.549125], [115.915156, 28.549056], [115.915007, 28.550331], [115.913843, 28.550455], [115.913305, 28.553343], [115.915436, 28.553288], [115.915621, 28.553639], [115.915476, 28.553685], [115.915690, 28.555302], [115.915242, 28.555421], [115.915886, 28.556837], [115.915703, 28.556921], [115.915835, 28.557180], [115.915967, 28.557813], [115.915792, 28.558062], [115.915886, 28.558309], [115.915716, 28.558473], [115.915576, 28.558506], [115.915575, 28.558646], [115.915665, 28.558753], [115.915483, 28.558914], [115.915516, 28.559436], [115.914873, 28.559523], [115.914673, 28.560247], [115.914685, 28.561489], [115.914511, 28.562468], [115.914486, 28.563685], [115.914483, 28.563834], [115.914958, 28.563868], [115.915075, 28.567066], [115.914734, 28.567080], [115.914689, 28.567539], [115.913166, 28.567585], [115.913170, 28.567314], [115.912568, 28.567356], [115.912575, 28.566720], [115.912244, 28.566410], [115.911723, 28.566488], [115.911770, 28.567102], [115.911608, 28.567277], [115.911566, 28.567466], [115.911766, 28.567491], [115.911831, 28.567692], [115.911722, 28.567903], [115.910600, 28.567916], [115.910325, 28.569452], [115.909989, 28.571325], [115.909650, 28.573217], [115.909253, 28.575435], [115.909182, 28.575829], [115.908319, 28.580644], [115.906604, 28.590219], [115.906655, 28.590387], [115.906709, 28.590458], [115.906852, 28.590459], [115.907558, 28.590309], [115.908456, 28.590265], [115.908530, 28.590340], [115.908591, 28.590938], [115.909203, 28.590980], [115.909252, 28.591114], [115.909100, 28.591986], [115.909213, 28.592468], [115.911261, 28.593151], [115.911234, 28.594214], [115.911191, 28.595887], [115.911291, 28.595945], [115.912054, 28.595967], [115.912254, 28.596064], [115.912633, 28.596784], [115.912918, 28.596794], [115.913147, 28.596546], [115.913257, 28.596465], [115.913366, 28.596459], [115.913524, 28.596577], [115.913810, 28.596500], [115.914178, 28.596635], [115.914531, 28.596601], [115.915200, 28.596784], [115.915327, 28.596719], [115.915544, 28.596026], [115.915662, 28.595931], [115.916056, 28.595964], [115.916457, 28.596100], [115.916565, 28.596249], [115.916444, 28.597446], [115.916561, 28.598283], [115.916949, 28.598870], [115.917708, 28.599298], [115.917929, 28.599922], [115.918226, 28.600427], [115.918467, 28.600607], [115.918718, 28.600682], [115.919389, 28.600658], [115.919802, 28.600528], [115.921660, 28.600205], [115.921875, 28.599718], [115.922349, 28.599367], [115.922470, 28.598976], [115.923654, 28.598224], [115.924576, 28.597420], [115.924958, 28.596979], [115.925270, 28.596863], [115.926817, 28.596655]]] } } + , + { "type": "Feature", "properties": { "NAME": "向塘镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.962572, 28.379456], [115.961842, 28.379666], [115.961730, 28.379475], [115.961550, 28.379483], [115.961236, 28.379340], [115.961055, 28.379368], [115.960115, 28.379727], [115.959830, 28.379964], [115.959253, 28.380117], [115.958882, 28.379974], [115.958188, 28.379429], [115.957343, 28.379082], [115.956773, 28.378449], [115.956379, 28.378386], [115.956240, 28.377553], [115.955842, 28.376813], [115.955745, 28.376264], [115.954745, 28.374746], [115.954363, 28.374563], [115.953437, 28.374414], [115.951989, 28.374809], [115.951662, 28.373640], [115.951698, 28.373461], [115.951508, 28.373260], [115.951127, 28.371832], [115.950630, 28.371957], [115.950594, 28.372146], [115.950093, 28.372599], [115.948340, 28.373100], [115.947625, 28.373511], [115.946982, 28.374405], [115.946677, 28.374542], [115.946357, 28.374927], [115.946309, 28.375214], [115.946661, 28.376193], [115.946048, 28.376586], [115.946025, 28.376762], [115.945672, 28.376941], [115.944576, 28.378275], [115.943986, 28.378627], [115.943409, 28.378861], [115.941707, 28.379880], [115.940964, 28.380123], [115.939983, 28.380630], [115.940056, 28.380268], [115.939619, 28.379945], [115.939361, 28.379913], [115.939344, 28.379546], [115.939246, 28.379451], [115.938914, 28.379422], [115.938562, 28.379500], [115.938586, 28.379827], [115.938333, 28.379824], [115.938281, 28.379534], [115.938451, 28.378900], [115.938449, 28.378462], [115.937751, 28.378425], [115.937229, 28.378529], [115.937230, 28.378475], [115.936723, 28.378421], [115.936366, 28.375853], [115.935868, 28.376339], [115.934959, 28.377434], [115.934820, 28.377475], [115.934301, 28.378117], [115.934558, 28.379124], [115.934521, 28.379414], [115.934375, 28.379685], [115.934023, 28.379902], [115.933222, 28.379834], [115.933036, 28.379902], [115.932295, 28.379601], [115.931094, 28.379279], [115.930175, 28.379236], [115.929668, 28.379310], [115.929134, 28.379465], [115.929069, 28.379559], [115.928904, 28.379471], [115.928602, 28.379836], [115.927444, 28.380265], [115.927281, 28.380240], [115.926490, 28.380665], [115.926327, 28.380675], [115.924646, 28.381629], [115.922169, 28.382844], [115.922006, 28.382843], [115.921733, 28.382973], [115.921527, 28.383175], [115.916856, 28.385365], [115.916678, 28.385385], [115.916603, 28.385310], [115.916092, 28.385561], [115.915042, 28.386147], [115.914612, 28.386557], [115.913740, 28.387181], [115.908978, 28.390224], [115.908048, 28.390008], [115.907068, 28.389887], [115.905685, 28.389492], [115.904616, 28.389290], [115.904475, 28.389240], [115.904195, 28.388847], [115.904080, 28.388820], [115.903625, 28.389719], [115.903412, 28.389835], [115.903113, 28.389655], [115.903025, 28.389496], [115.902791, 28.389416], [115.902799, 28.389771], [115.902052, 28.389735], [115.901387, 28.390490], [115.901083, 28.390715], [115.900625, 28.390800], [115.900347, 28.390748], [115.899903, 28.390468], [115.899792, 28.390497], [115.899375, 28.389763], [115.899017, 28.389869], [115.899005, 28.390017], [115.898826, 28.390084], [115.898555, 28.390358], [115.897952, 28.390463], [115.897929, 28.390591], [115.897784, 28.390589], [115.897815, 28.391900], [115.897249, 28.392735], [115.897290, 28.393021], [115.897592, 28.393103], [115.897743, 28.393395], [115.897863, 28.393431], [115.897909, 28.393591], [115.898183, 28.393576], [115.898084, 28.394090], [115.898334, 28.394198], [115.898459, 28.394370], [115.899465, 28.394254], [115.900006, 28.394270], [115.900077, 28.394584], [115.900297, 28.394598], [115.900843, 28.395497], [115.900943, 28.395539], [115.901257, 28.396280], [115.902494, 28.396367], [115.902415, 28.398855], [115.902522, 28.399531], [115.902731, 28.399420], [115.902825, 28.399660], [115.902962, 28.400386], [115.904259, 28.403113], [115.903769, 28.403289], [115.903939, 28.403622], [115.903329, 28.403683], [115.903338, 28.404221], [115.903070, 28.404237], [115.903050, 28.404178], [115.902903, 28.404235], [115.902642, 28.404210], [115.902621, 28.404322], [115.902085, 28.404294], [115.901893, 28.406712], [115.901972, 28.408366], [115.901740, 28.410981], [115.902592, 28.411168], [115.903022, 28.411362], [115.903220, 28.411609], [115.904211, 28.411208], [115.904618, 28.410799], [115.905164, 28.411138], [115.905530, 28.411200], [115.905528, 28.411426], [115.905682, 28.411466], [115.905434, 28.411906], [115.905611, 28.411967], [115.905730, 28.411727], [115.905886, 28.411659], [115.905884, 28.411846], [115.905853, 28.412170], [115.905676, 28.412188], [115.905679, 28.412415], [115.905494, 28.412511], [115.905370, 28.412686], [115.905188, 28.413142], [115.905110, 28.413215], [115.904861, 28.413060], [115.904532, 28.413181], [115.904533, 28.413637], [115.904300, 28.413596], [115.903844, 28.413686], [115.903924, 28.414000], [115.902639, 28.414191], [115.903148, 28.415455], [115.903053, 28.415513], [115.903118, 28.415696], [115.902366, 28.415832], [115.902284, 28.415792], [115.902357, 28.415641], [115.901988, 28.415342], [115.901491, 28.415117], [115.901049, 28.424268], [115.900893, 28.427488], [115.900227, 28.427493], [115.899748, 28.427349], [115.899610, 28.427435], [115.899439, 28.427430], [115.899176, 28.427205], [115.899042, 28.427336], [115.898858, 28.427342], [115.898795, 28.427561], [115.899441, 28.428097], [115.899331, 28.428185], [115.897747, 28.429457], [115.897542, 28.429455], [115.895597, 28.431231], [115.895826, 28.431730], [115.896025, 28.431983], [115.896425, 28.432268], [115.896565, 28.432551], [115.896599, 28.433317], [115.895917, 28.433452], [115.896122, 28.433966], [115.896095, 28.434116], [115.896284, 28.434541], [115.896409, 28.434609], [115.896120, 28.435008], [115.896118, 28.435134], [115.896311, 28.435202], [115.896326, 28.435351], [115.896183, 28.435350], [115.896055, 28.435988], [115.895960, 28.436139], [115.895636, 28.436137], [115.895578, 28.436251], [115.895492, 28.436244], [115.894953, 28.437687], [115.895038, 28.437802], [115.894891, 28.438062], [115.894918, 28.438278], [115.895066, 28.438489], [115.894922, 28.438621], [115.894947, 28.438945], [115.894759, 28.439039], [115.894765, 28.439153], [115.895048, 28.439637], [115.895305, 28.439722], [115.895318, 28.439868], [115.894899, 28.440144], [115.894556, 28.440669], [115.894749, 28.440683], [115.894791, 28.440847], [115.894788, 28.441121], [115.894615, 28.441157], [115.894607, 28.441284], [115.894755, 28.441584], [115.894705, 28.442171], [115.895027, 28.443037], [115.895292, 28.443089], [115.895304, 28.443330], [115.895508, 28.443656], [115.895228, 28.443679], [115.895415, 28.444354], [115.895047, 28.444554], [115.895310, 28.444830], [115.895180, 28.444924], [115.895440, 28.445441], [115.896072, 28.445465], [115.898467, 28.445820], [115.898654, 28.445790], [115.898747, 28.445829], [115.898876, 28.446470], [115.899142, 28.446530], [115.899099, 28.447171], [115.898517, 28.447198], [115.898430, 28.447280], [115.898291, 28.448218], [115.898041, 28.448756], [115.897999, 28.449406], [115.897611, 28.450047], [115.895415, 28.452062], [115.895297, 28.452250], [115.897577, 28.454029], [115.898206, 28.454884], [115.898047, 28.455141], [115.897914, 28.455159], [115.897959, 28.455373], [115.897685, 28.455645], [115.897456, 28.455597], [115.897206, 28.455668], [115.896834, 28.455904], [115.896728, 28.456208], [115.896392, 28.456213], [115.896567, 28.456394], [115.896702, 28.456689], [115.896596, 28.456870], [115.896380, 28.457802], [115.896400, 28.457932], [115.896465, 28.457933], [115.896648, 28.459135], [115.896401, 28.459198], [115.896485, 28.459485], [115.896368, 28.459484], [115.896502, 28.460300], [115.896179, 28.460271], [115.896080, 28.460686], [115.896125, 28.460899], [115.896816, 28.460836], [115.896944, 28.460917], [115.897495, 28.461016], [115.897476, 28.461271], [115.897137, 28.461898], [115.897221, 28.462150], [115.897312, 28.462120], [115.897370, 28.462182], [115.897517, 28.462984], [115.897211, 28.464174], [115.897233, 28.464609], [115.897090, 28.464744], [115.896900, 28.465211], [115.896560, 28.465159], [115.896554, 28.465311], [115.896403, 28.465359], [115.896372, 28.465447], [115.896342, 28.465835], [115.896099, 28.466028], [115.896299, 28.466628], [115.896679, 28.466566], [115.896744, 28.466930], [115.895941, 28.467095], [115.896026, 28.467233], [115.896190, 28.467181], [115.896297, 28.467227], [115.896485, 28.467438], [115.896662, 28.467814], [115.896852, 28.467761], [115.896924, 28.467834], [115.897232, 28.467643], [115.897415, 28.467859], [115.897667, 28.468181], [115.897823, 28.468125], [115.898057, 28.468390], [115.898208, 28.468357], [115.898239, 28.467858], [115.899139, 28.467857], [115.899076, 28.468748], [115.899329, 28.468808], [115.899915, 28.470519], [115.900354, 28.470955], [115.902258, 28.470074], [115.902434, 28.470134], [115.902531, 28.470092], [115.902592, 28.469975], [115.902721, 28.469256], [115.902720, 28.468717], [115.902217, 28.467118], [115.901873, 28.466582], [115.902159, 28.466361], [115.902045, 28.466248], [115.902125, 28.466142], [115.902553, 28.466145], [115.902775, 28.466254], [115.902822, 28.466430], [115.902703, 28.466787], [115.902766, 28.467166], [115.903235, 28.467928], [115.903648, 28.468285], [115.903787, 28.468253], [115.904062, 28.467924], [115.904100, 28.467780], [115.904705, 28.466974], [115.904923, 28.466912], [115.905240, 28.466957], [115.906330, 28.466688], [115.906446, 28.466529], [115.906486, 28.466145], [115.906514, 28.465809], [115.906355, 28.465424], [115.906458, 28.465376], [115.907305, 28.465314], [115.908780, 28.465726], [115.908937, 28.465680], [115.908969, 28.465477], [115.909262, 28.465149], [115.909079, 28.464801], [115.909115, 28.464754], [115.910024, 28.464436], [115.910132, 28.464447], [115.910204, 28.464544], [115.912043, 28.464287], [115.912213, 28.464230], [115.912445, 28.463997], [115.913195, 28.463806], [115.913486, 28.463846], [115.914178, 28.463451], [115.914697, 28.463536], [115.915435, 28.463127], [115.915640, 28.463140], [115.915716, 28.463380], [115.915801, 28.463429], [115.916158, 28.463384], [115.917222, 28.463022], [115.917681, 28.462984], [115.918892, 28.462696], [115.919300, 28.462384], [115.919548, 28.462290], [115.920417, 28.462527], [115.920774, 28.462381], [115.921590, 28.462436], [115.922048, 28.462537], [115.922184, 28.462805], [115.922327, 28.463915], [115.922841, 28.463919], [115.922849, 28.464314], [115.923218, 28.464296], [115.923293, 28.464025], [115.923286, 28.463512], [115.923216, 28.463282], [115.923275, 28.462808], [115.923474, 28.462831], [115.923657, 28.462656], [115.924644, 28.462826], [115.925043, 28.462728], [115.925579, 28.462317], [115.926498, 28.462384], [115.927454, 28.462857], [115.927653, 28.462885], [115.928425, 28.462764], [115.928862, 28.462608], [115.929388, 28.462565], [115.929535, 28.462438], [115.929585, 28.462235], [115.929725, 28.462208], [115.929831, 28.462382], [115.929758, 28.462477], [115.929768, 28.462670], [115.929918, 28.462724], [115.929965, 28.462895], [115.930180, 28.463143], [115.930069, 28.463393], [115.930183, 28.463474], [115.930187, 28.463640], [115.929769, 28.463742], [115.929392, 28.463990], [115.929662, 28.464206], [115.929855, 28.464820], [115.929595, 28.465416], [115.929511, 28.465415], [115.929459, 28.466310], [115.929343, 28.466421], [115.929318, 28.466602], [115.929668, 28.467214], [115.929414, 28.467233], [115.929183, 28.467343], [115.929186, 28.467710], [115.929256, 28.467988], [115.929500, 28.468263], [115.929853, 28.469113], [115.929655, 28.469605], [115.929669, 28.469780], [115.930108, 28.470012], [115.930046, 28.470160], [115.929525, 28.470465], [115.929192, 28.470776], [115.928698, 28.471462], [115.927861, 28.471849], [115.926129, 28.473365], [115.925949, 28.473619], [115.923253, 28.475150], [115.923100, 28.475749], [115.923146, 28.475892], [115.923287, 28.475992], [115.923135, 28.477017], [115.922470, 28.476993], [115.922742, 28.478744], [115.922872, 28.479094], [115.924290, 28.482181], [115.926188, 28.481569], [115.927408, 28.482001], [115.928027, 28.481989], [115.928729, 28.482143], [115.928758, 28.482369], [115.928540, 28.483342], [115.928712, 28.483406], [115.929356, 28.483519], [115.929665, 28.483500], [115.930160, 28.483312], [115.930217, 28.483173], [115.930643, 28.483182], [115.930717, 28.482963], [115.931249, 28.483233], [115.931382, 28.483208], [115.931586, 28.483366], [115.932136, 28.483404], [115.932502, 28.483543], [115.932946, 28.483589], [115.933127, 28.483666], [115.933246, 28.483954], [115.934944, 28.484686], [115.935371, 28.483852], [115.936526, 28.482597], [115.937723, 28.483008], [115.937491, 28.483352], [115.937336, 28.484067], [115.937500, 28.484326], [115.937652, 28.484943], [115.938204, 28.485100], [115.939255, 28.485220], [115.939326, 28.485296], [115.939507, 28.484868], [115.939792, 28.485001], [115.940001, 28.484674], [115.940193, 28.484132], [115.940422, 28.484206], [115.940505, 28.484008], [115.940882, 28.484063], [115.941180, 28.483901], [115.941293, 28.484054], [115.941228, 28.484322], [115.941766, 28.484497], [115.941878, 28.484763], [115.941752, 28.485040], [115.941894, 28.485126], [115.941773, 28.485314], [115.941885, 28.485505], [115.941822, 28.485614], [115.941665, 28.485553], [115.941452, 28.485851], [115.941936, 28.486205], [115.942107, 28.486445], [115.941674, 28.487137], [115.942127, 28.487305], [115.942350, 28.486915], [115.942437, 28.486903], [115.942905, 28.487359], [115.943063, 28.487360], [115.943335, 28.486903], [115.943559, 28.486729], [115.944378, 28.486142], [115.944713, 28.486108], [115.945047, 28.485262], [115.945160, 28.484500], [115.945248, 28.484343], [115.945641, 28.484180], [115.946214, 28.484139], [115.946493, 28.483982], [115.947388, 28.483978], [115.947433, 28.483781], [115.947823, 28.483464], [115.948414, 28.482748], [115.948939, 28.482332], [115.949121, 28.482325], [115.948828, 28.485296], [115.948565, 28.489239], [115.949439, 28.489298], [115.949386, 28.489353], [115.949862, 28.489522], [115.949911, 28.489430], [115.950162, 28.489537], [115.949903, 28.490251], [115.949933, 28.490658], [115.949722, 28.490736], [115.949310, 28.491262], [115.948327, 28.493428], [115.948289, 28.493954], [115.947988, 28.493909], [115.947198, 28.501346], [115.947385, 28.501234], [115.947794, 28.500997], [115.948013, 28.501076], [115.948121, 28.501230], [115.948719, 28.501211], [115.949608, 28.501317], [115.949658, 28.501532], [115.949950, 28.501489], [115.949979, 28.501604], [115.950150, 28.501686], [115.950172, 28.502391], [115.950712, 28.502375], [115.952998, 28.502022], [115.954117, 28.501961], [115.954191, 28.502699], [115.954317, 28.502731], [115.954298, 28.503431], [115.954381, 28.503767], [115.954397, 28.503833], [115.955104, 28.503715], [115.955072, 28.504106], [115.956403, 28.504169], [115.956411, 28.503406], [115.957137, 28.503231], [115.957323, 28.503398], [115.957613, 28.503456], [115.957768, 28.503312], [115.957792, 28.503173], [115.957812, 28.502320], [115.957903, 28.502326], [115.958348, 28.502752], [115.958402, 28.503094], [115.959541, 28.503060], [115.959552, 28.500179], [115.960616, 28.500426], [115.960825, 28.500513], [115.960881, 28.500700], [115.961599, 28.500721], [115.962304, 28.500704], [115.962330, 28.500964], [115.963244, 28.501236], [115.963843, 28.501171], [115.963838, 28.501101], [115.964067, 28.501043], [115.963937, 28.500359], [115.964102, 28.500275], [115.964078, 28.499818], [115.964340, 28.499811], [115.964321, 28.499444], [115.964189, 28.499306], [115.964407, 28.499143], [115.964415, 28.498927], [115.964564, 28.498773], [115.964479, 28.498757], [115.964488, 28.498400], [115.965184, 28.498342], [115.965173, 28.498027], [115.965385, 28.497868], [115.965917, 28.497673], [115.965828, 28.497426], [115.966830, 28.496889], [115.967041, 28.496811], [115.967222, 28.497034], [115.967743, 28.496839], [115.967908, 28.496744], [115.967789, 28.496633], [115.967959, 28.495785], [115.967413, 28.495116], [115.967189, 28.494733], [115.967176, 28.494312], [115.966798, 28.493977], [115.966497, 28.493898], [115.964913, 28.493907], [115.964893, 28.493651], [115.965423, 28.493606], [115.965374, 28.493380], [115.965460, 28.493366], [115.965388, 28.493069], [115.964532, 28.493356], [115.964476, 28.492786], [115.964601, 28.492388], [115.964505, 28.492330], [115.964587, 28.492161], [115.964653, 28.492076], [115.964973, 28.492314], [115.965231, 28.492395], [115.966360, 28.492485], [115.967159, 28.492500], [115.967784, 28.492242], [115.968244, 28.491463], [115.968645, 28.490599], [115.968735, 28.490256], [115.968588, 28.489489], [115.968646, 28.489051], [115.968784, 28.488852], [115.969498, 28.488454], [115.969909, 28.488599], [115.970050, 28.488416], [115.970185, 28.488544], [115.970247, 28.488494], [115.970350, 28.488546], [115.970398, 28.488659], [115.970293, 28.488904], [115.970465, 28.488996], [115.971070, 28.488875], [115.971120, 28.488749], [115.971360, 28.488715], [115.971423, 28.488595], [115.971567, 28.488547], [115.972377, 28.488565], [115.972420, 28.488474], [115.972559, 28.488475], [115.972891, 28.488570], [115.973452, 28.487726], [115.974035, 28.487126], [115.974931, 28.486443], [115.975018, 28.485998], [115.975158, 28.485957], [115.975320, 28.485664], [115.975315, 28.485523], [115.975225, 28.485486], [115.975251, 28.484935], [115.975400, 28.484642], [115.975354, 28.484104], [115.975520, 28.484106], [115.975772, 28.483900], [115.975782, 28.483618], [115.976419, 28.483582], [115.976398, 28.483533], [115.977339, 28.483340], [115.977785, 28.483162], [115.978635, 28.482980], [115.979307, 28.483159], [115.981202, 28.483374], [115.981439, 28.483322], [115.982043, 28.483395], [115.981744, 28.484045], [115.981408, 28.485544], [115.981761, 28.485690], [115.981469, 28.485913], [115.981466, 28.486197], [115.981853, 28.486172], [115.981639, 28.487186], [115.983858, 28.488863], [115.985566, 28.487778], [115.986911, 28.487319], [115.986971, 28.487394], [115.990003, 28.491210], [115.990618, 28.492398], [115.990515, 28.493736], [115.989606, 28.495302], [115.986194, 28.496921], [115.984217, 28.498081], [115.983944, 28.498751], [115.983576, 28.499650], [115.983289, 28.501616], [115.983544, 28.502958], [115.984894, 28.504456], [115.985048, 28.504628], [115.986384, 28.505336], [115.991209, 28.506391], [115.992296, 28.507286], [115.992607, 28.508134], [115.992275, 28.509456], [115.990982, 28.511131], [115.988225, 28.514344], [115.987798, 28.515526], [115.987868, 28.515807], [115.988038, 28.516495], [115.988818, 28.517928], [115.989672, 28.518626], [115.993268, 28.519233], [115.993662, 28.519233], [115.996639, 28.519228], [115.998023, 28.519405], [115.999311, 28.519947], [116.000131, 28.521217], [116.000684, 28.521345], [116.001704, 28.520907], [116.002266, 28.520059], [116.002841, 28.517787], [116.005384, 28.517929], [116.005518, 28.517937], [116.005752, 28.517613], [116.009343, 28.518027], [116.011106, 28.518035], [116.011113, 28.517180], [116.008809, 28.516628], [116.008915, 28.515287], [116.008546, 28.515160], [116.008372, 28.513979], [116.009086, 28.511708], [116.009222, 28.509746], [116.011839, 28.508685], [116.013085, 28.508739], [116.013181, 28.508333], [116.013596, 28.508459], [116.014337, 28.508141], [116.014200, 28.507708], [116.014892, 28.507715], [116.015519, 28.506569], [116.016288, 28.506577], [116.017071, 28.505161], [116.017996, 28.504228], [116.017319, 28.503265], [116.017559, 28.502319], [116.017555, 28.500381], [116.018062, 28.498982], [116.018891, 28.498506], [116.019684, 28.495947], [116.020545, 28.494726], [116.021076, 28.493975], [116.022018, 28.493161], [116.023073, 28.491913], [116.024175, 28.491682], [116.024850, 28.489946], [116.029400, 28.484685], [116.032990, 28.480592], [116.037815, 28.481510], [116.037190, 28.481073], [116.036342, 28.480479], [116.037185, 28.478356], [116.038888, 28.478276], [116.040281, 28.475560], [116.040342, 28.475442], [116.036938, 28.475216], [116.037678, 28.472317], [116.037800, 28.471059], [116.037499, 28.471063], [116.037509, 28.470930], [116.036592, 28.470826], [116.036536, 28.470623], [116.036012, 28.467598], [116.035791, 28.464408], [116.035757, 28.462964], [116.035578, 28.461351], [116.034812, 28.458117], [116.034129, 28.456246], [116.033807, 28.455529], [116.033356, 28.454787], [116.033300, 28.454645], [116.033044, 28.453730], [116.032568, 28.452660], [116.032328, 28.452309], [116.031295, 28.451253], [116.028618, 28.449764], [116.028298, 28.449721], [116.027630, 28.449790], [116.026922, 28.449948], [116.025409, 28.450440], [116.024462, 28.450435], [116.023749, 28.450159], [116.023081, 28.449598], [116.022669, 28.448836], [116.022447, 28.447293], [116.022595, 28.444847], [116.022566, 28.443938], [116.022942, 28.441252], [116.023225, 28.437837], [116.023980, 28.434669], [116.024291, 28.433004], [116.024728, 28.431620], [116.025487, 28.430430], [116.026828, 28.428670], [116.028750, 28.425584], [116.029193, 28.424329], [116.029308, 28.423360], [116.029051, 28.422338], [116.028703, 28.421406], [116.027797, 28.419732], [116.027177, 28.418884], [116.025662, 28.417496], [116.025382, 28.417058], [116.025190, 28.416459], [116.025893, 28.415173], [116.026221, 28.414338], [116.026832, 28.413301], [116.028266, 28.410167], [116.028499, 28.409488], [116.028654, 28.408454], [116.028854, 28.406031], [116.028596, 28.403552], [116.029196, 28.401975], [116.029576, 28.401216], [116.030109, 28.399748], [116.030240, 28.399315], [116.030397, 28.398056], [116.029834, 28.396640], [116.029090, 28.395546], [116.026464, 28.392906], [116.024953, 28.391161], [116.024668, 28.390676], [116.024114, 28.388997], [116.023796, 28.386780], [116.023248, 28.384110], [116.023203, 28.383236], [116.022690, 28.381148], [116.022367, 28.379133], [116.022426, 28.377319], [116.022636, 28.375804], [116.020115, 28.375742], [116.019371, 28.375649], [116.018983, 28.375297], [116.019015, 28.375160], [116.018924, 28.375072], [116.018673, 28.375031], [116.018542, 28.374790], [116.018362, 28.374842], [116.018299, 28.375021], [116.016998, 28.375666], [116.016846, 28.375623], [116.016713, 28.375681], [116.016647, 28.375435], [116.016265, 28.375569], [116.016067, 28.377158], [116.016000, 28.377410], [116.015749, 28.377712], [116.015941, 28.378257], [116.015968, 28.378722], [116.015708, 28.379621], [116.015591, 28.379802], [116.015217, 28.380098], [116.016206, 28.381456], [116.015450, 28.381721], [116.015733, 28.382327], [116.015519, 28.382705], [116.014981, 28.382862], [116.014356, 28.381241], [116.013813, 28.381104], [116.013615, 28.380862], [116.013712, 28.379643], [116.013992, 28.378686], [116.013237, 28.378744], [116.013080, 28.379264], [116.012753, 28.379902], [116.012469, 28.380154], [116.012238, 28.380196], [116.012100, 28.380069], [116.011168, 28.380104], [116.011918, 28.380657], [116.012078, 28.380907], [116.012270, 28.381485], [116.012281, 28.381756], [116.012141, 28.382214], [116.011570, 28.382250], [116.010488, 28.382017], [116.009914, 28.381589], [116.009202, 28.383260], [116.010175, 28.383899], [116.010627, 28.383900], [116.010766, 28.384081], [116.010960, 28.384065], [116.011180, 28.384157], [116.011507, 28.384442], [116.010822, 28.385460], [116.010745, 28.385696], [116.010578, 28.385742], [116.009972, 28.385616], [116.009939, 28.385673], [116.010382, 28.386730], [116.010598, 28.386976], [116.009242, 28.387946], [116.009143, 28.388183], [116.009271, 28.389177], [116.009547, 28.390379], [116.009375, 28.390606], [116.009068, 28.390592], [116.008353, 28.390923], [116.007659, 28.391470], [116.007400, 28.391417], [116.006905, 28.390747], [116.006293, 28.390266], [116.005607, 28.387529], [116.005554, 28.387101], [116.004952, 28.387067], [116.004540, 28.386912], [116.004208, 28.386977], [116.004099, 28.386933], [116.003951, 28.387039], [116.003907, 28.387081], [116.003721, 28.386733], [116.003785, 28.386545], [116.003972, 28.386457], [116.003876, 28.386339], [116.003132, 28.386288], [116.002818, 28.386096], [116.002578, 28.385790], [116.000891, 28.385106], [116.000639, 28.384886], [115.999598, 28.384525], [115.999184, 28.384154], [115.998853, 28.384075], [115.998278, 28.384112], [115.998473, 28.384482], [115.998621, 28.384598], [115.998535, 28.384721], [115.998614, 28.384958], [115.998589, 28.385036], [115.998041, 28.385180], [115.997419, 28.383754], [115.997110, 28.383916], [115.997082, 28.383834], [115.996807, 28.383820], [115.996752, 28.383705], [115.996545, 28.383789], [115.996317, 28.383640], [115.995927, 28.382955], [115.996151, 28.382775], [115.996019, 28.382635], [115.995825, 28.382615], [115.995799, 28.382772], [115.995012, 28.382589], [115.994885, 28.382695], [115.995024, 28.383053], [115.995527, 28.383297], [115.995586, 28.383512], [115.994395, 28.383820], [115.994548, 28.384275], [115.995108, 28.384142], [115.995387, 28.385040], [115.995475, 28.385098], [115.995629, 28.385558], [115.994803, 28.386502], [115.994486, 28.386188], [115.994011, 28.385111], [115.993645, 28.384008], [115.993531, 28.384010], [115.993329, 28.383570], [115.993206, 28.382894], [115.993547, 28.382762], [115.993704, 28.382410], [115.994776, 28.382457], [115.995002, 28.382538], [115.995057, 28.382235], [115.994813, 28.381983], [115.994726, 28.381758], [115.994379, 28.381690], [115.994467, 28.381265], [115.994367, 28.381160], [115.994511, 28.380966], [115.994484, 28.380837], [115.994658, 28.380803], [115.993796, 28.379945], [115.993568, 28.380089], [115.993182, 28.380720], [115.992722, 28.380615], [115.992406, 28.380327], [115.992305, 28.380326], [115.992302, 28.380262], [115.992042, 28.380305], [115.992006, 28.380473], [115.991823, 28.380136], [115.991807, 28.379268], [115.991626, 28.379213], [115.991613, 28.378885], [115.991191, 28.378955], [115.991169, 28.379161], [115.990887, 28.379462], [115.990970, 28.379641], [115.991246, 28.379608], [115.991750, 28.380571], [115.991580, 28.380680], [115.992086, 28.381006], [115.991637, 28.381412], [115.991055, 28.381190], [115.990497, 28.380418], [115.990334, 28.379768], [115.990238, 28.379785], [115.990403, 28.380853], [115.990286, 28.381068], [115.989967, 28.380968], [115.989518, 28.380945], [115.989493, 28.379870], [115.989336, 28.379058], [115.988255, 28.379259], [115.988116, 28.379173], [115.988004, 28.378287], [115.988090, 28.378227], [115.989524, 28.378158], [115.989579, 28.378114], [115.989496, 28.377977], [115.989521, 28.377893], [115.989807, 28.377852], [115.989940, 28.378052], [115.990045, 28.378494], [115.990200, 28.378495], [115.990156, 28.376807], [115.990536, 28.376833], [115.990605, 28.376424], [115.989656, 28.376370], [115.989106, 28.376430], [115.988485, 28.376627], [115.988265, 28.376602], [115.988733, 28.377255], [115.988086, 28.377504], [115.988027, 28.377424], [115.987862, 28.377497], [115.987717, 28.377469], [115.987446, 28.377026], [115.987542, 28.376965], [115.987523, 28.376903], [115.987363, 28.376729], [115.987533, 28.376700], [115.987306, 28.376424], [115.987287, 28.376318], [115.987493, 28.376197], [115.987424, 28.376099], [115.987224, 28.376097], [115.987165, 28.376009], [115.986949, 28.376121], [115.986836, 28.375943], [115.986261, 28.375972], [115.986289, 28.376074], [115.986004, 28.376111], [115.985264, 28.374098], [115.985139, 28.374652], [115.985157, 28.375622], [115.985021, 28.375634], [115.985018, 28.375515], [115.984763, 28.375481], [115.984782, 28.375543], [115.984668, 28.375542], [115.984309, 28.375463], [115.983904, 28.376001], [115.983216, 28.376347], [115.982647, 28.376350], [115.982627, 28.376296], [115.983092, 28.375759], [115.982728, 28.375716], [115.982313, 28.376218], [115.982087, 28.376370], [115.981727, 28.375935], [115.981472, 28.375122], [115.981386, 28.374134], [115.981097, 28.373417], [115.980997, 28.373394], [115.980894, 28.373151], [115.980775, 28.373101], [115.980619, 28.373210], [115.980274, 28.373241], [115.980041, 28.373146], [115.979645, 28.373270], [115.979074, 28.372921], [115.978491, 28.373298], [115.978864, 28.373438], [115.978803, 28.373552], [115.979063, 28.374069], [115.978832, 28.374199], [115.978904, 28.374517], [115.978357, 28.374657], [115.977845, 28.374934], [115.977681, 28.374809], [115.977570, 28.374433], [115.977612, 28.374253], [115.977384, 28.373982], [115.976139, 28.374374], [115.976285, 28.374759], [115.975557, 28.374884], [115.974783, 28.375281], [115.974649, 28.375276], [115.974550, 28.375169], [115.974225, 28.375222], [115.974067, 28.374988], [115.973972, 28.374973], [115.973881, 28.375086], [115.973618, 28.375119], [115.973639, 28.375542], [115.972443, 28.375896], [115.972487, 28.376179], [115.972181, 28.376229], [115.972539, 28.376933], [115.972516, 28.377125], [115.969280, 28.378306], [115.969208, 28.377687], [115.969118, 28.377505], [115.969094, 28.376914], [115.968649, 28.376892], [115.968723, 28.376527], [115.968613, 28.376574], [115.968411, 28.376531], [115.968313, 28.376648], [115.968256, 28.376523], [115.968321, 28.376372], [115.967647, 28.376120], [115.967214, 28.376083], [115.967222, 28.375878], [115.967160, 28.375864], [115.967087, 28.376052], [115.966800, 28.376105], [115.966741, 28.376238], [115.966553, 28.376208], [115.966520, 28.376443], [115.966594, 28.376793], [115.966478, 28.376988], [115.965923, 28.377097], [115.965883, 28.377197], [115.965020, 28.377603], [115.964690, 28.377687], [115.964490, 28.377839], [115.963636, 28.378055], [115.963769, 28.378620], [115.962406, 28.378862], [115.962625, 28.379441], [115.962572, 28.379456]]] } } + , + { "type": "Feature", "properties": { "NAME": "三江镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.004272, 28.306584], [116.004338, 28.306470], [116.007248, 28.300339], [116.009964, 28.295683], [116.011954, 28.292057], [116.014539, 28.289181], [116.014114, 28.288996], [116.012884, 28.288232], [116.012314, 28.287694], [116.011494, 28.286844], [116.010930, 28.286402], [116.010486, 28.286145], [116.009484, 28.285813], [116.009056, 28.285426], [116.008722, 28.285667], [116.008336, 28.286114], [116.007885, 28.287376], [116.007482, 28.287281], [116.007463, 28.286046], [116.007206, 28.285472], [116.006994, 28.285280], [116.006305, 28.285404], [116.005831, 28.285572], [116.004801, 28.286255], [116.004125, 28.286554], [116.003420, 28.286760], [116.003174, 28.286649], [116.002892, 28.286048], [116.002836, 28.285568], [116.003403, 28.282421], [116.003458, 28.281909], [116.003385, 28.280961], [116.003348, 28.280810], [116.003072, 28.280491], [116.002369, 28.280351], [116.001360, 28.280324], [116.000072, 28.280459], [115.998160, 28.281773], [115.996943, 28.282350], [115.994889, 28.282879], [115.993398, 28.283356], [115.992725, 28.283796], [115.992027, 28.284509], [115.991848, 28.284965], [115.991556, 28.286339], [115.991203, 28.288944], [115.990771, 28.290306], [115.990561, 28.290660], [115.990191, 28.291159], [115.989842, 28.291474], [115.988811, 28.291958], [115.987143, 28.292306], [115.983714, 28.293170], [115.981857, 28.293532], [115.979217, 28.294319], [115.977632, 28.294596], [115.976863, 28.294533], [115.976272, 28.294285], [115.975972, 28.294056], [115.975389, 28.293285], [115.974500, 28.291216], [115.974411, 28.290731], [115.974278, 28.288694], [115.974402, 28.287601], [115.974389, 28.286344], [115.974082, 28.285489], [115.973898, 28.285214], [115.973597, 28.284850], [115.972469, 28.283892], [115.971598, 28.282553], [115.971113, 28.281949], [115.970517, 28.281396], [115.970100, 28.281163], [115.969737, 28.281058], [115.967975, 28.280682], [115.967119, 28.280628], [115.966459, 28.280360], [115.966021, 28.280052], [115.965618, 28.279628], [115.964921, 28.278483], [115.964723, 28.278369], [115.964100, 28.278288], [115.962837, 28.278590], [115.961798, 28.279028], [115.959459, 28.279192], [115.957282, 28.279670], [115.955767, 28.280474], [115.954319, 28.281077], [115.953922, 28.281158], [115.953277, 28.281180], [115.952117, 28.280856], [115.949201, 28.280724], [115.948517, 28.280758], [115.947575, 28.280969], [115.947126, 28.281216], [115.946295, 28.281927], [115.945780, 28.282816], [115.945695, 28.283236], [115.945695, 28.283722], [115.945858, 28.284125], [115.946505, 28.285014], [115.947385, 28.285944], [115.948849, 28.286818], [115.949232, 28.287005], [115.949711, 28.287274], [115.950061, 28.287576], [115.950455, 28.288035], [115.950613, 28.288315], [115.950720, 28.288561], [115.950779, 28.288774], [115.950845, 28.289517], [115.950766, 28.289985], [115.950704, 28.290183], [115.950630, 28.290533], [115.950578, 28.290990], [115.950581, 28.291115], [115.950616, 28.291235], [115.950676, 28.291392], [115.950755, 28.291514], [115.950831, 28.291579], [115.950940, 28.291623], [115.951047, 28.291635], [115.951185, 28.291616], [115.951674, 28.291360], [115.951824, 28.291237], [115.952042, 28.290997], [115.952399, 28.290660], [115.952899, 28.290139], [115.953101, 28.289877], [115.953221, 28.289773], [115.953650, 28.289487], [115.953796, 28.289415], [115.953943, 28.289372], [115.954294, 28.289360], [115.954425, 28.289397], [115.954594, 28.289480], [115.954667, 28.289546], [115.954817, 28.289851], [115.954837, 28.290288], [115.954815, 28.290462], [115.954722, 28.290679], [115.954681, 28.290908], [115.954730, 28.291243], [115.954776, 28.291374], [115.955025, 28.291701], [115.955352, 28.291982], [115.955608, 28.292232], [115.955922, 28.292548], [115.956058, 28.292756], [115.956280, 28.292950], [115.956355, 28.293044], [115.956483, 28.293370], [115.956513, 28.293485], [115.956489, 28.293979], [115.956296, 28.294948], [115.956270, 28.295165], [115.956062, 28.295738], [115.955987, 28.296409], [115.955882, 28.296900], [115.955778, 28.297120], [115.955679, 28.297269], [115.954801, 28.298196], [115.954259, 28.298645], [115.954027, 28.298962], [115.953879, 28.299283], [115.953633, 28.300150], [115.953716, 28.300811], [115.953987, 28.301536], [115.954245, 28.302758], [115.954229, 28.303004], [115.953815, 28.303611], [115.953444, 28.303826], [115.952951, 28.303987], [115.952581, 28.303955], [115.950142, 28.302143], [115.949949, 28.302047], [115.949417, 28.302018], [115.948951, 28.302254], [115.948672, 28.302562], [115.948254, 28.303299], [115.948331, 28.303635], [115.949023, 28.304368], [115.950561, 28.305536], [115.951782, 28.306295], [115.952179, 28.307021], [115.952763, 28.307710], [115.952801, 28.308047], [115.952639, 28.308629], [115.951990, 28.310065], [115.951098, 28.310597], [115.950744, 28.311411], [115.950521, 28.311705], [115.950378, 28.312047], [115.950362, 28.312337], [115.950222, 28.312535], [115.949756, 28.312857], [115.949445, 28.313180], [115.949144, 28.313292], [115.947979, 28.313514], [115.947113, 28.313972], [115.946574, 28.314165], [115.946195, 28.314217], [115.945851, 28.314015], [115.943694, 28.313798], [115.943262, 28.313530], [115.942609, 28.313255], [115.942315, 28.312906], [115.940264, 28.311662], [115.939148, 28.310518], [115.938950, 28.310133], [115.938928, 28.308967], [115.938819, 28.308725], [115.938628, 28.308295], [115.938337, 28.308087], [115.938124, 28.308063], [115.937718, 28.308179], [115.935930, 28.309233], [115.934965, 28.310157], [115.934731, 28.310267], [115.934272, 28.310321], [115.933476, 28.310206], [115.933245, 28.310068], [115.932609, 28.309043], [115.931619, 28.308201], [115.931216, 28.308042], [115.930735, 28.307966], [115.930139, 28.308065], [115.929813, 28.308319], [115.929651, 28.308550], [115.929519, 28.309240], [115.929643, 28.310271], [115.929572, 28.310935], [115.929068, 28.311640], [115.929471, 28.312459], [115.931593, 28.313985], [115.935232, 28.315321], [115.936469, 28.316318], [115.938579, 28.318613], [115.941207, 28.321304], [115.944484, 28.324385], [115.945898, 28.327883], [115.946034, 28.328534], [115.946398, 28.330270], [115.949818, 28.334817], [115.950398, 28.335789], [115.950804, 28.336491], [115.950509, 28.338707], [115.949596, 28.339893], [115.948835, 28.342772], [115.949046, 28.344267], [115.953606, 28.350898], [115.955403, 28.353529], [115.957733, 28.356943], [115.959294, 28.355060], [115.960809, 28.353077], [115.962402, 28.351950], [115.964718, 28.350450], [115.966212, 28.349703], [115.967894, 28.349339], [115.969909, 28.349191], [115.973506, 28.349295], [115.975666, 28.349063], [115.978112, 28.349131], [115.979886, 28.349276], [115.980510, 28.349156], [115.981921, 28.348709], [115.982195, 28.348623], [115.983835, 28.347650], [115.984946, 28.346832], [115.985482, 28.345907], [115.985543, 28.344553], [115.984658, 28.341708], [115.982534, 28.338089], [115.981840, 28.335339], [115.982432, 28.333737], [115.982701, 28.330918], [115.982969, 28.327690], [115.982456, 28.325005], [115.980208, 28.320248], [115.980081, 28.319017], [115.980581, 28.317461], [115.981388, 28.316459], [115.982645, 28.315585], [115.984350, 28.314990], [115.987413, 28.314164], [115.989808, 28.313517], [115.995811, 28.313151], [115.997899, 28.312469], [116.002030, 28.310468], [116.004272, 28.306584]]] } } + , + { "type": "Feature", "properties": { "NAME": "塘南镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.132044, 28.633568], [116.131430, 28.633497], [116.128765, 28.631821], [116.128093, 28.629142], [116.126807, 28.627087], [116.125825, 28.623306], [116.124479, 28.619780], [116.122157, 28.618576], [116.121235, 28.618098], [116.118230, 28.617287], [116.115764, 28.617849], [116.113230, 28.617834], [116.105564, 28.616570], [116.102819, 28.615721], [116.102735, 28.615645], [116.101964, 28.618490], [116.102177, 28.618841], [116.102489, 28.618801], [116.102759, 28.619449], [116.102793, 28.619756], [116.102719, 28.619938], [116.103003, 28.620364], [116.102953, 28.620617], [116.102567, 28.620911], [116.102700, 28.621024], [116.103612, 28.622147], [116.103705, 28.622423], [116.104148, 28.622627], [116.104336, 28.623031], [116.104418, 28.623285], [116.104483, 28.624978], [116.105677, 28.625537], [116.105662, 28.625918], [116.105346, 28.626340], [116.105451, 28.626679], [116.106002, 28.627659], [116.106042, 28.628602], [116.105463, 28.628990], [116.105187, 28.629094], [116.104454, 28.630678], [116.104346, 28.630720], [116.104095, 28.630613], [116.103962, 28.630697], [116.103473, 28.631500], [116.102276, 28.632773], [116.100898, 28.633982], [116.099837, 28.634590], [116.099703, 28.634927], [116.099256, 28.635338], [116.098760, 28.635069], [116.098689, 28.635141], [116.097924, 28.635920], [116.096671, 28.636473], [116.095258, 28.637564], [116.093854, 28.640169], [116.093802, 28.640789], [116.093525, 28.643575], [116.093017, 28.646906], [116.092705, 28.649677], [116.092437, 28.653041], [116.092166, 28.653869], [116.091652, 28.654601], [116.090447, 28.655195], [116.088822, 28.655411], [116.087390, 28.655069], [116.084766, 28.653741], [116.084348, 28.653671], [116.083840, 28.653585], [116.083079, 28.653928], [116.082446, 28.654795], [116.082241, 28.655608], [116.082594, 28.656744], [116.083603, 28.658059], [116.085113, 28.658768], [116.086095, 28.659502], [116.086649, 28.660232], [116.086094, 28.660355], [116.085798, 28.660336], [116.085457, 28.660926], [116.085313, 28.661518], [116.084957, 28.661585], [116.085172, 28.661848], [116.084955, 28.662856], [116.086422, 28.663619], [116.085423, 28.664867], [116.084002, 28.666921], [116.083018, 28.668674], [116.082966, 28.670128], [116.083119, 28.670687], [116.083971, 28.670519], [116.084180, 28.671427], [116.084903, 28.672444], [116.086039, 28.675137], [116.087782, 28.676438], [116.088745, 28.677157], [116.091848, 28.678318], [116.094189, 28.678133], [116.101267, 28.677511], [116.103466, 28.677660], [116.105286, 28.677872], [116.108009, 28.678828], [116.109442, 28.679708], [116.110790, 28.681927], [116.110929, 28.683401], [116.110304, 28.685474], [116.109981, 28.687884], [116.110452, 28.688966], [116.111966, 28.690664], [116.114058, 28.692027], [116.115961, 28.692995], [116.117319, 28.694009], [116.118301, 28.695091], [116.118673, 28.696331], [116.118408, 28.697568], [116.117062, 28.698573], [116.115846, 28.699185], [116.115411, 28.699773], [116.114686, 28.700754], [116.114738, 28.702104], [116.115171, 28.703704], [116.116051, 28.705173], [116.117822, 28.706703], [116.119468, 28.707950], [116.121113, 28.709366], [116.121925, 28.711330], [116.121882, 28.712228], [116.121848, 28.712905], [116.120496, 28.714698], [116.119911, 28.716045], [116.120085, 28.718128], [116.122162, 28.721235], [116.121591, 28.721515], [116.120115, 28.722237], [116.120892, 28.724291], [116.121419, 28.726262], [116.121801, 28.726377], [116.121594, 28.728233], [116.119742, 28.728786], [116.118968, 28.729907], [116.118892, 28.731313], [116.119778, 28.732050], [116.120201, 28.734945], [116.120256, 28.735902], [116.120810, 28.738268], [116.121361, 28.741085], [116.121254, 28.741280], [116.119872, 28.743800], [116.117374, 28.745249], [116.115450, 28.746757], [116.114030, 28.748831], [116.112674, 28.750928], [116.111571, 28.753172], [116.111371, 28.754296], [116.111419, 28.756098], [116.112171, 28.757734], [116.113117, 28.758922], [116.114065, 28.759885], [116.114636, 28.760226], [116.115662, 28.759500], [116.115541, 28.758711], [116.116056, 28.758487], [116.115608, 28.757147], [116.115942, 28.755650], [116.117159, 28.753843], [116.118801, 28.753186], [116.119745, 28.753302], [116.120249, 28.753194], [116.121503, 28.753813], [116.121688, 28.754314], [116.123138, 28.754100], [116.124143, 28.754272], [116.124244, 28.754684], [116.124265, 28.754773], [116.125844, 28.754115], [116.127359, 28.753678], [116.128491, 28.753684], [116.132272, 28.753148], [116.133551, 28.752210], [116.136764, 28.751782], [116.137907, 28.750397], [116.139798, 28.749962], [116.140043, 28.750853], [116.140921, 28.751190], [116.145069, 28.751711], [116.146012, 28.751716], [116.146644, 28.751329], [116.147079, 28.752110], [116.148840, 28.752062], [116.150346, 28.752570], [116.152732, 28.753026], [116.152002, 28.755886], [116.152451, 28.756469], [116.153215, 28.757133], [116.153280, 28.757493], [116.153005, 28.757912], [116.154762, 28.759081], [116.155058, 28.758922], [116.155351, 28.759084], [116.155462, 28.759385], [116.156024, 28.759927], [116.155346, 28.759967], [116.155365, 28.760165], [116.156065, 28.760388], [116.156606, 28.760691], [116.158598, 28.760760], [116.159997, 28.761071], [116.161446, 28.761393], [116.163009, 28.761359], [116.163573, 28.761542], [116.164276, 28.761425], [116.167300, 28.760425], [116.167843, 28.760448], [116.170432, 28.759438], [116.171769, 28.759324], [116.173622, 28.759792], [116.174770, 28.760618], [116.175511, 28.761402], [116.175830, 28.761203], [116.176398, 28.762060], [116.176723, 28.762848], [116.177148, 28.763530], [116.177715, 28.763332], [116.178087, 28.763890], [116.178237, 28.765012], [116.178795, 28.766055], [116.179724, 28.765959], [116.183150, 28.765072], [116.182637, 28.763989], [116.182507, 28.763248], [116.182916, 28.763176], [116.182900, 28.763075], [116.182731, 28.762895], [116.182340, 28.762842], [116.182554, 28.762512], [116.182967, 28.762903], [116.183229, 28.762709], [116.182995, 28.762492], [116.183487, 28.762112], [116.184021, 28.762619], [116.184249, 28.762656], [116.184878, 28.762414], [116.186783, 28.763119], [116.186972, 28.763172], [116.187419, 28.762309], [116.188732, 28.762480], [116.191007, 28.762307], [116.192447, 28.761422], [116.192941, 28.761118], [116.195908, 28.755395], [116.198207, 28.753199], [116.199230, 28.752799], [116.200281, 28.752389], [116.206483, 28.752731], [116.209488, 28.751610], [116.213137, 28.750051], [116.215270, 28.751006], [116.217113, 28.752716], [116.218679, 28.753228], [116.220063, 28.753155], [116.220892, 28.753112], [116.222130, 28.752835], [116.226326, 28.751688], [116.227368, 28.751551], [116.229555, 28.751263], [116.231913, 28.751086], [116.233128, 28.750903], [116.238219, 28.747841], [116.240366, 28.747222], [116.241944, 28.746159], [116.242330, 28.746258], [116.244933, 28.746901], [116.245830, 28.747435], [116.246296, 28.748156], [116.248576, 28.749641], [116.248813, 28.749796], [116.249494, 28.750594], [116.250905, 28.751093], [116.251800, 28.751779], [116.255350, 28.753047], [116.256029, 28.754034], [116.256139, 28.754554], [116.256706, 28.755170], [116.257004, 28.755319], [116.257415, 28.755365], [116.257605, 28.755857], [116.258016, 28.756444], [116.259241, 28.756098], [116.260718, 28.755533], [116.260858, 28.755387], [116.260876, 28.755250], [116.260695, 28.754935], [116.261780, 28.754775], [116.262635, 28.754849], [116.263508, 28.755070], [116.263875, 28.755042], [116.264065, 28.754946], [116.264286, 28.755050], [116.264842, 28.755048], [116.265042, 28.755123], [116.266497, 28.755114], [116.267139, 28.755194], [116.268327, 28.755211], [116.269304, 28.755054], [116.270978, 28.754785], [116.271506, 28.754481], [116.272630, 28.754306], [116.273972, 28.754160], [116.276791, 28.754181], [116.277591, 28.754164], [116.278729, 28.753845], [116.281770, 28.754037], [116.283711, 28.751160], [116.283869, 28.750404], [116.283787, 28.749549], [116.283416, 28.748048], [116.283355, 28.747333], [116.283510, 28.745921], [116.283733, 28.744931], [116.284149, 28.744081], [116.284025, 28.743191], [116.283777, 28.742317], [116.283713, 28.741933], [116.283465, 28.741687], [116.282519, 28.740350], [116.280324, 28.736552], [116.278949, 28.733551], [116.278419, 28.731907], [116.278243, 28.731510], [116.278145, 28.731490], [116.277879, 28.730080], [116.277464, 28.726363], [116.277483, 28.725059], [116.277404, 28.724768], [116.275376, 28.722514], [116.273760, 28.721319], [116.272655, 28.720500], [116.267969, 28.720334], [116.263197, 28.721476], [116.260456, 28.722561], [116.257922, 28.722547], [116.255080, 28.720878], [116.253531, 28.719078], [116.251984, 28.717072], [116.250581, 28.716789], [116.249411, 28.716714], [116.248222, 28.719324], [116.247103, 28.723037], [116.246219, 28.725639], [116.245748, 28.727024], [116.244568, 28.728326], [116.242926, 28.728731], [116.242555, 28.728709], [116.241600, 28.728655], [116.239499, 28.727886], [116.237405, 28.726153], [116.232827, 28.720690], [116.230494, 28.719783], [116.228467, 28.719704], [116.226119, 28.720794], [116.225414, 28.720880], [116.223388, 28.721126], [116.219413, 28.720969], [116.217123, 28.719436], [116.215324, 28.718231], [116.212279, 28.716867], [116.208772, 28.716042], [116.201442, 28.716009], [116.196406, 28.715718], [116.193815, 28.715167], [116.192616, 28.714490], [116.190926, 28.713534], [116.188196, 28.711228], [116.185765, 28.709733], [116.184245, 28.708917], [116.183033, 28.707697], [116.182891, 28.706347], [116.183822, 28.704326], [116.185212, 28.702173], [116.185913, 28.701604], [116.192736, 28.696266], [116.194285, 28.693303], [116.194143, 28.691953], [116.192938, 28.689788], [116.188525, 28.688014], [116.185656, 28.685661], [116.184886, 28.685030], [116.180326, 28.682716], [116.179556, 28.682525], [116.175909, 28.681617], [116.171881, 28.679171], [116.168621, 28.676997], [116.165577, 28.675985], [116.162373, 28.675971], [116.160547, 28.675288], [116.158571, 28.674335], [116.157513, 28.672980], [116.157385, 28.669875], [116.158168, 28.667314], [116.159550, 28.666242], [116.160787, 28.664222], [116.159739, 28.661653], [116.157617, 28.659889], [116.156871, 28.657726], [116.157111, 28.657206], [116.158720, 28.653715], [116.159819, 28.650083], [116.157872, 28.646906], [116.157284, 28.644069], [116.155323, 28.641226], [116.154440, 28.639006], [116.153088, 28.637344], [116.152984, 28.637419], [116.151015, 28.636025], [116.146753, 28.633770], [116.144096, 28.632985], [116.141930, 28.632462], [116.138894, 28.632063], [116.135486, 28.632942], [116.133165, 28.633698], [116.132044, 28.633568]]] } } + , + { "type": "Feature", "properties": { "NAME": "幽兰镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.063733, 28.534111], [116.063539, 28.534185], [116.060126, 28.533664], [116.059491, 28.531833], [116.059657, 28.531547], [116.059386, 28.530622], [116.059085, 28.530476], [116.058341, 28.530469], [116.058316, 28.530715], [116.058058, 28.530898], [116.058473, 28.531270], [116.058028, 28.531636], [116.057615, 28.531058], [116.057265, 28.531157], [116.056995, 28.530171], [116.056553, 28.530167], [116.056132, 28.530512], [116.055792, 28.529487], [116.054989, 28.528692], [116.054916, 28.528848], [116.052579, 28.527057], [116.051943, 28.528546], [116.049759, 28.528923], [116.048482, 28.528515], [116.048178, 28.527658], [116.047695, 28.527470], [116.046082, 28.529805], [116.046347, 28.531181], [116.045535, 28.534372], [116.044168, 28.536252], [116.043821, 28.536884], [116.043317, 28.537803], [116.042593, 28.538742], [116.042829, 28.540336], [116.042396, 28.540959], [116.041928, 28.543363], [116.040777, 28.544271], [116.039892, 28.543212], [116.038655, 28.542719], [116.037814, 28.542229], [116.037472, 28.541612], [116.036138, 28.540724], [116.035293, 28.540759], [116.034986, 28.541105], [116.034791, 28.541324], [116.038326, 28.545717], [116.040938, 28.548433], [116.042883, 28.551369], [116.044620, 28.553993], [116.044864, 28.554004], [116.045254, 28.554021], [116.046211, 28.554723], [116.048666, 28.558108], [116.049969, 28.560143], [116.050002, 28.560495], [116.051814, 28.560272], [116.052027, 28.560785], [116.052614, 28.563505], [116.053406, 28.571085], [116.053514, 28.571361], [116.053414, 28.571457], [116.053007, 28.571492], [116.051780, 28.570909], [116.051876, 28.571211], [116.051916, 28.571754], [116.052079, 28.571988], [116.052407, 28.572127], [116.053272, 28.572132], [116.053083, 28.576303], [116.053010, 28.580664], [116.053542, 28.580732], [116.054262, 28.582049], [116.054977, 28.582967], [116.055375, 28.582949], [116.055627, 28.583246], [116.055642, 28.583365], [116.055769, 28.583401], [116.056171, 28.583771], [116.056644, 28.584315], [116.056860, 28.584240], [116.057066, 28.584276], [116.057349, 28.584594], [116.057528, 28.585072], [116.057718, 28.585207], [116.057723, 28.585509], [116.058039, 28.585701], [116.057989, 28.585959], [116.058418, 28.586060], [116.058461, 28.586523], [116.058159, 28.586542], [116.058188, 28.586843], [116.058398, 28.587313], [116.058581, 28.587364], [116.058556, 28.587448], [116.058689, 28.587750], [116.058999, 28.587795], [116.059095, 28.587670], [116.059197, 28.587804], [116.059188, 28.587993], [116.059312, 28.588365], [116.059550, 28.588374], [116.059643, 28.588628], [116.059618, 28.588803], [116.059902, 28.588980], [116.059929, 28.589214], [116.059931, 28.589261], [116.059590, 28.589244], [116.059605, 28.589370], [116.059271, 28.589686], [116.059492, 28.589688], [116.059727, 28.589802], [116.059597, 28.590231], [116.059235, 28.590200], [116.059202, 28.590381], [116.059595, 28.590468], [116.059514, 28.590732], [116.059151, 28.590728], [116.059082, 28.591303], [116.063727, 28.593068], [116.066153, 28.594288], [116.067254, 28.595325], [116.068008, 28.596035], [116.068490, 28.597021], [116.068852, 28.598746], [116.070023, 28.599520], [116.072458, 28.601131], [116.075061, 28.603372], [116.077042, 28.605078], [116.079111, 28.606044], [116.079339, 28.606030], [116.079809, 28.606000], [116.080918, 28.604426], [116.086601, 28.601480], [116.088884, 28.600933], [116.090095, 28.601122], [116.095279, 28.606049], [116.097921, 28.609829], [116.099553, 28.612765], [116.102735, 28.615645], [116.102819, 28.615721], [116.105564, 28.616570], [116.113230, 28.617834], [116.115764, 28.617849], [116.118230, 28.617287], [116.121235, 28.618098], [116.122157, 28.618576], [116.124479, 28.619780], [116.125825, 28.623306], [116.126807, 28.627087], [116.128093, 28.629142], [116.128765, 28.631821], [116.131430, 28.633497], [116.132044, 28.633568], [116.133165, 28.633698], [116.135486, 28.632942], [116.138894, 28.632063], [116.141930, 28.632462], [116.144096, 28.632985], [116.146753, 28.633770], [116.151015, 28.636025], [116.152984, 28.637419], [116.153088, 28.637344], [116.154414, 28.636375], [116.154205, 28.635255], [116.154135, 28.634121], [116.153813, 28.633428], [116.153100, 28.632734], [116.153391, 28.631547], [116.153594, 28.631424], [116.153613, 28.631106], [116.153067, 28.629854], [116.153043, 28.629190], [116.153318, 28.628876], [116.153570, 28.627857], [116.153366, 28.627566], [116.153461, 28.627351], [116.153443, 28.627269], [116.153337, 28.627249], [116.153321, 28.626835], [116.152550, 28.625773], [116.152362, 28.625640], [116.152276, 28.625493], [116.152240, 28.625096], [116.151965, 28.625019], [116.152031, 28.624644], [116.151823, 28.624093], [116.151778, 28.623751], [116.151853, 28.623208], [116.151326, 28.623254], [116.150860, 28.623419], [116.150726, 28.623412], [116.150641, 28.623216], [116.150705, 28.623089], [116.151027, 28.623104], [116.151163, 28.622881], [116.151368, 28.622806], [116.151525, 28.622855], [116.151739, 28.622752], [116.151951, 28.622753], [116.152154, 28.622064], [116.152036, 28.622009], [116.152038, 28.621710], [116.152393, 28.621725], [116.152406, 28.622018], [116.152777, 28.621936], [116.153239, 28.621304], [116.153523, 28.621117], [116.154114, 28.621002], [116.154148, 28.620814], [116.153878, 28.620482], [116.153813, 28.620319], [116.153955, 28.620264], [116.154029, 28.619937], [116.153797, 28.619378], [116.153860, 28.619351], [116.154078, 28.619686], [116.154401, 28.619681], [116.154440, 28.619604], [116.154653, 28.619591], [116.154733, 28.619424], [116.154812, 28.619439], [116.154892, 28.619335], [116.154726, 28.618317], [116.154562, 28.618225], [116.154469, 28.618030], [116.154517, 28.617905], [116.154410, 28.617549], [116.154381, 28.617263], [116.154572, 28.616847], [116.154598, 28.616618], [116.154506, 28.615913], [116.154558, 28.615733], [116.154278, 28.615320], [116.154163, 28.614910], [116.154068, 28.614882], [116.154055, 28.614568], [116.154250, 28.614778], [116.154452, 28.615204], [116.154648, 28.615254], [116.154594, 28.615107], [116.154636, 28.614732], [116.154511, 28.614689], [116.154489, 28.614549], [116.156502, 28.613744], [116.155962, 28.612426], [116.156561, 28.612303], [116.156375, 28.611930], [116.156315, 28.611540], [116.156166, 28.611428], [116.156467, 28.611234], [116.156632, 28.611242], [116.156803, 28.611591], [116.156881, 28.611640], [116.157007, 28.611557], [116.156782, 28.611187], [116.157218, 28.610743], [116.157641, 28.611086], [116.157980, 28.610601], [116.157722, 28.610335], [116.157826, 28.610204], [116.158210, 28.610414], [116.158353, 28.610262], [116.158502, 28.610325], [116.158357, 28.610686], [116.158404, 28.610735], [116.158698, 28.610409], [116.158863, 28.610501], [116.158918, 28.610431], [116.159170, 28.610467], [116.159361, 28.610113], [116.159777, 28.610247], [116.159747, 28.610031], [116.159933, 28.609475], [116.160226, 28.609448], [116.160312, 28.609504], [116.160288, 28.609560], [116.160508, 28.609574], [116.160609, 28.609805], [116.161162, 28.609584], [116.161193, 28.609640], [116.161414, 28.609488], [116.161317, 28.608895], [116.161600, 28.608938], [116.161538, 28.608806], [116.161798, 28.608724], [116.161637, 28.608209], [116.161724, 28.608139], [116.161591, 28.608020], [116.161742, 28.607861], [116.162176, 28.607758], [116.162405, 28.607606], [116.162553, 28.607836], [116.162735, 28.607746], [116.162572, 28.607391], [116.162739, 28.607266], [116.162847, 28.607489], [116.163083, 28.607483], [116.163131, 28.607309], [116.163016, 28.606974], [116.163826, 28.606699], [116.163912, 28.606770], [116.164283, 28.606541], [116.164548, 28.606933], [116.165219, 28.606733], [116.165017, 28.606335], [116.164744, 28.606049], [116.164808, 28.605855], [116.164678, 28.605506], [116.164246, 28.605337], [116.164448, 28.604600], [116.164475, 28.604238], [116.164241, 28.603987], [116.164401, 28.603646], [116.164637, 28.603648], [116.164616, 28.603201], [116.164719, 28.603174], [116.164761, 28.602854], [116.164974, 28.602841], [116.165031, 28.602514], [116.165111, 28.602421], [116.165244, 28.602442], [116.165430, 28.601816], [116.165424, 28.601677], [116.165283, 28.601523], [116.165292, 28.601397], [116.165190, 28.601383], [116.165053, 28.600743], [116.166140, 28.600587], [116.167927, 28.601117], [116.168552, 28.601591], [116.168613, 28.601663], [116.168436, 28.601998], [116.168521, 28.602710], [116.168863, 28.602718], [116.169654, 28.604097], [116.170307, 28.604854], [116.170590, 28.605587], [116.170693, 28.606018], [116.170183, 28.606251], [116.170318, 28.606365], [116.170593, 28.606205], [116.170834, 28.606408], [116.170703, 28.606716], [116.173843, 28.608415], [116.174322, 28.608399], [116.174382, 28.608675], [116.175896, 28.609511], [116.176126, 28.609291], [116.176748, 28.609717], [116.177478, 28.609481], [116.178017, 28.609759], [116.178140, 28.610036], [116.178907, 28.610445], [116.178838, 28.611384], [116.181050, 28.613439], [116.182020, 28.614636], [116.182988, 28.616048], [116.183737, 28.616790], [116.185263, 28.617502], [116.185593, 28.617070], [116.186652, 28.617328], [116.186892, 28.617871], [116.190475, 28.619041], [116.191569, 28.620129], [116.192955, 28.620424], [116.194350, 28.619347], [116.197707, 28.618061], [116.199755, 28.617671], [116.199805, 28.617661], [116.200119, 28.617602], [116.200046, 28.616446], [116.199647, 28.615216], [116.200472, 28.614100], [116.200599, 28.613414], [116.199909, 28.612906], [116.200287, 28.611463], [116.201186, 28.611358], [116.200701, 28.610778], [116.202349, 28.608691], [116.202252, 28.605266], [116.203541, 28.602076], [116.202600, 28.600200], [116.202830, 28.598844], [116.203205, 28.598684], [116.203089, 28.598356], [116.203045, 28.598066], [116.203369, 28.598158], [116.203378, 28.598009], [116.203520, 28.598060], [116.203834, 28.597767], [116.203953, 28.597870], [116.204011, 28.597834], [116.204094, 28.597969], [116.204264, 28.597836], [116.204158, 28.597694], [116.204943, 28.597335], [116.204904, 28.597268], [116.205006, 28.597229], [116.204866, 28.596985], [116.205205, 28.596833], [116.205177, 28.596477], [116.205720, 28.596271], [116.205611, 28.595929], [116.205915, 28.595816], [116.205708, 28.595154], [116.205569, 28.595044], [116.205527, 28.594717], [116.205750, 28.594631], [116.205780, 28.594124], [116.206118, 28.594122], [116.206237, 28.593620], [116.205861, 28.593512], [116.205710, 28.592752], [116.206289, 28.592649], [116.206499, 28.592524], [116.207216, 28.592319], [116.207521, 28.591896], [116.208202, 28.591734], [116.213669, 28.591406], [116.214270, 28.595801], [116.215336, 28.598110], [116.217711, 28.599256], [116.221429, 28.600355], [116.222326, 28.599924], [116.223394, 28.599766], [116.224458, 28.600051], [116.224753, 28.600849], [116.224813, 28.601807], [116.225292, 28.602458], [116.225789, 28.602770], [116.226689, 28.602760], [116.228632, 28.601560], [116.228334, 28.601081], [116.227487, 28.597361], [116.227159, 28.595590], [116.226851, 28.594536], [116.226106, 28.593979], [116.225567, 28.593688], [116.225461, 28.593592], [116.225393, 28.593272], [116.225790, 28.591646], [116.226145, 28.590530], [116.226226, 28.589947], [116.226093, 28.589429], [116.225850, 28.589208], [116.225417, 28.589004], [116.224322, 28.588743], [116.222642, 28.588488], [116.222284, 28.588366], [116.219411, 28.587078], [116.217496, 28.586100], [116.216765, 28.585516], [116.216479, 28.585212], [116.215039, 28.582793], [116.213534, 28.578522], [116.212037, 28.576002], [116.211239, 28.574509], [116.209692, 28.572655], [116.208045, 28.570202], [116.207200, 28.569221], [116.206441, 28.568595], [116.203583, 28.566517], [116.203043, 28.566210], [116.200139, 28.564173], [116.196506, 28.561858], [116.194812, 28.560960], [116.191111, 28.559440], [116.184098, 28.556320], [116.183179, 28.555995], [116.179520, 28.554998], [116.176197, 28.553902], [116.172023, 28.552840], [116.169059, 28.551998], [116.168391, 28.551872], [116.165279, 28.551185], [116.163185, 28.550868], [116.162499, 28.550677], [116.161191, 28.550240], [116.159930, 28.549700], [116.156880, 28.548750], [116.156144, 28.548306], [116.151504, 28.550526], [116.146754, 28.551572], [116.144352, 28.552101], [116.134428, 28.553113], [116.126805, 28.552108], [116.120308, 28.550282], [116.118053, 28.548639], [116.115510, 28.545360], [116.108763, 28.536660], [116.105839, 28.533160], [116.105111, 28.532295], [116.105008, 28.532293], [116.103068, 28.532256], [116.101794, 28.532730], [116.100162, 28.533078], [116.099691, 28.533352], [116.099590, 28.533296], [116.099199, 28.533315], [116.098858, 28.533609], [116.098641, 28.533714], [116.098534, 28.533692], [116.098191, 28.534240], [116.097372, 28.535199], [116.097405, 28.535803], [116.096850, 28.536329], [116.096215, 28.536638], [116.095472, 28.537000], [116.095370, 28.537159], [116.095485, 28.537213], [116.095348, 28.537394], [116.095011, 28.537542], [116.094995, 28.537706], [116.095095, 28.537751], [116.094910, 28.538245], [116.094955, 28.538267], [116.094889, 28.538338], [116.094624, 28.538287], [116.094703, 28.538412], [116.094537, 28.538464], [116.094481, 28.538570], [116.094535, 28.538725], [116.093965, 28.539080], [116.094049, 28.539248], [116.093747, 28.539446], [116.092455, 28.539791], [116.092323, 28.539436], [116.092710, 28.539359], [116.092876, 28.539276], [116.092912, 28.539174], [116.092849, 28.538855], [116.092686, 28.538624], [116.092774, 28.538178], [116.092262, 28.538418], [116.092319, 28.538522], [116.092235, 28.538669], [116.092242, 28.538831], [116.092360, 28.538842], [116.092331, 28.538964], [116.092219, 28.538976], [116.092161, 28.539259], [116.091192, 28.538612], [116.091179, 28.538464], [116.090835, 28.538019], [116.090484, 28.538225], [116.090405, 28.537745], [116.089487, 28.537652], [116.088485, 28.537448], [116.088592, 28.538052], [116.087993, 28.538084], [116.086806, 28.538408], [116.085843, 28.538573], [116.084652, 28.537324], [116.084630, 28.536746], [116.084721, 28.535910], [116.084526, 28.535847], [116.084528, 28.535589], [116.084348, 28.535501], [116.084321, 28.535415], [116.083694, 28.535398], [116.083569, 28.535335], [116.082588, 28.536042], [116.082493, 28.535672], [116.082634, 28.535476], [116.082565, 28.535389], [116.081784, 28.535543], [116.081407, 28.535528], [116.081661, 28.535259], [116.081578, 28.535099], [116.081131, 28.535243], [116.081133, 28.535108], [116.080756, 28.535154], [116.080913, 28.534675], [116.080356, 28.534634], [116.080051, 28.534521], [116.080006, 28.534359], [116.079495, 28.534355], [116.078355, 28.534100], [116.078099, 28.534139], [116.077775, 28.533973], [116.077356, 28.534072], [116.077202, 28.534289], [116.076702, 28.534518], [116.075845, 28.534204], [116.075308, 28.534569], [116.075306, 28.534794], [116.074747, 28.534892], [116.074537, 28.535075], [116.074026, 28.534968], [116.074024, 28.535235], [116.071429, 28.535542], [116.071009, 28.535683], [116.070269, 28.535411], [116.070409, 28.535206], [116.070085, 28.534998], [116.069875, 28.535120], [116.069593, 28.535487], [116.069150, 28.535688], [116.068912, 28.536342], [116.068607, 28.536688], [116.068145, 28.536418], [116.068123, 28.536254], [116.068240, 28.536070], [116.067617, 28.535655], [116.067479, 28.535407], [116.066273, 28.535131], [116.066231, 28.534618], [116.066441, 28.534517], [116.066467, 28.534169], [116.065866, 28.533917], [116.065377, 28.533913], [116.064888, 28.534032], [116.063912, 28.534044], [116.063733, 28.534111]]] } } + , + { "type": "Feature", "properties": { "NAME": "蒋巷镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.011025, 28.726986], [116.009698, 28.727191], [116.007145, 28.727891], [116.002422, 28.728188], [115.999829, 28.728471], [115.995255, 28.728791], [115.992054, 28.729308], [115.991198, 28.729584], [115.989736, 28.729851], [115.988119, 28.730041], [115.986478, 28.730453], [115.982664, 28.731916], [115.982421, 28.731941], [115.978213, 28.733320], [115.974888, 28.734282], [115.973502, 28.734965], [115.971804, 28.735374], [115.968379, 28.735433], [115.966810, 28.735674], [115.964341, 28.735834], [115.962563, 28.736176], [115.960643, 28.736344], [115.958347, 28.736519], [115.957270, 28.736373], [115.956390, 28.736329], [115.956354, 28.736327], [115.955546, 28.736286], [115.950365, 28.734898], [115.948810, 28.734264], [115.947275, 28.733800], [115.946614, 28.733600], [115.945954, 28.733219], [115.944063, 28.732330], [115.943758, 28.732218], [115.943199, 28.732012], [115.940867, 28.731153], [115.939210, 28.730359], [115.933962, 28.729082], [115.933839, 28.729132], [115.933409, 28.729654], [115.931583, 28.732548], [115.929113, 28.735122], [115.930170, 28.736131], [115.931401, 28.737078], [115.932707, 28.737806], [115.933188, 28.738121], [115.933492, 28.738447], [115.934333, 28.740656], [115.935336, 28.743290], [115.935719, 28.743904], [115.936780, 28.745152], [115.937849, 28.746639], [115.939203, 28.748134], [115.939771, 28.749008], [115.940780, 28.750908], [115.942464, 28.752940], [115.945567, 28.756074], [115.948674, 28.758808], [115.950368, 28.759821], [115.952134, 28.760591], [115.954745, 28.761538], [115.957011, 28.762223], [115.958851, 28.762896], [115.961921, 28.764524], [115.963072, 28.765323], [115.964166, 28.766417], [115.968773, 28.771024], [115.972324, 28.775423], [115.973250, 28.776747], [115.975899, 28.779673], [115.977564, 28.780851], [115.978395, 28.781185], [115.981185, 28.781741], [115.981773, 28.781801], [115.981864, 28.781886], [115.981851, 28.782128], [115.986912, 28.783370], [115.991549, 28.783764], [115.992010, 28.783803], [115.993182, 28.783479], [115.996775, 28.782485], [116.005792, 28.779313], [116.008925, 28.776840], [116.014404, 28.773950], [116.014848, 28.773716], [116.021093, 28.773429], [116.021618, 28.773405], [116.026971, 28.774116], [116.027801, 28.774226], [116.031801, 28.777684], [116.034505, 28.781001], [116.045219, 28.786124], [116.048788, 28.787829], [116.050984, 28.788879], [116.056448, 28.789181], [116.061250, 28.790919], [116.063616, 28.791775], [116.066604, 28.795345], [116.068713, 28.800054], [116.069534, 28.801887], [116.069847, 28.802587], [116.071560, 28.803994], [116.078862, 28.807217], [116.079125, 28.807744], [116.081950, 28.813442], [116.086598, 28.819192], [116.091901, 28.825752], [116.101165, 28.834129], [116.102836, 28.835025], [116.114689, 28.841377], [116.124264, 28.846505], [116.126608, 28.852215], [116.129916, 28.856874], [116.132676, 28.858584], [116.133008, 28.858789], [116.142365, 28.862264], [116.149778, 28.865313], [116.153516, 28.870498], [116.157831, 28.879774], [116.165782, 28.891802], [116.166851, 28.895466], [116.167034, 28.903110], [116.171694, 28.915610], [116.171715, 28.915902], [116.172251, 28.919319], [116.172608, 28.920504], [116.172920, 28.922320], [116.173088, 28.923811], [116.173200, 28.924154], [116.173337, 28.925160], [116.173410, 28.926194], [116.173742, 28.927086], [116.175229, 28.930082], [116.175797, 28.930873], [116.177103, 28.932382], [116.178898, 28.934108], [116.181232, 28.935914], [116.184718, 28.938422], [116.185782, 28.939004], [116.189401, 28.940092], [116.197255, 28.940645], [116.201269, 28.941159], [116.202806, 28.941274], [116.203490, 28.941417], [116.205813, 28.941617], [116.210326, 28.942927], [116.212647, 28.943954], [116.213967, 28.944229], [116.215599, 28.944387], [116.216722, 28.944618], [116.217793, 28.945140], [116.221248, 28.947099], [116.223482, 28.948160], [116.225921, 28.949609], [116.228226, 28.950488], [116.231444, 28.951077], [116.232301, 28.951299], [116.232903, 28.951543], [116.233149, 28.951735], [116.233320, 28.952174], [116.233708, 28.952754], [116.234046, 28.953547], [116.234529, 28.955798], [116.234769, 28.957452], [116.235181, 28.958355], [116.235478, 28.959470], [116.236205, 28.960793], [116.238302, 28.962735], [116.240862, 28.964203], [116.241897, 28.964578], [116.242791, 28.964684], [116.243859, 28.964572], [116.245920, 28.963916], [116.246865, 28.963713], [116.249840, 28.963385], [116.251424, 28.963077], [116.252918, 28.962850], [116.253521, 28.962825], [116.254515, 28.963041], [116.256884, 28.963965], [116.259971, 28.964452], [116.260659, 28.964481], [116.260775, 28.963965], [116.260381, 28.963170], [116.259928, 28.961712], [116.259563, 28.961079], [116.259225, 28.960674], [116.258576, 28.960104], [116.256646, 28.958770], [116.256198, 28.958276], [116.255944, 28.957772], [116.255891, 28.957514], [116.255861, 28.957217], [116.255953, 28.956600], [116.256593, 28.955763], [116.257251, 28.955261], [116.259055, 28.954537], [116.260414, 28.954209], [116.261033, 28.954165], [116.261403, 28.954003], [116.261961, 28.953601], [116.262827, 28.952699], [116.263447, 28.951742], [116.263685, 28.951279], [116.264216, 28.949647], [116.264660, 28.948857], [116.265650, 28.948039], [116.265727, 28.947761], [116.265561, 28.947048], [116.265464, 28.945421], [116.265588, 28.944134], [116.265820, 28.943379], [116.266413, 28.942341], [116.267450, 28.940062], [116.267649, 28.939373], [116.267802, 28.937911], [116.267826, 28.936837], [116.266932, 28.934497], [116.266884, 28.934160], [116.266667, 28.933619], [116.265725, 28.931986], [116.265159, 28.930512], [116.265205, 28.929850], [116.265339, 28.929741], [116.265551, 28.929740], [116.265758, 28.929853], [116.266311, 28.930420], [116.266796, 28.931124], [116.267328, 28.931647], [116.267996, 28.932500], [116.268579, 28.933065], [116.269451, 28.933644], [116.269978, 28.933693], [116.270717, 28.933509], [116.271272, 28.933459], [116.273538, 28.933819], [116.273796, 28.933781], [116.273886, 28.933529], [116.273444, 28.931785], [116.273330, 28.930964], [116.273355, 28.929191], [116.273980, 28.926391], [116.274055, 28.925528], [116.273995, 28.924419], [116.273619, 28.923487], [116.272684, 28.922129], [116.271485, 28.920992], [116.271091, 28.920730], [116.270203, 28.919854], [116.268267, 28.918559], [116.267840, 28.918351], [116.265657, 28.916941], [116.263972, 28.916065], [116.262154, 28.914850], [116.260951, 28.913654], [116.260098, 28.912587], [116.259786, 28.912077], [116.259044, 28.910165], [116.258477, 28.907958], [116.258452, 28.906387], [116.258586, 28.905927], [116.258823, 28.905760], [116.259334, 28.905638], [116.260041, 28.905705], [116.261699, 28.905989], [116.263816, 28.906500], [116.266216, 28.906795], [116.267206, 28.906775], [116.267443, 28.906558], [116.268106, 28.905655], [116.268830, 28.904947], [116.270329, 28.903959], [116.270898, 28.903925], [116.272144, 28.904154], [116.272890, 28.904427], [116.274801, 28.905458], [116.275455, 28.906024], [116.276105, 28.906754], [116.277434, 28.908466], [116.278876, 28.910648], [116.279488, 28.911416], [116.280087, 28.911945], [116.283185, 28.913468], [116.284140, 28.914233], [116.284483, 28.914890], [116.284989, 28.916678], [116.285160, 28.917714], [116.285632, 28.918410], [116.285779, 28.918526], [116.286470, 28.918797], [116.287186, 28.918825], [116.288740, 28.918567], [116.290113, 28.918039], [116.291035, 28.917832], [116.291814, 28.917498], [116.292035, 28.916830], [116.291944, 28.912897], [116.291837, 28.912796], [116.290894, 28.912457], [116.286764, 28.910248], [116.285388, 28.909307], [116.284969, 28.908402], [116.284703, 28.907439], [116.284499, 28.905922], [116.284549, 28.905376], [116.284807, 28.904655], [116.285792, 28.903187], [116.286176, 28.902821], [116.288329, 28.902209], [116.289872, 28.901471], [116.290090, 28.901193], [116.290048, 28.900445], [116.289217, 28.897478], [116.289141, 28.896692], [116.289414, 28.895352], [116.289835, 28.894481], [116.290203, 28.893906], [116.291103, 28.892808], [116.291444, 28.892614], [116.292915, 28.892232], [116.294777, 28.891079], [116.296780, 28.888876], [116.297465, 28.888283], [116.297538, 28.887891], [116.297440, 28.886437], [116.297419, 28.886253], [116.297232, 28.886006], [116.296284, 28.885576], [116.294911, 28.885464], [116.294583, 28.885276], [116.294162, 28.884656], [116.293572, 28.884320], [116.293333, 28.883754], [116.293228, 28.882954], [116.293271, 28.881345], [116.293705, 28.880481], [116.294090, 28.879264], [116.294048, 28.878832], [116.293843, 28.878064], [116.293919, 28.876954], [116.293801, 28.875805], [116.293832, 28.873978], [116.293534, 28.873408], [116.293662, 28.873085], [116.292652, 28.872914], [116.291772, 28.872665], [116.288130, 28.871467], [116.285867, 28.871036], [116.284140, 28.870543], [116.283907, 28.870437], [116.283833, 28.869461], [116.283653, 28.869355], [116.281855, 28.869475], [116.278270, 28.870892], [116.277706, 28.871202], [116.276772, 28.871558], [116.274109, 28.872373], [116.273485, 28.872453], [116.272171, 28.872350], [116.269345, 28.871872], [116.258385, 28.871197], [116.257002, 28.871167], [116.256548, 28.871219], [116.256249, 28.871027], [116.255697, 28.870897], [116.252770, 28.869643], [116.252449, 28.869589], [116.252211, 28.869648], [116.251122, 28.870749], [116.250505, 28.871239], [116.246704, 28.874887], [116.245519, 28.876237], [116.245371, 28.876370], [116.245205, 28.876390], [116.244122, 28.875651], [116.243415, 28.874953], [116.240601, 28.873004], [116.240355, 28.872738], [116.240058, 28.872185], [116.238752, 28.871513], [116.237879, 28.870841], [116.236791, 28.869731], [116.233944, 28.867567], [116.232593, 28.866028], [116.229594, 28.864359], [116.229201, 28.864224], [116.228055, 28.863478], [116.227245, 28.862721], [116.226640, 28.861975], [116.225592, 28.860330], [116.225324, 28.859547], [116.225236, 28.859058], [116.225216, 28.857583], [116.225380, 28.856841], [116.225661, 28.856171], [116.226394, 28.855045], [116.227082, 28.854311], [116.228146, 28.853340], [116.230210, 28.851695], [116.232019, 28.850420], [116.234908, 28.848769], [116.236562, 28.848052], [116.237284, 28.847620], [116.239511, 28.846020], [116.240566, 28.845031], [116.241618, 28.843594], [116.241666, 28.843354], [116.242214, 28.842242], [116.243240, 28.838185], [116.243641, 28.836944], [116.244640, 28.834358], [116.244697, 28.833258], [116.244651, 28.832948], [116.244143, 28.832269], [116.243355, 28.831610], [116.242728, 28.831189], [116.242571, 28.830909], [116.242312, 28.829945], [116.241488, 28.828717], [116.241175, 28.827928], [116.241062, 28.827187], [116.241407, 28.825853], [116.241168, 28.825329], [116.240586, 28.824809], [116.239995, 28.823955], [116.239732, 28.822336], [116.239528, 28.821922], [116.239226, 28.821561], [116.238496, 28.821227], [116.237952, 28.820787], [116.237419, 28.820080], [116.237188, 28.817679], [116.237262, 28.816106], [116.237589, 28.814822], [116.237717, 28.812348], [116.238252, 28.809055], [116.238486, 28.808207], [116.238484, 28.807862], [116.236289, 28.807986], [116.232036, 28.807388], [116.227464, 28.805976], [116.221825, 28.805053], [116.215775, 28.803262], [116.204058, 28.803720], [116.191510, 28.803406], [116.169266, 28.809557], [116.158247, 28.809944], [116.152995, 28.808758], [116.150123, 28.806726], [116.149071, 28.805981], [116.146321, 28.800303], [116.141585, 28.796212], [116.138014, 28.790384], [116.132298, 28.785415], [116.127557, 28.782802], [116.121653, 28.779547], [116.117150, 28.777880], [116.115002, 28.777084], [116.110496, 28.775414], [116.102142, 28.774228], [116.100869, 28.773648], [116.095973, 28.771422], [116.092413, 28.769803], [116.081083, 28.764644], [116.071516, 28.760205], [116.070106, 28.759534], [116.067557, 28.758321], [116.064055, 28.756655], [116.060761, 28.756045], [116.057140, 28.754997], [116.052387, 28.751323], [116.047558, 28.748958], [116.044828, 28.747621], [116.043726, 28.746714], [116.041082, 28.744536], [116.035176, 28.736293], [116.034794, 28.735760], [116.033262, 28.734583], [116.030695, 28.732608], [116.018695, 28.727168], [116.018705, 28.727303], [116.016686, 28.726737], [116.012733, 28.726598], [116.012033, 28.726809], [116.011025, 28.726986]]] } } + , + { "type": "Feature", "properties": { "NAME": "武阳镇" }, "geometry": { "type": "Polygon", "coordinates": [[[116.059082, 28.591303], [116.059151, 28.590728], [116.059514, 28.590732], [116.059595, 28.590468], [116.059202, 28.590381], [116.059235, 28.590200], [116.059597, 28.590231], [116.059727, 28.589802], [116.059492, 28.589688], [116.059271, 28.589686], [116.059605, 28.589370], [116.059590, 28.589244], [116.059931, 28.589261], [116.059929, 28.589214], [116.059902, 28.588980], [116.059618, 28.588803], [116.059643, 28.588628], [116.059550, 28.588374], [116.059312, 28.588365], [116.059188, 28.587993], [116.059197, 28.587804], [116.059095, 28.587670], [116.058999, 28.587795], [116.058689, 28.587750], [116.058556, 28.587448], [116.058581, 28.587364], [116.058398, 28.587313], [116.058188, 28.586843], [116.058159, 28.586542], [116.058461, 28.586523], [116.058418, 28.586060], [116.057989, 28.585959], [116.058039, 28.585701], [116.057723, 28.585509], [116.057718, 28.585207], [116.057528, 28.585072], [116.057349, 28.584594], [116.057066, 28.584276], [116.056860, 28.584240], [116.056644, 28.584315], [116.056171, 28.583771], [116.055769, 28.583401], [116.055642, 28.583365], [116.055627, 28.583246], [116.055375, 28.582949], [116.054977, 28.582967], [116.054262, 28.582049], [116.053542, 28.580732], [116.053010, 28.580664], [116.053083, 28.576303], [116.053272, 28.572132], [116.052407, 28.572127], [116.052079, 28.571988], [116.051916, 28.571754], [116.051876, 28.571211], [116.051780, 28.570909], [116.053007, 28.571492], [116.053414, 28.571457], [116.053514, 28.571361], [116.053406, 28.571085], [116.052614, 28.563505], [116.052027, 28.560785], [116.051814, 28.560272], [116.050002, 28.560495], [116.049969, 28.560143], [116.048666, 28.558108], [116.046211, 28.554723], [116.045254, 28.554021], [116.044864, 28.554004], [116.044620, 28.553993], [116.042883, 28.551369], [116.040938, 28.548433], [116.038326, 28.545717], [116.034791, 28.541324], [116.034986, 28.541105], [116.035293, 28.540759], [116.036138, 28.540724], [116.037472, 28.541612], [116.037814, 28.542229], [116.038655, 28.542719], [116.039892, 28.543212], [116.040777, 28.544271], [116.041928, 28.543363], [116.042396, 28.540959], [116.042829, 28.540336], [116.042593, 28.538742], [116.043317, 28.537803], [116.043821, 28.536884], [116.044168, 28.536252], [116.045535, 28.534372], [116.046347, 28.531181], [116.046082, 28.529805], [116.047695, 28.527470], [116.048178, 28.527658], [116.048482, 28.528515], [116.049759, 28.528923], [116.051943, 28.528546], [116.052579, 28.527057], [116.054916, 28.528848], [116.054989, 28.528692], [116.055058, 28.528544], [116.054819, 28.528176], [116.055235, 28.526993], [116.055375, 28.525255], [116.055168, 28.525070], [116.055973, 28.523360], [116.055981, 28.522481], [116.056155, 28.521530], [116.056450, 28.521075], [116.056432, 28.520727], [116.056790, 28.519597], [116.056792, 28.519366], [116.056906, 28.519203], [116.057089, 28.518215], [116.057452, 28.517977], [116.057454, 28.517746], [116.057280, 28.517745], [116.057182, 28.517590], [116.057545, 28.517285], [116.057151, 28.516875], [116.058111, 28.516139], [116.058422, 28.516186], [116.058937, 28.515663], [116.059586, 28.515558], [116.060348, 28.515301], [116.060362, 28.515082], [116.060213, 28.515025], [116.060539, 28.514830], [116.061200, 28.514660], [116.060945, 28.513995], [116.060998, 28.513600], [116.061274, 28.513327], [116.061348, 28.512884], [116.061836, 28.512537], [116.062173, 28.512539], [116.062423, 28.512410], [116.062759, 28.512413], [116.062883, 28.512545], [116.063034, 28.512294], [116.063036, 28.512052], [116.063176, 28.511691], [116.063315, 28.511506], [116.063278, 28.511428], [116.063465, 28.511375], [116.063564, 28.511464], [116.063841, 28.511202], [116.064005, 28.510896], [116.065143, 28.510345], [116.064565, 28.509530], [116.063088, 28.506144], [116.064136, 28.505841], [116.065596, 28.504786], [116.065364, 28.504322], [116.068090, 28.503617], [116.068097, 28.504265], [116.074538, 28.503813], [116.075400, 28.503358], [116.076479, 28.503179], [116.076987, 28.502955], [116.077038, 28.502725], [116.076892, 28.502372], [116.076968, 28.502164], [116.077990, 28.502040], [116.077993, 28.501666], [116.078195, 28.501316], [116.078408, 28.501175], [116.078667, 28.501342], [116.078856, 28.501157], [116.079031, 28.501103], [116.079217, 28.501149], [116.079330, 28.500996], [116.079454, 28.501095], [116.079494, 28.500799], [116.079245, 28.500720], [116.079517, 28.500351], [116.079690, 28.499111], [116.079864, 28.499101], [116.080027, 28.498948], [116.079767, 28.498859], [116.079517, 28.498945], [116.079368, 28.498888], [116.078846, 28.498906], [116.078649, 28.498124], [116.078523, 28.497998], [116.078562, 28.497800], [116.079160, 28.497726], [116.079251, 28.497634], [116.079170, 28.497383], [116.079219, 28.496975], [116.079489, 28.496792], [116.079908, 28.496756], [116.079880, 28.496439], [116.080336, 28.496449], [116.080330, 28.496265], [116.080449, 28.496279], [116.080471, 28.495925], [116.080643, 28.495919], [116.080631, 28.495649], [116.081707, 28.495413], [116.081893, 28.495441], [116.081967, 28.495652], [116.082656, 28.495381], [116.082693, 28.495295], [116.083067, 28.495232], [116.083251, 28.494653], [116.083207, 28.494528], [116.083359, 28.494454], [116.083594, 28.494020], [116.083551, 28.493862], [116.083194, 28.493602], [116.083392, 28.493136], [116.083356, 28.493030], [116.083072, 28.493094], [116.082442, 28.493452], [116.082062, 28.493363], [116.081440, 28.493708], [116.081194, 28.493686], [116.081151, 28.493563], [116.080626, 28.493202], [116.080529, 28.493228], [116.080474, 28.493517], [116.079602, 28.493418], [116.079378, 28.493350], [116.079164, 28.493105], [116.078263, 28.492854], [116.078190, 28.492675], [116.077565, 28.492787], [116.077445, 28.492885], [116.076945, 28.492894], [116.076880, 28.492564], [116.076321, 28.492487], [116.076193, 28.492605], [116.076176, 28.492815], [116.075899, 28.492958], [116.076190, 28.492974], [116.076274, 28.493614], [116.076064, 28.493671], [116.076071, 28.493790], [116.075884, 28.493848], [116.075898, 28.493954], [116.075352, 28.494015], [116.075123, 28.493849], [116.075206, 28.493625], [116.075469, 28.493535], [116.075522, 28.493384], [116.075866, 28.493268], [116.075868, 28.493076], [116.075697, 28.493029], [116.075633, 28.492607], [116.075745, 28.492608], [116.075799, 28.492430], [116.075727, 28.492150], [116.075166, 28.492178], [116.075044, 28.492494], [116.074589, 28.492556], [116.074416, 28.492863], [116.074050, 28.492874], [116.073903, 28.492582], [116.073934, 28.492497], [116.073742, 28.492258], [116.073788, 28.492028], [116.073702, 28.491730], [116.073530, 28.491650], [116.073429, 28.491247], [116.073220, 28.491344], [116.073194, 28.491654], [116.072508, 28.491615], [116.071872, 28.491689], [116.071047, 28.490820], [116.070457, 28.490783], [116.070255, 28.490860], [116.070038, 28.490845], [116.070033, 28.490641], [116.070175, 28.490510], [116.070527, 28.490461], [116.070618, 28.490337], [116.070500, 28.490118], [116.070172, 28.490089], [116.070026, 28.489673], [116.069907, 28.489671], [116.069768, 28.490125], [116.068857, 28.490105], [116.068761, 28.489992], [116.068241, 28.489806], [116.067806, 28.489748], [116.067816, 28.489425], [116.067383, 28.489389], [116.067290, 28.488992], [116.067396, 28.488789], [116.067509, 28.488743], [116.067525, 28.488586], [116.067638, 28.488461], [116.067937, 28.488431], [116.068532, 28.488647], [116.068603, 28.488291], [116.068905, 28.487931], [116.069398, 28.487902], [116.070341, 28.487679], [116.070893, 28.486822], [116.071089, 28.486638], [116.071018, 28.486196], [116.070610, 28.485942], [116.070126, 28.485787], [116.070008, 28.485529], [116.070459, 28.485157], [116.070313, 28.484847], [116.070060, 28.484733], [116.069872, 28.484956], [116.069815, 28.485390], [116.068783, 28.485626], [116.068538, 28.484602], [116.068307, 28.484613], [116.068181, 28.484375], [116.068118, 28.483998], [116.068447, 28.483889], [116.068545, 28.483751], [116.068512, 28.482507], [116.068086, 28.482516], [116.068058, 28.482325], [116.068686, 28.482185], [116.069052, 28.482188], [116.069210, 28.481998], [116.069334, 28.481518], [116.070043, 28.481550], [116.070091, 28.481159], [116.070198, 28.480890], [116.070326, 28.480818], [116.070646, 28.480847], [116.070902, 28.480618], [116.072341, 28.480203], [116.072506, 28.480092], [116.072442, 28.479782], [116.073492, 28.479171], [116.073435, 28.479017], [116.073541, 28.478834], [116.073388, 28.478477], [116.073456, 28.478260], [116.073453, 28.477844], [116.073596, 28.477648], [116.074180, 28.477494], [116.074590, 28.477504], [116.074606, 28.477425], [116.075106, 28.477383], [116.075175, 28.477218], [116.075430, 28.477148], [116.075439, 28.476950], [116.075663, 28.476853], [116.075666, 28.476550], [116.075781, 28.476182], [116.076482, 28.475984], [116.076513, 28.475773], [116.077477, 28.475609], [116.077555, 28.475241], [116.077461, 28.474897], [116.077500, 28.474733], [116.077798, 28.474742], [116.078090, 28.474645], [116.078086, 28.474269], [116.077911, 28.473696], [116.077137, 28.473545], [116.077027, 28.473359], [116.077095, 28.473162], [116.077478, 28.472994], [116.077125, 28.472332], [116.077536, 28.471915], [116.077478, 28.471696], [116.077145, 28.471351], [116.077041, 28.471364], [116.076969, 28.471060], [116.077007, 28.470961], [116.077231, 28.470891], [116.077275, 28.470357], [116.075106, 28.470905], [116.075065, 28.471016], [116.075181, 28.471656], [116.075123, 28.471784], [116.074211, 28.472458], [116.072388, 28.474439], [116.071651, 28.474992], [116.069735, 28.476008], [116.068935, 28.476369], [116.068182, 28.476412], [116.067066, 28.476256], [116.065975, 28.475758], [116.064258, 28.475858], [116.064164, 28.475809], [116.063813, 28.475143], [116.063731, 28.474683], [116.063770, 28.473270], [116.063676, 28.472063], [116.063622, 28.471551], [116.063452, 28.471200], [116.061867, 28.470436], [116.061179, 28.470282], [116.060544, 28.469540], [116.060157, 28.469256], [116.059886, 28.469172], [116.058854, 28.469447], [116.058723, 28.469554], [116.058621, 28.469793], [116.058203, 28.469996], [116.057064, 28.469644], [116.056085, 28.469543], [116.055536, 28.469617], [116.054875, 28.470505], [116.054299, 28.471519], [116.053746, 28.472001], [116.053209, 28.472202], [116.051941, 28.472308], [116.048970, 28.471997], [116.047979, 28.472013], [116.046050, 28.471908], [116.043802, 28.471561], [116.043027, 28.471363], [116.042029, 28.471245], [116.040968, 28.471421], [116.040165, 28.471445], [116.037509, 28.470930], [116.037499, 28.471063], [116.037800, 28.471059], [116.037678, 28.472317], [116.036938, 28.475216], [116.040342, 28.475442], [116.040281, 28.475560], [116.038888, 28.478276], [116.037185, 28.478356], [116.036342, 28.480479], [116.037190, 28.481073], [116.037815, 28.481510], [116.032990, 28.480592], [116.029400, 28.484685], [116.024850, 28.489946], [116.024175, 28.491682], [116.023073, 28.491913], [116.022018, 28.493161], [116.021076, 28.493975], [116.020545, 28.494726], [116.019684, 28.495947], [116.018891, 28.498506], [116.018062, 28.498982], [116.017555, 28.500381], [116.017559, 28.502319], [116.017319, 28.503265], [116.017996, 28.504228], [116.017071, 28.505161], [116.016288, 28.506577], [116.015519, 28.506569], [116.014892, 28.507715], [116.014200, 28.507708], [116.014337, 28.508141], [116.013596, 28.508459], [116.013181, 28.508333], [116.013085, 28.508739], [116.011839, 28.508685], [116.009222, 28.509746], [116.009086, 28.511708], [116.008372, 28.513979], [116.008546, 28.515160], [116.008915, 28.515287], [116.008809, 28.516628], [116.011113, 28.517180], [116.011106, 28.518035], [116.009343, 28.518027], [116.005752, 28.517613], [116.005518, 28.517937], [116.005384, 28.517929], [115.998791, 28.532805], [115.998836, 28.533100], [115.998886, 28.533426], [115.998732, 28.534689], [115.998866, 28.535581], [115.998513, 28.536486], [115.997980, 28.537282], [115.999501, 28.541160], [116.000923, 28.545543], [116.001504, 28.548251], [116.001500, 28.548690], [116.001493, 28.549498], [116.001947, 28.551344], [116.002635, 28.553512], [116.004249, 28.553915], [116.004992, 28.553834], [116.005247, 28.555440], [116.005360, 28.557786], [116.004951, 28.561843], [116.005338, 28.563688], [116.005432, 28.564461], [116.003902, 28.565811], [116.003219, 28.570376], [116.003425, 28.572798], [116.003716, 28.576215], [116.005942, 28.578988], [116.006700, 28.580524], [116.007180, 28.582707], [116.007149, 28.586037], [116.008176, 28.586197], [116.008500, 28.586391], [116.009467, 28.587277], [116.011464, 28.587851], [116.012631, 28.588099], [116.013182, 28.588406], [116.013921, 28.588693], [116.014075, 28.588856], [116.014548, 28.589724], [116.016011, 28.591748], [116.017001, 28.592826], [116.017339, 28.592110], [116.017316, 28.591443], [116.018040, 28.590895], [116.021518, 28.589887], [116.026837, 28.589256], [116.029651, 28.589061], [116.030943, 28.588986], [116.037863, 28.588834], [116.042758, 28.588916], [116.046774, 28.589212], [116.050131, 28.589564], [116.053997, 28.590178], [116.056640, 28.590764], [116.057933, 28.591050], [116.059066, 28.591437], [116.059082, 28.591303]]] } } + , + { "type": "Feature", "properties": { "NAME": "冈上镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.835691, 28.393033], [115.826859, 28.397621], [115.824712, 28.399184], [115.821578, 28.402440], [115.819037, 28.404818], [115.817894, 28.406024], [115.815633, 28.408935], [115.815025, 28.410071], [115.814852, 28.410889], [115.814760, 28.411027], [115.814596, 28.411080], [115.814226, 28.411792], [115.814119, 28.412568], [115.813650, 28.413837], [115.813452, 28.414907], [115.813356, 28.416318], [115.813701, 28.417047], [115.814118, 28.417650], [115.814353, 28.417907], [115.814892, 28.418230], [115.815217, 28.418588], [115.816490, 28.422307], [115.817335, 28.426276], [115.817745, 28.428991], [115.818434, 28.432067], [115.818639, 28.432544], [115.819426, 28.433711], [115.820851, 28.436150], [115.821973, 28.437732], [115.825251, 28.441694], [115.826625, 28.443150], [115.829155, 28.446426], [115.830769, 28.448616], [115.831049, 28.449095], [115.831917, 28.450440], [115.832362, 28.451313], [115.833358, 28.453756], [115.833785, 28.455594], [115.834150, 28.458042], [115.834325, 28.458226], [115.835878, 28.461365], [115.836266, 28.462440], [115.836678, 28.463898], [115.837494, 28.467774], [115.837762, 28.470052], [115.837798, 28.474382], [115.841407, 28.474776], [115.842296, 28.474993], [115.842847, 28.474624], [115.843321, 28.474823], [115.843211, 28.475219], [115.843321, 28.475322], [115.843230, 28.475591], [115.843112, 28.475698], [115.842980, 28.476187], [115.842874, 28.476818], [115.842934, 28.476868], [115.843282, 28.476890], [115.843450, 28.476210], [115.844031, 28.476101], [115.844294, 28.475853], [115.844855, 28.475568], [115.845498, 28.476449], [115.846002, 28.476384], [115.846258, 28.476714], [115.846640, 28.476532], [115.846929, 28.476975], [115.847234, 28.476898], [115.847485, 28.476675], [115.848198, 28.476773], [115.848373, 28.476648], [115.848380, 28.476525], [115.848969, 28.476225], [115.848851, 28.475897], [115.850104, 28.475425], [115.849843, 28.475011], [115.850377, 28.474721], [115.850600, 28.475075], [115.852021, 28.474315], [115.852044, 28.474207], [115.851619, 28.473636], [115.851676, 28.473443], [115.854113, 28.472711], [115.854792, 28.472803], [115.855031, 28.472707], [115.856160, 28.472661], [115.856469, 28.472794], [115.856372, 28.473568], [115.856513, 28.473872], [115.857090, 28.474156], [115.857313, 28.474559], [115.857729, 28.474895], [115.858279, 28.474722], [115.858592, 28.473630], [115.858504, 28.473061], [115.858567, 28.472861], [115.858859, 28.472480], [115.860106, 28.472587], [115.860326, 28.472662], [115.860692, 28.472542], [115.860775, 28.472606], [115.860700, 28.472880], [115.860372, 28.473064], [115.860178, 28.473082], [115.860143, 28.473272], [115.860070, 28.473321], [115.859482, 28.473532], [115.859244, 28.474025], [115.859740, 28.474151], [115.860122, 28.474130], [115.860559, 28.474215], [115.860468, 28.474896], [115.860871, 28.474933], [115.860891, 28.474664], [115.860986, 28.474605], [115.861157, 28.474602], [115.861294, 28.474715], [115.861443, 28.474726], [115.861452, 28.474496], [115.861709, 28.474536], [115.862150, 28.475171], [115.862247, 28.475422], [115.862086, 28.476018], [115.862201, 28.476568], [115.862790, 28.476400], [115.863390, 28.476061], [115.864802, 28.475726], [115.865052, 28.475668], [115.865292, 28.475439], [115.866049, 28.475052], [115.865704, 28.474692], [115.865599, 28.474163], [115.864897, 28.473610], [115.865056, 28.473489], [115.865109, 28.473362], [115.865286, 28.473363], [115.865496, 28.472660], [115.865668, 28.472646], [115.865816, 28.472250], [115.866128, 28.472071], [115.866076, 28.471743], [115.866237, 28.471675], [115.866359, 28.471696], [115.866868, 28.472250], [115.866707, 28.472347], [115.867291, 28.473576], [115.868171, 28.473357], [115.867988, 28.472302], [115.868294, 28.472123], [115.868335, 28.471942], [115.868590, 28.471856], [115.872052, 28.471733], [115.872301, 28.473366], [115.873323, 28.473472], [115.873283, 28.473084], [115.873483, 28.473027], [115.874199, 28.472406], [115.874499, 28.472300], [115.874591, 28.471934], [115.874891, 28.471436], [115.875062, 28.471418], [115.875602, 28.471681], [115.875678, 28.470820], [115.877817, 28.470262], [115.879333, 28.472684], [115.879629, 28.472966], [115.879837, 28.474255], [115.880284, 28.474346], [115.880992, 28.475558], [115.882159, 28.475508], [115.883288, 28.476021], [115.884286, 28.476166], [115.885447, 28.475768], [115.885773, 28.475839], [115.887502, 28.475632], [115.887684, 28.475610], [115.888095, 28.477010], [115.888169, 28.477976], [115.888125, 28.478446], [115.888904, 28.478560], [115.889512, 28.478503], [115.889874, 28.478354], [115.890011, 28.478379], [115.890371, 28.478938], [115.890777, 28.479254], [115.890804, 28.479382], [115.891004, 28.479315], [115.891264, 28.479386], [115.891347, 28.479347], [115.891993, 28.479509], [115.892234, 28.479818], [115.893298, 28.480777], [115.893855, 28.481060], [115.893849, 28.481642], [115.892973, 28.481640], [115.892912, 28.483303], [115.892028, 28.483525], [115.891941, 28.487628], [115.891819, 28.487656], [115.891416, 28.488094], [115.891304, 28.488176], [115.891194, 28.488137], [115.891074, 28.487998], [115.891098, 28.487832], [115.889823, 28.487856], [115.889677, 28.488085], [115.889132, 28.488327], [115.888954, 28.488374], [115.888734, 28.488328], [115.888002, 28.488542], [115.887549, 28.488554], [115.887065, 28.488662], [115.886776, 28.488827], [115.886192, 28.489009], [115.885998, 28.488586], [115.885339, 28.488556], [115.885466, 28.489144], [115.885486, 28.489899], [115.884967, 28.490785], [115.884862, 28.491308], [115.884963, 28.492279], [115.885291, 28.493162], [115.885466, 28.493418], [115.885626, 28.493493], [115.886348, 28.493224], [115.886891, 28.493223], [115.888079, 28.492978], [115.888977, 28.492912], [115.891572, 28.492407], [115.892012, 28.492127], [115.892186, 28.491927], [115.892140, 28.489701], [115.892223, 28.488653], [115.892059, 28.487912], [115.892834, 28.488237], [115.892892, 28.488261], [115.892779, 28.488456], [115.892760, 28.488677], [115.892955, 28.490136], [115.892925, 28.492036], [115.892638, 28.492422], [115.892603, 28.492598], [115.891906, 28.493040], [115.891601, 28.493635], [115.892231, 28.493763], [115.893220, 28.494155], [115.893141, 28.494465], [115.893795, 28.494737], [115.895222, 28.495837], [115.897508, 28.497407], [115.901079, 28.499365], [115.901252, 28.499738], [115.900469, 28.501560], [115.900174, 28.503301], [115.900376, 28.504150], [115.900680, 28.504740], [115.900960, 28.505031], [115.901345, 28.505303], [115.901927, 28.505563], [115.905052, 28.505473], [115.905977, 28.504960], [115.906271, 28.504948], [115.906533, 28.504818], [115.906591, 28.504480], [115.906200, 28.504251], [115.906158, 28.504089], [115.906225, 28.504006], [115.906779, 28.504094], [115.907010, 28.504243], [115.907303, 28.504285], [115.907464, 28.504223], [115.907505, 28.504032], [115.907331, 28.503722], [115.907043, 28.503719], [115.907010, 28.503441], [115.906640, 28.503350], [115.906450, 28.503470], [115.906234, 28.503449], [115.905984, 28.503530], [115.905896, 28.503466], [115.906175, 28.503233], [115.906447, 28.503245], [115.906719, 28.503125], [115.906684, 28.502757], [115.907059, 28.502491], [115.907016, 28.502353], [115.906817, 28.502239], [115.906490, 28.502275], [115.906352, 28.502186], [115.906382, 28.502070], [115.909038, 28.500491], [115.909969, 28.500508], [115.909984, 28.500161], [115.910339, 28.500149], [115.910430, 28.499885], [115.910796, 28.499903], [115.911089, 28.500003], [115.911518, 28.500340], [115.911982, 28.500418], [115.913335, 28.499929], [115.913390, 28.499381], [115.913211, 28.499013], [115.912798, 28.498807], [115.912692, 28.498316], [115.913724, 28.498310], [115.913628, 28.497330], [115.912957, 28.497422], [115.912830, 28.497392], [115.912747, 28.497279], [115.912607, 28.496910], [115.912636, 28.496239], [115.912957, 28.496222], [115.912987, 28.496075], [115.912907, 28.495992], [115.912749, 28.495109], [115.912628, 28.495045], [115.912607, 28.494936], [115.912768, 28.494884], [115.912731, 28.494800], [115.912977, 28.494636], [115.913066, 28.494622], [115.913226, 28.494761], [115.913526, 28.494660], [115.913565, 28.494582], [115.913704, 28.494583], [115.913673, 28.494343], [115.914380, 28.494055], [115.914996, 28.493987], [115.915155, 28.494155], [115.915362, 28.495141], [115.914381, 28.496148], [115.914502, 28.496805], [115.914600, 28.496939], [115.915053, 28.497090], [115.915769, 28.497056], [115.915762, 28.497242], [115.916206, 28.497326], [115.916113, 28.498260], [115.916916, 28.498311], [115.917007, 28.498102], [115.917527, 28.498253], [115.918165, 28.498210], [115.918644, 28.498576], [115.918757, 28.498881], [115.918745, 28.499043], [115.918833, 28.499058], [115.919646, 28.497812], [115.919884, 28.497760], [115.920325, 28.498039], [115.920561, 28.497795], [115.921013, 28.498042], [115.921731, 28.498189], [115.921651, 28.498287], [115.921702, 28.498445], [115.921920, 28.498453], [115.921918, 28.498628], [115.921782, 28.498643], [115.921804, 28.499730], [115.921940, 28.500256], [115.922266, 28.500762], [115.925220, 28.502373], [115.927090, 28.500617], [115.927403, 28.500481], [115.928780, 28.499164], [115.929573, 28.498691], [115.930649, 28.498230], [115.931314, 28.497820], [115.931489, 28.498184], [115.932194, 28.498078], [115.932396, 28.498151], [115.932379, 28.497938], [115.932192, 28.497761], [115.931456, 28.497665], [115.931286, 28.497277], [115.929940, 28.494187], [115.930379, 28.494092], [115.930545, 28.493440], [115.930317, 28.492353], [115.930368, 28.491964], [115.930576, 28.491846], [115.930602, 28.490164], [115.930466, 28.490156], [115.930468, 28.489981], [115.930596, 28.489947], [115.930736, 28.489422], [115.930601, 28.489421], [115.930661, 28.488965], [115.930247, 28.488919], [115.930026, 28.488812], [115.930003, 28.488727], [115.930344, 28.488069], [115.930349, 28.487563], [115.930495, 28.487291], [115.930704, 28.487069], [115.931023, 28.486994], [115.931226, 28.486673], [115.931601, 28.486508], [115.931676, 28.485451], [115.931622, 28.485282], [115.931370, 28.484982], [115.931673, 28.484879], [115.931632, 28.484272], [115.931600, 28.484201], [115.931473, 28.484207], [115.931484, 28.483912], [115.931366, 28.483805], [115.931071, 28.483809], [115.931178, 28.483389], [115.931323, 28.483271], [115.931249, 28.483233], [115.930717, 28.482963], [115.930643, 28.483182], [115.930217, 28.483173], [115.930160, 28.483312], [115.929665, 28.483500], [115.929356, 28.483519], [115.928712, 28.483406], [115.928540, 28.483342], [115.928758, 28.482369], [115.928729, 28.482143], [115.928027, 28.481989], [115.927408, 28.482001], [115.926188, 28.481569], [115.924290, 28.482181], [115.922872, 28.479094], [115.922742, 28.478744], [115.922470, 28.476993], [115.923135, 28.477017], [115.923287, 28.475992], [115.923146, 28.475892], [115.923100, 28.475749], [115.923253, 28.475150], [115.925949, 28.473619], [115.926129, 28.473365], [115.927861, 28.471849], [115.928698, 28.471462], [115.929192, 28.470776], [115.929525, 28.470465], [115.930046, 28.470160], [115.930108, 28.470012], [115.929669, 28.469780], [115.929655, 28.469605], [115.929853, 28.469113], [115.929500, 28.468263], [115.929256, 28.467988], [115.929186, 28.467710], [115.929183, 28.467343], [115.929414, 28.467233], [115.929668, 28.467214], [115.929318, 28.466602], [115.929343, 28.466421], [115.929459, 28.466310], [115.929511, 28.465415], [115.929595, 28.465416], [115.929855, 28.464820], [115.929662, 28.464206], [115.929392, 28.463990], [115.929769, 28.463742], [115.930187, 28.463640], [115.930183, 28.463474], [115.930069, 28.463393], [115.930180, 28.463143], [115.929965, 28.462895], [115.929918, 28.462724], [115.929768, 28.462670], [115.929758, 28.462477], [115.929831, 28.462382], [115.929725, 28.462208], [115.929585, 28.462235], [115.929535, 28.462438], [115.929388, 28.462565], [115.928862, 28.462608], [115.928425, 28.462764], [115.927653, 28.462885], [115.927454, 28.462857], [115.926498, 28.462384], [115.925579, 28.462317], [115.925043, 28.462728], [115.924644, 28.462826], [115.923657, 28.462656], [115.923474, 28.462831], [115.923275, 28.462808], [115.923216, 28.463282], [115.923286, 28.463512], [115.923293, 28.464025], [115.923218, 28.464296], [115.922849, 28.464314], [115.922841, 28.463919], [115.922327, 28.463915], [115.922184, 28.462805], [115.922048, 28.462537], [115.921590, 28.462436], [115.920774, 28.462381], [115.920417, 28.462527], [115.919548, 28.462290], [115.919300, 28.462384], [115.918892, 28.462696], [115.917681, 28.462984], [115.917222, 28.463022], [115.916158, 28.463384], [115.915801, 28.463429], [115.915716, 28.463380], [115.915640, 28.463140], [115.915435, 28.463127], [115.914697, 28.463536], [115.914178, 28.463451], [115.913486, 28.463846], [115.913195, 28.463806], [115.912445, 28.463997], [115.912213, 28.464230], [115.912043, 28.464287], [115.910204, 28.464544], [115.910132, 28.464447], [115.910024, 28.464436], [115.909115, 28.464754], [115.909079, 28.464801], [115.909262, 28.465149], [115.908969, 28.465477], [115.908937, 28.465680], [115.908780, 28.465726], [115.907305, 28.465314], [115.906458, 28.465376], [115.906355, 28.465424], [115.906514, 28.465809], [115.906486, 28.466145], [115.906446, 28.466529], [115.906330, 28.466688], [115.905240, 28.466957], [115.904923, 28.466912], [115.904705, 28.466974], [115.904100, 28.467780], [115.904062, 28.467924], [115.903787, 28.468253], [115.903648, 28.468285], [115.903235, 28.467928], [115.902766, 28.467166], [115.902703, 28.466787], [115.902822, 28.466430], [115.902775, 28.466254], [115.902553, 28.466145], [115.902125, 28.466142], [115.902045, 28.466248], [115.902159, 28.466361], [115.901873, 28.466582], [115.902217, 28.467118], [115.902720, 28.468717], [115.902721, 28.469256], [115.902592, 28.469975], [115.902531, 28.470092], [115.902434, 28.470134], [115.902258, 28.470074], [115.900354, 28.470955], [115.899915, 28.470519], [115.899329, 28.468808], [115.899076, 28.468748], [115.899139, 28.467857], [115.898239, 28.467858], [115.898208, 28.468357], [115.898057, 28.468390], [115.897823, 28.468125], [115.897667, 28.468181], [115.897415, 28.467859], [115.897232, 28.467643], [115.896924, 28.467834], [115.896852, 28.467761], [115.896662, 28.467814], [115.896485, 28.467438], [115.896297, 28.467227], [115.896190, 28.467181], [115.896026, 28.467233], [115.895941, 28.467095], [115.896744, 28.466930], [115.896679, 28.466566], [115.896299, 28.466628], [115.896099, 28.466028], [115.896342, 28.465835], [115.896372, 28.465447], [115.896403, 28.465359], [115.896554, 28.465311], [115.896560, 28.465159], [115.896900, 28.465211], [115.897090, 28.464744], [115.897233, 28.464609], [115.897211, 28.464174], [115.897517, 28.462984], [115.897370, 28.462182], [115.897312, 28.462120], [115.897221, 28.462150], [115.897137, 28.461898], [115.897476, 28.461271], [115.897495, 28.461016], [115.896944, 28.460917], [115.896816, 28.460836], [115.896125, 28.460899], [115.896080, 28.460686], [115.896179, 28.460271], [115.896502, 28.460300], [115.896368, 28.459484], [115.896485, 28.459485], [115.896401, 28.459198], [115.896648, 28.459135], [115.896465, 28.457933], [115.896400, 28.457932], [115.896380, 28.457802], [115.896596, 28.456870], [115.896702, 28.456689], [115.896567, 28.456394], [115.896392, 28.456213], [115.896728, 28.456208], [115.896834, 28.455904], [115.897206, 28.455668], [115.897456, 28.455597], [115.897685, 28.455645], [115.897959, 28.455373], [115.897914, 28.455159], [115.898047, 28.455141], [115.898206, 28.454884], [115.897577, 28.454029], [115.895297, 28.452250], [115.895415, 28.452062], [115.897611, 28.450047], [115.897999, 28.449406], [115.898041, 28.448756], [115.898291, 28.448218], [115.898430, 28.447280], [115.898517, 28.447198], [115.899099, 28.447171], [115.899142, 28.446530], [115.898876, 28.446470], [115.898747, 28.445829], [115.898654, 28.445790], [115.898467, 28.445820], [115.896072, 28.445465], [115.895440, 28.445441], [115.895180, 28.444924], [115.895310, 28.444830], [115.895047, 28.444554], [115.895415, 28.444354], [115.895228, 28.443679], [115.895508, 28.443656], [115.895304, 28.443330], [115.895292, 28.443089], [115.895027, 28.443037], [115.894705, 28.442171], [115.894755, 28.441584], [115.894607, 28.441284], [115.894615, 28.441157], [115.894788, 28.441121], [115.894791, 28.440847], [115.894749, 28.440683], [115.894556, 28.440669], [115.894899, 28.440144], [115.895318, 28.439868], [115.895305, 28.439722], [115.895048, 28.439637], [115.894765, 28.439153], [115.894759, 28.439039], [115.894947, 28.438945], [115.894922, 28.438621], [115.895066, 28.438489], [115.894918, 28.438278], [115.894891, 28.438062], [115.895038, 28.437802], [115.894953, 28.437687], [115.895492, 28.436244], [115.895578, 28.436251], [115.895636, 28.436137], [115.895960, 28.436139], [115.896055, 28.435988], [115.896183, 28.435350], [115.896326, 28.435351], [115.896311, 28.435202], [115.896118, 28.435134], [115.896120, 28.435008], [115.896409, 28.434609], [115.896284, 28.434541], [115.896095, 28.434116], [115.896122, 28.433966], [115.895917, 28.433452], [115.896599, 28.433317], [115.896565, 28.432551], [115.896425, 28.432268], [115.896025, 28.431983], [115.895826, 28.431730], [115.895597, 28.431231], [115.897542, 28.429455], [115.897747, 28.429457], [115.899331, 28.428185], [115.899441, 28.428097], [115.898795, 28.427561], [115.898858, 28.427342], [115.899042, 28.427336], [115.899176, 28.427205], [115.899439, 28.427430], [115.899610, 28.427435], [115.899748, 28.427349], [115.900227, 28.427493], [115.900893, 28.427488], [115.901049, 28.424268], [115.901491, 28.415117], [115.901988, 28.415342], [115.902357, 28.415641], [115.902284, 28.415792], [115.902366, 28.415832], [115.903118, 28.415696], [115.903053, 28.415513], [115.903148, 28.415455], [115.902639, 28.414191], [115.903924, 28.414000], [115.903844, 28.413686], [115.904300, 28.413596], [115.904533, 28.413637], [115.904532, 28.413181], [115.904861, 28.413060], [115.905110, 28.413215], [115.905188, 28.413142], [115.905370, 28.412686], [115.905494, 28.412511], [115.905679, 28.412415], [115.905676, 28.412188], [115.905853, 28.412170], [115.905884, 28.411846], [115.905886, 28.411659], [115.905730, 28.411727], [115.905611, 28.411967], [115.905434, 28.411906], [115.905682, 28.411466], [115.905528, 28.411426], [115.905530, 28.411200], [115.905164, 28.411138], [115.904618, 28.410799], [115.904211, 28.411208], [115.903220, 28.411609], [115.903022, 28.411362], [115.902592, 28.411168], [115.901740, 28.410981], [115.901972, 28.408366], [115.901893, 28.406712], [115.902085, 28.404294], [115.902621, 28.404322], [115.902642, 28.404210], [115.902903, 28.404235], [115.903050, 28.404178], [115.903070, 28.404237], [115.903338, 28.404221], [115.903329, 28.403683], [115.903939, 28.403622], [115.903769, 28.403289], [115.904259, 28.403113], [115.902962, 28.400386], [115.902825, 28.399660], [115.902731, 28.399420], [115.902522, 28.399531], [115.902415, 28.398855], [115.902494, 28.396367], [115.901257, 28.396280], [115.900943, 28.395539], [115.900843, 28.395497], [115.900297, 28.394598], [115.900077, 28.394584], [115.900006, 28.394270], [115.899465, 28.394254], [115.898459, 28.394370], [115.898334, 28.394198], [115.898084, 28.394090], [115.898183, 28.393576], [115.897909, 28.393591], [115.897863, 28.393431], [115.897743, 28.393395], [115.897592, 28.393103], [115.897290, 28.393021], [115.897249, 28.392735], [115.897815, 28.391900], [115.897784, 28.390589], [115.897929, 28.390591], [115.897952, 28.390463], [115.898555, 28.390358], [115.898826, 28.390084], [115.899005, 28.390017], [115.899017, 28.389869], [115.899375, 28.389763], [115.899792, 28.390497], [115.899903, 28.390468], [115.900347, 28.390748], [115.900625, 28.390800], [115.901083, 28.390715], [115.901387, 28.390490], [115.902052, 28.389735], [115.902799, 28.389771], [115.902791, 28.389416], [115.903025, 28.389496], [115.903113, 28.389655], [115.903412, 28.389835], [115.903625, 28.389719], [115.904080, 28.388820], [115.904103, 28.388775], [115.903713, 28.388722], [115.903771, 28.388526], [115.903406, 28.388236], [115.903770, 28.387491], [115.902701, 28.385134], [115.901076, 28.382396], [115.900498, 28.381371], [115.899393, 28.380444], [115.896086, 28.378693], [115.895841, 28.378632], [115.894545, 28.375702], [115.895394, 28.375472], [115.894288, 28.372535], [115.891191, 28.373507], [115.891093, 28.373211], [115.890799, 28.372934], [115.890809, 28.371914], [115.890627, 28.371584], [115.890479, 28.371566], [115.890442, 28.371500], [115.890556, 28.371304], [115.890116, 28.370675], [115.890322, 28.370512], [115.890342, 28.370365], [115.890215, 28.370166], [115.890065, 28.370215], [115.889695, 28.370113], [115.889660, 28.369882], [115.889326, 28.369863], [115.889310, 28.369650], [115.889051, 28.369549], [115.888962, 28.369203], [115.889346, 28.367890], [115.888868, 28.367442], [115.888553, 28.367407], [115.888221, 28.367158], [115.887777, 28.367056], [115.887406, 28.366837], [115.887351, 28.366804], [115.887212, 28.366722], [115.886598, 28.366750], [115.884234, 28.367424], [115.878750, 28.368752], [115.877093, 28.365631], [115.877095, 28.365467], [115.876966, 28.365367], [115.877963, 28.364108], [115.878355, 28.363917], [115.878507, 28.363506], [115.878287, 28.363307], [115.877685, 28.362250], [115.877651, 28.361970], [115.877504, 28.361821], [115.877386, 28.360685], [115.877800, 28.360146], [115.877691, 28.359899], [115.877525, 28.359848], [115.877357, 28.359912], [115.877265, 28.359797], [115.877397, 28.359683], [115.877296, 28.358662], [115.877416, 28.357824], [115.877681, 28.357349], [115.876999, 28.356847], [115.877318, 28.356521], [115.876672, 28.356187], [115.876358, 28.356227], [115.875109, 28.356538], [115.875177, 28.355337], [115.875012, 28.355254], [115.874885, 28.354891], [115.875207, 28.354351], [115.876823, 28.352356], [115.876807, 28.352125], [115.877049, 28.352061], [115.876656, 28.351289], [115.875985, 28.351563], [115.875712, 28.351101], [115.874814, 28.349960], [115.874128, 28.349873], [115.873570, 28.350049], [115.873348, 28.349949], [115.873272, 28.350212], [115.873046, 28.350424], [115.872470, 28.350601], [115.871989, 28.350466], [115.871567, 28.349953], [115.871349, 28.349474], [115.871336, 28.349030], [115.871036, 28.348021], [115.870400, 28.346447], [115.869815, 28.342707], [115.870112, 28.339633], [115.869587, 28.340041], [115.869300, 28.339367], [115.868416, 28.339697], [115.868467, 28.340284], [115.868097, 28.340349], [115.868156, 28.340114], [115.868083, 28.339980], [115.868006, 28.339977], [115.867448, 28.339958], [115.867630, 28.339758], [115.867034, 28.339746], [115.866872, 28.339862], [115.866446, 28.339859], [115.866396, 28.338331], [115.866610, 28.337754], [115.866616, 28.337259], [115.866487, 28.336847], [115.865966, 28.336885], [115.865709, 28.337043], [115.865238, 28.336880], [115.864982, 28.336895], [115.864798, 28.337288], [115.864977, 28.337382], [115.865228, 28.337786], [115.865902, 28.337926], [115.865958, 28.340123], [115.865563, 28.340134], [115.865549, 28.340022], [115.865407, 28.339993], [115.865330, 28.339754], [115.865110, 28.339739], [115.864862, 28.339262], [115.864942, 28.339151], [115.864833, 28.339052], [115.864675, 28.339037], [115.864475, 28.338588], [115.858954, 28.338648], [115.858925, 28.338594], [115.858896, 28.340345], [115.858950, 28.341246], [115.859264, 28.342444], [115.859867, 28.345944], [115.859945, 28.347810], [115.859643, 28.350196], [115.859235, 28.352222], [115.858991, 28.353074], [115.858219, 28.355158], [115.857306, 28.356939], [115.855846, 28.359232], [115.855203, 28.360685], [115.854506, 28.362149], [115.853901, 28.362982], [115.853465, 28.363804], [115.852732, 28.365374], [115.850936, 28.369724], [115.850349, 28.371631], [115.849184, 28.374942], [115.848717, 28.376020], [115.847979, 28.378414], [115.847127, 28.380585], [115.846300, 28.381757], [115.845105, 28.383154], [115.843003, 28.385173], [115.841448, 28.387172], [115.840980, 28.388014], [115.840428, 28.388704], [115.839894, 28.389467], [115.838785, 28.390709], [115.837818, 28.391697], [115.837271, 28.392102], [115.835691, 28.393033]]] } } + , + { "type": "Feature", "properties": { "NAME": "广福镇" }, "geometry": { "type": "Polygon", "coordinates": [[[115.891444, 28.310062], [115.891476, 28.309873], [115.891918, 28.309015], [115.891937, 28.308726], [115.890872, 28.306933], [115.890128, 28.306176], [115.889220, 28.305445], [115.888477, 28.302979], [115.888021, 28.301750], [115.887613, 28.301342], [115.887212, 28.300264], [115.886861, 28.298857], [115.885991, 28.296512], [115.885883, 28.295989], [115.885154, 28.293921], [115.884194, 28.290530], [115.884057, 28.290271], [115.883704, 28.290287], [115.881793, 28.290345], [115.880603, 28.290264], [115.878213, 28.289916], [115.876694, 28.289979], [115.875100, 28.290310], [115.875005, 28.290431], [115.874783, 28.291440], [115.874540, 28.293833], [115.874389, 28.294659], [115.873981, 28.296054], [115.873611, 28.297030], [115.872255, 28.299665], [115.871250, 28.301129], [115.869626, 28.303784], [115.867518, 28.306239], [115.865477, 28.308349], [115.862214, 28.312061], [115.858624, 28.315611], [115.857874, 28.316177], [115.857072, 28.316967], [115.856688, 28.317378], [115.856674, 28.317806], [115.857124, 28.318930], [115.857531, 28.320368], [115.858040, 28.323314], [115.859182, 28.327015], [115.859283, 28.327722], [115.859275, 28.328644], [115.859178, 28.329068], [115.858608, 28.332894], [115.858771, 28.334706], [115.858925, 28.338594], [115.858954, 28.338648], [115.864475, 28.338588], [115.864675, 28.339037], [115.864833, 28.339052], [115.864942, 28.339151], [115.864862, 28.339262], [115.865110, 28.339739], [115.865330, 28.339754], [115.865407, 28.339993], [115.865549, 28.340022], [115.865563, 28.340134], [115.865958, 28.340123], [115.865902, 28.337926], [115.865228, 28.337786], [115.864977, 28.337382], [115.864798, 28.337288], [115.864982, 28.336895], [115.865238, 28.336880], [115.865709, 28.337043], [115.865966, 28.336885], [115.866487, 28.336847], [115.866616, 28.337259], [115.866610, 28.337754], [115.866396, 28.338331], [115.866446, 28.339859], [115.866872, 28.339862], [115.867034, 28.339746], [115.867630, 28.339758], [115.867448, 28.339958], [115.868006, 28.339977], [115.868083, 28.339980], [115.868156, 28.340114], [115.868097, 28.340349], [115.868467, 28.340284], [115.868416, 28.339697], [115.869300, 28.339367], [115.869587, 28.340041], [115.870112, 28.339633], [115.869815, 28.342707], [115.870400, 28.346447], [115.871036, 28.348021], [115.871336, 28.349030], [115.871349, 28.349474], [115.871567, 28.349953], [115.871989, 28.350466], [115.872470, 28.350601], [115.873046, 28.350424], [115.873272, 28.350212], [115.873348, 28.349949], [115.873570, 28.350049], [115.874128, 28.349873], [115.874814, 28.349960], [115.875712, 28.351101], [115.875985, 28.351563], [115.876656, 28.351289], [115.877049, 28.352061], [115.876807, 28.352125], [115.876823, 28.352356], [115.875207, 28.354351], [115.874885, 28.354891], [115.875012, 28.355254], [115.875177, 28.355337], [115.875109, 28.356538], [115.876358, 28.356227], [115.876672, 28.356187], [115.877318, 28.356521], [115.876999, 28.356847], [115.877681, 28.357349], [115.877416, 28.357824], [115.877296, 28.358662], [115.877397, 28.359683], [115.877265, 28.359797], [115.877357, 28.359912], [115.877525, 28.359848], [115.877691, 28.359899], [115.877800, 28.360146], [115.877386, 28.360685], [115.877504, 28.361821], [115.877651, 28.361970], [115.877685, 28.362250], [115.878287, 28.363307], [115.878507, 28.363506], [115.878355, 28.363917], [115.877963, 28.364108], [115.876966, 28.365367], [115.877095, 28.365467], [115.877093, 28.365631], [115.878750, 28.368752], [115.884234, 28.367424], [115.886598, 28.366750], [115.887212, 28.366722], [115.887351, 28.366804], [115.887406, 28.366837], [115.887777, 28.367056], [115.888221, 28.367158], [115.888553, 28.367407], [115.888868, 28.367442], [115.889346, 28.367890], [115.888962, 28.369203], [115.889051, 28.369549], [115.889310, 28.369650], [115.889326, 28.369863], [115.889660, 28.369882], [115.889695, 28.370113], [115.890065, 28.370215], [115.890215, 28.370166], [115.890342, 28.370365], [115.890322, 28.370512], [115.890116, 28.370675], [115.890556, 28.371304], [115.890442, 28.371500], [115.890479, 28.371566], [115.890627, 28.371584], [115.890809, 28.371914], [115.890799, 28.372934], [115.891093, 28.373211], [115.891191, 28.373507], [115.894288, 28.372535], [115.895394, 28.375472], [115.894545, 28.375702], [115.895841, 28.378632], [115.896086, 28.378693], [115.899393, 28.380444], [115.900498, 28.381371], [115.901076, 28.382396], [115.902701, 28.385134], [115.903770, 28.387491], [115.903406, 28.388236], [115.903771, 28.388526], [115.903713, 28.388722], [115.904103, 28.388775], [115.904080, 28.388820], [115.904195, 28.388847], [115.904475, 28.389240], [115.904616, 28.389290], [115.905685, 28.389492], [115.907068, 28.389887], [115.908048, 28.390008], [115.908978, 28.390224], [115.913740, 28.387181], [115.914612, 28.386557], [115.915042, 28.386147], [115.916092, 28.385561], [115.916603, 28.385310], [115.916678, 28.385385], [115.916856, 28.385365], [115.921527, 28.383175], [115.921733, 28.382973], [115.922006, 28.382843], [115.922169, 28.382844], [115.924646, 28.381629], [115.926327, 28.380675], [115.926490, 28.380665], [115.927281, 28.380240], [115.927444, 28.380265], [115.928602, 28.379836], [115.928904, 28.379471], [115.929069, 28.379559], [115.929134, 28.379465], [115.929668, 28.379310], [115.930175, 28.379236], [115.931094, 28.379279], [115.932295, 28.379601], [115.933036, 28.379902], [115.933222, 28.379834], [115.934023, 28.379902], [115.934375, 28.379685], [115.934521, 28.379414], [115.934558, 28.379124], [115.934301, 28.378117], [115.934820, 28.377475], [115.934959, 28.377434], [115.935868, 28.376339], [115.936366, 28.375853], [115.936723, 28.378421], [115.937230, 28.378475], [115.937229, 28.378529], [115.937751, 28.378425], [115.938449, 28.378462], [115.938451, 28.378900], [115.938281, 28.379534], [115.938333, 28.379824], [115.938586, 28.379827], [115.938562, 28.379500], [115.938914, 28.379422], [115.939246, 28.379451], [115.939344, 28.379546], [115.939361, 28.379913], [115.939619, 28.379945], [115.940056, 28.380268], [115.939983, 28.380630], [115.940964, 28.380123], [115.941707, 28.379880], [115.943409, 28.378861], [115.943986, 28.378627], [115.944576, 28.378275], [115.945672, 28.376941], [115.946025, 28.376762], [115.946048, 28.376586], [115.946661, 28.376193], [115.946309, 28.375214], [115.946357, 28.374927], [115.946677, 28.374542], [115.946982, 28.374405], [115.947625, 28.373511], [115.948340, 28.373100], [115.950093, 28.372599], [115.950594, 28.372146], [115.950630, 28.371957], [115.951127, 28.371832], [115.951508, 28.373260], [115.951698, 28.373461], [115.951662, 28.373640], [115.951989, 28.374809], [115.953437, 28.374414], [115.954363, 28.374563], [115.954745, 28.374746], [115.955745, 28.376264], [115.955842, 28.376813], [115.956240, 28.377553], [115.956379, 28.378386], [115.956773, 28.378449], [115.957343, 28.379082], [115.958188, 28.379429], [115.958882, 28.379974], [115.959253, 28.380117], [115.959830, 28.379964], [115.960115, 28.379727], [115.961055, 28.379368], [115.961236, 28.379340], [115.961550, 28.379483], [115.961730, 28.379475], [115.961842, 28.379666], [115.962572, 28.379456], [115.962625, 28.379441], [115.962406, 28.378862], [115.961913, 28.377756], [115.961260, 28.376835], [115.959718, 28.375575], [115.957344, 28.373232], [115.956446, 28.371868], [115.955840, 28.370093], [115.955828, 28.369504], [115.955807, 28.368484], [115.955450, 28.365772], [115.955913, 28.362518], [115.957239, 28.359314], [115.957733, 28.356943], [115.955403, 28.353529], [115.953606, 28.350898], [115.949046, 28.344267], [115.948835, 28.342772], [115.949596, 28.339893], [115.950509, 28.338707], [115.950804, 28.336491], [115.950398, 28.335789], [115.949818, 28.334817], [115.946398, 28.330270], [115.946034, 28.328534], [115.945898, 28.327883], [115.944484, 28.324385], [115.941207, 28.321304], [115.938579, 28.318613], [115.936469, 28.316318], [115.935232, 28.315321], [115.931593, 28.313985], [115.929471, 28.312459], [115.929068, 28.311640], [115.927425, 28.313169], [115.926878, 28.313916], [115.926742, 28.314346], [115.926749, 28.314562], [115.926834, 28.314856], [115.927258, 28.315434], [115.927271, 28.316066], [115.927139, 28.316369], [115.926636, 28.316792], [115.925887, 28.316955], [115.924310, 28.317107], [115.922268, 28.317117], [115.920109, 28.317353], [115.916860, 28.316729], [115.915947, 28.316407], [115.915649, 28.316192], [115.915181, 28.314908], [115.914876, 28.313384], [115.914590, 28.312874], [115.914033, 28.312333], [115.913137, 28.311926], [115.912398, 28.311438], [115.912256, 28.311222], [115.912187, 28.310807], [115.912242, 28.310217], [115.912345, 28.309896], [115.912521, 28.309607], [115.912755, 28.309408], [115.913622, 28.309116], [115.914768, 28.309051], [115.915959, 28.309087], [115.916559, 28.308985], [115.917243, 28.308326], [115.917311, 28.308080], [115.917279, 28.307450], [115.917191, 28.307332], [115.916819, 28.307269], [115.915630, 28.307280], [115.915025, 28.307203], [115.914671, 28.307106], [115.913984, 28.306690], [115.913255, 28.306051], [115.912335, 28.305420], [115.912069, 28.305222], [115.911657, 28.305083], [115.908397, 28.305184], [115.907320, 28.305499], [115.906706, 28.305791], [115.906409, 28.306029], [115.905845, 28.306869], [115.905537, 28.309068], [115.904901, 28.311116], [115.904799, 28.311701], [115.904688, 28.312642], [115.904733, 28.315215], [115.904683, 28.315809], [115.904429, 28.317049], [115.904269, 28.317470], [115.904168, 28.317690], [115.902996, 28.318843], [115.901969, 28.319582], [115.901793, 28.319684], [115.901333, 28.319773], [115.900870, 28.319677], [115.899494, 28.318562], [115.899094, 28.318165], [115.898981, 28.317960], [115.898801, 28.317366], [115.898763, 28.316955], [115.898983, 28.316132], [115.899040, 28.315314], [115.899062, 28.314707], [115.898994, 28.314136], [115.898724, 28.313400], [115.898457, 28.312875], [115.897748, 28.312155], [115.897083, 28.311791], [115.892449, 28.310563], [115.891541, 28.310191], [115.891444, 28.310062]]] } } + , + { "type": "Feature", "properties": { "NAME": "昌东镇(南昌高新开发区)" }, "geometry": { "type": "Polygon", "coordinates": [[[116.030972, 28.646012], [116.028390, 28.644507], [116.027060, 28.643906], [116.024795, 28.643191], [116.023339, 28.642984], [116.022262, 28.642629], [116.022027, 28.642969], [116.021302, 28.643604], [116.019496, 28.644268], [116.016915, 28.644996], [116.016110, 28.645300], [116.014653, 28.647410], [116.012201, 28.650536], [116.011007, 28.651562], [116.009348, 28.652530], [116.008572, 28.653144], [116.006339, 28.655475], [116.005278, 28.656803], [116.004696, 28.657942], [116.004140, 28.659395], [116.003130, 28.661203], [116.001426, 28.663654], [116.001681, 28.664705], [116.001422, 28.664888], [116.000435, 28.665112], [115.999454, 28.665584], [115.998965, 28.665444], [115.997204, 28.665674], [115.996813, 28.665283], [115.996749, 28.665045], [115.996613, 28.664934], [115.996288, 28.665029], [115.995990, 28.665303], [115.995633, 28.665379], [115.994994, 28.665505], [115.995184, 28.665226], [115.994974, 28.665045], [115.995105, 28.664885], [115.994823, 28.664349], [115.994541, 28.664266], [115.993558, 28.664467], [115.993179, 28.664613], [115.992671, 28.664619], [115.991979, 28.664798], [115.991406, 28.664810], [115.991355, 28.664971], [115.991451, 28.665197], [115.991402, 28.665615], [115.991631, 28.666021], [115.991492, 28.666254], [115.991226, 28.666343], [115.990934, 28.666583], [115.991239, 28.666718], [115.991299, 28.666846], [115.991475, 28.666801], [115.991727, 28.666987], [115.991685, 28.667420], [115.991792, 28.667605], [115.991985, 28.668760], [115.992180, 28.669152], [115.992249, 28.669855], [115.992414, 28.670245], [115.992475, 28.670644], [115.992480, 28.670675], [115.992609, 28.671518], [115.992809, 28.672327], [115.993003, 28.673728], [115.993156, 28.674111], [115.993191, 28.674336], [115.993468, 28.674669], [115.993953, 28.675640], [115.994401, 28.676262], [115.994442, 28.676461], [115.994362, 28.676801], [115.994680, 28.677721], [115.994687, 28.678006], [115.994717, 28.678237], [115.995082, 28.679020], [115.995491, 28.679185], [115.995871, 28.679173], [115.995988, 28.679235], [115.996184, 28.679555], [115.996432, 28.679727], [115.996534, 28.679859], [115.996599, 28.680630], [115.996704, 28.680860], [115.997225, 28.681397], [115.997358, 28.681724], [115.997890, 28.682327], [115.998367, 28.682731], [115.998887, 28.682926], [115.999097, 28.683217], [115.999115, 28.683585], [115.999202, 28.683822], [115.999305, 28.684101], [115.999625, 28.684331], [115.999948, 28.684546], [116.000344, 28.684590], [116.000661, 28.684800], [116.000675, 28.684916], [116.000562, 28.685028], [116.000079, 28.685088], [116.000556, 28.686561], [116.000856, 28.687486], [116.002087, 28.691288], [116.002309, 28.691973], [116.002781, 28.693155], [116.002433, 28.693520], [116.002437, 28.694073], [116.002982, 28.695494], [116.003232, 28.695723], [116.003892, 28.695978], [116.004044, 28.696183], [116.004460, 28.696380], [116.005458, 28.697046], [116.006526, 28.697463], [116.006953, 28.697932], [116.008658, 28.699122], [116.009423, 28.699926], [116.009604, 28.700342], [116.010362, 28.700153], [116.011041, 28.700305], [116.011468, 28.700669], [116.011544, 28.701077], [116.010953, 28.701575], [116.010942, 28.701881], [116.011065, 28.702077], [116.011380, 28.702164], [116.012246, 28.701863], [116.012649, 28.701895], [116.013079, 28.701725], [116.013086, 28.701589], [116.012580, 28.700917], [116.011925, 28.700429], [116.012178, 28.700277], [116.013024, 28.700211], [116.013242, 28.700382], [116.013611, 28.701030], [116.013793, 28.701730], [116.013662, 28.702104], [116.013195, 28.702481], [116.012512, 28.702582], [116.011950, 28.703117], [116.011431, 28.703434], [116.010535, 28.703497], [116.009738, 28.704075], [116.007687, 28.704118], [116.007528, 28.704230], [116.007469, 28.704516], [116.007794, 28.707536], [116.008233, 28.707988], [116.009331, 28.709483], [116.010015, 28.710413], [116.010243, 28.710881], [116.011252, 28.714328], [116.011407, 28.714616], [116.012079, 28.715314], [116.013383, 28.716667], [116.015754, 28.718468], [116.016710, 28.719067], [116.017537, 28.719382], [116.018018, 28.719878], [116.018303, 28.720181], [116.019181, 28.720493], [116.019428, 28.720674], [116.020064, 28.720727], [116.020272, 28.720859], [116.020556, 28.721268], [116.020664, 28.721322], [116.021033, 28.721346], [116.022411, 28.721760], [116.023029, 28.721664], [116.023409, 28.721736], [116.023604, 28.721936], [116.024259, 28.723150], [116.024455, 28.723899], [116.024412, 28.724033], [116.022495, 28.724024], [116.022087, 28.723898], [116.021502, 28.723441], [116.020976, 28.723305], [116.020406, 28.723000], [116.019748, 28.722985], [116.019424, 28.723292], [116.019292, 28.723708], [116.019105, 28.723910], [116.018670, 28.723918], [116.018551, 28.724042], [116.018733, 28.724974], [116.018673, 28.725551], [116.018695, 28.727168], [116.030695, 28.732608], [116.033262, 28.734583], [116.034794, 28.735760], [116.035176, 28.736293], [116.041082, 28.744536], [116.043726, 28.746714], [116.044828, 28.747621], [116.047558, 28.748958], [116.052387, 28.751323], [116.057140, 28.754997], [116.060761, 28.756045], [116.064055, 28.756655], [116.067557, 28.758321], [116.070106, 28.759534], [116.071516, 28.760205], [116.081083, 28.764644], [116.092413, 28.769803], [116.095973, 28.771422], [116.100869, 28.773648], [116.102142, 28.774228], [116.110496, 28.775414], [116.115002, 28.777084], [116.117150, 28.777880], [116.121653, 28.779547], [116.127557, 28.782802], [116.132298, 28.785415], [116.138014, 28.790384], [116.141585, 28.796212], [116.146321, 28.800303], [116.149071, 28.805981], [116.150123, 28.806726], [116.152995, 28.808758], [116.158247, 28.809944], [116.169266, 28.809557], [116.191510, 28.803406], [116.204058, 28.803720], [116.215775, 28.803262], [116.215753, 28.800841], [116.214972, 28.798953], [116.215144, 28.797227], [116.216794, 28.791689], [116.216740, 28.791040], [116.217577, 28.790710], [116.217606, 28.789552], [116.216246, 28.789741], [116.215744, 28.789811], [116.214059, 28.789223], [116.212893, 28.788223], [116.212335, 28.787557], [116.211354, 28.786889], [116.210419, 28.786388], [116.208822, 28.786588], [116.207456, 28.787328], [116.205221, 28.789052], [116.202116, 28.791301], [116.201855, 28.790941], [116.201543, 28.791087], [116.201849, 28.791744], [116.201583, 28.792081], [116.200669, 28.792733], [116.199996, 28.793026], [116.198990, 28.793085], [116.198876, 28.792450], [116.198349, 28.792490], [116.197704, 28.792234], [116.195789, 28.791266], [116.194414, 28.790186], [116.193268, 28.789446], [116.192025, 28.788947], [116.189673, 28.788302], [116.189178, 28.788231], [116.188845, 28.788183], [116.188339, 28.787099], [116.188062, 28.786697], [116.187361, 28.786016], [116.187833, 28.785511], [116.187388, 28.784407], [116.186442, 28.784827], [116.186278, 28.784680], [116.186288, 28.784487], [116.186428, 28.784434], [116.186416, 28.783724], [116.186897, 28.783675], [116.186779, 28.783310], [116.187216, 28.783098], [116.187343, 28.782457], [116.186593, 28.782239], [116.185895, 28.781680], [116.185444, 28.780479], [116.184595, 28.779640], [116.183958, 28.778360], [116.187112, 28.772486], [116.187691, 28.770741], [116.186483, 28.770308], [116.186010, 28.768772], [116.185828, 28.766274], [116.186082, 28.764669], [116.186783, 28.763119], [116.184878, 28.762414], [116.184249, 28.762656], [116.184021, 28.762619], [116.183487, 28.762112], [116.182995, 28.762492], [116.183229, 28.762709], [116.182967, 28.762903], [116.182554, 28.762512], [116.182340, 28.762842], [116.182731, 28.762895], [116.182900, 28.763075], [116.182916, 28.763176], [116.182507, 28.763248], [116.182637, 28.763989], [116.183150, 28.765072], [116.179724, 28.765959], [116.178795, 28.766055], [116.178237, 28.765012], [116.178087, 28.763890], [116.177715, 28.763332], [116.177148, 28.763530], [116.176723, 28.762848], [116.176398, 28.762060], [116.175830, 28.761203], [116.175511, 28.761402], [116.174770, 28.760618], [116.173622, 28.759792], [116.171769, 28.759324], [116.170432, 28.759438], [116.167843, 28.760448], [116.167300, 28.760425], [116.164276, 28.761425], [116.163573, 28.761542], [116.163009, 28.761359], [116.161446, 28.761393], [116.159997, 28.761071], [116.158598, 28.760760], [116.156606, 28.760691], [116.156065, 28.760388], [116.155365, 28.760165], [116.155346, 28.759967], [116.156024, 28.759927], [116.155462, 28.759385], [116.155351, 28.759084], [116.155058, 28.758922], [116.154762, 28.759081], [116.153005, 28.757912], [116.153280, 28.757493], [116.153215, 28.757133], [116.152451, 28.756469], [116.152002, 28.755886], [116.152732, 28.753026], [116.150346, 28.752570], [116.148840, 28.752062], [116.147079, 28.752110], [116.146644, 28.751329], [116.146012, 28.751716], [116.145069, 28.751711], [116.140921, 28.751190], [116.140043, 28.750853], [116.139798, 28.749962], [116.137907, 28.750397], [116.136764, 28.751782], [116.133551, 28.752210], [116.132272, 28.753148], [116.128491, 28.753684], [116.127359, 28.753678], [116.125844, 28.754115], [116.124265, 28.754773], [116.124244, 28.754684], [116.124143, 28.754272], [116.123138, 28.754100], [116.121688, 28.754314], [116.121503, 28.753813], [116.120249, 28.753194], [116.119745, 28.753302], [116.118801, 28.753186], [116.117159, 28.753843], [116.115942, 28.755650], [116.115608, 28.757147], [116.116056, 28.758487], [116.115541, 28.758711], [116.115662, 28.759500], [116.114636, 28.760226], [116.114065, 28.759885], [116.113117, 28.758922], [116.112171, 28.757734], [116.111419, 28.756098], [116.111371, 28.754296], [116.111571, 28.753172], [116.112674, 28.750928], [116.114030, 28.748831], [116.115450, 28.746757], [116.117374, 28.745249], [116.119872, 28.743800], [116.121254, 28.741280], [116.121361, 28.741085], [116.120810, 28.738268], [116.120256, 28.735902], [116.120201, 28.734945], [116.119778, 28.732050], [116.118892, 28.731313], [116.118968, 28.729907], [116.119742, 28.728786], [116.121594, 28.728233], [116.121801, 28.726377], [116.121419, 28.726262], [116.120892, 28.724291], [116.119287, 28.724877], [116.117209, 28.725120], [116.117241, 28.724586], [116.116822, 28.723946], [116.116316, 28.724031], [116.116261, 28.725178], [116.116350, 28.726438], [116.115967, 28.728052], [116.114364, 28.727732], [116.113829, 28.729044], [116.113668, 28.728987], [116.113391, 28.728690], [116.112627, 28.728279], [116.112204, 28.728149], [116.111248, 28.728024], [116.111049, 28.728078], [116.110336, 28.728010], [116.109703, 28.728102], [116.109054, 28.728066], [116.109114, 28.728306], [116.108940, 28.728711], [116.108850, 28.728631], [116.107975, 28.728585], [116.107415, 28.728383], [116.107546, 28.727867], [116.107257, 28.727881], [116.107233, 28.727459], [116.106076, 28.727642], [116.105849, 28.726709], [116.105309, 28.725355], [116.105392, 28.725140], [116.104650, 28.723240], [116.104652, 28.722977], [116.104536, 28.722769], [116.107334, 28.721763], [116.113260, 28.718034], [116.115806, 28.717579], [116.115882, 28.716904], [116.113584, 28.717392], [116.110100, 28.717120], [116.109786, 28.717328], [116.105712, 28.716934], [116.105521, 28.717100], [116.104575, 28.716876], [116.102377, 28.716845], [116.101230, 28.716704], [116.100211, 28.716186], [116.098064, 28.716549], [116.095573, 28.717184], [116.094356, 28.717331], [116.093093, 28.717483], [116.090612, 28.716497], [116.087978, 28.716349], [116.085037, 28.717619], [116.082091, 28.719534], [116.081212, 28.719592], [116.079169, 28.718543], [116.077337, 28.718658], [116.075073, 28.717800], [116.074797, 28.715796], [116.075544, 28.714123], [116.075043, 28.712763], [116.076334, 28.710215], [116.075073, 28.709018], [116.073132, 28.708706], [116.073363, 28.707917], [116.073418, 28.705974], [116.072683, 28.704452], [116.070682, 28.703647], [116.069939, 28.702921], [116.069108, 28.702890], [116.068758, 28.702395], [116.068419, 28.700179], [116.068150, 28.699963], [116.067789, 28.699916], [116.066685, 28.698990], [116.066331, 28.698901], [116.066222, 28.698630], [116.066280, 28.698294], [116.066513, 28.697959], [116.066587, 28.697412], [116.067148, 28.696097], [116.066948, 28.695844], [116.066904, 28.695388], [116.067394, 28.693382], [116.067272, 28.692988], [116.066789, 28.692635], [116.066486, 28.692302], [116.066523, 28.690500], [116.066965, 28.689288], [116.067933, 28.688301], [116.068339, 28.688004], [116.068577, 28.686108], [116.068251, 28.685910], [116.068198, 28.685799], [116.068450, 28.685557], [116.068135, 28.682931], [116.067678, 28.682805], [116.067350, 28.682544], [116.066935, 28.682214], [116.065973, 28.680932], [116.066174, 28.680200], [116.065974, 28.679255], [116.065385, 28.678516], [116.064442, 28.678232], [116.064250, 28.677961], [116.064069, 28.676318], [116.063872, 28.675887], [116.061951, 28.676011], [116.061636, 28.676205], [116.061480, 28.676571], [116.061780, 28.677983], [116.061423, 28.678225], [116.061131, 28.678234], [116.060595, 28.677513], [116.059739, 28.677646], [116.059581, 28.677425], [116.059296, 28.676474], [116.059005, 28.676299], [116.058698, 28.675733], [116.058617, 28.675420], [116.057966, 28.675090], [116.057697, 28.674861], [116.057249, 28.675157], [116.056361, 28.675578], [116.056068, 28.675600], [116.055319, 28.675483], [116.053138, 28.675923], [116.052900, 28.675900], [116.052944, 28.675594], [116.052678, 28.675071], [116.052205, 28.675036], [116.052056, 28.675329], [116.051772, 28.675246], [116.051608, 28.674938], [116.051800, 28.674413], [116.051427, 28.674141], [116.050905, 28.674173], [116.050541, 28.674427], [116.049493, 28.675679], [116.049266, 28.675487], [116.049178, 28.675155], [116.048909, 28.674862], [116.049441, 28.673795], [116.049280, 28.673054], [116.049138, 28.672593], [116.048467, 28.672254], [116.048048, 28.671612], [116.047838, 28.670197], [116.047840, 28.669239], [116.047719, 28.668741], [116.047876, 28.667613], [116.048676, 28.666058], [116.049065, 28.666049], [116.049369, 28.665851], [116.049464, 28.665790], [116.050658, 28.662188], [116.051081, 28.661492], [116.051011, 28.660768], [116.051099, 28.660242], [116.050915, 28.659905], [116.050842, 28.659469], [116.050973, 28.658772], [116.050740, 28.658402], [116.050605, 28.657955], [116.050376, 28.657898], [116.050241, 28.656660], [116.049804, 28.656527], [116.049618, 28.656348], [116.049912, 28.655399], [116.050239, 28.655383], [116.050184, 28.655236], [116.049963, 28.655087], [116.049352, 28.654873], [116.048850, 28.654991], [116.048037, 28.654849], [116.047268, 28.654505], [116.047473, 28.653423], [116.047074, 28.652917], [116.047062, 28.652722], [116.047336, 28.652350], [116.047459, 28.651837], [116.047685, 28.651409], [116.047675, 28.651047], [116.047794, 28.650969], [116.047823, 28.650779], [116.047783, 28.650576], [116.047341, 28.650291], [116.047585, 28.649411], [116.047900, 28.648622], [116.047899, 28.647918], [116.047823, 28.647819], [116.047862, 28.647452], [116.047072, 28.646997], [116.046328, 28.646762], [116.046204, 28.646803], [116.046021, 28.646666], [116.045211, 28.646606], [116.045152, 28.646548], [116.044862, 28.646540], [116.044690, 28.646617], [116.044445, 28.646504], [116.040774, 28.646531], [116.040623, 28.650685], [116.041261, 28.658558], [116.039922, 28.657559], [116.037891, 28.655784], [116.035681, 28.653702], [116.033920, 28.651745], [116.033161, 28.650586], [116.032647, 28.649518], [116.032096, 28.647593], [116.031646, 28.646496], [116.030972, 28.646012]]] } } + , + { "type": "Feature", "properties": { "NAME": "麻丘镇(南昌高新开发区)" }, "geometry": { "type": "Polygon", "coordinates": [[[116.056640, 28.590764], [116.053997, 28.590178], [116.050131, 28.589564], [116.046774, 28.589212], [116.042758, 28.588916], [116.037863, 28.588834], [116.030943, 28.588986], [116.029651, 28.589061], [116.026837, 28.589256], [116.021518, 28.589887], [116.018040, 28.590895], [116.017316, 28.591443], [116.017339, 28.592110], [116.017001, 28.592826], [116.017818, 28.593526], [116.019481, 28.594513], [116.020045, 28.594927], [116.020631, 28.595484], [116.022529, 28.596552], [116.023715, 28.597503], [116.025242, 28.598399], [116.027849, 28.600428], [116.029659, 28.601233], [116.036837, 28.602589], [116.037291, 28.603380], [116.037430, 28.603793], [116.037437, 28.605039], [116.037512, 28.605598], [116.037636, 28.606860], [116.037599, 28.607540], [116.037956, 28.609579], [116.038162, 28.610377], [116.038624, 28.610656], [116.039527, 28.611372], [116.039842, 28.612156], [116.040277, 28.612433], [116.041666, 28.612795], [116.042592, 28.613324], [116.042980, 28.613387], [116.044325, 28.613269], [116.044706, 28.613840], [116.044869, 28.614998], [116.044949, 28.615157], [116.045235, 28.615298], [116.045631, 28.615666], [116.046185, 28.615909], [116.046669, 28.616898], [116.046840, 28.617677], [116.047302, 28.618440], [116.047932, 28.619111], [116.048092, 28.619492], [116.048062, 28.620215], [116.048413, 28.622176], [116.048551, 28.622623], [116.049153, 28.622743], [116.049394, 28.623214], [116.049683, 28.623505], [116.050596, 28.623572], [116.050788, 28.623687], [116.051404, 28.624881], [116.051381, 28.625333], [116.050616, 28.628194], [116.050684, 28.628508], [116.051511, 28.629890], [116.051892, 28.630253], [116.051955, 28.630403], [116.051309, 28.630806], [116.050821, 28.631541], [116.049756, 28.633498], [116.049055, 28.634584], [116.047698, 28.635204], [116.047297, 28.635175], [116.046957, 28.635298], [116.042604, 28.638224], [116.042272, 28.638533], [116.041933, 28.639302], [116.041187, 28.640488], [116.040912, 28.641140], [116.040854, 28.645483], [116.040774, 28.646531], [116.044445, 28.646504], [116.044690, 28.646617], [116.044862, 28.646540], [116.045152, 28.646548], [116.045211, 28.646606], [116.046021, 28.646666], [116.046204, 28.646803], [116.046328, 28.646762], [116.047072, 28.646997], [116.047862, 28.647452], [116.047823, 28.647819], [116.047899, 28.647918], [116.047900, 28.648622], [116.047585, 28.649411], [116.047341, 28.650291], [116.047783, 28.650576], [116.047823, 28.650779], [116.047794, 28.650969], [116.047675, 28.651047], [116.047685, 28.651409], [116.047459, 28.651837], [116.047336, 28.652350], [116.047062, 28.652722], [116.047074, 28.652917], [116.047473, 28.653423], [116.047268, 28.654505], [116.048037, 28.654849], [116.048850, 28.654991], [116.049352, 28.654873], [116.049963, 28.655087], [116.050184, 28.655236], [116.050239, 28.655383], [116.049912, 28.655399], [116.049618, 28.656348], [116.049804, 28.656527], [116.050241, 28.656660], [116.050376, 28.657898], [116.050605, 28.657955], [116.050740, 28.658402], [116.050973, 28.658772], [116.050842, 28.659469], [116.050915, 28.659905], [116.051099, 28.660242], [116.051011, 28.660768], [116.051081, 28.661492], [116.050658, 28.662188], [116.049464, 28.665790], [116.049369, 28.665851], [116.049065, 28.666049], [116.048676, 28.666058], [116.047876, 28.667613], [116.047719, 28.668741], [116.047840, 28.669239], [116.047838, 28.670197], [116.048048, 28.671612], [116.048467, 28.672254], [116.049138, 28.672593], [116.049280, 28.673054], [116.049441, 28.673795], [116.048909, 28.674862], [116.049178, 28.675155], [116.049266, 28.675487], [116.049493, 28.675679], [116.050541, 28.674427], [116.050905, 28.674173], [116.051427, 28.674141], [116.051800, 28.674413], [116.051608, 28.674938], [116.051772, 28.675246], [116.052056, 28.675329], [116.052205, 28.675036], [116.052678, 28.675071], [116.052944, 28.675594], [116.052900, 28.675900], [116.053138, 28.675923], [116.055319, 28.675483], [116.056068, 28.675600], [116.056361, 28.675578], [116.057249, 28.675157], [116.057697, 28.674861], [116.057966, 28.675090], [116.058617, 28.675420], [116.058698, 28.675733], [116.059005, 28.676299], [116.059296, 28.676474], [116.059581, 28.677425], [116.059739, 28.677646], [116.060595, 28.677513], [116.061131, 28.678234], [116.061423, 28.678225], [116.061780, 28.677983], [116.061480, 28.676571], [116.061636, 28.676205], [116.061951, 28.676011], [116.063872, 28.675887], [116.064069, 28.676318], [116.064250, 28.677961], [116.064442, 28.678232], [116.065385, 28.678516], [116.065974, 28.679255], [116.066174, 28.680200], [116.065973, 28.680932], [116.066935, 28.682214], [116.067350, 28.682544], [116.067678, 28.682805], [116.068135, 28.682931], [116.068450, 28.685557], [116.068198, 28.685799], [116.068251, 28.685910], [116.068577, 28.686108], [116.068339, 28.688004], [116.067933, 28.688301], [116.066965, 28.689288], [116.066523, 28.690500], [116.066486, 28.692302], [116.066789, 28.692635], [116.067272, 28.692988], [116.067394, 28.693382], [116.066904, 28.695388], [116.066948, 28.695844], [116.067148, 28.696097], [116.066587, 28.697412], [116.066513, 28.697959], [116.066280, 28.698294], [116.066222, 28.698630], [116.066331, 28.698901], [116.066685, 28.698990], [116.067789, 28.699916], [116.068150, 28.699963], [116.068419, 28.700179], [116.068758, 28.702395], [116.069108, 28.702890], [116.069939, 28.702921], [116.070682, 28.703647], [116.072683, 28.704452], [116.073418, 28.705974], [116.073363, 28.707917], [116.073132, 28.708706], [116.075073, 28.709018], [116.076334, 28.710215], [116.075043, 28.712763], [116.075544, 28.714123], [116.074797, 28.715796], [116.075073, 28.717800], [116.077337, 28.718658], [116.079169, 28.718543], [116.081212, 28.719592], [116.082091, 28.719534], [116.085037, 28.717619], [116.087978, 28.716349], [116.090612, 28.716497], [116.093093, 28.717483], [116.094356, 28.717331], [116.095573, 28.717184], [116.098064, 28.716549], [116.100211, 28.716186], [116.101230, 28.716704], [116.102377, 28.716845], [116.104575, 28.716876], [116.105521, 28.717100], [116.105712, 28.716934], [116.109786, 28.717328], [116.110100, 28.717120], [116.113584, 28.717392], [116.115882, 28.716904], [116.115806, 28.717579], [116.113260, 28.718034], [116.107334, 28.721763], [116.104536, 28.722769], [116.104652, 28.722977], [116.104650, 28.723240], [116.105392, 28.725140], [116.105309, 28.725355], [116.105849, 28.726709], [116.106076, 28.727642], [116.107233, 28.727459], [116.107257, 28.727881], [116.107546, 28.727867], [116.107415, 28.728383], [116.107975, 28.728585], [116.108850, 28.728631], [116.108940, 28.728711], [116.109114, 28.728306], [116.109054, 28.728066], [116.109703, 28.728102], [116.110336, 28.728010], [116.111049, 28.728078], [116.111248, 28.728024], [116.112204, 28.728149], [116.112627, 28.728279], [116.113391, 28.728690], [116.113668, 28.728987], [116.113829, 28.729044], [116.114364, 28.727732], [116.115967, 28.728052], [116.116350, 28.726438], [116.116261, 28.725178], [116.116316, 28.724031], [116.116822, 28.723946], [116.117241, 28.724586], [116.117209, 28.725120], [116.119287, 28.724877], [116.120892, 28.724291], [116.120115, 28.722237], [116.121591, 28.721515], [116.122162, 28.721235], [116.120085, 28.718128], [116.119911, 28.716045], [116.120496, 28.714698], [116.121848, 28.712905], [116.121882, 28.712228], [116.121925, 28.711330], [116.121113, 28.709366], [116.119468, 28.707950], [116.117822, 28.706703], [116.116051, 28.705173], [116.115171, 28.703704], [116.114738, 28.702104], [116.114686, 28.700754], [116.115411, 28.699773], [116.115846, 28.699185], [116.117062, 28.698573], [116.118408, 28.697568], [116.118673, 28.696331], [116.118301, 28.695091], [116.117319, 28.694009], [116.115961, 28.692995], [116.114058, 28.692027], [116.111966, 28.690664], [116.110452, 28.688966], [116.109981, 28.687884], [116.110304, 28.685474], [116.110929, 28.683401], [116.110790, 28.681927], [116.109442, 28.679708], [116.108009, 28.678828], [116.105286, 28.677872], [116.103466, 28.677660], [116.101267, 28.677511], [116.094189, 28.678133], [116.091848, 28.678318], [116.088745, 28.677157], [116.087782, 28.676438], [116.086039, 28.675137], [116.084903, 28.672444], [116.084180, 28.671427], [116.083971, 28.670519], [116.083119, 28.670687], [116.082966, 28.670128], [116.083018, 28.668674], [116.084002, 28.666921], [116.085423, 28.664867], [116.086422, 28.663619], [116.084955, 28.662856], [116.085172, 28.661848], [116.084957, 28.661585], [116.085313, 28.661518], [116.085457, 28.660926], [116.085798, 28.660336], [116.086094, 28.660355], [116.086649, 28.660232], [116.086095, 28.659502], [116.085113, 28.658768], [116.083603, 28.658059], [116.082594, 28.656744], [116.082241, 28.655608], [116.082446, 28.654795], [116.083079, 28.653928], [116.083840, 28.653585], [116.084348, 28.653671], [116.084766, 28.653741], [116.087390, 28.655069], [116.088822, 28.655411], [116.090447, 28.655195], [116.091652, 28.654601], [116.092166, 28.653869], [116.092437, 28.653041], [116.092705, 28.649677], [116.093017, 28.646906], [116.093525, 28.643575], [116.093802, 28.640789], [116.093854, 28.640169], [116.095258, 28.637564], [116.096671, 28.636473], [116.097924, 28.635920], [116.098689, 28.635141], [116.098760, 28.635069], [116.099256, 28.635338], [116.099703, 28.634927], [116.099837, 28.634590], [116.100898, 28.633982], [116.102276, 28.632773], [116.103473, 28.631500], [116.103962, 28.630697], [116.104095, 28.630613], [116.104346, 28.630720], [116.104454, 28.630678], [116.105187, 28.629094], [116.105463, 28.628990], [116.106042, 28.628602], [116.106002, 28.627659], [116.105451, 28.626679], [116.105346, 28.626340], [116.105662, 28.625918], [116.105677, 28.625537], [116.104483, 28.624978], [116.104418, 28.623285], [116.104336, 28.623031], [116.104148, 28.622627], [116.103705, 28.622423], [116.103612, 28.622147], [116.102700, 28.621024], [116.102567, 28.620911], [116.102953, 28.620617], [116.103003, 28.620364], [116.102719, 28.619938], [116.102793, 28.619756], [116.102759, 28.619449], [116.102489, 28.618801], [116.102177, 28.618841], [116.101964, 28.618490], [116.102735, 28.615645], [116.099553, 28.612765], [116.097921, 28.609829], [116.095279, 28.606049], [116.090095, 28.601122], [116.088884, 28.600933], [116.086601, 28.601480], [116.080918, 28.604426], [116.079809, 28.606000], [116.079339, 28.606030], [116.079111, 28.606044], [116.077042, 28.605078], [116.075061, 28.603372], [116.072458, 28.601131], [116.070023, 28.599520], [116.068852, 28.598746], [116.068490, 28.597021], [116.068008, 28.596035], [116.067254, 28.595325], [116.066153, 28.594288], [116.063727, 28.593068], [116.059082, 28.591303], [116.059066, 28.591437], [116.057933, 28.591050], [116.056640, 28.590764]]] } } + , + { "type": "Feature", "properties": { "NAME": "泾口乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.183737, 28.616790], [116.182988, 28.616048], [116.182020, 28.614636], [116.181050, 28.613439], [116.178838, 28.611384], [116.178907, 28.610445], [116.178140, 28.610036], [116.178017, 28.609759], [116.177478, 28.609481], [116.176748, 28.609717], [116.176126, 28.609291], [116.175896, 28.609511], [116.174382, 28.608675], [116.174322, 28.608399], [116.173843, 28.608415], [116.170703, 28.606716], [116.170834, 28.606408], [116.170593, 28.606205], [116.170318, 28.606365], [116.170183, 28.606251], [116.170693, 28.606018], [116.170590, 28.605587], [116.170307, 28.604854], [116.169654, 28.604097], [116.168863, 28.602718], [116.168521, 28.602710], [116.168436, 28.601998], [116.168613, 28.601663], [116.168552, 28.601591], [116.167927, 28.601117], [116.166140, 28.600587], [116.165053, 28.600743], [116.165190, 28.601383], [116.165292, 28.601397], [116.165283, 28.601523], [116.165424, 28.601677], [116.165430, 28.601816], [116.165244, 28.602442], [116.165111, 28.602421], [116.165031, 28.602514], [116.164974, 28.602841], [116.164761, 28.602854], [116.164719, 28.603174], [116.164616, 28.603201], [116.164637, 28.603648], [116.164401, 28.603646], [116.164241, 28.603987], [116.164475, 28.604238], [116.164448, 28.604600], [116.164246, 28.605337], [116.164678, 28.605506], [116.164808, 28.605855], [116.164744, 28.606049], [116.165017, 28.606335], [116.165219, 28.606733], [116.164548, 28.606933], [116.164283, 28.606541], [116.163912, 28.606770], [116.163826, 28.606699], [116.163016, 28.606974], [116.163131, 28.607309], [116.163083, 28.607483], [116.162847, 28.607489], [116.162739, 28.607266], [116.162572, 28.607391], [116.162735, 28.607746], [116.162553, 28.607836], [116.162405, 28.607606], [116.162176, 28.607758], [116.161742, 28.607861], [116.161591, 28.608020], [116.161724, 28.608139], [116.161637, 28.608209], [116.161798, 28.608724], [116.161538, 28.608806], [116.161600, 28.608938], [116.161317, 28.608895], [116.161414, 28.609488], [116.161193, 28.609640], [116.161162, 28.609584], [116.160609, 28.609805], [116.160508, 28.609574], [116.160288, 28.609560], [116.160312, 28.609504], [116.160226, 28.609448], [116.159933, 28.609475], [116.159747, 28.610031], [116.159777, 28.610247], [116.159361, 28.610113], [116.159170, 28.610467], [116.158918, 28.610431], [116.158863, 28.610501], [116.158698, 28.610409], [116.158404, 28.610735], [116.158357, 28.610686], [116.158502, 28.610325], [116.158353, 28.610262], [116.158210, 28.610414], [116.157826, 28.610204], [116.157722, 28.610335], [116.157980, 28.610601], [116.157641, 28.611086], [116.157218, 28.610743], [116.156782, 28.611187], [116.157007, 28.611557], [116.156881, 28.611640], [116.156803, 28.611591], [116.156632, 28.611242], [116.156467, 28.611234], [116.156166, 28.611428], [116.156315, 28.611540], [116.156375, 28.611930], [116.156561, 28.612303], [116.155962, 28.612426], [116.156502, 28.613744], [116.154489, 28.614549], [116.154511, 28.614689], [116.154636, 28.614732], [116.154594, 28.615107], [116.154648, 28.615254], [116.154452, 28.615204], [116.154250, 28.614778], [116.154055, 28.614568], [116.154068, 28.614882], [116.154163, 28.614910], [116.154278, 28.615320], [116.154558, 28.615733], [116.154506, 28.615913], [116.154598, 28.616618], [116.154572, 28.616847], [116.154381, 28.617263], [116.154410, 28.617549], [116.154517, 28.617905], [116.154469, 28.618030], [116.154562, 28.618225], [116.154726, 28.618317], [116.154892, 28.619335], [116.154812, 28.619439], [116.154733, 28.619424], [116.154653, 28.619591], [116.154440, 28.619604], [116.154401, 28.619681], [116.154078, 28.619686], [116.153860, 28.619351], [116.153797, 28.619378], [116.154029, 28.619937], [116.153955, 28.620264], [116.153813, 28.620319], [116.153878, 28.620482], [116.154148, 28.620814], [116.154114, 28.621002], [116.153523, 28.621117], [116.153239, 28.621304], [116.152777, 28.621936], [116.152406, 28.622018], [116.152393, 28.621725], [116.152038, 28.621710], [116.152036, 28.622009], [116.152154, 28.622064], [116.151951, 28.622753], [116.151739, 28.622752], [116.151525, 28.622855], [116.151368, 28.622806], [116.151163, 28.622881], [116.151027, 28.623104], [116.150705, 28.623089], [116.150641, 28.623216], [116.150726, 28.623412], [116.150860, 28.623419], [116.151326, 28.623254], [116.151853, 28.623208], [116.151778, 28.623751], [116.151823, 28.624093], [116.152031, 28.624644], [116.151965, 28.625019], [116.152240, 28.625096], [116.152276, 28.625493], [116.152362, 28.625640], [116.152550, 28.625773], [116.153321, 28.626835], [116.153337, 28.627249], [116.153443, 28.627269], [116.153461, 28.627351], [116.153366, 28.627566], [116.153570, 28.627857], [116.153318, 28.628876], [116.153043, 28.629190], [116.153067, 28.629854], [116.153613, 28.631106], [116.153594, 28.631424], [116.153391, 28.631547], [116.153100, 28.632734], [116.153813, 28.633428], [116.154135, 28.634121], [116.154205, 28.635255], [116.154414, 28.636375], [116.153088, 28.637344], [116.154440, 28.639006], [116.155323, 28.641226], [116.157284, 28.644069], [116.157872, 28.646906], [116.159819, 28.650083], [116.158720, 28.653715], [116.157111, 28.657206], [116.156871, 28.657726], [116.157617, 28.659889], [116.159739, 28.661653], [116.160787, 28.664222], [116.159550, 28.666242], [116.158168, 28.667314], [116.157385, 28.669875], [116.157513, 28.672980], [116.158571, 28.674335], [116.160547, 28.675288], [116.162373, 28.675971], [116.165577, 28.675985], [116.168621, 28.676997], [116.171881, 28.679171], [116.175909, 28.681617], [116.179556, 28.682525], [116.180326, 28.682716], [116.184886, 28.685030], [116.185656, 28.685661], [116.188525, 28.688014], [116.192938, 28.689788], [116.194143, 28.691953], [116.194285, 28.693303], [116.192736, 28.696266], [116.185913, 28.701604], [116.185212, 28.702173], [116.183822, 28.704326], [116.182891, 28.706347], [116.183033, 28.707697], [116.184245, 28.708917], [116.185765, 28.709733], [116.188196, 28.711228], [116.190926, 28.713534], [116.192616, 28.714490], [116.193815, 28.715167], [116.196406, 28.715718], [116.201442, 28.716009], [116.208772, 28.716042], [116.212279, 28.716867], [116.215324, 28.718231], [116.217123, 28.719436], [116.219413, 28.720969], [116.223388, 28.721126], [116.225414, 28.720880], [116.226119, 28.720794], [116.228467, 28.719704], [116.230494, 28.719783], [116.232827, 28.720690], [116.237405, 28.726153], [116.239499, 28.727886], [116.241600, 28.728655], [116.242555, 28.728709], [116.242926, 28.728731], [116.244568, 28.728326], [116.245748, 28.727024], [116.246219, 28.725639], [116.247103, 28.723037], [116.248222, 28.719324], [116.249411, 28.716714], [116.250581, 28.716789], [116.251984, 28.717072], [116.253531, 28.719078], [116.255080, 28.720878], [116.257922, 28.722547], [116.260456, 28.722561], [116.263197, 28.721476], [116.267969, 28.720334], [116.272655, 28.720500], [116.273760, 28.721319], [116.275376, 28.722514], [116.277404, 28.724768], [116.277483, 28.725059], [116.279630, 28.726196], [116.282826, 28.727142], [116.282870, 28.727060], [116.282787, 28.727007], [116.282722, 28.726784], [116.283658, 28.724470], [116.284432, 28.723368], [116.285429, 28.721736], [116.286958, 28.718698], [116.287354, 28.718438], [116.288360, 28.718276], [116.289307, 28.718424], [116.289559, 28.718336], [116.289838, 28.718087], [116.290849, 28.716717], [116.291341, 28.715533], [116.291335, 28.715069], [116.291566, 28.714349], [116.292055, 28.713463], [116.293242, 28.711666], [116.293971, 28.710829], [116.294304, 28.710290], [116.294697, 28.709411], [116.294826, 28.708163], [116.294713, 28.706617], [116.294562, 28.705942], [116.293489, 28.702997], [116.293031, 28.702130], [116.291256, 28.699575], [116.289637, 28.696934], [116.288874, 28.695439], [116.287900, 28.693959], [116.287465, 28.693491], [116.286315, 28.692504], [116.285753, 28.692017], [116.284203, 28.690389], [116.281481, 28.688113], [116.280380, 28.687527], [116.279148, 28.686703], [116.278815, 28.686362], [116.277359, 28.684066], [116.276603, 28.682461], [116.275185, 28.680539], [116.274443, 28.679944], [116.273110, 28.679031], [116.271510, 28.678104], [116.267995, 28.676418], [116.267058, 28.676097], [116.266138, 28.675635], [116.263036, 28.674351], [116.262962, 28.674195], [116.263155, 28.673749], [116.263153, 28.673529], [116.262933, 28.673051], [116.262103, 28.672001], [116.261797, 28.671058], [116.261776, 28.669995], [116.261849, 28.669275], [116.261986, 28.668972], [116.262570, 28.668276], [116.262811, 28.668051], [116.263360, 28.667730], [116.263731, 28.666977], [116.263894, 28.666810], [116.264261, 28.666577], [116.264713, 28.666543], [116.264882, 28.666442], [116.264977, 28.665014], [116.265070, 28.664643], [116.265949, 28.663161], [116.266373, 28.661753], [116.266945, 28.660908], [116.267480, 28.659930], [116.267697, 28.659366], [116.267780, 28.658681], [116.267512, 28.657662], [116.267409, 28.656587], [116.267570, 28.655721], [116.267743, 28.655567], [116.269407, 28.654969], [116.270265, 28.654374], [116.271027, 28.653659], [116.271645, 28.653252], [116.272453, 28.653096], [116.273205, 28.653169], [116.274983, 28.652831], [116.275513, 28.652541], [116.276012, 28.652601], [116.276110, 28.652475], [116.276391, 28.651367], [116.277517, 28.649421], [116.277711, 28.647746], [116.277838, 28.647313], [116.278305, 28.646595], [116.279100, 28.645924], [116.280486, 28.644473], [116.280844, 28.644400], [116.282457, 28.644779], [116.282988, 28.644710], [116.283268, 28.644558], [116.284405, 28.644382], [116.284585, 28.644422], [116.284821, 28.644549], [116.285767, 28.645784], [116.286467, 28.645775], [116.287163, 28.645933], [116.288317, 28.646368], [116.289663, 28.647440], [116.290588, 28.648310], [116.290932, 28.648236], [116.290984, 28.647754], [116.291310, 28.647582], [116.291407, 28.647448], [116.291404, 28.647117], [116.291213, 28.646308], [116.291307, 28.645037], [116.291446, 28.644713], [116.291756, 28.644343], [116.291798, 28.644115], [116.291601, 28.643805], [116.291014, 28.643181], [116.290340, 28.642591], [116.289896, 28.641908], [116.289645, 28.640828], [116.289622, 28.639069], [116.289517, 28.638459], [116.289128, 28.637203], [116.288396, 28.635953], [116.287975, 28.635691], [116.286690, 28.635335], [116.286301, 28.635147], [116.286272, 28.634934], [116.286387, 28.634663], [116.286638, 28.634313], [116.287032, 28.633485], [116.287536, 28.631721], [116.287545, 28.631231], [116.287466, 28.630877], [116.287070, 28.629807], [116.286779, 28.628475], [116.286816, 28.627669], [116.287171, 28.626783], [116.286619, 28.626535], [116.284779, 28.626027], [116.284502, 28.625283], [116.284198, 28.624180], [116.283560, 28.623601], [116.282224, 28.622833], [116.277553, 28.620731], [116.277170, 28.620629], [116.275484, 28.620509], [116.274507, 28.620253], [116.269759, 28.617876], [116.269196, 28.617671], [116.268555, 28.617590], [116.265173, 28.617489], [116.260788, 28.617469], [116.259511, 28.617984], [116.255649, 28.619877], [116.254048, 28.620349], [116.252316, 28.620368], [116.251574, 28.620323], [116.250431, 28.619985], [116.248281, 28.619572], [116.243282, 28.618374], [116.242615, 28.618201], [116.241424, 28.617751], [116.240448, 28.617197], [116.239862, 28.616622], [116.239219, 28.615241], [116.239130, 28.614896], [116.239094, 28.613253], [116.238809, 28.612434], [116.238302, 28.611331], [116.237972, 28.610885], [116.237369, 28.610838], [116.237132, 28.610693], [116.236724, 28.609761], [116.235988, 28.609072], [116.235048, 28.606333], [116.234376, 28.603619], [116.234253, 28.603389], [116.233933, 28.603176], [116.233529, 28.603151], [116.233038, 28.603249], [116.232238, 28.603656], [116.231607, 28.603799], [116.231356, 28.603765], [116.230967, 28.603537], [116.230615, 28.602932], [116.230112, 28.602326], [116.229277, 28.601833], [116.228632, 28.601560], [116.226689, 28.602760], [116.225789, 28.602770], [116.225292, 28.602458], [116.224813, 28.601807], [116.224753, 28.600849], [116.224458, 28.600051], [116.223394, 28.599766], [116.222326, 28.599924], [116.221429, 28.600355], [116.217711, 28.599256], [116.215336, 28.598110], [116.214270, 28.595801], [116.213669, 28.591406], [116.208202, 28.591734], [116.207521, 28.591896], [116.207216, 28.592319], [116.206499, 28.592524], [116.206289, 28.592649], [116.205710, 28.592752], [116.205861, 28.593512], [116.206237, 28.593620], [116.206118, 28.594122], [116.205780, 28.594124], [116.205750, 28.594631], [116.205527, 28.594717], [116.205569, 28.595044], [116.205708, 28.595154], [116.205915, 28.595816], [116.205611, 28.595929], [116.205720, 28.596271], [116.205177, 28.596477], [116.205205, 28.596833], [116.204866, 28.596985], [116.205006, 28.597229], [116.204904, 28.597268], [116.204943, 28.597335], [116.204158, 28.597694], [116.204264, 28.597836], [116.204094, 28.597969], [116.204011, 28.597834], [116.203953, 28.597870], [116.203834, 28.597767], [116.203520, 28.598060], [116.203378, 28.598009], [116.203369, 28.598158], [116.203045, 28.598066], [116.203089, 28.598356], [116.203205, 28.598684], [116.202830, 28.598844], [116.202600, 28.600200], [116.203541, 28.602076], [116.202252, 28.605266], [116.202349, 28.608691], [116.200701, 28.610778], [116.201186, 28.611358], [116.200287, 28.611463], [116.199909, 28.612906], [116.200599, 28.613414], [116.200472, 28.614100], [116.199647, 28.615216], [116.200046, 28.616446], [116.200119, 28.617602], [116.199805, 28.617661], [116.199755, 28.617671], [116.197707, 28.618061], [116.194350, 28.619347], [116.192955, 28.620424], [116.191569, 28.620129], [116.190475, 28.619041], [116.186892, 28.617871], [116.186652, 28.617328], [116.185593, 28.617070], [116.185263, 28.617502], [116.183737, 28.616790]]] } } + , + { "type": "Feature", "properties": { "NAME": "南新乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.021093, 28.773429], [116.014848, 28.773716], [116.014404, 28.773950], [116.008925, 28.776840], [116.005792, 28.779313], [115.996775, 28.782485], [115.993182, 28.783479], [115.992010, 28.783803], [115.991549, 28.783764], [115.986912, 28.783370], [115.981851, 28.782128], [115.981287, 28.784512], [115.980082, 28.787660], [115.979317, 28.789226], [115.978890, 28.790378], [115.978665, 28.790515], [115.977198, 28.790596], [115.974633, 28.790420], [115.971306, 28.790478], [115.964754, 28.789847], [115.964540, 28.790094], [115.964499, 28.790248], [115.964196, 28.792086], [115.964258, 28.792886], [115.964548, 28.793710], [115.964586, 28.794051], [115.964397, 28.794203], [115.963808, 28.794161], [115.962882, 28.794247], [115.962392, 28.794386], [115.960448, 28.795242], [115.958786, 28.795168], [115.957344, 28.796271], [115.956649, 28.796103], [115.955855, 28.795591], [115.954482, 28.795275], [115.954421, 28.795730], [115.954457, 28.796504], [115.954588, 28.797124], [115.954598, 28.797730], [115.954451, 28.799090], [115.954459, 28.800590], [115.954387, 28.801202], [115.954163, 28.801734], [115.954116, 28.802964], [115.954462, 28.806356], [115.954692, 28.807671], [115.954974, 28.808891], [115.955689, 28.810891], [115.955963, 28.811352], [115.956675, 28.812335], [115.957855, 28.813661], [115.958705, 28.814450], [115.959744, 28.815218], [115.961116, 28.815820], [115.962077, 28.816439], [115.962591, 28.816923], [115.964181, 28.818136], [115.964978, 28.819035], [115.965891, 28.819762], [115.969232, 28.821583], [115.972517, 28.823833], [115.973151, 28.824360], [115.974335, 28.825168], [115.975217, 28.826117], [115.975848, 28.826683], [115.976628, 28.827184], [115.977498, 28.827601], [115.978890, 28.828110], [115.981109, 28.828767], [115.983064, 28.829237], [115.984557, 28.829720], [115.985946, 28.830109], [115.988384, 28.831334], [115.990654, 28.832575], [115.991469, 28.833094], [115.993039, 28.834356], [115.996458, 28.836724], [115.998692, 28.838064], [116.000751, 28.838630], [116.002433, 28.838996], [116.005423, 28.839397], [116.006038, 28.839373], [116.007563, 28.839146], [116.010045, 28.838641], [116.011514, 28.837949], [116.015248, 28.835489], [116.018673, 28.833258], [116.020658, 28.832100], [116.023021, 28.830954], [116.023526, 28.830856], [116.024670, 28.830788], [116.025542, 28.830977], [116.026838, 28.831532], [116.028089, 28.832433], [116.028532, 28.832845], [116.028914, 28.833287], [116.029733, 28.834764], [116.030369, 28.836194], [116.030863, 28.837624], [116.031220, 28.839072], [116.031215, 28.840560], [116.030940, 28.842298], [116.030280, 28.844338], [116.030022, 28.846339], [116.030117, 28.847247], [116.030265, 28.847723], [116.031332, 28.849756], [116.031767, 28.852279], [116.031799, 28.856713], [116.031918, 28.857509], [116.032278, 28.858708], [116.032390, 28.859423], [116.032574, 28.861948], [116.032639, 28.864870], [116.032909, 28.867355], [116.033417, 28.869259], [116.034166, 28.871006], [116.034825, 28.871995], [116.035159, 28.872635], [116.035591, 28.873142], [116.036862, 28.874809], [116.037086, 28.875197], [116.039739, 28.877093], [116.040860, 28.878019], [116.041951, 28.878671], [116.042597, 28.878910], [116.042912, 28.879123], [116.043666, 28.879449], [116.046871, 28.880386], [116.049965, 28.881760], [116.052214, 28.882818], [116.052612, 28.883079], [116.052999, 28.883503], [116.053701, 28.885722], [116.055974, 28.890730], [116.056797, 28.891668], [116.057210, 28.891980], [116.059052, 28.892581], [116.060053, 28.892685], [116.063427, 28.892705], [116.063914, 28.892560], [116.065513, 28.891415], [116.067495, 28.890251], [116.068406, 28.889793], [116.070563, 28.888943], [116.073557, 28.887887], [116.074667, 28.887365], [116.075454, 28.886839], [116.076576, 28.885937], [116.077337, 28.885216], [116.077893, 28.884590], [116.079080, 28.882999], [116.080311, 28.882047], [116.082620, 28.880672], [116.087056, 28.878430], [116.087499, 28.878434], [116.088125, 28.878600], [116.088363, 28.878839], [116.088369, 28.879036], [116.088253, 28.879226], [116.088339, 28.879516], [116.088917, 28.880234], [116.089151, 28.880634], [116.089365, 28.881344], [116.089611, 28.881689], [116.089731, 28.881799], [116.090846, 28.882151], [116.091279, 28.882390], [116.091968, 28.882798], [116.092536, 28.883352], [116.092634, 28.883592], [116.092624, 28.884400], [116.092238, 28.885379], [116.092265, 28.885737], [116.093434, 28.888436], [116.093928, 28.889132], [116.094108, 28.889213], [116.094255, 28.889161], [116.094379, 28.888844], [116.094295, 28.888438], [116.094304, 28.888000], [116.094605, 28.887355], [116.094853, 28.887154], [116.095552, 28.886866], [116.095982, 28.886874], [116.096759, 28.887135], [116.099802, 28.889173], [116.101761, 28.890346], [116.102484, 28.890683], [116.104063, 28.891122], [116.107663, 28.891495], [116.108232, 28.891792], [116.108775, 28.892312], [116.109012, 28.893246], [116.109255, 28.893885], [116.109926, 28.895139], [116.110312, 28.895606], [116.110804, 28.895988], [116.111715, 28.896469], [116.112972, 28.896788], [116.113452, 28.896815], [116.113860, 28.896719], [116.114496, 28.896425], [116.114870, 28.896156], [116.115390, 28.895526], [116.115684, 28.895404], [116.116243, 28.895389], [116.116743, 28.895516], [116.119906, 28.896811], [116.120447, 28.897136], [116.120682, 28.897358], [116.121186, 28.898061], [116.121850, 28.900028], [116.122465, 28.900663], [116.122914, 28.900865], [116.124173, 28.901201], [116.127035, 28.901770], [116.128318, 28.902231], [116.129506, 28.902817], [116.131049, 28.904130], [116.131251, 28.904199], [116.131397, 28.904144], [116.131482, 28.904003], [116.131593, 28.902677], [116.131431, 28.901604], [116.130878, 28.899359], [116.130785, 28.898536], [116.130865, 28.897804], [116.131540, 28.895974], [116.132518, 28.894607], [116.133925, 28.893098], [116.136122, 28.891185], [116.139228, 28.889406], [116.143711, 28.887275], [116.145441, 28.887075], [116.146352, 28.887068], [116.148778, 28.887708], [116.151475, 28.888771], [116.152394, 28.889051], [116.154187, 28.889817], [116.155440, 28.890434], [116.157609, 28.891915], [116.158675, 28.892962], [116.158936, 28.893694], [116.159000, 28.894143], [116.158964, 28.895059], [116.159179, 28.897080], [116.159853, 28.898111], [116.160944, 28.899149], [116.161762, 28.899594], [116.161931, 28.899759], [116.162558, 28.901186], [116.163213, 28.903102], [116.163701, 28.905364], [116.163707, 28.905908], [116.163971, 28.907521], [116.164493, 28.908944], [116.164919, 28.909511], [116.166449, 28.911144], [116.169420, 28.914081], [116.170286, 28.914678], [116.171311, 28.915247], [116.171715, 28.915902], [116.171694, 28.915610], [116.167034, 28.903110], [116.166851, 28.895466], [116.165782, 28.891802], [116.157831, 28.879774], [116.153516, 28.870498], [116.149778, 28.865313], [116.142365, 28.862264], [116.133008, 28.858789], [116.132676, 28.858584], [116.129916, 28.856874], [116.126608, 28.852215], [116.124264, 28.846505], [116.114689, 28.841377], [116.102836, 28.835025], [116.101165, 28.834129], [116.091901, 28.825752], [116.086598, 28.819192], [116.081950, 28.813442], [116.079125, 28.807744], [116.078862, 28.807217], [116.071560, 28.803994], [116.069847, 28.802587], [116.069534, 28.801887], [116.068713, 28.800054], [116.066604, 28.795345], [116.063616, 28.791775], [116.061250, 28.790919], [116.056448, 28.789181], [116.050984, 28.788879], [116.048788, 28.787829], [116.045219, 28.786124], [116.034505, 28.781001], [116.031801, 28.777684], [116.027801, 28.774226], [116.026971, 28.774116], [116.021618, 28.773405], [116.021093, 28.773429]]] } } + , + { "type": "Feature", "properties": { "NAME": "塔城乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.094780, 28.464807], [116.093261, 28.465046], [116.091754, 28.465119], [116.090314, 28.465161], [116.089046, 28.465078], [116.088034, 28.465673], [116.087962, 28.465834], [116.088045, 28.466715], [116.087963, 28.466849], [116.086747, 28.467568], [116.085426, 28.468043], [116.085311, 28.468182], [116.085236, 28.468505], [116.084968, 28.468680], [116.083629, 28.468697], [116.082435, 28.469082], [116.078282, 28.469985], [116.077730, 28.470241], [116.077275, 28.470357], [116.077231, 28.470891], [116.077007, 28.470961], [116.076969, 28.471060], [116.077041, 28.471364], [116.077145, 28.471351], [116.077478, 28.471696], [116.077536, 28.471915], [116.077125, 28.472332], [116.077478, 28.472994], [116.077095, 28.473162], [116.077027, 28.473359], [116.077137, 28.473545], [116.077911, 28.473696], [116.078086, 28.474269], [116.078090, 28.474645], [116.077798, 28.474742], [116.077500, 28.474733], [116.077461, 28.474897], [116.077555, 28.475241], [116.077477, 28.475609], [116.076513, 28.475773], [116.076482, 28.475984], [116.075781, 28.476182], [116.075666, 28.476550], [116.075663, 28.476853], [116.075439, 28.476950], [116.075430, 28.477148], [116.075175, 28.477218], [116.075106, 28.477383], [116.074606, 28.477425], [116.074590, 28.477504], [116.074180, 28.477494], [116.073596, 28.477648], [116.073453, 28.477844], [116.073456, 28.478260], [116.073388, 28.478477], [116.073541, 28.478834], [116.073435, 28.479017], [116.073492, 28.479171], [116.072442, 28.479782], [116.072506, 28.480092], [116.072341, 28.480203], [116.070902, 28.480618], [116.070646, 28.480847], [116.070326, 28.480818], [116.070198, 28.480890], [116.070091, 28.481159], [116.070043, 28.481550], [116.069334, 28.481518], [116.069210, 28.481998], [116.069052, 28.482188], [116.068686, 28.482185], [116.068058, 28.482325], [116.068086, 28.482516], [116.068512, 28.482507], [116.068545, 28.483751], [116.068447, 28.483889], [116.068118, 28.483998], [116.068181, 28.484375], [116.068307, 28.484613], [116.068538, 28.484602], [116.068783, 28.485626], [116.069815, 28.485390], [116.069872, 28.484956], [116.070060, 28.484733], [116.070313, 28.484847], [116.070459, 28.485157], [116.070008, 28.485529], [116.070126, 28.485787], [116.070610, 28.485942], [116.071018, 28.486196], [116.071089, 28.486638], [116.070893, 28.486822], [116.070341, 28.487679], [116.069398, 28.487902], [116.068905, 28.487931], [116.068603, 28.488291], [116.068532, 28.488647], [116.067937, 28.488431], [116.067638, 28.488461], [116.067525, 28.488586], [116.067509, 28.488743], [116.067396, 28.488789], [116.067290, 28.488992], [116.067383, 28.489389], [116.067816, 28.489425], [116.067806, 28.489748], [116.068241, 28.489806], [116.068761, 28.489992], [116.068857, 28.490105], [116.069768, 28.490125], [116.069907, 28.489671], [116.070026, 28.489673], [116.070172, 28.490089], [116.070500, 28.490118], [116.070618, 28.490337], [116.070527, 28.490461], [116.070175, 28.490510], [116.070033, 28.490641], [116.070038, 28.490845], [116.070255, 28.490860], [116.070457, 28.490783], [116.071047, 28.490820], [116.071872, 28.491689], [116.072508, 28.491615], [116.073194, 28.491654], [116.073220, 28.491344], [116.073429, 28.491247], [116.073530, 28.491650], [116.073702, 28.491730], [116.073788, 28.492028], [116.073742, 28.492258], [116.073934, 28.492497], [116.073903, 28.492582], [116.074050, 28.492874], [116.074416, 28.492863], [116.074589, 28.492556], [116.075044, 28.492494], [116.075166, 28.492178], [116.075727, 28.492150], [116.075799, 28.492430], [116.075745, 28.492608], [116.075633, 28.492607], [116.075697, 28.493029], [116.075868, 28.493076], [116.075866, 28.493268], [116.075522, 28.493384], [116.075469, 28.493535], [116.075206, 28.493625], [116.075123, 28.493849], [116.075352, 28.494015], [116.075898, 28.493954], [116.075884, 28.493848], [116.076071, 28.493790], [116.076064, 28.493671], [116.076274, 28.493614], [116.076190, 28.492974], [116.075899, 28.492958], [116.076176, 28.492815], [116.076193, 28.492605], [116.076321, 28.492487], [116.076880, 28.492564], [116.076945, 28.492894], [116.077445, 28.492885], [116.077565, 28.492787], [116.078190, 28.492675], [116.078263, 28.492854], [116.079164, 28.493105], [116.079378, 28.493350], [116.079602, 28.493418], [116.080474, 28.493517], [116.080529, 28.493228], [116.080626, 28.493202], [116.081151, 28.493563], [116.081194, 28.493686], [116.081440, 28.493708], [116.082062, 28.493363], [116.082442, 28.493452], [116.083072, 28.493094], [116.083356, 28.493030], [116.083392, 28.493136], [116.083194, 28.493602], [116.083551, 28.493862], [116.083594, 28.494020], [116.083359, 28.494454], [116.083207, 28.494528], [116.083251, 28.494653], [116.083067, 28.495232], [116.082693, 28.495295], [116.082656, 28.495381], [116.081967, 28.495652], [116.081893, 28.495441], [116.081707, 28.495413], [116.080631, 28.495649], [116.080643, 28.495919], [116.080471, 28.495925], [116.080449, 28.496279], [116.080330, 28.496265], [116.080336, 28.496449], [116.079880, 28.496439], [116.079908, 28.496756], [116.079489, 28.496792], [116.079219, 28.496975], [116.079170, 28.497383], [116.079251, 28.497634], [116.079160, 28.497726], [116.078562, 28.497800], [116.078523, 28.497998], [116.078649, 28.498124], [116.078846, 28.498906], [116.079368, 28.498888], [116.079517, 28.498945], [116.079767, 28.498859], [116.080027, 28.498948], [116.079864, 28.499101], [116.079690, 28.499111], [116.079517, 28.500351], [116.079245, 28.500720], [116.079494, 28.500799], [116.079454, 28.501095], [116.079330, 28.500996], [116.079217, 28.501149], [116.079031, 28.501103], [116.078856, 28.501157], [116.078667, 28.501342], [116.078408, 28.501175], [116.078195, 28.501316], [116.077993, 28.501666], [116.077990, 28.502040], [116.076968, 28.502164], [116.076892, 28.502372], [116.077038, 28.502725], [116.076987, 28.502955], [116.076479, 28.503179], [116.075400, 28.503358], [116.074538, 28.503813], [116.068097, 28.504265], [116.068090, 28.503617], [116.065364, 28.504322], [116.065596, 28.504786], [116.064136, 28.505841], [116.063088, 28.506144], [116.064565, 28.509530], [116.065143, 28.510345], [116.064005, 28.510896], [116.063841, 28.511202], [116.063564, 28.511464], [116.063465, 28.511375], [116.063278, 28.511428], [116.063315, 28.511506], [116.063176, 28.511691], [116.063036, 28.512052], [116.063034, 28.512294], [116.062883, 28.512545], [116.062759, 28.512413], [116.062423, 28.512410], [116.062173, 28.512539], [116.061836, 28.512537], [116.061348, 28.512884], [116.061274, 28.513327], [116.060998, 28.513600], [116.060945, 28.513995], [116.061200, 28.514660], [116.060539, 28.514830], [116.060213, 28.515025], [116.060362, 28.515082], [116.060348, 28.515301], [116.059586, 28.515558], [116.058937, 28.515663], [116.058422, 28.516186], [116.058111, 28.516139], [116.057151, 28.516875], [116.057545, 28.517285], [116.057182, 28.517590], [116.057280, 28.517745], [116.057454, 28.517746], [116.057452, 28.517977], [116.057089, 28.518215], [116.056906, 28.519203], [116.056792, 28.519366], [116.056790, 28.519597], [116.056432, 28.520727], [116.056450, 28.521075], [116.056155, 28.521530], [116.055981, 28.522481], [116.055973, 28.523360], [116.055168, 28.525070], [116.055375, 28.525255], [116.055235, 28.526993], [116.054819, 28.528176], [116.055058, 28.528544], [116.054989, 28.528692], [116.055792, 28.529487], [116.056132, 28.530512], [116.056553, 28.530167], [116.056995, 28.530171], [116.057265, 28.531157], [116.057615, 28.531058], [116.058028, 28.531636], [116.058473, 28.531270], [116.058058, 28.530898], [116.058316, 28.530715], [116.058341, 28.530469], [116.059085, 28.530476], [116.059386, 28.530622], [116.059657, 28.531547], [116.059491, 28.531833], [116.060126, 28.533664], [116.063539, 28.534185], [116.063733, 28.534111], [116.063912, 28.534044], [116.064888, 28.534032], [116.065377, 28.533913], [116.065866, 28.533917], [116.066467, 28.534169], [116.066441, 28.534517], [116.066231, 28.534618], [116.066273, 28.535131], [116.067479, 28.535407], [116.067617, 28.535655], [116.068240, 28.536070], [116.068123, 28.536254], [116.068145, 28.536418], [116.068607, 28.536688], [116.068912, 28.536342], [116.069150, 28.535688], [116.069593, 28.535487], [116.069875, 28.535120], [116.070085, 28.534998], [116.070409, 28.535206], [116.070269, 28.535411], [116.071009, 28.535683], [116.071429, 28.535542], [116.074024, 28.535235], [116.074026, 28.534968], [116.074537, 28.535075], [116.074747, 28.534892], [116.075306, 28.534794], [116.075308, 28.534569], [116.075845, 28.534204], [116.076702, 28.534518], [116.077202, 28.534289], [116.077356, 28.534072], [116.077775, 28.533973], [116.078099, 28.534139], [116.078355, 28.534100], [116.079495, 28.534355], [116.080006, 28.534359], [116.080051, 28.534521], [116.080356, 28.534634], [116.080913, 28.534675], [116.080756, 28.535154], [116.081133, 28.535108], [116.081131, 28.535243], [116.081578, 28.535099], [116.081661, 28.535259], [116.081407, 28.535528], [116.081784, 28.535543], [116.082565, 28.535389], [116.082634, 28.535476], [116.082493, 28.535672], [116.082588, 28.536042], [116.083569, 28.535335], [116.083694, 28.535398], [116.084321, 28.535415], [116.084348, 28.535501], [116.084528, 28.535589], [116.084526, 28.535847], [116.084721, 28.535910], [116.084630, 28.536746], [116.084652, 28.537324], [116.085843, 28.538573], [116.086806, 28.538408], [116.087993, 28.538084], [116.088592, 28.538052], [116.088485, 28.537448], [116.089487, 28.537652], [116.090405, 28.537745], [116.090484, 28.538225], [116.090835, 28.538019], [116.091179, 28.538464], [116.091192, 28.538612], [116.092161, 28.539259], [116.092219, 28.538976], [116.092331, 28.538964], [116.092360, 28.538842], [116.092242, 28.538831], [116.092235, 28.538669], [116.092319, 28.538522], [116.092262, 28.538418], [116.092774, 28.538178], [116.092686, 28.538624], [116.092849, 28.538855], [116.092912, 28.539174], [116.092876, 28.539276], [116.092710, 28.539359], [116.092323, 28.539436], [116.092455, 28.539791], [116.093747, 28.539446], [116.094049, 28.539248], [116.093965, 28.539080], [116.094535, 28.538725], [116.094481, 28.538570], [116.094537, 28.538464], [116.094703, 28.538412], [116.094624, 28.538287], [116.094889, 28.538338], [116.094955, 28.538267], [116.094910, 28.538245], [116.095095, 28.537751], [116.094995, 28.537706], [116.095011, 28.537542], [116.095348, 28.537394], [116.095485, 28.537213], [116.095370, 28.537159], [116.095472, 28.537000], [116.096215, 28.536638], [116.096850, 28.536329], [116.097405, 28.535803], [116.097372, 28.535199], [116.098191, 28.534240], [116.098534, 28.533692], [116.098641, 28.533714], [116.098858, 28.533609], [116.099199, 28.533315], [116.099590, 28.533296], [116.099691, 28.533352], [116.100162, 28.533078], [116.101794, 28.532730], [116.103068, 28.532256], [116.105008, 28.532293], [116.105111, 28.532295], [116.105839, 28.533160], [116.108763, 28.536660], [116.115510, 28.545360], [116.118053, 28.548639], [116.120308, 28.550282], [116.126805, 28.552108], [116.134428, 28.553113], [116.144352, 28.552101], [116.146754, 28.551572], [116.151504, 28.550526], [116.156144, 28.548306], [116.155769, 28.547997], [116.155490, 28.547572], [116.155020, 28.546379], [116.154739, 28.544534], [116.154977, 28.541390], [116.154994, 28.539503], [116.154824, 28.538160], [116.154654, 28.537468], [116.154180, 28.536862], [116.151178, 28.534041], [116.148661, 28.532119], [116.147848, 28.531347], [116.145389, 28.527868], [116.144838, 28.526663], [116.144588, 28.525899], [116.143802, 28.524416], [116.143616, 28.523629], [116.143363, 28.521816], [116.143259, 28.519493], [116.142819, 28.516781], [116.142705, 28.515622], [116.142705, 28.514522], [116.143160, 28.509776], [116.143845, 28.506695], [116.144033, 28.506111], [116.144325, 28.504454], [116.144661, 28.503316], [116.145758, 28.500370], [116.146022, 28.499046], [116.146363, 28.492050], [116.146261, 28.489578], [116.145048, 28.485784], [116.143062, 28.481159], [116.142098, 28.479310], [116.140311, 28.476890], [116.139907, 28.476454], [116.136892, 28.473827], [116.135473, 28.472426], [116.132480, 28.469898], [116.131791, 28.469196], [116.130432, 28.467425], [116.129150, 28.464498], [116.128331, 28.463054], [116.126998, 28.461328], [116.124600, 28.458735], [116.124207, 28.458237], [116.124187, 28.457577], [116.123431, 28.456318], [116.121604, 28.454012], [116.121167, 28.453724], [116.119286, 28.452832], [116.116318, 28.451770], [116.114000, 28.451119], [116.109530, 28.450022], [116.109089, 28.449978], [116.107600, 28.450394], [116.106908, 28.450737], [116.106624, 28.451036], [116.106350, 28.451552], [116.105505, 28.453940], [116.105388, 28.454637], [116.104644, 28.456424], [116.103981, 28.457014], [116.102596, 28.457701], [116.100853, 28.458859], [116.100192, 28.459731], [116.099262, 28.462200], [116.099027, 28.462466], [116.098880, 28.462622], [116.098777, 28.463081], [116.098425, 28.463831], [116.097992, 28.464173], [116.096973, 28.464561], [116.096125, 28.464593], [116.094780, 28.464807]]] } } + , + { "type": "Feature", "properties": { "NAME": "黄马乡" }, "geometry": { "type": "Polygon", "coordinates": [[[116.082931, 28.317446], [116.083803, 28.317447], [116.084515, 28.317563], [116.085619, 28.317626], [116.086785, 28.317844], [116.089197, 28.317975], [116.091209, 28.318303], [116.093008, 28.318233], [116.093947, 28.318013], [116.094677, 28.317687], [116.096186, 28.316798], [116.097027, 28.316150], [116.097530, 28.315626], [116.097806, 28.315174], [116.097905, 28.314811], [116.097524, 28.313766], [116.096629, 28.311558], [116.095794, 28.309963], [116.094057, 28.307560], [116.092698, 28.306159], [116.091455, 28.305356], [116.089686, 28.304551], [116.088788, 28.303883], [116.088049, 28.302941], [116.087383, 28.301656], [116.086915, 28.300250], [116.086784, 28.299439], [116.086754, 28.298513], [116.087377, 28.296656], [116.087943, 28.295361], [116.089511, 28.292350], [116.090982, 28.290257], [116.092963, 28.287622], [116.096012, 28.283236], [116.096592, 28.281250], [116.096767, 28.279329], [116.096806, 28.276280], [116.096688, 28.275701], [116.096365, 28.275202], [116.095357, 28.274071], [116.092805, 28.272376], [116.091529, 28.274650], [116.091143, 28.275180], [116.090690, 28.275496], [116.089245, 28.276085], [116.088049, 28.276426], [116.086553, 28.276412], [116.085480, 28.276506], [116.083653, 28.276936], [116.083042, 28.277153], [116.081173, 28.278077], [116.080376, 28.278549], [116.078139, 28.280348], [116.077126, 28.281249], [116.076350, 28.282091], [116.074883, 28.284459], [116.073291, 28.287144], [116.070260, 28.290662], [116.068015, 28.293768], [116.067286, 28.294419], [116.066648, 28.294685], [116.065628, 28.294871], [116.064438, 28.294809], [116.063675, 28.294853], [116.060203, 28.295519], [116.059237, 28.295621], [116.056128, 28.295760], [116.052703, 28.295666], [116.051355, 28.295713], [116.050679, 28.295838], [116.049441, 28.296198], [116.046856, 28.297249], [116.046308, 28.297589], [116.045706, 28.297849], [116.043855, 28.298389], [116.043456, 28.298602], [116.042784, 28.298758], [116.041867, 28.298852], [116.040123, 28.298903], [116.036489, 28.298571], [116.035794, 28.298354], [116.034145, 28.297508], [116.033307, 28.297099], [116.031783, 28.296187], [116.029868, 28.294879], [116.028285, 28.293278], [116.025452, 28.291085], [116.024716, 28.290657], [116.022789, 28.289950], [116.020539, 28.289421], [116.019076, 28.289295], [116.017613, 28.289343], [116.016057, 28.289702], [116.015491, 28.289615], [116.014539, 28.289181], [116.011954, 28.292057], [116.009964, 28.295683], [116.007248, 28.300339], [116.004338, 28.306470], [116.004272, 28.306584], [116.002030, 28.310468], [115.997899, 28.312469], [115.995811, 28.313151], [115.989808, 28.313517], [115.987413, 28.314164], [115.984350, 28.314990], [115.982645, 28.315585], [115.981388, 28.316459], [115.980581, 28.317461], [115.980081, 28.319017], [115.980208, 28.320248], [115.982456, 28.325005], [115.982969, 28.327690], [115.982701, 28.330918], [115.982432, 28.333737], [115.981840, 28.335339], [115.982534, 28.338089], [115.984658, 28.341708], [115.985543, 28.344553], [115.985482, 28.345907], [115.984946, 28.346832], [115.983835, 28.347650], [115.982195, 28.348623], [115.981921, 28.348709], [115.980510, 28.349156], [115.979886, 28.349276], [115.978112, 28.349131], [115.975666, 28.349063], [115.973506, 28.349295], [115.969909, 28.349191], [115.967894, 28.349339], [115.966212, 28.349703], [115.964718, 28.350450], [115.962402, 28.351950], [115.960809, 28.353077], [115.959294, 28.355060], [115.957733, 28.356943], [115.957239, 28.359314], [115.955913, 28.362518], [115.955450, 28.365772], [115.955807, 28.368484], [115.955828, 28.369504], [115.955840, 28.370093], [115.956446, 28.371868], [115.957344, 28.373232], [115.959718, 28.375575], [115.961260, 28.376835], [115.961913, 28.377756], [115.962406, 28.378862], [115.963769, 28.378620], [115.963636, 28.378055], [115.964490, 28.377839], [115.964690, 28.377687], [115.965020, 28.377603], [115.965883, 28.377197], [115.965923, 28.377097], [115.966478, 28.376988], [115.966594, 28.376793], [115.966520, 28.376443], [115.966553, 28.376208], [115.966741, 28.376238], [115.966800, 28.376105], [115.967087, 28.376052], [115.967160, 28.375864], [115.967222, 28.375878], [115.967214, 28.376083], [115.967647, 28.376120], [115.968321, 28.376372], [115.968256, 28.376523], [115.968313, 28.376648], [115.968411, 28.376531], [115.968613, 28.376574], [115.968723, 28.376527], [115.968649, 28.376892], [115.969094, 28.376914], [115.969118, 28.377505], [115.969208, 28.377687], [115.969280, 28.378306], [115.972516, 28.377125], [115.972539, 28.376933], [115.972181, 28.376229], [115.972487, 28.376179], [115.972443, 28.375896], [115.973639, 28.375542], [115.973618, 28.375119], [115.973881, 28.375086], [115.973972, 28.374973], [115.974067, 28.374988], [115.974225, 28.375222], [115.974550, 28.375169], [115.974649, 28.375276], [115.974783, 28.375281], [115.975557, 28.374884], [115.976285, 28.374759], [115.976139, 28.374374], [115.977384, 28.373982], [115.977612, 28.374253], [115.977570, 28.374433], [115.977681, 28.374809], [115.977845, 28.374934], [115.978357, 28.374657], [115.978904, 28.374517], [115.978832, 28.374199], [115.979063, 28.374069], [115.978803, 28.373552], [115.978864, 28.373438], [115.978491, 28.373298], [115.979074, 28.372921], [115.979645, 28.373270], [115.980041, 28.373146], [115.980274, 28.373241], [115.980619, 28.373210], [115.980775, 28.373101], [115.980894, 28.373151], [115.980997, 28.373394], [115.981097, 28.373417], [115.981386, 28.374134], [115.981472, 28.375122], [115.981727, 28.375935], [115.982087, 28.376370], [115.982313, 28.376218], [115.982728, 28.375716], [115.983092, 28.375759], [115.982627, 28.376296], [115.982647, 28.376350], [115.983216, 28.376347], [115.983904, 28.376001], [115.984309, 28.375463], [115.984668, 28.375542], [115.984782, 28.375543], [115.984763, 28.375481], [115.985018, 28.375515], [115.985021, 28.375634], [115.985157, 28.375622], [115.985139, 28.374652], [115.985264, 28.374098], [115.986004, 28.376111], [115.986289, 28.376074], [115.986261, 28.375972], [115.986836, 28.375943], [115.986949, 28.376121], [115.987165, 28.376009], [115.987224, 28.376097], [115.987424, 28.376099], [115.987493, 28.376197], [115.987287, 28.376318], [115.987306, 28.376424], [115.987533, 28.376700], [115.987363, 28.376729], [115.987523, 28.376903], [115.987542, 28.376965], [115.987446, 28.377026], [115.987717, 28.377469], [115.987862, 28.377497], [115.988027, 28.377424], [115.988086, 28.377504], [115.988733, 28.377255], [115.988265, 28.376602], [115.988485, 28.376627], [115.989106, 28.376430], [115.989656, 28.376370], [115.990605, 28.376424], [115.990536, 28.376833], [115.990156, 28.376807], [115.990200, 28.378495], [115.990045, 28.378494], [115.989940, 28.378052], [115.989807, 28.377852], [115.989521, 28.377893], [115.989496, 28.377977], [115.989579, 28.378114], [115.989524, 28.378158], [115.988090, 28.378227], [115.988004, 28.378287], [115.988116, 28.379173], [115.988255, 28.379259], [115.989336, 28.379058], [115.989493, 28.379870], [115.989518, 28.380945], [115.989967, 28.380968], [115.990286, 28.381068], [115.990403, 28.380853], [115.990238, 28.379785], [115.990334, 28.379768], [115.990497, 28.380418], [115.991055, 28.381190], [115.991637, 28.381412], [115.992086, 28.381006], [115.991580, 28.380680], [115.991750, 28.380571], [115.991246, 28.379608], [115.990970, 28.379641], [115.990887, 28.379462], [115.991169, 28.379161], [115.991191, 28.378955], [115.991613, 28.378885], [115.991626, 28.379213], [115.991807, 28.379268], [115.991823, 28.380136], [115.992006, 28.380473], [115.992042, 28.380305], [115.992302, 28.380262], [115.992305, 28.380326], [115.992406, 28.380327], [115.992722, 28.380615], [115.993182, 28.380720], [115.993568, 28.380089], [115.993796, 28.379945], [115.994658, 28.380803], [115.994484, 28.380837], [115.994511, 28.380966], [115.994367, 28.381160], [115.994467, 28.381265], [115.994379, 28.381690], [115.994726, 28.381758], [115.994813, 28.381983], [115.995057, 28.382235], [115.995002, 28.382538], [115.994776, 28.382457], [115.993704, 28.382410], [115.993547, 28.382762], [115.993206, 28.382894], [115.993329, 28.383570], [115.993531, 28.384010], [115.993645, 28.384008], [115.994011, 28.385111], [115.994486, 28.386188], [115.994803, 28.386502], [115.995629, 28.385558], [115.995475, 28.385098], [115.995387, 28.385040], [115.995108, 28.384142], [115.994548, 28.384275], [115.994395, 28.383820], [115.995586, 28.383512], [115.995527, 28.383297], [115.995024, 28.383053], [115.994885, 28.382695], [115.995012, 28.382589], [115.995799, 28.382772], [115.995825, 28.382615], [115.996019, 28.382635], [115.996151, 28.382775], [115.995927, 28.382955], [115.996317, 28.383640], [115.996545, 28.383789], [115.996752, 28.383705], [115.996807, 28.383820], [115.997082, 28.383834], [115.997110, 28.383916], [115.997419, 28.383754], [115.998041, 28.385180], [115.998589, 28.385036], [115.998614, 28.384958], [115.998535, 28.384721], [115.998621, 28.384598], [115.998473, 28.384482], [115.998278, 28.384112], [115.998853, 28.384075], [115.999184, 28.384154], [115.999598, 28.384525], [116.000639, 28.384886], [116.000891, 28.385106], [116.002578, 28.385790], [116.002818, 28.386096], [116.003132, 28.386288], [116.003876, 28.386339], [116.003972, 28.386457], [116.003785, 28.386545], [116.003721, 28.386733], [116.003907, 28.387081], [116.003951, 28.387039], [116.004099, 28.386933], [116.004208, 28.386977], [116.004540, 28.386912], [116.004952, 28.387067], [116.005554, 28.387101], [116.005607, 28.387529], [116.006293, 28.390266], [116.006905, 28.390747], [116.007400, 28.391417], [116.007659, 28.391470], [116.008353, 28.390923], [116.009068, 28.390592], [116.009375, 28.390606], [116.009547, 28.390379], [116.009271, 28.389177], [116.009143, 28.388183], [116.009242, 28.387946], [116.010598, 28.386976], [116.010382, 28.386730], [116.009939, 28.385673], [116.009972, 28.385616], [116.010578, 28.385742], [116.010745, 28.385696], [116.010822, 28.385460], [116.011507, 28.384442], [116.011180, 28.384157], [116.010960, 28.384065], [116.010766, 28.384081], [116.010627, 28.383900], [116.010175, 28.383899], [116.009202, 28.383260], [116.009914, 28.381589], [116.010488, 28.382017], [116.011570, 28.382250], [116.012141, 28.382214], [116.012281, 28.381756], [116.012270, 28.381485], [116.012078, 28.380907], [116.011918, 28.380657], [116.011168, 28.380104], [116.012100, 28.380069], [116.012238, 28.380196], [116.012469, 28.380154], [116.012753, 28.379902], [116.013080, 28.379264], [116.013237, 28.378744], [116.013992, 28.378686], [116.013712, 28.379643], [116.013615, 28.380862], [116.013813, 28.381104], [116.014356, 28.381241], [116.014981, 28.382862], [116.015519, 28.382705], [116.015733, 28.382327], [116.015450, 28.381721], [116.016206, 28.381456], [116.015217, 28.380098], [116.015591, 28.379802], [116.015708, 28.379621], [116.015968, 28.378722], [116.015941, 28.378257], [116.015749, 28.377712], [116.016000, 28.377410], [116.016067, 28.377158], [116.016265, 28.375569], [116.016647, 28.375435], [116.016713, 28.375681], [116.016846, 28.375623], [116.016998, 28.375666], [116.018299, 28.375021], [116.018362, 28.374842], [116.018542, 28.374790], [116.018673, 28.375031], [116.018924, 28.375072], [116.019015, 28.375160], [116.018983, 28.375297], [116.019371, 28.375649], [116.020115, 28.375742], [116.022636, 28.375804], [116.022961, 28.374736], [116.023207, 28.372803], [116.023546, 28.371640], [116.024073, 28.370444], [116.025166, 28.368610], [116.027128, 28.366239], [116.028466, 28.364761], [116.029877, 28.363410], [116.031044, 28.362120], [116.033586, 28.360120], [116.034997, 28.358817], [116.036331, 28.357838], [116.038532, 28.356417], [116.040170, 28.355465], [116.041654, 28.354934], [116.050945, 28.353063], [116.053752, 28.352656], [116.054953, 28.352294], [116.055662, 28.352065], [116.055944, 28.351882], [116.056087, 28.351675], [116.056166, 28.351197], [116.056154, 28.350231], [116.055904, 28.348342], [116.055529, 28.346983], [116.055621, 28.346568], [116.055993, 28.345775], [116.056085, 28.345055], [116.056004, 28.344062], [116.056262, 28.343495], [116.056404, 28.342512], [116.056172, 28.341815], [116.055080, 28.341086], [116.054730, 28.340669], [116.054823, 28.340490], [116.055183, 28.340199], [116.056403, 28.339657], [116.056539, 28.338473], [116.056668, 28.337701], [116.056595, 28.337230], [116.055981, 28.335381], [116.055434, 28.334505], [116.055435, 28.334222], [116.055611, 28.333752], [116.056234, 28.332866], [116.057002, 28.332244], [116.057507, 28.331951], [116.058324, 28.331712], [116.060107, 28.331669], [116.061476, 28.331613], [116.062139, 28.331663], [116.064494, 28.332146], [116.064844, 28.332065], [116.065262, 28.332112], [116.066763, 28.332573], [116.068223, 28.332867], [116.070013, 28.332971], [116.071054, 28.332937], [116.072742, 28.332726], [116.073000, 28.332580], [116.073028, 28.332316], [116.072731, 28.331482], [116.072117, 28.330207], [116.071093, 28.328384], [116.070652, 28.327025], [116.070630, 28.326756], [116.070752, 28.325228], [116.070940, 28.324553], [116.071770, 28.322406], [116.072433, 28.321553], [116.074547, 28.319594], [116.075266, 28.319029], [116.076282, 28.318423], [116.077893, 28.317765], [116.078276, 28.317652], [116.082931, 28.317446]]] } } + , + { "type": "Feature", "properties": { "NAME": "富山乡" }, "geometry": { "type": "Polygon", "coordinates": [[[115.893141, 28.494465], [115.893220, 28.494155], [115.892231, 28.493763], [115.891601, 28.493635], [115.891906, 28.493040], [115.892603, 28.492598], [115.892638, 28.492422], [115.892925, 28.492036], [115.892955, 28.490136], [115.892760, 28.488677], [115.892779, 28.488456], [115.892892, 28.488261], [115.892834, 28.488237], [115.892059, 28.487912], [115.892223, 28.488653], [115.892140, 28.489701], [115.892186, 28.491927], [115.892012, 28.492127], [115.891572, 28.492407], [115.888977, 28.492912], [115.888079, 28.492978], [115.886891, 28.493223], [115.886348, 28.493224], [115.885626, 28.493493], [115.885466, 28.493418], [115.885291, 28.493162], [115.884963, 28.492279], [115.884862, 28.491308], [115.884967, 28.490785], [115.885486, 28.489899], [115.885466, 28.489144], [115.885339, 28.488556], [115.885998, 28.488586], [115.886192, 28.489009], [115.886776, 28.488827], [115.887065, 28.488662], [115.887549, 28.488554], [115.888002, 28.488542], [115.888734, 28.488328], [115.888954, 28.488374], [115.889132, 28.488327], [115.889677, 28.488085], [115.889823, 28.487856], [115.891098, 28.487832], [115.891074, 28.487998], [115.891194, 28.488137], [115.891304, 28.488176], [115.891416, 28.488094], [115.891819, 28.487656], [115.891941, 28.487628], [115.892028, 28.483525], [115.892912, 28.483303], [115.892973, 28.481640], [115.893849, 28.481642], [115.893855, 28.481060], [115.893298, 28.480777], [115.892234, 28.479818], [115.891993, 28.479509], [115.891347, 28.479347], [115.891264, 28.479386], [115.891004, 28.479315], [115.890804, 28.479382], [115.890777, 28.479254], [115.890371, 28.478938], [115.890011, 28.478379], [115.889874, 28.478354], [115.889512, 28.478503], [115.888904, 28.478560], [115.888125, 28.478446], [115.888169, 28.477976], [115.888095, 28.477010], [115.887684, 28.475610], [115.887502, 28.475632], [115.885773, 28.475839], [115.885447, 28.475768], [115.884286, 28.476166], [115.883288, 28.476021], [115.882159, 28.475508], [115.880992, 28.475558], [115.880284, 28.474346], [115.879837, 28.474255], [115.879629, 28.472966], [115.879333, 28.472684], [115.877817, 28.470262], [115.875678, 28.470820], [115.875602, 28.471681], [115.875062, 28.471418], [115.874891, 28.471436], [115.874591, 28.471934], [115.874499, 28.472300], [115.874199, 28.472406], [115.873483, 28.473027], [115.873283, 28.473084], [115.873323, 28.473472], [115.872301, 28.473366], [115.872052, 28.471733], [115.868590, 28.471856], [115.868335, 28.471942], [115.868294, 28.472123], [115.867988, 28.472302], [115.868171, 28.473357], [115.867291, 28.473576], [115.866707, 28.472347], [115.866868, 28.472250], [115.866359, 28.471696], [115.866237, 28.471675], [115.866076, 28.471743], [115.866128, 28.472071], [115.865816, 28.472250], [115.865668, 28.472646], [115.865496, 28.472660], [115.865286, 28.473363], [115.865109, 28.473362], [115.865056, 28.473489], [115.864897, 28.473610], [115.865599, 28.474163], [115.865704, 28.474692], [115.866049, 28.475052], [115.865292, 28.475439], [115.865052, 28.475668], [115.864802, 28.475726], [115.863390, 28.476061], [115.862790, 28.476400], [115.862201, 28.476568], [115.862086, 28.476018], [115.862247, 28.475422], [115.862150, 28.475171], [115.861709, 28.474536], [115.861452, 28.474496], [115.861443, 28.474726], [115.861294, 28.474715], [115.861157, 28.474602], [115.860986, 28.474605], [115.860891, 28.474664], [115.860871, 28.474933], [115.860468, 28.474896], [115.860559, 28.474215], [115.860122, 28.474130], [115.859740, 28.474151], [115.859244, 28.474025], [115.859482, 28.473532], [115.860070, 28.473321], [115.860143, 28.473272], [115.860178, 28.473082], [115.860372, 28.473064], [115.860700, 28.472880], [115.860775, 28.472606], [115.860692, 28.472542], [115.860326, 28.472662], [115.860106, 28.472587], [115.858859, 28.472480], [115.858567, 28.472861], [115.858504, 28.473061], [115.858592, 28.473630], [115.858279, 28.474722], [115.857729, 28.474895], [115.857313, 28.474559], [115.857090, 28.474156], [115.856513, 28.473872], [115.856372, 28.473568], [115.856469, 28.472794], [115.856160, 28.472661], [115.855031, 28.472707], [115.854792, 28.472803], [115.854113, 28.472711], [115.851676, 28.473443], [115.851619, 28.473636], [115.852044, 28.474207], [115.852021, 28.474315], [115.850600, 28.475075], [115.850377, 28.474721], [115.849843, 28.475011], [115.850104, 28.475425], [115.848851, 28.475897], [115.848969, 28.476225], [115.848380, 28.476525], [115.848373, 28.476648], [115.848198, 28.476773], [115.847485, 28.476675], [115.847234, 28.476898], [115.846929, 28.476975], [115.846640, 28.476532], [115.846258, 28.476714], [115.846002, 28.476384], [115.845498, 28.476449], [115.844855, 28.475568], [115.844294, 28.475853], [115.844031, 28.476101], [115.843450, 28.476210], [115.843282, 28.476890], [115.842934, 28.476868], [115.842874, 28.476818], [115.842980, 28.476187], [115.843112, 28.475698], [115.843230, 28.475591], [115.843321, 28.475322], [115.843211, 28.475219], [115.843321, 28.474823], [115.842847, 28.474624], [115.842296, 28.474993], [115.841407, 28.474776], [115.837798, 28.474382], [115.837751, 28.476017], [115.836792, 28.478705], [115.833607, 28.483893], [115.831658, 28.486492], [115.831209, 28.486974], [115.830303, 28.487947], [115.828357, 28.489791], [115.826246, 28.491935], [115.818598, 28.498527], [115.816725, 28.500519], [115.813074, 28.504466], [115.811197, 28.506227], [115.810063, 28.507007], [115.807965, 28.508835], [115.804808, 28.511153], [115.803767, 28.512009], [115.803095, 28.512795], [115.802022, 28.515240], [115.801650, 28.516404], [115.801258, 28.518340], [115.800832, 28.519727], [115.800609, 28.520926], [115.800031, 28.522943], [115.800037, 28.523282], [115.800808, 28.525319], [115.800857, 28.526031], [115.801120, 28.527311], [115.801911, 28.529813], [115.802051, 28.530181], [115.803176, 28.531833], [115.816257, 28.531208], [115.816422, 28.531122], [115.816927, 28.531145], [115.817089, 28.531369], [115.818001, 28.531259], [115.818488, 28.532963], [115.818309, 28.533224], [115.818112, 28.533309], [115.818555, 28.535013], [115.818765, 28.534878], [115.818996, 28.534860], [115.819137, 28.534939], [115.819136, 28.535095], [115.818958, 28.535239], [115.819120, 28.535513], [115.819362, 28.535417], [115.819546, 28.535700], [115.821417, 28.535198], [115.821536, 28.535403], [115.821878, 28.535279], [115.822071, 28.535659], [115.824158, 28.535440], [115.824259, 28.535217], [115.824139, 28.535207], [115.824077, 28.534915], [115.824253, 28.534790], [115.824407, 28.534790], [115.824432, 28.534557], [115.824201, 28.534585], [115.824114, 28.534487], [115.824116, 28.534341], [115.824391, 28.534217], [115.824329, 28.533954], [115.824187, 28.533856], [115.824123, 28.533700], [115.824158, 28.533525], [115.824486, 28.533401], [115.824705, 28.533422], [115.824733, 28.533558], [115.824582, 28.534027], [115.824765, 28.534012], [115.824891, 28.534159], [115.824834, 28.534369], [115.825412, 28.534988], [115.825537, 28.535265], [115.828002, 28.535005], [115.831103, 28.534932], [115.830621, 28.536453], [115.830708, 28.536595], [115.830802, 28.536671], [115.830986, 28.536645], [115.831291, 28.536798], [115.831314, 28.536870], [115.832303, 28.537247], [115.832594, 28.537257], [115.832781, 28.536340], [115.833044, 28.535762], [115.833577, 28.535790], [115.833740, 28.535672], [115.834091, 28.535161], [115.834185, 28.535227], [115.834429, 28.535127], [115.834416, 28.535073], [115.835195, 28.534822], [115.836648, 28.534586], [115.836568, 28.533902], [115.836664, 28.533748], [115.836921, 28.533677], [115.837529, 28.533078], [115.837880, 28.532961], [115.838763, 28.533098], [115.839021, 28.532969], [115.839574, 28.532376], [115.839906, 28.532276], [115.840131, 28.531991], [115.840451, 28.531772], [115.841209, 28.530738], [115.841156, 28.530606], [115.840820, 28.530479], [115.840593, 28.530250], [115.840202, 28.530851], [115.839703, 28.530782], [115.839570, 28.530661], [115.839921, 28.529971], [115.839889, 28.529839], [115.839640, 28.529783], [115.839855, 28.529277], [115.839183, 28.529015], [115.839287, 28.528814], [115.839828, 28.528728], [115.840122, 28.528353], [115.840699, 28.528698], [115.840651, 28.528799], [115.840818, 28.528950], [115.840940, 28.528831], [115.841075, 28.528898], [115.841434, 28.528153], [115.841422, 28.527932], [115.841252, 28.527494], [115.841623, 28.527455], [115.841704, 28.526906], [115.841629, 28.526031], [115.842024, 28.525934], [115.841844, 28.525203], [115.842766, 28.524911], [115.842619, 28.524561], [115.842734, 28.524413], [115.842382, 28.524012], [115.842516, 28.523747], [115.842145, 28.523379], [115.842133, 28.522731], [115.840691, 28.522689], [115.839789, 28.522799], [115.838965, 28.522793], [115.838181, 28.522456], [115.837605, 28.522054], [115.837755, 28.521955], [115.837206, 28.520756], [115.837323, 28.520342], [115.836918, 28.520425], [115.836855, 28.519263], [115.837238, 28.518535], [115.839348, 28.515810], [115.840124, 28.515493], [115.841971, 28.515739], [115.841910, 28.515496], [115.842055, 28.515208], [115.842120, 28.515244], [115.842825, 28.515663], [115.842899, 28.515637], [115.843266, 28.515813], [115.844911, 28.516185], [115.846476, 28.516781], [115.847056, 28.516842], [115.848002, 28.516798], [115.849028, 28.516549], [115.852462, 28.515511], [115.853423, 28.515341], [115.853599, 28.515409], [115.853704, 28.515660], [115.854119, 28.517210], [115.854630, 28.517851], [115.854660, 28.518310], [115.854766, 28.518357], [115.854720, 28.518737], [115.855420, 28.519897], [115.855366, 28.519980], [115.855617, 28.520663], [115.856189, 28.520588], [115.856216, 28.520648], [115.856493, 28.521242], [115.856456, 28.521387], [115.856556, 28.521383], [115.856619, 28.521602], [115.856806, 28.521697], [115.856833, 28.521895], [115.856666, 28.522170], [115.856864, 28.522369], [115.857334, 28.522157], [115.857471, 28.521976], [115.857976, 28.521883], [115.857732, 28.520961], [115.857523, 28.520818], [115.857364, 28.520215], [115.857093, 28.520002], [115.856658, 28.518809], [115.857647, 28.518809], [115.858444, 28.518908], [115.858504, 28.518474], [115.859074, 28.518193], [115.858868, 28.517875], [115.859466, 28.517570], [115.859900, 28.517634], [115.859925, 28.517920], [115.860192, 28.518474], [115.861061, 28.518509], [115.861640, 28.518724], [115.861496, 28.519095], [115.861983, 28.519322], [115.862025, 28.519427], [115.862709, 28.519587], [115.862798, 28.519805], [115.863691, 28.520133], [115.864024, 28.520396], [115.864172, 28.520373], [115.864672, 28.520047], [115.864410, 28.519649], [115.864419, 28.519525], [115.865129, 28.519269], [115.865617, 28.519483], [115.865628, 28.520376], [115.865766, 28.520632], [115.865968, 28.521383], [115.866114, 28.521490], [115.866354, 28.521311], [115.867605, 28.520923], [115.867593, 28.520480], [115.867590, 28.520353], [115.867727, 28.520583], [115.868075, 28.520834], [115.868243, 28.520804], [115.868563, 28.520372], [115.869070, 28.520265], [115.869495, 28.519803], [115.869858, 28.519723], [115.870153, 28.519446], [115.870213, 28.519261], [115.870503, 28.519197], [115.871104, 28.518705], [115.871565, 28.519246], [115.871259, 28.519522], [115.871570, 28.519886], [115.871809, 28.519719], [115.871984, 28.519720], [115.872386, 28.520361], [115.872629, 28.521310], [115.873059, 28.521158], [115.873046, 28.520589], [115.873881, 28.520630], [115.873857, 28.521129], [115.874070, 28.521182], [115.874307, 28.520943], [115.874671, 28.521445], [115.875176, 28.521896], [115.875489, 28.521778], [115.875608, 28.521572], [115.875499, 28.520831], [115.876220, 28.520664], [115.876562, 28.521493], [115.877088, 28.521480], [115.877187, 28.521308], [115.876961, 28.520583], [115.877175, 28.520516], [115.876604, 28.519341], [115.878030, 28.518869], [115.878657, 28.516548], [115.879946, 28.518073], [115.881165, 28.518685], [115.881245, 28.518513], [115.881174, 28.517858], [115.884134, 28.517708], [115.884190, 28.517984], [115.884324, 28.518157], [115.884243, 28.518518], [115.884396, 28.518743], [115.884279, 28.519156], [115.885776, 28.519408], [115.888042, 28.520476], [115.888262, 28.519909], [115.888557, 28.519671], [115.888966, 28.519639], [115.888560, 28.519412], [115.888251, 28.519117], [115.888272, 28.518928], [115.888489, 28.518740], [115.889642, 28.518284], [115.890344, 28.518254], [115.890267, 28.518133], [115.890366, 28.517997], [115.890656, 28.518171], [115.891026, 28.518139], [115.891613, 28.517937], [115.891403, 28.517453], [115.891504, 28.517144], [115.891488, 28.516799], [115.891800, 28.516750], [115.891536, 28.515939], [115.892063, 28.515822], [115.891858, 28.514976], [115.891909, 28.514962], [115.892600, 28.514758], [115.892814, 28.514794], [115.893244, 28.514625], [115.893643, 28.515541], [115.893956, 28.515458], [115.894404, 28.517287], [115.894302, 28.517699], [115.894452, 28.518321], [115.895620, 28.520679], [115.896687, 28.521066], [115.896880, 28.521275], [115.898101, 28.521801], [115.897983, 28.521972], [115.898137, 28.522077], [115.898488, 28.522080], [115.898514, 28.521408], [115.898360, 28.521286], [115.898638, 28.520737], [115.898776, 28.520618], [115.898680, 28.520479], [115.899812, 28.520299], [115.899828, 28.520609], [115.900784, 28.520444], [115.900787, 28.520186], [115.901103, 28.519775], [115.901086, 28.519551], [115.900598, 28.519616], [115.900179, 28.518666], [115.899907, 28.518646], [115.899853, 28.518198], [115.900185, 28.518149], [115.900168, 28.517891], [115.900345, 28.517651], [115.900516, 28.518066], [115.900806, 28.518343], [115.901447, 28.518521], [115.902102, 28.519215], [115.902234, 28.519647], [115.902231, 28.519991], [115.902519, 28.520373], [115.902830, 28.520478], [115.903200, 28.520464], [115.903277, 28.520637], [115.903724, 28.520692], [115.903969, 28.521452], [115.903753, 28.521623], [115.904158, 28.522091], [115.904470, 28.522042], [115.904511, 28.521784], [115.904962, 28.521598], [115.905175, 28.521668], [115.905665, 28.521414], [115.907440, 28.521257], [115.907209, 28.521013], [115.907269, 28.520824], [115.907445, 28.520740], [115.907370, 28.520533], [115.908803, 28.520516], [115.908585, 28.518361], [115.907304, 28.516580], [115.905746, 28.513929], [115.905220, 28.512456], [115.905236, 28.510884], [115.905751, 28.509658], [115.906314, 28.508919], [115.906424, 28.507737], [115.906351, 28.506678], [115.905838, 28.505852], [115.905052, 28.505473], [115.901927, 28.505563], [115.901345, 28.505303], [115.900960, 28.505031], [115.900680, 28.504740], [115.900376, 28.504150], [115.900174, 28.503301], [115.900469, 28.501560], [115.901252, 28.499738], [115.901079, 28.499365], [115.897508, 28.497407], [115.895222, 28.495837], [115.893795, 28.494737], [115.893141, 28.494465]]] } } + , + { "type": "Feature", "properties": { "NAME": "东新乡" }, "geometry": { "type": "Polygon", "coordinates": [[[115.838066, 28.556299], [115.837977, 28.555954], [115.838166, 28.555872], [115.838719, 28.556127], [115.839850, 28.556469], [115.840647, 28.555941], [115.840378, 28.555004], [115.839729, 28.554717], [115.836877, 28.554091], [115.836478, 28.553827], [115.836042, 28.553056], [115.835163, 28.552454], [115.833915, 28.553094], [115.833623, 28.552851], [115.833445, 28.552934], [115.832768, 28.550896], [115.831697, 28.550522], [115.831455, 28.549914], [115.831405, 28.549079], [115.831646, 28.547172], [115.832750, 28.546631], [115.833002, 28.546340], [115.832516, 28.545406], [115.832899, 28.543839], [115.832862, 28.543507], [115.832395, 28.543053], [115.832151, 28.542696], [115.831834, 28.542516], [115.831015, 28.541769], [115.830792, 28.541387], [115.830793, 28.541223], [115.831317, 28.540112], [115.831364, 28.539815], [115.831271, 28.539526], [115.831333, 28.539372], [115.832020, 28.538785], [115.832832, 28.537720], [115.832813, 28.537472], [115.832594, 28.537257], [115.832303, 28.537247], [115.831314, 28.536870], [115.831291, 28.536798], [115.830986, 28.536645], [115.830802, 28.536671], [115.830708, 28.536595], [115.830621, 28.536453], [115.831103, 28.534932], [115.828002, 28.535005], [115.825537, 28.535265], [115.825412, 28.534988], [115.824834, 28.534369], [115.824891, 28.534159], [115.824765, 28.534012], [115.824582, 28.534027], [115.824733, 28.533558], [115.824705, 28.533422], [115.824486, 28.533401], [115.824158, 28.533525], [115.824123, 28.533700], [115.824187, 28.533856], [115.824329, 28.533954], [115.824391, 28.534217], [115.824116, 28.534341], [115.824114, 28.534487], [115.824201, 28.534585], [115.824432, 28.534557], [115.824407, 28.534790], [115.824253, 28.534790], [115.824077, 28.534915], [115.824139, 28.535207], [115.824259, 28.535217], [115.824158, 28.535440], [115.822071, 28.535659], [115.821878, 28.535279], [115.821536, 28.535403], [115.821417, 28.535198], [115.819546, 28.535700], [115.819362, 28.535417], [115.819120, 28.535513], [115.818958, 28.535239], [115.819136, 28.535095], [115.819137, 28.534939], [115.818996, 28.534860], [115.818765, 28.534878], [115.818555, 28.535013], [115.818112, 28.533309], [115.818309, 28.533224], [115.818488, 28.532963], [115.818001, 28.531259], [115.817089, 28.531369], [115.816927, 28.531145], [115.816422, 28.531122], [115.816257, 28.531208], [115.803176, 28.531833], [115.804575, 28.533738], [115.805055, 28.535110], [115.805879, 28.536905], [115.807024, 28.538999], [115.807613, 28.539849], [115.808429, 28.540701], [115.810019, 28.542066], [115.810477, 28.542884], [115.810726, 28.544878], [115.811700, 28.550011], [115.812570, 28.553998], [115.812697, 28.555015], [115.813093, 28.556923], [115.813385, 28.558165], [115.813534, 28.559273], [115.813669, 28.559795], [115.814056, 28.560727], [115.814309, 28.562568], [115.814595, 28.563124], [115.815034, 28.565030], [115.815066, 28.565398], [115.814693, 28.568591], [115.814680, 28.571866], [115.814798, 28.572645], [115.814776, 28.573472], [115.814794, 28.575749], [115.815019, 28.576745], [115.815043, 28.579958], [115.815349, 28.582990], [115.815702, 28.585072], [115.816113, 28.586892], [115.816812, 28.594074], [115.817574, 28.597122], [115.817684, 28.598658], [115.818109, 28.600763], [115.818403, 28.601686], [115.818710, 28.602338], [115.819455, 28.603818], [115.820028, 28.604729], [115.820786, 28.605929], [115.820659, 28.605973], [115.820649, 28.606063], [115.820789, 28.606446], [115.821878, 28.608256], [115.822854, 28.610342], [115.823594, 28.611531], [115.823821, 28.611719], [115.824396, 28.612545], [115.824519, 28.612905], [115.825159, 28.613928], [115.838773, 28.617482], [115.839931, 28.617455], [115.840572, 28.617226], [115.841246, 28.616699], [115.841440, 28.616413], [115.841623, 28.615932], [115.841603, 28.614950], [115.841516, 28.614504], [115.841103, 28.613488], [115.841121, 28.612956], [115.841191, 28.612718], [115.841359, 28.612519], [115.841786, 28.612235], [115.843003, 28.611999], [115.843666, 28.611960], [115.844476, 28.612025], [115.844959, 28.612164], [115.845564, 28.612385], [115.846546, 28.612956], [115.847019, 28.613414], [115.847049, 28.613490], [115.846869, 28.613679], [115.846849, 28.613798], [115.847582, 28.614758], [115.849318, 28.616473], [115.850561, 28.617842], [115.851112, 28.617444], [115.850477, 28.616588], [115.850466, 28.616484], [115.851868, 28.615600], [115.852164, 28.615504], [115.852421, 28.615549], [115.852926, 28.615358], [115.855095, 28.615199], [115.857050, 28.614860], [115.858666, 28.614702], [115.859021, 28.614792], [115.859387, 28.614984], [115.859776, 28.615323], [115.860465, 28.616352], [115.860580, 28.616420], [115.860729, 28.616403], [115.860785, 28.616311], [115.860610, 28.616006], [115.860694, 28.615573], [115.860051, 28.614376], [115.860052, 28.614256], [115.860333, 28.613764], [115.860172, 28.613298], [115.860230, 28.613103], [115.861814, 28.613016], [115.861913, 28.612946], [115.861915, 28.612805], [115.861443, 28.610443], [115.861211, 28.610343], [115.860405, 28.610501], [115.860203, 28.610391], [115.859957, 28.610443], [115.859712, 28.610393], [115.859665, 28.610251], [115.859525, 28.609020], [115.859353, 28.608444], [115.859344, 28.607565], [115.859389, 28.607382], [115.859711, 28.607080], [115.859948, 28.606729], [115.860019, 28.606463], [115.860034, 28.606133], [115.859866, 28.605243], [115.859880, 28.605064], [115.859974, 28.604940], [115.860158, 28.604865], [115.860245, 28.604714], [115.860149, 28.604035], [115.860158, 28.603743], [115.860239, 28.603619], [115.862375, 28.603058], [115.862621, 28.603027], [115.862817, 28.603099], [115.863295, 28.603688], [115.863934, 28.605401], [115.863934, 28.606510], [115.863926, 28.607266], [115.864075, 28.608862], [115.865364, 28.614066], [115.865497, 28.614202], [115.865871, 28.614248], [115.866085, 28.614353], [115.866644, 28.614292], [115.868898, 28.613662], [115.869648, 28.613559], [115.872490, 28.612552], [115.873671, 28.612555], [115.874893, 28.612594], [115.875998, 28.611422], [115.876661, 28.611469], [115.877068, 28.611642], [115.878534, 28.611322], [115.880490, 28.610773], [115.880745, 28.610780], [115.884061, 28.613333], [115.884816, 28.612958], [115.885690, 28.611677], [115.885736, 28.611609], [115.886051, 28.611149], [115.886274, 28.610595], [115.886753, 28.608084], [115.886910, 28.607501], [115.887088, 28.607215], [115.887736, 28.607013], [115.889003, 28.606815], [115.888938, 28.606652], [115.888564, 28.606271], [115.887466, 28.605612], [115.887400, 28.605486], [115.887491, 28.604784], [115.887777, 28.603862], [115.888270, 28.603230], [115.888279, 28.603111], [115.888039, 28.602865], [115.887614, 28.602596], [115.887549, 28.602506], [115.887574, 28.602403], [115.887752, 28.602287], [115.888575, 28.602035], [115.889798, 28.601311], [115.891083, 28.601047], [115.891579, 28.600903], [115.891798, 28.600757], [115.892164, 28.600227], [115.892451, 28.600059], [115.893120, 28.599346], [115.893957, 28.597867], [115.894527, 28.597057], [115.894873, 28.596788], [115.895745, 28.596743], [115.896549, 28.596875], [115.897914, 28.596960], [115.898559, 28.597046], [115.899327, 28.597304], [115.899849, 28.597093], [115.900074, 28.596829], [115.900122, 28.596667], [115.900013, 28.595400], [115.899965, 28.594840], [115.899995, 28.594367], [115.900071, 28.594293], [115.901171, 28.594162], [115.901205, 28.594088], [115.900927, 28.592591], [115.900820, 28.591574], [115.893295, 28.591600], [115.894153, 28.586023], [115.889862, 28.580898], [115.887115, 28.581350], [115.876644, 28.581953], [115.868637, 28.582311], [115.867450, 28.580566], [115.867341, 28.579970], [115.866139, 28.578682], [115.864757, 28.576698], [115.864583, 28.576714], [115.863577, 28.577354], [115.863387, 28.577131], [115.862561, 28.575271], [115.862717, 28.575068], [115.862265, 28.574129], [115.862156, 28.573550], [115.861325, 28.573952], [115.861153, 28.573866], [115.861101, 28.573372], [115.860599, 28.573590], [115.860450, 28.573112], [115.860565, 28.570725], [115.860613, 28.569724], [115.860501, 28.569030], [115.859904, 28.567221], [115.858893, 28.566731], [115.858578, 28.566059], [115.858301, 28.565827], [115.856819, 28.566010], [115.856850, 28.566431], [115.856715, 28.566542], [115.856140, 28.566612], [115.856229, 28.566855], [115.856157, 28.567009], [115.855897, 28.567076], [115.855481, 28.566689], [115.854630, 28.567042], [115.854399, 28.566991], [115.853478, 28.567282], [115.853400, 28.567363], [115.853408, 28.567780], [115.853521, 28.568091], [115.853507, 28.568401], [115.852930, 28.568810], [115.852485, 28.568973], [115.851900, 28.569093], [115.851602, 28.568584], [115.851345, 28.568531], [115.851114, 28.568322], [115.850937, 28.568507], [115.850739, 28.568516], [115.849928, 28.568903], [115.849984, 28.569179], [115.847972, 28.569837], [115.847115, 28.570021], [115.845656, 28.569907], [115.844785, 28.569591], [115.844748, 28.569437], [115.844525, 28.568470], [115.844666, 28.567954], [115.844635, 28.567248], [115.843204, 28.566481], [115.844226, 28.563700], [115.844599, 28.563359], [115.845009, 28.563258], [115.844883, 28.562275], [115.843420, 28.562610], [115.841981, 28.562087], [115.840419, 28.561325], [115.839588, 28.561086], [115.838866, 28.561045], [115.838507, 28.560822], [115.837933, 28.559981], [115.837726, 28.559857], [115.837419, 28.559928], [115.836769, 28.559653], [115.835853, 28.559635], [115.835702, 28.559437], [115.835822, 28.559101], [115.836520, 28.558555], [115.836931, 28.557943], [115.837138, 28.557787], [115.837714, 28.557672], [115.837765, 28.557515], [115.837660, 28.557358], [115.837897, 28.557102], [115.837882, 28.556518], [115.838066, 28.556299]]] } } + , + { "type": "Feature", "properties": { "NAME": "八一乡" }, "geometry": { "type": "Polygon", "coordinates": [[[115.943379, 28.552988], [115.941879, 28.552024], [115.934755, 28.552401], [115.933382, 28.559865], [115.939819, 28.560393], [115.940195, 28.559167], [115.940420, 28.558433], [115.942418, 28.558551], [115.942285, 28.559808], [115.942109, 28.560365], [115.942473, 28.560426], [115.942585, 28.560759], [115.942441, 28.560768], [115.942458, 28.560844], [115.942669, 28.560866], [115.942632, 28.561101], [115.942784, 28.561389], [115.942681, 28.561389], [115.942702, 28.561565], [115.942805, 28.561591], [115.943172, 28.562926], [115.942692, 28.564483], [115.942938, 28.564544], [115.943329, 28.563484], [115.945564, 28.564248], [115.946438, 28.563450], [115.946913, 28.563704], [115.946690, 28.564116], [115.946705, 28.564266], [115.946210, 28.566030], [115.946077, 28.566857], [115.945786, 28.568809], [115.945629, 28.569084], [115.945672, 28.569129], [115.946086, 28.569567], [115.945612, 28.569948], [115.945963, 28.570499], [115.946063, 28.571000], [115.945819, 28.571147], [115.945285, 28.571157], [115.945186, 28.572161], [115.945751, 28.572309], [115.945519, 28.572835], [115.945542, 28.572964], [115.945930, 28.572996], [115.945674, 28.573550], [115.945815, 28.574007], [115.945688, 28.574584], [115.945542, 28.574647], [115.945441, 28.574960], [115.945481, 28.575060], [115.945667, 28.575069], [115.945710, 28.575548], [115.946115, 28.575629], [115.946150, 28.576171], [115.946627, 28.576255], [115.946589, 28.576761], [115.946679, 28.577482], [115.946882, 28.577419], [115.947003, 28.577470], [115.947353, 28.578116], [115.947775, 28.578020], [115.947896, 28.578079], [115.947968, 28.578158], [115.947917, 28.578464], [115.947964, 28.578581], [115.947508, 28.578817], [115.947327, 28.579072], [115.946164, 28.579561], [115.945331, 28.579801], [115.945313, 28.580044], [115.945115, 28.580399], [115.944996, 28.580947], [115.944767, 28.580452], [115.944613, 28.580451], [115.944490, 28.580571], [115.943956, 28.580580], [115.943971, 28.580659], [115.943687, 28.580749], [115.943568, 28.581296], [115.944507, 28.581284], [115.944531, 28.581370], [115.943792, 28.581541], [115.943685, 28.581711], [115.943540, 28.581681], [115.943376, 28.581858], [115.943095, 28.581705], [115.942916, 28.581782], [115.942830, 28.582260], [115.942740, 28.582359], [115.941808, 28.582407], [115.941874, 28.584487], [115.941876, 28.584548], [115.942812, 28.584100], [115.942883, 28.584222], [115.943125, 28.584353], [115.943311, 28.584354], [115.943649, 28.584543], [115.943830, 28.584802], [115.944207, 28.585070], [115.944546, 28.585187], [115.944781, 28.585140], [115.944794, 28.585489], [115.944655, 28.585658], [115.945244, 28.585885], [115.945559, 28.585895], [115.945664, 28.586010], [115.945818, 28.585998], [115.945750, 28.586304], [115.945785, 28.586552], [115.945600, 28.586688], [115.945614, 28.586938], [115.945857, 28.586940], [115.945838, 28.587169], [115.945960, 28.587170], [115.945925, 28.587433], [115.946159, 28.587436], [115.946118, 28.587535], [115.946482, 28.587617], [115.946681, 28.587940], [115.946851, 28.588413], [115.946847, 28.588843], [115.946990, 28.589646], [115.946732, 28.589781], [115.946591, 28.589780], [115.946574, 28.589922], [115.945854, 28.589978], [115.945852, 28.590210], [115.944989, 28.589952], [115.944666, 28.590983], [115.943817, 28.593165], [115.943375, 28.593716], [115.943429, 28.593856], [115.943617, 28.593931], [115.943656, 28.594080], [115.943563, 28.594218], [115.943561, 28.594389], [115.943408, 28.594455], [115.943318, 28.594603], [115.943455, 28.594674], [115.943901, 28.594634], [115.944194, 28.594897], [115.945185, 28.595115], [115.946009, 28.595472], [115.946236, 28.595785], [115.946624, 28.595928], [115.946797, 28.595942], [115.947130, 28.595685], [115.948417, 28.596597], [115.949098, 28.596856], [115.949263, 28.596997], [115.949973, 28.597195], [115.950278, 28.597561], [115.951137, 28.597510], [115.951266, 28.597556], [115.951636, 28.598694], [115.951816, 28.598696], [115.952445, 28.598455], [115.955057, 28.597168], [115.955985, 28.596538], [115.956253, 28.596432], [115.956498, 28.596078], [115.956881, 28.596249], [115.957077, 28.596131], [115.957143, 28.596049], [115.956754, 28.595286], [115.956847, 28.594545], [115.957054, 28.594065], [115.957911, 28.593997], [115.958813, 28.593829], [115.959094, 28.593839], [115.959388, 28.594020], [115.960367, 28.593998], [115.960499, 28.593752], [115.961471, 28.593787], [115.961367, 28.593456], [115.961403, 28.593400], [115.961820, 28.593485], [115.961914, 28.593480], [115.962009, 28.593305], [115.962349, 28.593378], [115.962471, 28.593246], [115.962443, 28.593112], [115.962007, 28.592861], [115.962001, 28.592664], [115.962274, 28.592008], [115.962667, 28.591569], [115.962920, 28.591508], [115.962922, 28.591267], [115.963002, 28.591179], [115.964671, 28.590712], [115.964802, 28.590570], [115.965321, 28.590506], [115.965569, 28.590192], [115.966563, 28.590233], [115.967199, 28.590068], [115.967487, 28.590084], [115.967792, 28.590537], [115.968423, 28.590797], [115.968685, 28.591319], [115.968914, 28.591404], [115.969022, 28.591380], [115.969172, 28.590887], [115.969483, 28.590361], [115.969951, 28.590052], [115.970268, 28.589985], [115.970510, 28.590040], [115.970720, 28.590218], [115.970762, 28.590339], [115.970666, 28.590592], [115.970837, 28.590714], [115.971037, 28.591013], [115.971526, 28.591006], [115.972316, 28.590589], [115.972878, 28.590608], [115.972972, 28.590564], [115.973032, 28.590331], [115.972877, 28.589917], [115.973397, 28.589803], [115.973436, 28.588764], [115.973599, 28.588258], [115.975479, 28.588246], [115.976181, 28.588076], [115.976930, 28.588014], [115.978067, 28.588184], [115.978494, 28.588753], [115.979714, 28.590045], [115.979912, 28.590408], [115.979990, 28.591334], [115.980324, 28.592484], [115.980352, 28.593385], [115.980490, 28.593721], [115.980985, 28.593485], [115.981686, 28.593270], [115.982404, 28.592772], [115.983060, 28.592728], [115.983395, 28.592624], [115.983417, 28.592421], [115.983511, 28.592314], [115.983832, 28.592673], [115.984488, 28.592699], [115.985466, 28.592886], [115.986536, 28.592511], [115.986696, 28.592367], [115.986757, 28.592202], [115.987027, 28.591653], [115.987548, 28.591432], [115.988802, 28.591483], [115.989200, 28.591272], [115.990101, 28.590539], [115.990480, 28.590068], [115.990671, 28.589721], [115.990799, 28.589126], [115.990887, 28.588989], [115.992108, 28.588704], [115.992512, 28.588695], [115.993058, 28.588892], [115.993597, 28.588935], [115.996026, 28.589810], [115.996290, 28.590028], [115.996510, 28.590398], [115.996356, 28.590693], [115.996402, 28.591169], [115.996731, 28.591338], [115.997279, 28.591375], [115.997430, 28.591465], [115.997478, 28.591656], [115.997600, 28.591759], [115.998067, 28.591890], [115.998183, 28.592247], [115.999901, 28.592359], [116.000096, 28.592279], [116.000206, 28.592144], [116.000103, 28.591933], [115.999845, 28.591408], [115.999716, 28.590603], [115.999819, 28.590325], [116.000294, 28.589601], [116.000486, 28.589115], [116.000598, 28.588742], [116.000664, 28.587888], [116.000819, 28.587490], [116.001559, 28.586889], [116.005569, 28.585763], [116.007149, 28.586037], [116.007180, 28.582707], [116.006700, 28.580524], [116.005942, 28.578988], [116.003716, 28.576215], [116.003425, 28.572798], [116.003219, 28.570376], [116.003902, 28.565811], [116.005432, 28.564461], [116.005338, 28.563688], [116.004951, 28.561843], [116.005360, 28.557786], [116.005247, 28.555440], [116.004992, 28.553834], [116.004249, 28.553915], [116.002635, 28.553512], [116.001947, 28.551344], [116.001493, 28.549498], [116.001500, 28.548690], [116.001504, 28.548251], [116.000923, 28.545543], [115.999501, 28.541160], [115.997980, 28.537282], [115.998513, 28.536486], [115.998866, 28.535581], [115.998732, 28.534689], [115.998886, 28.533426], [115.998836, 28.533100], [115.998791, 28.532805], [116.005384, 28.517929], [116.002841, 28.517787], [116.002266, 28.520059], [116.001704, 28.520907], [116.000684, 28.521345], [116.000131, 28.521217], [115.999311, 28.519947], [115.998023, 28.519405], [115.996639, 28.519228], [115.993662, 28.519233], [115.993268, 28.519233], [115.989672, 28.518626], [115.988818, 28.517928], [115.981789, 28.520942], [115.981775, 28.521118], [115.981874, 28.521152], [115.981751, 28.521630], [115.981781, 28.521751], [115.981561, 28.521865], [115.981485, 28.522051], [115.980896, 28.522204], [115.980532, 28.522399], [115.980345, 28.522380], [115.979999, 28.521337], [115.979807, 28.521131], [115.978834, 28.520978], [115.978126, 28.521229], [115.977152, 28.521397], [115.976924, 28.521306], [115.976783, 28.521101], [115.976492, 28.520212], [115.976294, 28.519962], [115.976348, 28.519522], [115.975439, 28.519926], [115.975297, 28.519715], [115.975092, 28.519641], [115.974125, 28.519521], [115.974099, 28.519189], [115.973939, 28.518972], [115.973498, 28.519020], [115.973371, 28.519261], [115.972945, 28.519338], [115.972801, 28.519264], [115.972934, 28.518872], [115.972833, 28.518661], [115.972192, 28.518942], [115.971211, 28.519138], [115.970911, 28.519094], [115.970754, 28.519211], [115.970034, 28.519130], [115.969887, 28.519303], [115.969857, 28.519686], [115.969670, 28.520011], [115.969647, 28.520240], [115.969722, 28.520515], [115.969587, 28.521086], [115.969627, 28.521787], [115.969538, 28.521836], [115.969530, 28.522156], [115.969665, 28.522687], [115.969400, 28.522762], [115.969182, 28.522728], [115.969012, 28.523186], [115.969243, 28.523452], [115.969583, 28.523625], [115.970086, 28.524648], [115.970314, 28.524651], [115.970551, 28.524818], [115.971542, 28.526883], [115.971632, 28.527758], [115.971260, 28.528644], [115.971042, 28.528755], [115.970393, 28.528817], [115.970314, 28.528922], [115.970050, 28.528956], [115.969738, 28.528559], [115.968048, 28.529122], [115.967907, 28.528655], [115.967591, 28.528661], [115.967279, 28.528763], [115.967214, 28.528502], [115.966492, 28.528600], [115.966164, 28.528720], [115.966030, 28.528161], [115.965838, 28.528154], [115.965733, 28.528277], [115.965630, 28.528230], [115.965485, 28.528288], [115.965499, 28.527840], [115.964810, 28.527843], [115.964762, 28.528048], [115.963998, 28.528099], [115.964022, 28.528323], [115.963923, 28.528414], [115.963679, 28.528425], [115.963672, 28.528607], [115.963485, 28.528715], [115.963435, 28.529043], [115.963538, 28.529779], [115.963259, 28.529790], [115.963294, 28.529393], [115.962837, 28.529425], [115.962745, 28.529839], [115.962342, 28.529726], [115.962079, 28.530166], [115.961928, 28.530111], [115.961835, 28.530236], [115.961922, 28.530306], [115.961730, 28.530504], [115.961576, 28.530873], [115.961705, 28.530942], [115.961484, 28.531360], [115.961154, 28.531740], [115.961772, 28.532056], [115.961751, 28.532280], [115.961478, 28.532528], [115.961220, 28.532407], [115.960832, 28.532851], [115.960523, 28.532715], [115.959993, 28.532331], [115.959888, 28.532444], [115.959599, 28.532290], [115.959256, 28.532424], [115.959102, 28.532765], [115.958731, 28.533191], [115.958241, 28.533308], [115.958209, 28.533458], [115.957838, 28.533747], [115.957173, 28.533996], [115.956977, 28.534262], [115.956347, 28.534608], [115.956110, 28.534441], [115.955358, 28.535128], [115.954928, 28.535622], [115.954544, 28.535714], [115.954026, 28.536050], [115.953762, 28.536084], [115.953523, 28.536218], [115.952683, 28.536210], [115.952156, 28.536155], [115.952379, 28.535057], [115.953173, 28.533344], [115.952475, 28.533170], [115.952721, 28.532424], [115.952367, 28.532083], [115.951980, 28.531869], [115.951611, 28.531501], [115.951459, 28.531622], [115.951361, 28.531612], [115.951223, 28.531456], [115.950950, 28.531348], [115.950367, 28.531507], [115.949967, 28.531133], [115.949964, 28.531211], [115.949933, 28.532475], [115.950396, 28.533357], [115.950402, 28.533777], [115.950062, 28.534307], [115.950007, 28.534644], [115.950076, 28.534983], [115.950029, 28.535046], [115.949832, 28.535012], [115.949795, 28.535071], [115.949949, 28.535711], [115.950087, 28.535950], [115.950055, 28.536078], [115.949943, 28.536328], [115.948429, 28.535829], [115.948409, 28.536043], [115.948107, 28.535964], [115.948101, 28.537588], [115.948040, 28.537870], [115.947757, 28.538335], [115.947535, 28.539036], [115.947673, 28.539596], [115.948193, 28.539909], [115.946952, 28.542709], [115.947229, 28.542771], [115.947265, 28.542600], [115.948059, 28.542641], [115.948332, 28.543313], [115.948422, 28.543344], [115.948449, 28.543548], [115.948666, 28.543585], [115.948813, 28.543712], [115.948788, 28.543883], [115.948926, 28.543900], [115.949084, 28.544042], [115.948646, 28.544423], [115.947891, 28.545856], [115.947621, 28.546436], [115.947371, 28.547472], [115.952086, 28.548233], [115.952416, 28.547788], [115.952689, 28.547943], [115.952950, 28.547542], [115.953369, 28.547924], [115.953050, 28.548404], [115.953013, 28.548615], [115.953230, 28.548678], [115.953409, 28.548443], [115.953524, 28.548434], [115.953525, 28.548344], [115.953765, 28.548285], [115.953768, 28.547988], [115.954118, 28.547841], [115.954188, 28.547695], [115.954532, 28.547907], [115.955417, 28.548149], [115.953676, 28.551202], [115.953621, 28.551183], [115.951847, 28.550579], [115.951071, 28.550506], [115.950448, 28.551889], [115.949872, 28.551828], [115.949285, 28.551656], [115.948988, 28.551714], [115.948761, 28.551576], [115.948565, 28.551760], [115.948490, 28.551729], [115.948599, 28.551191], [115.948719, 28.551112], [115.948420, 28.550771], [115.947553, 28.550667], [115.947364, 28.550716], [115.947222, 28.551173], [115.947690, 28.551212], [115.947600, 28.552130], [115.947365, 28.552164], [115.947170, 28.552343], [115.947102, 28.552216], [115.945232, 28.552153], [115.945077, 28.552212], [115.945226, 28.552714], [115.944364, 28.552909], [115.943379, 28.552988]]] } } + , + { "type": "Feature", "properties": { "NAME": "小蓝经济开发区" }, "geometry": { "type": "Polygon", "coordinates": [[[115.922485, 28.518478], [115.922003, 28.517710], [115.921142, 28.516045], [115.920571, 28.514774], [115.920349, 28.514855], [115.920319, 28.515115], [115.920157, 28.515244], [115.919633, 28.515310], [115.919078, 28.515756], [115.918861, 28.516026], [115.918787, 28.516026], [115.918614, 28.515828], [115.918485, 28.515981], [115.918108, 28.516021], [115.917767, 28.516058], [115.917466, 28.515961], [115.917140, 28.515733], [115.917004, 28.515939], [115.916694, 28.516067], [115.916343, 28.515898], [115.916209, 28.515932], [115.915568, 28.515696], [115.915791, 28.514141], [115.916037, 28.513740], [115.917688, 28.512813], [115.918110, 28.512309], [115.918281, 28.511913], [115.919678, 28.510989], [115.920142, 28.510272], [115.920246, 28.509906], [115.920219, 28.509248], [115.920442, 28.509084], [115.920648, 28.509234], [115.920904, 28.509781], [115.921211, 28.509979], [115.921427, 28.509798], [115.920544, 28.508937], [115.921244, 28.508415], [115.922834, 28.507031], [115.922869, 28.506913], [115.922703, 28.506722], [115.923199, 28.506105], [115.923194, 28.505938], [115.922997, 28.505539], [115.922611, 28.505245], [115.925220, 28.502373], [115.922266, 28.500762], [115.921940, 28.500256], [115.921804, 28.499730], [115.921782, 28.498643], [115.921918, 28.498628], [115.921920, 28.498453], [115.921702, 28.498445], [115.921651, 28.498287], [115.921731, 28.498189], [115.921013, 28.498042], [115.920561, 28.497795], [115.920325, 28.498039], [115.919884, 28.497760], [115.919646, 28.497812], [115.918833, 28.499058], [115.918745, 28.499043], [115.918757, 28.498881], [115.918644, 28.498576], [115.918165, 28.498210], [115.917527, 28.498253], [115.917007, 28.498102], [115.916916, 28.498311], [115.916113, 28.498260], [115.916206, 28.497326], [115.915762, 28.497242], [115.915769, 28.497056], [115.915053, 28.497090], [115.914600, 28.496939], [115.914502, 28.496805], [115.914381, 28.496148], [115.915362, 28.495141], [115.915155, 28.494155], [115.914996, 28.493987], [115.914380, 28.494055], [115.913673, 28.494343], [115.913704, 28.494583], [115.913565, 28.494582], [115.913526, 28.494660], [115.913226, 28.494761], [115.913066, 28.494622], [115.912977, 28.494636], [115.912731, 28.494800], [115.912768, 28.494884], [115.912607, 28.494936], [115.912628, 28.495045], [115.912749, 28.495109], [115.912907, 28.495992], [115.912987, 28.496075], [115.912957, 28.496222], [115.912636, 28.496239], [115.912607, 28.496910], [115.912747, 28.497279], [115.912830, 28.497392], [115.912957, 28.497422], [115.913628, 28.497330], [115.913724, 28.498310], [115.912692, 28.498316], [115.912798, 28.498807], [115.913211, 28.499013], [115.913390, 28.499381], [115.913335, 28.499929], [115.911982, 28.500418], [115.911518, 28.500340], [115.911089, 28.500003], [115.910796, 28.499903], [115.910430, 28.499885], [115.910339, 28.500149], [115.909984, 28.500161], [115.909969, 28.500508], [115.909038, 28.500491], [115.906382, 28.502070], [115.906352, 28.502186], [115.906490, 28.502275], [115.906817, 28.502239], [115.907016, 28.502353], [115.907059, 28.502491], [115.906684, 28.502757], [115.906719, 28.503125], [115.906447, 28.503245], [115.906175, 28.503233], [115.905896, 28.503466], [115.905984, 28.503530], [115.906234, 28.503449], [115.906450, 28.503470], [115.906640, 28.503350], [115.907010, 28.503441], [115.907043, 28.503719], [115.907331, 28.503722], [115.907505, 28.504032], [115.907464, 28.504223], [115.907303, 28.504285], [115.907010, 28.504243], [115.906779, 28.504094], [115.906225, 28.504006], [115.906158, 28.504089], [115.906200, 28.504251], [115.906591, 28.504480], [115.906533, 28.504818], [115.906271, 28.504948], [115.905977, 28.504960], [115.905052, 28.505473], [115.905838, 28.505852], [115.906351, 28.506678], [115.906424, 28.507737], [115.906314, 28.508919], [115.905751, 28.509658], [115.905236, 28.510884], [115.905220, 28.512456], [115.905746, 28.513929], [115.907304, 28.516580], [115.908585, 28.518361], [115.908803, 28.520516], [115.907370, 28.520533], [115.907445, 28.520740], [115.907269, 28.520824], [115.907209, 28.521013], [115.907440, 28.521257], [115.905665, 28.521414], [115.905175, 28.521668], [115.904962, 28.521598], [115.904511, 28.521784], [115.904470, 28.522042], [115.904158, 28.522091], [115.903753, 28.521623], [115.903969, 28.521452], [115.903724, 28.520692], [115.903277, 28.520637], [115.903200, 28.520464], [115.902830, 28.520478], [115.902519, 28.520373], [115.902231, 28.519991], [115.902234, 28.519647], [115.902102, 28.519215], [115.901447, 28.518521], [115.900806, 28.518343], [115.900516, 28.518066], [115.900345, 28.517651], [115.900168, 28.517891], [115.900185, 28.518149], [115.899853, 28.518198], [115.899907, 28.518646], [115.900179, 28.518666], [115.900598, 28.519616], [115.901086, 28.519551], [115.901103, 28.519775], [115.900787, 28.520186], [115.900784, 28.520444], [115.899828, 28.520609], [115.899812, 28.520299], [115.898680, 28.520479], [115.898776, 28.520618], [115.898638, 28.520737], [115.898360, 28.521286], [115.898514, 28.521408], [115.898488, 28.522080], [115.898137, 28.522077], [115.897983, 28.521972], [115.898101, 28.521801], [115.896880, 28.521275], [115.896687, 28.521066], [115.895620, 28.520679], [115.894452, 28.518321], [115.894302, 28.517699], [115.894404, 28.517287], [115.893956, 28.515458], [115.893643, 28.515541], [115.893244, 28.514625], [115.892814, 28.514794], [115.892600, 28.514758], [115.891909, 28.514962], [115.891858, 28.514976], [115.892063, 28.515822], [115.891536, 28.515939], [115.891800, 28.516750], [115.891488, 28.516799], [115.891504, 28.517144], [115.891403, 28.517453], [115.891613, 28.517937], [115.891026, 28.518139], [115.890656, 28.518171], [115.890366, 28.517997], [115.890267, 28.518133], [115.890344, 28.518254], [115.889642, 28.518284], [115.888489, 28.518740], [115.888272, 28.518928], [115.888251, 28.519117], [115.888560, 28.519412], [115.888966, 28.519639], [115.888557, 28.519671], [115.888262, 28.519909], [115.888042, 28.520476], [115.885776, 28.519408], [115.884279, 28.519156], [115.884396, 28.518743], [115.884243, 28.518518], [115.884324, 28.518157], [115.884190, 28.517984], [115.884134, 28.517708], [115.881174, 28.517858], [115.881245, 28.518513], [115.881165, 28.518685], [115.879946, 28.518073], [115.878657, 28.516548], [115.878030, 28.518869], [115.876604, 28.519341], [115.877175, 28.520516], [115.876961, 28.520583], [115.877187, 28.521308], [115.877088, 28.521480], [115.876562, 28.521493], [115.876220, 28.520664], [115.875499, 28.520831], [115.875608, 28.521572], [115.875489, 28.521778], [115.875176, 28.521896], [115.874671, 28.521445], [115.874307, 28.520943], [115.874070, 28.521182], [115.873857, 28.521129], [115.873881, 28.520630], [115.873046, 28.520589], [115.873059, 28.521158], [115.872629, 28.521310], [115.872386, 28.520361], [115.871984, 28.519720], [115.871809, 28.519719], [115.871570, 28.519886], [115.871259, 28.519522], [115.871565, 28.519246], [115.871104, 28.518705], [115.870503, 28.519197], [115.870213, 28.519261], [115.870153, 28.519446], [115.869858, 28.519723], [115.869495, 28.519803], [115.869070, 28.520265], [115.868563, 28.520372], [115.868243, 28.520804], [115.868075, 28.520834], [115.867727, 28.520583], [115.867590, 28.520353], [115.867593, 28.520480], [115.867605, 28.520923], [115.866354, 28.521311], [115.866114, 28.521490], [115.865968, 28.521383], [115.865766, 28.520632], [115.865628, 28.520376], [115.865617, 28.519483], [115.865129, 28.519269], [115.864419, 28.519525], [115.864410, 28.519649], [115.864672, 28.520047], [115.864172, 28.520373], [115.864024, 28.520396], [115.863691, 28.520133], [115.862798, 28.519805], [115.862709, 28.519587], [115.862025, 28.519427], [115.861983, 28.519322], [115.861496, 28.519095], [115.861640, 28.518724], [115.861061, 28.518509], [115.860192, 28.518474], [115.859925, 28.517920], [115.859900, 28.517634], [115.859466, 28.517570], [115.858868, 28.517875], [115.859074, 28.518193], [115.858504, 28.518474], [115.858444, 28.518908], [115.857647, 28.518809], [115.856658, 28.518809], [115.857093, 28.520002], [115.857364, 28.520215], [115.857523, 28.520818], [115.857732, 28.520961], [115.857976, 28.521883], [115.857471, 28.521976], [115.857334, 28.522157], [115.856864, 28.522369], [115.856666, 28.522170], [115.856833, 28.521895], [115.856806, 28.521697], [115.856619, 28.521602], [115.856556, 28.521383], [115.856456, 28.521387], [115.856493, 28.521242], [115.856216, 28.520648], [115.856189, 28.520588], [115.855617, 28.520663], [115.855366, 28.519980], [115.855420, 28.519897], [115.854720, 28.518737], [115.854766, 28.518357], [115.854660, 28.518310], [115.854630, 28.517851], [115.854119, 28.517210], [115.853704, 28.515660], [115.853599, 28.515409], [115.853423, 28.515341], [115.852462, 28.515511], [115.849028, 28.516549], [115.848002, 28.516798], [115.847056, 28.516842], [115.846476, 28.516781], [115.844911, 28.516185], [115.843266, 28.515813], [115.842899, 28.515637], [115.842825, 28.515663], [115.842120, 28.515244], [115.842055, 28.515208], [115.841910, 28.515496], [115.841971, 28.515739], [115.840124, 28.515493], [115.839348, 28.515810], [115.837238, 28.518535], [115.836855, 28.519263], [115.836918, 28.520425], [115.837323, 28.520342], [115.837206, 28.520756], [115.837755, 28.521955], [115.837605, 28.522054], [115.838181, 28.522456], [115.838965, 28.522793], [115.839789, 28.522799], [115.840691, 28.522689], [115.842133, 28.522731], [115.842145, 28.523379], [115.842516, 28.523747], [115.842382, 28.524012], [115.842734, 28.524413], [115.842619, 28.524561], [115.842766, 28.524911], [115.841844, 28.525203], [115.842024, 28.525934], [115.841629, 28.526031], [115.841704, 28.526906], [115.841623, 28.527455], [115.841252, 28.527494], [115.841422, 28.527932], [115.841434, 28.528153], [115.841075, 28.528898], [115.840940, 28.528831], [115.840818, 28.528950], [115.840651, 28.528799], [115.840699, 28.528698], [115.840122, 28.528353], [115.839828, 28.528728], [115.839287, 28.528814], [115.839183, 28.529015], [115.839855, 28.529277], [115.839640, 28.529783], [115.839889, 28.529839], [115.839921, 28.529971], [115.839570, 28.530661], [115.839703, 28.530782], [115.840202, 28.530851], [115.840593, 28.530250], [115.840820, 28.530479], [115.841156, 28.530606], [115.841209, 28.530738], [115.840451, 28.531772], [115.840131, 28.531991], [115.839906, 28.532276], [115.839574, 28.532376], [115.839021, 28.532969], [115.838763, 28.533098], [115.837880, 28.532961], [115.837529, 28.533078], [115.836921, 28.533677], [115.836664, 28.533748], [115.836568, 28.533902], [115.836648, 28.534586], [115.835195, 28.534822], [115.834416, 28.535073], [115.834429, 28.535127], [115.834185, 28.535227], [115.834091, 28.535161], [115.833740, 28.535672], [115.833577, 28.535790], [115.833044, 28.535762], [115.832781, 28.536340], [115.832594, 28.537257], [115.832813, 28.537472], [115.832832, 28.537720], [115.832020, 28.538785], [115.831333, 28.539372], [115.831271, 28.539526], [115.831364, 28.539815], [115.831317, 28.540112], [115.830793, 28.541223], [115.830792, 28.541387], [115.831015, 28.541769], [115.831834, 28.542516], [115.832151, 28.542696], [115.832395, 28.543053], [115.832862, 28.543507], [115.832899, 28.543839], [115.832516, 28.545406], [115.833002, 28.546340], [115.832750, 28.546631], [115.831646, 28.547172], [115.831405, 28.549079], [115.831455, 28.549914], [115.831697, 28.550522], [115.832768, 28.550896], [115.833445, 28.552934], [115.833623, 28.552851], [115.833915, 28.553094], [115.835163, 28.552454], [115.836042, 28.553056], [115.836478, 28.553827], [115.836877, 28.554091], [115.839729, 28.554717], [115.840378, 28.555004], [115.840647, 28.555941], [115.839850, 28.556469], [115.838719, 28.556127], [115.838166, 28.555872], [115.837977, 28.555954], [115.838066, 28.556299], [115.837882, 28.556518], [115.837897, 28.557102], [115.837660, 28.557358], [115.837765, 28.557515], [115.837714, 28.557672], [115.837138, 28.557787], [115.836931, 28.557943], [115.836520, 28.558555], [115.835822, 28.559101], [115.835702, 28.559437], [115.835853, 28.559635], [115.836769, 28.559653], [115.837419, 28.559928], [115.837726, 28.559857], [115.837933, 28.559981], [115.838507, 28.560822], [115.838866, 28.561045], [115.839588, 28.561086], [115.840419, 28.561325], [115.841981, 28.562087], [115.843420, 28.562610], [115.844883, 28.562275], [115.845009, 28.563258], [115.844599, 28.563359], [115.844226, 28.563700], [115.843204, 28.566481], [115.844635, 28.567248], [115.844666, 28.567954], [115.844525, 28.568470], [115.844748, 28.569437], [115.844785, 28.569591], [115.845656, 28.569907], [115.847115, 28.570021], [115.847972, 28.569837], [115.849984, 28.569179], [115.849928, 28.568903], [115.850739, 28.568516], [115.850937, 28.568507], [115.851114, 28.568322], [115.851345, 28.568531], [115.851602, 28.568584], [115.851900, 28.569093], [115.852485, 28.568973], [115.852930, 28.568810], [115.853507, 28.568401], [115.853521, 28.568091], [115.853408, 28.567780], [115.853400, 28.567363], [115.853478, 28.567282], [115.854399, 28.566991], [115.854630, 28.567042], [115.855481, 28.566689], [115.855897, 28.567076], [115.856157, 28.567009], [115.856229, 28.566855], [115.856140, 28.566612], [115.856715, 28.566542], [115.856850, 28.566431], [115.856819, 28.566010], [115.858301, 28.565827], [115.858578, 28.566059], [115.858893, 28.566731], [115.859904, 28.567221], [115.860501, 28.569030], [115.860613, 28.569724], [115.860565, 28.570725], [115.860450, 28.573112], [115.860599, 28.573590], [115.861101, 28.573372], [115.861153, 28.573866], [115.861325, 28.573952], [115.862156, 28.573550], [115.862265, 28.574129], [115.862717, 28.575068], [115.862561, 28.575271], [115.863387, 28.577131], [115.863577, 28.577354], [115.864583, 28.576714], [115.864757, 28.576698], [115.866139, 28.578682], [115.867341, 28.579970], [115.867450, 28.580566], [115.868637, 28.582311], [115.876644, 28.581953], [115.887115, 28.581350], [115.889862, 28.580898], [115.894153, 28.586023], [115.893295, 28.591600], [115.900820, 28.591574], [115.900736, 28.590778], [115.900442, 28.590059], [115.900504, 28.589689], [115.900447, 28.589549], [115.900288, 28.589510], [115.900139, 28.589368], [115.900059, 28.589027], [115.900022, 28.588501], [115.900199, 28.588370], [115.900535, 28.588313], [115.900536, 28.588210], [115.899866, 28.586548], [115.899903, 28.586201], [115.900005, 28.586128], [115.902209, 28.586175], [115.902514, 28.586636], [115.902765, 28.586697], [115.902988, 28.586980], [115.903637, 28.586690], [115.905360, 28.586289], [115.905570, 28.586299], [115.906411, 28.589279], [115.906604, 28.590219], [115.908319, 28.580644], [115.909182, 28.575829], [115.909253, 28.575435], [115.909650, 28.573217], [115.909989, 28.571325], [115.910325, 28.569452], [115.910600, 28.567916], [115.911722, 28.567903], [115.911831, 28.567692], [115.911766, 28.567491], [115.911566, 28.567466], [115.911608, 28.567277], [115.911770, 28.567102], [115.911723, 28.566488], [115.912244, 28.566410], [115.912575, 28.566720], [115.912568, 28.567356], [115.913170, 28.567314], [115.913166, 28.567585], [115.914689, 28.567539], [115.914734, 28.567080], [115.915075, 28.567066], [115.914958, 28.563868], [115.914483, 28.563834], [115.914486, 28.563685], [115.914511, 28.562468], [115.914685, 28.561489], [115.914673, 28.560247], [115.914873, 28.559523], [115.915468, 28.559444], [115.915516, 28.559436], [115.915483, 28.558914], [115.915665, 28.558753], [115.915575, 28.558646], [115.915576, 28.558506], [115.915716, 28.558473], [115.915886, 28.558309], [115.915792, 28.558062], [115.915967, 28.557813], [115.915835, 28.557180], [115.915703, 28.556921], [115.915886, 28.556837], [115.915242, 28.555421], [115.915690, 28.555302], [115.915476, 28.553685], [115.915621, 28.553639], [115.915436, 28.553288], [115.913305, 28.553343], [115.913843, 28.550455], [115.915007, 28.550331], [115.915156, 28.549056], [115.915665, 28.549125], [115.916143, 28.549069], [115.916154, 28.548713], [115.916581, 28.548672], [115.916538, 28.548539], [115.916364, 28.548389], [115.916269, 28.547784], [115.916211, 28.547764], [115.916179, 28.547268], [115.916900, 28.547281], [115.916875, 28.546883], [115.916145, 28.544874], [115.917276, 28.544679], [115.917352, 28.544410], [115.917320, 28.543965], [115.917166, 28.543354], [115.915733, 28.543915], [115.915326, 28.543075], [115.915864, 28.541719], [115.917630, 28.539515], [115.919700, 28.536931], [115.919697, 28.537947], [115.920977, 28.537946], [115.920942, 28.537758], [115.920775, 28.537654], [115.921199, 28.537562], [115.921453, 28.537673], [115.921395, 28.536741], [115.921041, 28.536798], [115.920774, 28.535893], [115.924619, 28.535749], [115.930971, 28.535511], [115.931057, 28.535209], [115.932301, 28.533173], [115.929941, 28.532155], [115.927195, 28.530723], [115.926551, 28.529252], [115.927248, 28.528412], [115.927577, 28.528016], [115.930596, 28.524378], [115.931057, 28.523823], [115.928225, 28.522051], [115.926122, 28.520128], [115.924920, 28.519336], [115.922485, 28.518478]]] } } + , + { "type": "Feature", "properties": { "NAME": "南昌县银三角管理委员会" }, "geometry": { "type": "Polygon", "coordinates": [[[115.942938, 28.564544], [115.942688, 28.564517], [115.939856, 28.564203], [115.939513, 28.565259], [115.938311, 28.564656], [115.937453, 28.565862], [115.938140, 28.567822], [115.938140, 28.569028], [115.939341, 28.569933], [115.941916, 28.569782], [115.942775, 28.570385], [115.943805, 28.569330], [115.945634, 28.569133], [115.945786, 28.568809], [115.946077, 28.566857], [115.946210, 28.566030], [115.946705, 28.564266], [115.946690, 28.564116], [115.946913, 28.563704], [115.946438, 28.563450], [115.945564, 28.564248], [115.943329, 28.563484], [115.942938, 28.564544]]] } } + , + { "type": "Feature", "properties": { "NAME": "南昌县银三角管理委员会" }, "geometry": { "type": "Polygon", "coordinates": [[[115.943671, 28.503601], [115.943328, 28.501489], [115.943156, 28.500433], [115.942985, 28.499377], [115.941955, 28.498623], [115.941440, 28.497416], [115.940410, 28.496963], [115.940238, 28.495455], [115.939895, 28.494851], [115.939723, 28.493644], [115.939380, 28.491381], [115.938865, 28.491381], [115.935603, 28.494851], [115.934745, 28.494700], [115.933715, 28.493644], [115.933200, 28.494549], [115.932342, 28.495304], [115.932685, 28.496511], [115.931456, 28.497665], [115.932192, 28.497761], [115.932379, 28.497938], [115.932396, 28.498151], [115.932194, 28.498078], [115.931489, 28.498184], [115.931314, 28.497820], [115.930649, 28.498230], [115.929573, 28.498691], [115.928780, 28.499164], [115.927403, 28.500481], [115.927090, 28.500617], [115.925220, 28.502373], [115.922611, 28.505245], [115.922997, 28.505539], [115.923194, 28.505938], [115.923199, 28.506105], [115.922703, 28.506722], [115.922869, 28.506913], [115.922834, 28.507031], [115.921244, 28.508415], [115.920544, 28.508937], [115.921427, 28.509798], [115.921211, 28.509979], [115.920904, 28.509781], [115.920648, 28.509234], [115.920442, 28.509084], [115.920219, 28.509248], [115.920246, 28.509906], [115.920142, 28.510272], [115.919678, 28.510989], [115.918281, 28.511913], [115.918110, 28.512309], [115.917688, 28.512813], [115.916037, 28.513740], [115.915791, 28.514141], [115.915568, 28.515696], [115.916209, 28.515932], [115.916343, 28.515898], [115.916694, 28.516067], [115.917004, 28.515939], [115.917140, 28.515733], [115.917466, 28.515961], [115.917767, 28.516058], [115.918108, 28.516021], [115.918485, 28.515981], [115.918614, 28.515828], [115.918787, 28.516026], [115.918861, 28.516026], [115.919078, 28.515756], [115.919633, 28.515310], [115.920157, 28.515244], [115.920319, 28.515115], [115.920349, 28.514855], [115.920571, 28.514774], [115.921142, 28.516045], [115.922003, 28.517710], [115.922485, 28.518478], [115.924920, 28.519336], [115.926122, 28.520128], [115.928225, 28.522051], [115.931057, 28.523823], [115.930596, 28.524378], [115.927577, 28.528016], [115.927248, 28.528412], [115.926551, 28.529252], [115.927195, 28.530723], [115.929941, 28.532155], [115.932301, 28.533173], [115.931057, 28.535209], [115.930971, 28.535511], [115.931831, 28.535474], [115.935532, 28.535317], [115.936293, 28.535285], [115.936936, 28.535285], [115.936968, 28.536062], [115.936997, 28.536756], [115.937065, 28.538376], [115.939082, 28.538340], [115.939082, 28.536685], [115.939082, 28.536063], [115.939082, 28.535135], [115.941000, 28.535283], [115.941526, 28.535323], [115.942000, 28.535360], [115.941915, 28.533626], [115.943054, 28.533613], [115.944361, 28.533597], [115.945093, 28.533588], [115.945116, 28.531844], [115.945156, 28.528900], [115.945182, 28.526953], [115.945193, 28.526123], [115.945216, 28.524418], [115.945307, 28.522096], [115.945325, 28.521638], [115.945388, 28.520043], [115.945442, 28.519233], [115.945452, 28.519084], [115.945629, 28.516442], [115.945634, 28.516373], [115.945642, 28.516248], [115.945731, 28.514915], [115.946097, 28.512426], [115.946418, 28.510239], [115.946418, 28.506029], [115.946418, 28.505261], [115.946342, 28.504892], [115.946075, 28.503601], [115.943671, 28.503601]]] } } + , + { "type": "Feature", "properties": { "NAME": "南昌县银三角管理委员会" }, "geometry": { "type": "Polygon", "coordinates": [[[115.983944, 28.498751], [115.984217, 28.498081], [115.986194, 28.496921], [115.989606, 28.495302], [115.990515, 28.493736], [115.990618, 28.492398], [115.990003, 28.491210], [115.986971, 28.487394], [115.986911, 28.487319], [115.985566, 28.487778], [115.983858, 28.488863], [115.981639, 28.487186], [115.981853, 28.486172], [115.981466, 28.486197], [115.981469, 28.485913], [115.981761, 28.485690], [115.981408, 28.485544], [115.981744, 28.484045], [115.982043, 28.483395], [115.981439, 28.483322], [115.981202, 28.483374], [115.979307, 28.483159], [115.978635, 28.482980], [115.977785, 28.483162], [115.977339, 28.483340], [115.976398, 28.483533], [115.975782, 28.483618], [115.975772, 28.483900], [115.975520, 28.484106], [115.975354, 28.484104], [115.975400, 28.484642], [115.975251, 28.484935], [115.975225, 28.485486], [115.975315, 28.485523], [115.975320, 28.485664], [115.975158, 28.485957], [115.975018, 28.485998], [115.974931, 28.486443], [115.974035, 28.487126], [115.973452, 28.487726], [115.972891, 28.488570], [115.972559, 28.488475], [115.972420, 28.488474], [115.972377, 28.488565], [115.971567, 28.488547], [115.971423, 28.488595], [115.971360, 28.488715], [115.971120, 28.488749], [115.971070, 28.488875], [115.970465, 28.488996], [115.970293, 28.488904], [115.970398, 28.488659], [115.970350, 28.488546], [115.970247, 28.488494], [115.970185, 28.488544], [115.970050, 28.488416], [115.969909, 28.488599], [115.969498, 28.488454], [115.968784, 28.488852], [115.968646, 28.489051], [115.968588, 28.489489], [115.968735, 28.490256], [115.968645, 28.490599], [115.968244, 28.491463], [115.967784, 28.492242], [115.967159, 28.492500], [115.966360, 28.492485], [115.965231, 28.492395], [115.964973, 28.492314], [115.964653, 28.492076], [115.964587, 28.492161], [115.964505, 28.492330], [115.964601, 28.492388], [115.964476, 28.492786], [115.964532, 28.493356], [115.965388, 28.493069], [115.965460, 28.493366], [115.965374, 28.493380], [115.965423, 28.493606], [115.964893, 28.493651], [115.964913, 28.493907], [115.966497, 28.493898], [115.966798, 28.493977], [115.967176, 28.494312], [115.967189, 28.494733], [115.967413, 28.495116], [115.967959, 28.495785], [115.967789, 28.496633], [115.967908, 28.496744], [115.967743, 28.496839], [115.967222, 28.497034], [115.967041, 28.496811], [115.966830, 28.496889], [115.965828, 28.497426], [115.965917, 28.497673], [115.965385, 28.497868], [115.965173, 28.498027], [115.965184, 28.498342], [115.964488, 28.498400], [115.964479, 28.498757], [115.964564, 28.498773], [115.964415, 28.498927], [115.964407, 28.499143], [115.964189, 28.499306], [115.964321, 28.499444], [115.964340, 28.499811], [115.964078, 28.499818], [115.964102, 28.500275], [115.963937, 28.500359], [115.964067, 28.501043], [115.963838, 28.501101], [115.963843, 28.501171], [115.963244, 28.501236], [115.962330, 28.500964], [115.962304, 28.500704], [115.961599, 28.500721], [115.960881, 28.500700], [115.960825, 28.500513], [115.960616, 28.500426], [115.959552, 28.500179], [115.959541, 28.503060], [115.958402, 28.503094], [115.958348, 28.502752], [115.957903, 28.502326], [115.957812, 28.502320], [115.957792, 28.503173], [115.957768, 28.503312], [115.957613, 28.503456], [115.957323, 28.503398], [115.957137, 28.503231], [115.956411, 28.503406], [115.956403, 28.504169], [115.955072, 28.504106], [115.955104, 28.503715], [115.954397, 28.503833], [115.954381, 28.503767], [115.954298, 28.503431], [115.952941, 28.503752], [115.953456, 28.505261], [115.949679, 28.506015], [115.949336, 28.508127], [115.949164, 28.510691], [115.947684, 28.510447], [115.947277, 28.510380], [115.947276, 28.513708], [115.947963, 28.516122], [115.948649, 28.515066], [115.948477, 28.513256], [115.951052, 28.512954], [115.951396, 28.508730], [115.957576, 28.507524], [115.957576, 28.505412], [115.960494, 28.504205], [115.960660, 28.505714], [115.961009, 28.508881], [115.961696, 28.511445], [115.959636, 28.513105], [115.958606, 28.517328], [115.959293, 28.518988], [115.958606, 28.519440], [115.955516, 28.518535], [115.954897, 28.521252], [115.954486, 28.523060], [115.951396, 28.522758], [115.951224, 28.523814], [115.950538, 28.523362], [115.948478, 28.529092], [115.949508, 28.529243], [115.949967, 28.531133], [115.950367, 28.531507], [115.950950, 28.531348], [115.951223, 28.531456], [115.951361, 28.531612], [115.951459, 28.531622], [115.951611, 28.531501], [115.951980, 28.531869], [115.952367, 28.532083], [115.952721, 28.532424], [115.952475, 28.533170], [115.953173, 28.533344], [115.952379, 28.535057], [115.952156, 28.536155], [115.952683, 28.536210], [115.953523, 28.536218], [115.953762, 28.536084], [115.954026, 28.536050], [115.954544, 28.535714], [115.954928, 28.535622], [115.955358, 28.535128], [115.956110, 28.534441], [115.956347, 28.534608], [115.956977, 28.534262], [115.957173, 28.533996], [115.957838, 28.533747], [115.958209, 28.533458], [115.958241, 28.533308], [115.958731, 28.533191], [115.959102, 28.532765], [115.959256, 28.532424], [115.959599, 28.532290], [115.959888, 28.532444], [115.959993, 28.532331], [115.960523, 28.532715], [115.960832, 28.532851], [115.961220, 28.532407], [115.961478, 28.532528], [115.961751, 28.532280], [115.961772, 28.532056], [115.961154, 28.531740], [115.961484, 28.531360], [115.961705, 28.530942], [115.961576, 28.530873], [115.961730, 28.530504], [115.961922, 28.530306], [115.961835, 28.530236], [115.961928, 28.530111], [115.962079, 28.530166], [115.962342, 28.529726], [115.962745, 28.529839], [115.962837, 28.529425], [115.963294, 28.529393], [115.963259, 28.529790], [115.963538, 28.529779], [115.963435, 28.529043], [115.963485, 28.528715], [115.963672, 28.528607], [115.963679, 28.528425], [115.963923, 28.528414], [115.964022, 28.528323], [115.963998, 28.528099], [115.964762, 28.528048], [115.964810, 28.527843], [115.965499, 28.527840], [115.965485, 28.528288], [115.965630, 28.528230], [115.965733, 28.528277], [115.965838, 28.528154], [115.966030, 28.528161], [115.966164, 28.528720], [115.966492, 28.528600], [115.967214, 28.528502], [115.967279, 28.528763], [115.967591, 28.528661], [115.967907, 28.528655], [115.968048, 28.529122], [115.969738, 28.528559], [115.970050, 28.528956], [115.970314, 28.528922], [115.970393, 28.528817], [115.971042, 28.528755], [115.971260, 28.528644], [115.971632, 28.527758], [115.971542, 28.526883], [115.970551, 28.524818], [115.970314, 28.524651], [115.970086, 28.524648], [115.969583, 28.523625], [115.969243, 28.523452], [115.969012, 28.523186], [115.969182, 28.522728], [115.969400, 28.522762], [115.969665, 28.522687], [115.969530, 28.522156], [115.969538, 28.521836], [115.969627, 28.521787], [115.969587, 28.521086], [115.969722, 28.520515], [115.969647, 28.520240], [115.969670, 28.520011], [115.969857, 28.519686], [115.969887, 28.519303], [115.970034, 28.519130], [115.970754, 28.519211], [115.970911, 28.519094], [115.971211, 28.519138], [115.972192, 28.518942], [115.972833, 28.518661], [115.972934, 28.518872], [115.972801, 28.519264], [115.972945, 28.519338], [115.973371, 28.519261], [115.973498, 28.519020], [115.973939, 28.518972], [115.974099, 28.519189], [115.974125, 28.519521], [115.975092, 28.519641], [115.975297, 28.519715], [115.975439, 28.519926], [115.976348, 28.519522], [115.976294, 28.519962], [115.976492, 28.520212], [115.976783, 28.521101], [115.976924, 28.521306], [115.977152, 28.521397], [115.978126, 28.521229], [115.978834, 28.520978], [115.979807, 28.521131], [115.979999, 28.521337], [115.980345, 28.522380], [115.980532, 28.522399], [115.980896, 28.522204], [115.981485, 28.522051], [115.981561, 28.521865], [115.981781, 28.521751], [115.981751, 28.521630], [115.981874, 28.521152], [115.981775, 28.521118], [115.981789, 28.520942], [115.988818, 28.517928], [115.988038, 28.516495], [115.987868, 28.515807], [115.987798, 28.515526], [115.988225, 28.514344], [115.990982, 28.511131], [115.992275, 28.509456], [115.992607, 28.508134], [115.992296, 28.507286], [115.991209, 28.506391], [115.986384, 28.505336], [115.985048, 28.504628], [115.984894, 28.504456], [115.983544, 28.502958], [115.983289, 28.501616], [115.983576, 28.499650], [115.983944, 28.498751]]] } } + , + { "type": "Feature", "properties": { "NAME": "南昌市五星垦殖场" }, "geometry": { "type": "Polygon", "coordinates": [[[116.318805, 28.761888], [116.319729, 28.759177], [116.319838, 28.757997], [116.319904, 28.752760], [116.319861, 28.751533], [116.319646, 28.750171], [116.319596, 28.749341], [116.319894, 28.746468], [116.319815, 28.746175], [116.319953, 28.745204], [116.320211, 28.744270], [116.317775, 28.742422], [116.316491, 28.741451], [116.314683, 28.739937], [116.312981, 28.738814], [116.310679, 28.737943], [116.309337, 28.737555], [116.305278, 28.736908], [116.302423, 28.736275], [116.300708, 28.735507], [116.299731, 28.734644], [116.296158, 28.731045], [116.294972, 28.729359], [116.294378, 28.728734], [116.293791, 28.728170], [116.292951, 28.727685], [116.291345, 28.727155], [116.289864, 28.726895], [116.287977, 28.726965], [116.284423, 28.727260], [116.283455, 28.727208], [116.282870, 28.727060], [116.282826, 28.727142], [116.279630, 28.726196], [116.277483, 28.725059], [116.277464, 28.726363], [116.277879, 28.730080], [116.278145, 28.731490], [116.278243, 28.731510], [116.278419, 28.731907], [116.278949, 28.733551], [116.280324, 28.736552], [116.282519, 28.740350], [116.283465, 28.741687], [116.283713, 28.741933], [116.283777, 28.742317], [116.284025, 28.743191], [116.284149, 28.744081], [116.283733, 28.744931], [116.283510, 28.745921], [116.283355, 28.747333], [116.283416, 28.748048], [116.283787, 28.749549], [116.283869, 28.750404], [116.283711, 28.751160], [116.281770, 28.754037], [116.278729, 28.753845], [116.277591, 28.754164], [116.276791, 28.754181], [116.273972, 28.754160], [116.272630, 28.754306], [116.271506, 28.754481], [116.270978, 28.754785], [116.269304, 28.755054], [116.268327, 28.755211], [116.267139, 28.755194], [116.266497, 28.755114], [116.265042, 28.755123], [116.264842, 28.755048], [116.264286, 28.755050], [116.264065, 28.754946], [116.263875, 28.755042], [116.263508, 28.755070], [116.262635, 28.754849], [116.261780, 28.754775], [116.260695, 28.754935], [116.260876, 28.755250], [116.260858, 28.755387], [116.260718, 28.755533], [116.259241, 28.756098], [116.258016, 28.756444], [116.257605, 28.755857], [116.257415, 28.755365], [116.257004, 28.755319], [116.256706, 28.755170], [116.256139, 28.754554], [116.256029, 28.754034], [116.255350, 28.753047], [116.251800, 28.751779], [116.250905, 28.751093], [116.249494, 28.750594], [116.248813, 28.749796], [116.248576, 28.749641], [116.246296, 28.748156], [116.245830, 28.747435], [116.244933, 28.746901], [116.242330, 28.746258], [116.241944, 28.746159], [116.240366, 28.747222], [116.238219, 28.747841], [116.233128, 28.750903], [116.231913, 28.751086], [116.229555, 28.751263], [116.227368, 28.751551], [116.226326, 28.751688], [116.222130, 28.752835], [116.220892, 28.753112], [116.220063, 28.753155], [116.218679, 28.753228], [116.217113, 28.752716], [116.215270, 28.751006], [116.213137, 28.750051], [116.209488, 28.751610], [116.206483, 28.752731], [116.200281, 28.752389], [116.199230, 28.752799], [116.198207, 28.753199], [116.195908, 28.755395], [116.192941, 28.761118], [116.192447, 28.761422], [116.191007, 28.762307], [116.188732, 28.762480], [116.187419, 28.762309], [116.186972, 28.763172], [116.186783, 28.763119], [116.186082, 28.764669], [116.185828, 28.766274], [116.186010, 28.768772], [116.186483, 28.770308], [116.187691, 28.770741], [116.187112, 28.772486], [116.183958, 28.778360], [116.184595, 28.779640], [116.185444, 28.780479], [116.185895, 28.781680], [116.186593, 28.782239], [116.187343, 28.782457], [116.187216, 28.783098], [116.186779, 28.783310], [116.186897, 28.783675], [116.186416, 28.783724], [116.186428, 28.784434], [116.186288, 28.784487], [116.186278, 28.784680], [116.186442, 28.784827], [116.187388, 28.784407], [116.187833, 28.785511], [116.187361, 28.786016], [116.188062, 28.786697], [116.188339, 28.787099], [116.188845, 28.788183], [116.189178, 28.788231], [116.189673, 28.788302], [116.192025, 28.788947], [116.193268, 28.789446], [116.194414, 28.790186], [116.195789, 28.791266], [116.197704, 28.792234], [116.198349, 28.792490], [116.198876, 28.792450], [116.198990, 28.793085], [116.199996, 28.793026], [116.200669, 28.792733], [116.201583, 28.792081], [116.201849, 28.791744], [116.201543, 28.791087], [116.201855, 28.790941], [116.202116, 28.791301], [116.205221, 28.789052], [116.207456, 28.787328], [116.208822, 28.786588], [116.210419, 28.786388], [116.211354, 28.786889], [116.212335, 28.787557], [116.212893, 28.788223], [116.214059, 28.789223], [116.215744, 28.789811], [116.216246, 28.789741], [116.217606, 28.789552], [116.217577, 28.790710], [116.216740, 28.791040], [116.216794, 28.791689], [116.215144, 28.797227], [116.214972, 28.798953], [116.215753, 28.800841], [116.215775, 28.803262], [116.221825, 28.805053], [116.227464, 28.805976], [116.232036, 28.807388], [116.236289, 28.807986], [116.238484, 28.807862], [116.238801, 28.807698], [116.240819, 28.807658], [116.241512, 28.807429], [116.241658, 28.807243], [116.241706, 28.807042], [116.243418, 28.807050], [116.244989, 28.806791], [116.246694, 28.806215], [116.248564, 28.805272], [116.249891, 28.804442], [116.250636, 28.803885], [116.251795, 28.803237], [116.255026, 28.802490], [116.255625, 28.802427], [116.258652, 28.802656], [116.262197, 28.803302], [116.267034, 28.803624], [116.269017, 28.804053], [116.269949, 28.804555], [116.270463, 28.805003], [116.271714, 28.806762], [116.272223, 28.807605], [116.272754, 28.808076], [116.273440, 28.805298], [116.274424, 28.802594], [116.274655, 28.801663], [116.274322, 28.798341], [116.274522, 28.796898], [116.274882, 28.795182], [116.275499, 28.793152], [116.276069, 28.791919], [116.276148, 28.790988], [116.276106, 28.790642], [116.275697, 28.789924], [116.275904, 28.789181], [116.276127, 28.789025], [116.276774, 28.789090], [116.282723, 28.790159], [116.284031, 28.790375], [116.285403, 28.790767], [116.286371, 28.790566], [116.289601, 28.790901], [116.290215, 28.790878], [116.290671, 28.790924], [116.292006, 28.791319], [116.292406, 28.791362], [116.292828, 28.791347], [116.294450, 28.790877], [116.296460, 28.789837], [116.297180, 28.789399], [116.301064, 28.786451], [116.301797, 28.786030], [116.302699, 28.785784], [116.302926, 28.785585], [116.303015, 28.785117], [116.302729, 28.783602], [116.303081, 28.781956], [116.303142, 28.780927], [116.303260, 28.780517], [116.304348, 28.777981], [116.304623, 28.777610], [116.306713, 28.776044], [116.311705, 28.773748], [116.312591, 28.773279], [116.314359, 28.772101], [116.316366, 28.768799], [116.317097, 28.767178], [116.317354, 28.766266], [116.317738, 28.764336], [116.318360, 28.762771], [116.318805, 28.761888]]] } } + , + { "type": "Feature", "properties": { "NAME": "江西省良种繁殖场" }, "geometry": { "type": "Polygon", "coordinates": [[[115.947277, 28.510380], [115.947684, 28.510447], [115.949164, 28.510691], [115.949336, 28.508127], [115.949679, 28.506015], [115.953456, 28.505261], [115.952941, 28.503752], [115.954298, 28.503431], [115.954317, 28.502731], [115.954191, 28.502699], [115.954117, 28.501961], [115.952998, 28.502022], [115.950712, 28.502375], [115.950172, 28.502391], [115.950150, 28.501686], [115.949979, 28.501604], [115.949950, 28.501489], [115.949658, 28.501532], [115.949608, 28.501317], [115.948719, 28.501211], [115.948121, 28.501230], [115.948013, 28.501076], [115.947794, 28.500997], [115.947385, 28.501234], [115.947198, 28.501346], [115.947988, 28.493909], [115.948289, 28.493954], [115.948327, 28.493428], [115.949310, 28.491262], [115.949722, 28.490736], [115.949933, 28.490658], [115.949903, 28.490251], [115.950162, 28.489537], [115.949911, 28.489430], [115.949862, 28.489522], [115.949386, 28.489353], [115.949439, 28.489298], [115.948565, 28.489239], [115.948828, 28.485296], [115.949121, 28.482325], [115.948939, 28.482332], [115.948414, 28.482748], [115.947823, 28.483464], [115.947433, 28.483781], [115.947388, 28.483978], [115.946493, 28.483982], [115.946214, 28.484139], [115.945641, 28.484180], [115.945248, 28.484343], [115.945160, 28.484500], [115.945047, 28.485262], [115.944713, 28.486108], [115.944378, 28.486142], [115.943559, 28.486729], [115.943335, 28.486903], [115.943063, 28.487360], [115.942905, 28.487359], [115.942437, 28.486903], [115.942350, 28.486915], [115.942127, 28.487305], [115.941674, 28.487137], [115.942107, 28.486445], [115.941936, 28.486205], [115.941452, 28.485851], [115.941665, 28.485553], [115.941822, 28.485614], [115.941885, 28.485505], [115.941773, 28.485314], [115.941894, 28.485126], [115.941752, 28.485040], [115.941878, 28.484763], [115.941766, 28.484497], [115.941228, 28.484322], [115.941293, 28.484054], [115.941180, 28.483901], [115.940882, 28.484063], [115.940505, 28.484008], [115.940422, 28.484206], [115.940193, 28.484132], [115.940001, 28.484674], [115.939792, 28.485001], [115.939507, 28.484868], [115.939326, 28.485296], [115.939255, 28.485220], [115.938204, 28.485100], [115.937652, 28.484943], [115.937500, 28.484326], [115.937336, 28.484067], [115.937491, 28.483352], [115.937723, 28.483008], [115.936526, 28.482597], [115.935371, 28.483852], [115.934944, 28.484686], [115.933246, 28.483954], [115.933127, 28.483666], [115.932946, 28.483589], [115.932502, 28.483543], [115.932136, 28.483404], [115.931586, 28.483366], [115.931382, 28.483208], [115.931249, 28.483233], [115.931323, 28.483271], [115.931178, 28.483389], [115.931071, 28.483809], [115.931366, 28.483805], [115.931484, 28.483912], [115.931473, 28.484207], [115.931600, 28.484201], [115.931632, 28.484272], [115.931673, 28.484879], [115.931370, 28.484982], [115.931622, 28.485282], [115.931676, 28.485451], [115.931601, 28.486508], [115.931226, 28.486673], [115.931023, 28.486994], [115.930704, 28.487069], [115.930495, 28.487291], [115.930349, 28.487563], [115.930344, 28.488069], [115.930003, 28.488727], [115.930026, 28.488812], [115.930247, 28.488919], [115.930661, 28.488965], [115.930601, 28.489421], [115.930736, 28.489422], [115.930596, 28.489947], [115.930468, 28.489981], [115.930466, 28.490156], [115.930602, 28.490164], [115.930576, 28.491846], [115.930368, 28.491964], [115.930317, 28.492353], [115.930545, 28.493440], [115.930379, 28.494092], [115.929940, 28.494187], [115.931286, 28.497277], [115.931456, 28.497665], [115.932685, 28.496511], [115.932342, 28.495304], [115.933200, 28.494549], [115.933715, 28.493644], [115.934745, 28.494700], [115.935603, 28.494851], [115.938865, 28.491381], [115.939380, 28.491381], [115.939723, 28.493644], [115.939895, 28.494851], [115.940238, 28.495455], [115.940410, 28.496963], [115.941440, 28.497416], [115.941955, 28.498623], [115.942985, 28.499377], [115.943156, 28.500433], [115.943328, 28.501489], [115.943671, 28.503601], [115.946075, 28.503601], [115.946342, 28.504892], [115.946418, 28.505261], [115.946418, 28.506029], [115.946418, 28.510239], [115.946097, 28.512426], [115.945731, 28.514915], [115.945642, 28.516248], [115.945634, 28.516373], [115.945629, 28.516442], [115.945452, 28.519084], [115.945444, 28.519200], [115.945442, 28.519233], [115.945388, 28.520043], [115.945325, 28.521638], [115.945307, 28.522096], [115.945216, 28.524418], [115.945194, 28.526066], [115.945193, 28.526123], [115.945182, 28.526953], [115.945156, 28.528900], [115.945116, 28.531844], [115.945093, 28.533588], [115.945606, 28.532908], [115.946139, 28.532883], [115.946380, 28.533497], [115.947112, 28.533250], [115.947288, 28.533391], [115.947074, 28.533711], [115.947165, 28.533758], [115.947570, 28.533512], [115.947844, 28.533494], [115.948116, 28.533602], [115.948405, 28.533529], [115.948411, 28.534402], [115.948285, 28.534486], [115.948176, 28.535757], [115.948429, 28.535829], [115.949943, 28.536328], [115.950055, 28.536078], [115.950087, 28.535950], [115.949949, 28.535711], [115.949795, 28.535071], [115.949832, 28.535012], [115.950029, 28.535046], [115.950076, 28.534983], [115.950007, 28.534644], [115.950062, 28.534307], [115.950402, 28.533777], [115.950396, 28.533357], [115.949933, 28.532475], [115.949964, 28.531211], [115.949967, 28.531133], [115.949508, 28.529243], [115.948478, 28.529092], [115.950538, 28.523362], [115.951224, 28.523814], [115.951396, 28.522758], [115.954486, 28.523060], [115.954897, 28.521252], [115.955516, 28.518535], [115.958606, 28.519440], [115.959293, 28.518988], [115.958606, 28.517328], [115.959636, 28.513105], [115.961696, 28.511445], [115.961009, 28.508881], [115.960660, 28.505714], [115.960494, 28.504205], [115.957576, 28.505412], [115.957576, 28.507524], [115.951396, 28.508730], [115.951052, 28.512954], [115.948477, 28.513256], [115.948649, 28.515066], [115.947963, 28.516122], [115.947276, 28.513708], [115.947277, 28.510380]]] } } + + ] +} + +export { + geoJson } \ No newline at end of file diff --git a/web/log/development.txt b/web/log/development.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/web/package-lock.json b/web/package-lock.json deleted file mode 100644 index 87ce3885..00000000 --- a/web/package-lock.json +++ /dev/null @@ -1,12210 +0,0 @@ -{ - "name": "fs-anxincloud-4.0", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@ampproject/remapping": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/@ampproject%2fremapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@ant-design/colors": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fcolors/-/colors-6.0.0.tgz", - "integrity": "sha1-m5NmJXz/zEfbQrnQIDu1ksE8Apg=", - "requires": { - "@ctrl/tinycolor": "^3.4.0" - } - }, - "@ant-design/icons": { - "version": "4.7.0", - "resolved": "http://npm.anxinyun.cn/@ant-design%2ficons/-/icons-4.7.0.tgz", - "integrity": "sha512-aoB4Z7JA431rt6d4u+8xcNPPCrdufSRMUOpxa1ab6mz1JCQZOEVolj2WVs/tDFmN62zzK30mNelEsprLYsSF3g==", - "requires": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons-svg": "^4.2.1", - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-util": "^5.9.4" - } - }, - "@ant-design/icons-svg": { - "version": "4.2.1", - "resolved": "http://npm.anxinyun.cn/@ant-design%2ficons-svg/-/icons-svg-4.2.1.tgz", - "integrity": "sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==" - }, - "@ant-design/pro-card": { - "version": "1.20.16", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-card/-/pro-card-1.20.16.tgz", - "integrity": "sha512-CfOz0kOW/m8owgBjexfkELJ1V2d3MszpL5KsvScJnuh2ts27MxlwPjhr5Zu1RgHJJspSa4ViWhj2SteW0ik3+g==", - "requires": { - "@ant-design/icons": "^4.2.1", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "omit.js": "^2.0.2", - "rc-util": "^5.4.0" - } - }, - "@ant-design/pro-components": { - "version": "1.1.14", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-components/-/pro-components-1.1.14.tgz", - "integrity": "sha512-pH6fxgXFmdnd7pgJwG+8sqEOTAD6A+JG2XX7t9yDS0kIsqsOU6wjWxRBbrmc5OxNHz7UwSQrr/8qATquwKOFwA==", - "requires": { - "@ant-design/pro-card": "1.20.16", - "@ant-design/pro-descriptions": "1.11.14", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-form": "1.71.2", - "@ant-design/pro-layout": "6.38.16", - "@ant-design/pro-list": "1.21.76", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-skeleton": "1.0.13", - "@ant-design/pro-table": "2.78.2", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.16.3", - "antd": "^4.20.0 " - } - }, - "@ant-design/pro-descriptions": { - "version": "1.11.14", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-descriptions/-/pro-descriptions-1.11.14.tgz", - "integrity": "sha512-9ZW4dVn2LHzbG13hEZTnnmhHpDsPBdn7MMazFi9p3Xdw+XBXHL/jwVn1QYJRqTj07Cn9IiSzBQOssJSMBN2sow==", - "requires": { - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-form": "1.71.2", - "@ant-design/pro-skeleton": "1.0.13", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "rc-util": "^5.0.6", - "use-json-comparison": "^1.0.5" - } - }, - "@ant-design/pro-field": { - "version": "1.35.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-field/-/pro-field-1.35.2.tgz", - "integrity": "sha512-IuO+pYVs29ZLfC1C+HiVd61rLlVgMTcn0hNFyx/RhEoWV1h+ufMHCeRYS/n4opSeV8xfqlT0BJBefDffwuN4TA==", - "requires": { - "@ant-design/icons": "^4.2.1", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "@chenshuai2144/sketch-color": "^1.0.8", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "lodash.tonumber": "^4.0.3", - "moment": "^2.27.0", - "omit.js": "^2.0.2", - "rc-util": "^5.4.0", - "swr": "^1.2.0" - } - }, - "@ant-design/pro-form": { - "version": "1.71.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-form/-/pro-form-1.71.2.tgz", - "integrity": "sha512-13nYmy71CsyKoMjTAGpIlnOHeDHoTtZ+MEpAPZvGoS9Es4SLLxpIp+liRUbnoTnS4QXedNqTr9qtzke2qIR9hw==", - "requires": { - "@ant-design/icons": "^4.2.1", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "@umijs/use-params": "^1.0.9", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "lodash.merge": "^4.6.2", - "omit.js": "^2.0.2", - "rc-resize-observer": "^1.1.0", - "rc-util": "^5.0.6", - "use-json-comparison": "^1.0.5", - "use-media-antd-query": "^1.1.0" - } - }, - "@ant-design/pro-layout": { - "version": "6.38.16", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-layout/-/pro-layout-6.38.16.tgz", - "integrity": "sha512-s6BfR2lS63Twq9mQwSw9tLCaoUEBUPFRoM2rmTYDqYHVEfuO4F0l3BAIAs4udeb3sumfaV1r4Nuk4mUoBIzEgA==", - "requires": { - "@ant-design/icons": "^4.0.0", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "@umijs/route-utils": "^2.1.0", - "@umijs/ssr-darkreader": "^4.9.44", - "@umijs/use-params": "^1.0.9", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "lodash.merge": "^4.6.2", - "omit.js": "^2.0.2", - "path-to-regexp": "2.4.0", - "rc-resize-observer": "^1.1.0", - "rc-util": "^5.0.6", - "swr": "^1.2.0", - "unstated-next": "^1.1.0", - "use-json-comparison": "^1.0.3", - "use-media-antd-query": "^1.1.0", - "warning": "^4.0.3" - } - }, - "@ant-design/pro-list": { - "version": "1.21.76", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-list/-/pro-list-1.21.76.tgz", - "integrity": "sha512-4nZYMTZ4gokeccFgYGHT6FrM82BcdFqi4X1yI+EJLpWDUrOTvQLkSwZ9/CvPqQd0dfeuDdwDP6lhNf9QZFgtmA==", - "requires": { - "@ant-design/icons": "^4.0.0", - "@ant-design/pro-card": "1.20.16", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-table": "2.78.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "moment": "^2.24.0", - "rc-resize-observer": "^1.0.0", - "rc-util": "^4.19.0", - "unstated-next": "^1.1.0", - "use-media-antd-query": "^1.1.0" - }, - "dependencies": { - "rc-util": { - "version": "4.21.1", - "resolved": "http://npm.anxinyun.cn/rc-util/-/rc-util-4.21.1.tgz", - "integrity": "sha1-iGAtDDGFAgqhBT2aHnDqwWG+ywU=", - "requires": { - "add-dom-event-listener": "^1.1.0", - "prop-types": "^15.5.10", - "react-is": "^16.12.0", - "react-lifecycles-compat": "^3.0.4", - "shallowequal": "^1.1.0" - } - } - } - }, - "@ant-design/pro-provider": { - "version": "1.9.3", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-provider/-/pro-provider-1.9.3.tgz", - "integrity": "sha512-wV7DIJDlm9DPeB8Q8BNRLd6YMgdPK1jtEPOmjpmEE+3XfmGFKKHlU30tIQBImMiJAHr2coTGqV+/iMfJ4E4AXQ==", - "requires": { - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "rc-util": "^5.0.1", - "swr": "^1.2.0" - } - }, - "@ant-design/pro-skeleton": { - "version": "1.0.13", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-skeleton/-/pro-skeleton-1.0.13.tgz", - "integrity": "sha512-EWkW7ZqnT7NsyJTmxd0btrRpJFNLBkE2ceaKgp2Cz7GOC0l8yWX/TaNs6yb10j0DH6AB9YBXZNd2mxZ2MyQgGA==", - "requires": { - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "use-media-antd-query": "^1.1.0" - } - }, - "@ant-design/pro-table": { - "version": "2.78.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-table/-/pro-table-2.78.2.tgz", - "integrity": "sha512-CLOlT41pkYiJ3PGvLkG7kVOc3jQqy/RyazzXoXPAHUvDdzLXXRb6uI3S+B6smLVZltgjAb9JF0z0cnYikan7bQ==", - "requires": { - "@ant-design/icons": "^4.1.0", - "@ant-design/pro-card": "1.20.16", - "@ant-design/pro-field": "1.35.2", - "@ant-design/pro-form": "1.71.2", - "@ant-design/pro-provider": "1.9.3", - "@ant-design/pro-utils": "1.43.2", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "moment": "^2.24.0", - "omit.js": "^2.0.2", - "rc-util": "^5.0.1", - "react-sortable-hoc": "^2.0.0", - "unstated-next": "^1.1.0", - "use-json-comparison": "^1.0.5", - "use-media-antd-query": "^1.1.0" - } - }, - "@ant-design/pro-utils": { - "version": "1.43.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fpro-utils/-/pro-utils-1.43.2.tgz", - "integrity": "sha512-h1GU/LeUwMb7tUgw65IHerjIdMCm57OwY4TYPOw1WuZovOT9RDAvKZc+K81YgWfLvvOL0qKEcj56m1nt09QENA==", - "requires": { - "@ant-design/icons": "^4.3.0", - "@ant-design/pro-provider": "1.9.3", - "@babel/runtime": "^7.18.0", - "antd": "^4.20.0 ", - "classnames": "^2.2.6", - "moment": "^2.27.0", - "rc-util": "^5.0.6", - "react-sortable-hoc": "^2.0.0", - "swr": "^1.2.0" - } - }, - "@ant-design/react-slick": { - "version": "0.29.2", - "resolved": "http://npm.anxinyun.cn/@ant-design%2freact-slick/-/react-slick-0.29.2.tgz", - "integrity": "sha512-kgjtKmkGHa19FW21lHnAfyyH9AAoh35pBdcJ53rHmQ3O+cfFHGHnUbj/HFrRNJ5vIts09FKJVAD8RpaC+RaWfA==", - "requires": { - "@babel/runtime": "^7.10.4", - "classnames": "^2.2.5", - "json2mq": "^0.2.0", - "lodash": "^4.17.21", - "resize-observer-polyfill": "^1.5.1" - } - }, - "@antv/algorithm": { - "version": "0.1.24", - "resolved": "http://npm.anxinyun.cn/@antv%2falgorithm/-/algorithm-0.1.24.tgz", - "integrity": "sha512-zAv/YNDKYrHHKJKCn6RBKoNo9/298/qY6J5SSGglIIUfwJXN6wyRyTmNPfmkE/9t6/7XK9PYvK/6esQnwFawwQ==", - "requires": { - "@antv/util": "^2.0.13", - "tslib": "^2.0.0" - } - }, - "@antv/dom-util": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/@antv%2fdom-util/-/dom-util-2.0.4.tgz", - "integrity": "sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==", - "requires": { - "tslib": "^2.0.3" - } - }, - "@antv/event-emitter": { - "version": "0.1.3", - "resolved": "http://npm.anxinyun.cn/@antv%2fevent-emitter/-/event-emitter-0.1.3.tgz", - "integrity": "sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==" - }, - "@antv/g-base": { - "version": "0.5.11", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-base/-/g-base-0.5.11.tgz", - "integrity": "sha512-10Hkq7XksVCqxZZrPkd6HTU9tb/+2meCVEMy/edhS4I/sokhcgC9m3fQP5bE8rA3EVKwELE7MJHZ98BEpVFqvQ==", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.13", - "@types/d3-timer": "^2.0.0", - "d3-ease": "^1.0.5", - "d3-interpolate": "^1.3.2", - "d3-timer": "^1.0.9", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - } - }, - "@antv/g-canvas": { - "version": "0.5.12", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-canvas/-/g-canvas-0.5.12.tgz", - "integrity": "sha1-L8QNztaZTwdPIjQeZdVve71Sdfc=", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0", - "tslib": "^2.0.3" - } - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-math/-/g-math-0.1.7.tgz", - "integrity": "sha1-bsJ2kmn3zLZ+WBQNVznfdARswE4=", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - } - }, - "@antv/g-svg": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-svg/-/g-svg-0.5.6.tgz", - "integrity": "sha1-cLL6mAxDGzmtPFtLU+NqHWCVfWU=", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/util": "~2.0.0", - "detect-browser": "^5.0.0", - "tslib": "^2.0.3" - } - }, - "@antv/g-webgpu": { - "version": "0.5.5", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu/-/g-webgpu-0.5.5.tgz", - "integrity": "sha1-AD1BFFPtA+fdkWvWxtsmorU9GZE=", - "requires": { - "@antv/g-webgpu-core": "^0.5.5", - "@antv/g-webgpu-engine": "^0.5.5", - "@webgpu/types": "^0.0.31", - "gl-matrix": "^3.1.0", - "gl-vec2": "^1.3.0", - "hammerjs": "^2.0.8", - "inversify": "^5.0.1", - "inversify-inject-decorators": "^3.1.0", - "polyline-miter-util": "^1.0.1", - "polyline-normals": "^2.0.2", - "probe.gl": "^3.1.1", - "reflect-metadata": "^0.1.13" - } - }, - "@antv/g-webgpu-core": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu-core/-/g-webgpu-core-0.5.6.tgz", - "integrity": "sha1-aM3gtdC0S1eUNxwlI2gvRzTaPGw=", - "requires": { - "eventemitter3": "^4.0.0", - "gl-matrix": "^3.1.0", - "inversify": "^5.0.1", - "inversify-inject-decorators": "^3.1.0", - "probe.gl": "^3.1.1", - "reflect-metadata": "^0.1.13" - } - }, - "@antv/g-webgpu-engine": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/@antv%2fg-webgpu-engine/-/g-webgpu-engine-0.5.6.tgz", - "integrity": "sha1-vnwb+OSxgi1yowLWKANDReBXe70=", - "requires": { - "@antv/g-webgpu-core": "^0.5.6", - "@webgpu/glslang": "^0.0.15", - "@webgpu/types": "^0.0.31", - "gl-matrix": "^3.1.0", - "hammerjs": "^2.0.8", - "inversify": "^5.0.1", - "inversify-inject-decorators": "^3.1.0", - "probe.gl": "^3.1.1", - "reflect-metadata": "^0.1.13", - "regl": "^1.3.11" - } - }, - "@antv/g6": { - "version": "4.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6/-/g6-4.6.15.tgz", - "integrity": "sha512-sbtVPZxGHBNnkLynd4GAQAheDDZ/xUdPAJxxLO7LiMmaZcyNlk0ApV5d8G8IdiBFvJ6+mhaF+kot3LMyvsEx+g==", - "requires": { - "@antv/g6-pc": "0.6.15" - } - }, - "@antv/g6-core": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-core/-/g6-core-0.6.15.tgz", - "integrity": "sha512-klE4bLcY9dcByl9J97tN2IBEJcXFroyEJRG55l99IXd7ujh+DGnPEmKMX1BdnCiDqLZ9GJybRG5g6DqX6e7BbQ==", - "requires": { - "@antv/algorithm": "^0.1.8", - "@antv/dom-util": "^2.0.1", - "@antv/event-emitter": "~0.1.0", - "@antv/g-base": "^0.5.1", - "@antv/g-math": "^0.1.1", - "@antv/matrix-util": "^3.1.0-beta.3", - "@antv/path-util": "^2.0.3", - "@antv/util": "~2.0.5", - "ml-matrix": "^6.5.0", - "tslib": "^2.1.0" - } - }, - "@antv/g6-element": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-element/-/g6-element-0.6.15.tgz", - "integrity": "sha512-8bUSCRMQVK9bh64V+jZRKpLapPVlrLdzC429uodg5wk9l3hugcSdanX6LAuLmy0p5Y4lXSyF2UsmWdx8t1qfcg==", - "requires": { - "@antv/g-base": "^0.5.1", - "@antv/g6-core": "0.6.15", - "@antv/util": "~2.0.5" - } - }, - "@antv/g6-pc": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-pc/-/g6-pc-0.6.15.tgz", - "integrity": "sha512-BqfFD5XiLfRhBt0QygdynUidz4T6azg0GnAzYsEkuKkye7qvaLL46xtfp9+Lqw/aUkBsjXUcEeJjoIPrx0Ehig==", - "requires": { - "@ant-design/colors": "^4.0.5", - "@antv/algorithm": "^0.1.8", - "@antv/dom-util": "^2.0.1", - "@antv/event-emitter": "~0.1.0", - "@antv/g-base": "^0.5.1", - "@antv/g-canvas": "^0.5.2", - "@antv/g-math": "^0.1.1", - "@antv/g-svg": "^0.5.1", - "@antv/g6-core": "0.6.15", - "@antv/g6-element": "0.6.15", - "@antv/g6-plugin": "0.6.15", - "@antv/hierarchy": "^0.6.7", - "@antv/layout": "^0.2.5", - "@antv/matrix-util": "^3.1.0-beta.3", - "@antv/path-util": "^2.0.3", - "@antv/util": "~2.0.5", - "color": "^3.1.3", - "d3-force": "^2.0.1", - "dagre": "^0.8.5", - "insert-css": "^2.0.0", - "ml-matrix": "^6.5.0" - }, - "dependencies": { - "@ant-design/colors": { - "version": "4.0.5", - "resolved": "http://npm.anxinyun.cn/@ant-design%2fcolors/-/colors-4.0.5.tgz", - "integrity": "sha1-19EA11Rcyo9iSVRgSmiS/Ei6Wq4=", - "requires": { - "tinycolor2": "^1.4.1" - } - } - } - }, - "@antv/g6-plugin": { - "version": "0.6.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fg6-plugin/-/g6-plugin-0.6.15.tgz", - "integrity": "sha512-LaXYEzaW3qkcAdwRrrhRItbsRKmtN6Orb0UCTRYSw0W8UOO4p4w5Tk05I7TME/VzPfMn9bXB+rD4aZofFzBYoA==", - "requires": { - "@antv/dom-util": "^2.0.2", - "@antv/g-base": "^0.5.1", - "@antv/g-canvas": "^0.5.2", - "@antv/g-svg": "^0.5.2", - "@antv/g6-core": "0.6.15", - "@antv/g6-element": "0.6.15", - "@antv/matrix-util": "^3.1.0-beta.3", - "@antv/scale": "^0.3.4", - "@antv/util": "^2.0.9", - "insert-css": "^2.0.0" - } - }, - "@antv/graphlib": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/@antv%2fgraphlib/-/graphlib-1.2.0.tgz", - "integrity": "sha512-hhJOMThec51nU4Fe5p/viLlNIL71uDEgYFzKPajWjr2715SFG1HAgiP6AVylIeqBcAZ04u3Lw7usjl/TuI5RuQ==" - }, - "@antv/hierarchy": { - "version": "0.6.8", - "resolved": "http://npm.anxinyun.cn/@antv%2fhierarchy/-/hierarchy-0.6.8.tgz", - "integrity": "sha512-wVzUl+pxny5gyGJ2mkWx8IiEypX6bnMHgr/NILgbxY6shoy0Vf4FhZpI3CY8Ez7bQT6js8fMkB2NymPW7d7i8A==", - "requires": { - "@antv/util": "^2.0.7" - } - }, - "@antv/layout": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/@antv%2flayout/-/layout-0.2.5.tgz", - "integrity": "sha512-YezISSc5wp88QLvytS2mm/3sFvJYTafIWEvjvp4DIIfIkt8fzZZSJHXJVky3VIqGwbkmD278lMWQQmQ8W1EWEA==", - "requires": { - "@antv/g-webgpu": "0.5.5", - "@antv/graphlib": "^1.0.0", - "d3-force": "^2.0.1", - "dagre-compound": "^0.0.11", - "ml-matrix": "^6.5.0" - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.3", - "resolved": "http://npm.anxinyun.cn/@antv%2fmatrix-util/-/matrix-util-3.1.0-beta.3.tgz", - "integrity": "sha512-W2R6Za3A6CmG51Y/4jZUM/tFgYSq7vTqJL1VD9dKrvwxS4sE0ZcXINtkp55CdyBwJ6Cwm8pfoRpnD4FnHahN0A==", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.4.3", - "tslib": "^2.0.3" - } - }, - "@antv/path-util": { - "version": "2.0.15", - "resolved": "http://npm.anxinyun.cn/@antv%2fpath-util/-/path-util-2.0.15.tgz", - "integrity": "sha512-R2VLZ5C8PLPtr3VciNyxtjKqJ0XlANzpFb5sE9GE61UQqSRuSVSzIakMxjEPrpqbgc+s+y8i+fmc89Snu7qbNw==", - "requires": { - "@antv/matrix-util": "^3.0.4", - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/matrix-util": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/@antv%2fmatrix-util/-/matrix-util-3.0.4.tgz", - "integrity": "sha1-6hPxWKovtLovuNa2tWHsRn6jrCA=", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^2.0.3" - } - } - } - }, - "@antv/scale": { - "version": "0.3.18", - "resolved": "http://npm.anxinyun.cn/@antv%2fscale/-/scale-0.3.18.tgz", - "integrity": "sha512-GHwE6Lo7S/Q5fgaLPaCsW+CH+3zl4aXpnN1skOiEY0Ue9/u+s2EySv6aDXYkAqs//i0uilMDD/0/4n8caX9U9w==", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - } - }, - "@antv/util": { - "version": "2.0.17", - "resolved": "http://npm.anxinyun.cn/@antv%2futil/-/util-2.0.17.tgz", - "integrity": "sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==", - "requires": { - "csstype": "^3.0.8", - "tslib": "^2.0.3" - } - }, - "@babel/code-frame": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fcode-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", - "dev": true, - "requires": { - "@babel/highlight": "^7.18.6" - } - }, - "@babel/compat-data": { - "version": "7.18.8", - "resolved": "http://npm.anxinyun.cn/@babel%2fcompat-data/-/compat-data-7.18.8.tgz", - "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", - "dev": true - }, - "@babel/core": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fcore/-/core-7.18.9.tgz", - "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.9", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helpers": "^7.18.9", - "@babel/parser": "^7.18.9", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/generator": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fgenerator/-/generator-7.18.9.tgz", - "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - }, - "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", - "dev": true, - "requires": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", - "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz", - "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", - "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.1.0" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz", - "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", - "dev": true - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-function-name": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-function-name/-/helper-function-name-7.18.9.tgz", - "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", - "dev": true, - "requires": { - "@babel/template": "^7.18.6", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", - "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-module-transforms": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.18.9.tgz", - "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.18.6", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", - "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-replace-supers": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-replace-supers/-/helper-replace-supers-7.18.9.tgz", - "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-simple-access": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-simple-access/-/helper-simple-access-7.18.6.tgz", - "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", - "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", - "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelper-wrap-function/-/helper-wrap-function-7.18.9.tgz", - "integrity": "sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.18.9", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helpers": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fhelpers/-/helpers-7.18.9.tgz", - "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", - "dev": true, - "requires": { - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fhighlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fparser/-/parser-7.18.9.tgz", - "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==", - "dev": true - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", - "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-proposal-optional-chaining": "^7.18.9" - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz", - "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", - "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", - "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz", - "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.18.8" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", - "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", - "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha1-GV34mxRrS3izv4l/16JXyEZZ1AY=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", - "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", - "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha1-DcZnHsDqIrbpShEU+FeXDNOd4a0=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", - "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", - "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz", - "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz", - "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", - "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz", - "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.18.8", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", - "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", - "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz", - "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-identifier": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", - "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.18.8", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", - "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", - "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz", - "integrity": "sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-jsx": "^7.18.6", - "@babel/types": "^7.18.6" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", - "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.18.6" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", - "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", - "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "regenerator-transform": "^0.15.0" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-runtime/-/plugin-transform-runtime-7.18.9.tgz", - "integrity": "sha512-wS8uJwBt7/b/mzE13ktsJdmS4JP/j7PQSaADtnb4I2wL0zK51MQ0pmF8/Jy0wUIS96fr+fXT6S/ifiPXnvrlSg==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.9", - "babel-plugin-polyfill-corejs2": "^0.3.1", - "babel-plugin-polyfill-corejs3": "^0.5.2", - "babel-plugin-polyfill-regenerator": "^0.3.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz", - "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz", - "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fplugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/polyfill": { - "version": "7.12.1", - "resolved": "http://npm.anxinyun.cn/@babel%2fpolyfill/-/polyfill-7.12.1.tgz", - "integrity": "sha1-Hy1jcdEmG72WHzxdWQkVDhLQvZY=", - "dev": true, - "requires": { - "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/preset-env": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-env/-/preset-env-7.18.9.tgz", - "integrity": "sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.18.6", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.18.6", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.18.6", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.18.6", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.18.9", - "@babel/plugin-transform-classes": "^7.18.9", - "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.18.9", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.18.8", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.18.6", - "@babel/plugin-transform-modules-systemjs": "^7.18.9", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.8", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.18.6", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.18.9", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.6", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.18.9", - "babel-plugin-polyfill-corejs2": "^0.3.1", - "babel-plugin-polyfill-corejs3": "^0.5.2", - "babel-plugin-polyfill-regenerator": "^0.3.1", - "core-js-compat": "^3.22.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/preset-modules": { - "version": "0.1.5", - "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2fpreset-react/-/preset-react-7.18.6.tgz", - "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-transform-react-display-name": "^7.18.6", - "@babel/plugin-transform-react-jsx": "^7.18.6", - "@babel/plugin-transform-react-jsx-development": "^7.18.6", - "@babel/plugin-transform-react-pure-annotations": "^7.18.6" - } - }, - "@babel/runtime": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fruntime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/runtime-corejs2": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2fruntime-corejs2/-/runtime-corejs2-7.18.9.tgz", - "integrity": "sha512-l057ZarpDX2QnXM89ViR2BgRFgTy2l5UFGDt0SbInhim1N/ljBgPeTJV0kRG1/Bo7CkHfYfrNNwTeQ2CPph9xQ==", - "dev": true, - "requires": { - "core-js": "^2.6.12", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "http://npm.anxinyun.cn/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=", - "dev": true - } - } - }, - "@babel/template": { - "version": "7.18.6", - "resolved": "http://npm.anxinyun.cn/@babel%2ftemplate/-/template-7.18.6.tgz", - "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.6", - "@babel/types": "^7.18.6" - } - }, - "@babel/traverse": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2ftraverse/-/traverse-7.18.9.tgz", - "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.9", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.9", - "@babel/types": "^7.18.9", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.18.9", - "resolved": "http://npm.anxinyun.cn/@babel%2ftypes/-/types-7.18.9.tgz", - "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "to-fast-properties": "^2.0.0" - } - }, - "@chenshuai2144/sketch-color": { - "version": "1.0.8", - "resolved": "http://npm.anxinyun.cn/@chenshuai2144%2fsketch-color/-/sketch-color-1.0.8.tgz", - "integrity": "sha512-dPAzzWc+w7zyTAi71WXYZpiTYyIS80MxYyy2E/7jufhnJI1Z29wCPL35VvuJ/gs5zYpF2+w/B7BizWa2zKXpGw==", - "requires": { - "reactcss": "^1.2.3", - "tinycolor2": "^1.4.2" - } - }, - "@ctrl/tinycolor": { - "version": "3.4.1", - "resolved": "http://npm.anxinyun.cn/@ctrl%2ftinycolor/-/tinycolor-3.4.1.tgz", - "integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==" - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "http://npm.anxinyun.cn/@discoveryjs%2fjson-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true - }, - "@fs/attachment": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/@fs%2fattachment/-/attachment-1.0.2.tgz", - "integrity": "sha512-0VasG0sOX1G8A4FBP7dtKPTKbEyFtUsycsVxoypuX8Xj3qBOadqi8vllbpbAgPgdglOAJQQo/2vWiPxoFkzGrA==", - "requires": { - "async-busboy": "^1.0.1", - "fs-extra": "^9.1.0", - "qiniu": "^7.1.1", - "superagent": "^6.1.0", - "uuid": "^3.1.0" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } - } - }, - "@icons/material": { - "version": "0.2.4", - "resolved": "http://npm.anxinyun.cn/@icons%2fmaterial/-/material-0.2.4.tgz", - "integrity": "sha1-6QyfcXaLNzbnbX3WeD/Gwq+oi8g=" - }, - "@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fresolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "dev": true - }, - "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fset-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "dev": true - }, - "@jridgewell/source-map": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsource-map/-/source-map-0.3.2.tgz", - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fgen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } - } - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2fsourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true - }, - "@jridgewell/trace-mapping": { - "version": "0.3.14", - "resolved": "http://npm.anxinyun.cn/@jridgewell%2ftrace-mapping/-/trace-mapping-0.3.14.tgz", - "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@peace/components": { - "version": "0.0.35", - "resolved": "http://npm.anxinyun.cn/@peace%2fcomponents/-/components-0.0.35.tgz", - "integrity": "sha512-c8hJu3pE9MpumuT2Wet2L2uKDFh59bNhyh8NSHA4pqsHE0Igdjz9L0nZP28ZWhIXxSOSZleWJ7h/DdCJpl7u7Q==", - "requires": { - "@ant-design/icons": "^4.3.0", - "@peace/utils": "^0.0.35", - "antd": "^4.7.2", - "immutable": "^4.0.0-rc.12", - "moment": "^2.22.0", - "perfect-scrollbar": "^1.5.0", - "react": "^17.0.0", - "react-cropper": "^2.1.4", - "react-dom": "^17.0.0" - }, - "dependencies": { - "@peace/utils": { - "version": "0.0.35", - "resolved": "http://npm.anxinyun.cn/@peace%2futils/-/utils-0.0.35.tgz", - "integrity": "sha512-Ksx8FmajYT2zdp+Ih0Fcj5XAleA/NvN6dd6oowCjsCM8eQKbeevfsp2LXKa6KDqwObF0KpAohyOnWxz4+HcwUQ==", - "requires": { - "immutable": "^4.0.0-rc.12", - "superagent": "^6.1.0", - "superagent-no-cache": "^0.1.1" - } - } - } - }, - "@peace/utils": { - "version": "0.0.51", - "resolved": "http://npm.anxinyun.cn:443/@peace%2futils/-/utils-0.0.51.tgz", - "integrity": "sha512-+HeDYNCf4Cid2nWEIQxED2avueBgXL4AgY7SVngubfCS6qI2TKjyPuTrtDGHTvojuLQe5BlEiKMxIuiAMQmTag==", - "requires": { - "immutable": "^4.0.0-rc.12", - "superagent": "^6.1.0", - "superagent-no-cache": "^0.1.1" - } - }, - "@polka/url": { - "version": "1.0.0-next.21", - "resolved": "http://npm.anxinyun.cn/@polka%2furl/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", - "dev": true - }, - "@probe.gl/env": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/@probe.gl%2fenv/-/env-3.5.0.tgz", - "integrity": "sha512-YdlpZZshhyYxvWDBmZ5RIW2pTR14Pw4p9czMlt/v7F6HbFzWfAdmH7q6xVwFRYxUpQLwhWensWyv4aFysiWl4g==", - "requires": { - "@babel/runtime": "^7.0.0" - } - }, - "@probe.gl/log": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/@probe.gl%2flog/-/log-3.5.0.tgz", - "integrity": "sha512-nW/qz2X1xY08WU/TsmJP6/6IPNcaY5fS/vLjpC4ahJuE2Mezga4hGM/R2X5JWE/nkPc+BsC5GnAnD13rwAxS7g==", - "requires": { - "@babel/runtime": "^7.0.0", - "@probe.gl/env": "3.5.0" - } - }, - "@probe.gl/stats": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/@probe.gl%2fstats/-/stats-3.5.0.tgz", - "integrity": "sha512-IH2M+F3c8HR1DTroBARePUFG7wIewumtKA0UFqx51Z7S4hKrD60wFbpMmg0AcF4FvHAXMBoC+kYi1UKW9XbAOw==", - "requires": { - "@babel/runtime": "^7.0.0" - } - }, - "@qixian.cs/path-to-regexp": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/@qixian.cs%2fpath-to-regexp/-/path-to-regexp-6.1.0.tgz", - "integrity": "sha1-a4StAVljMqupX6KdLnAQRpjNXEU=" - }, - "@react-dnd/asap": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/@react-dnd%2fasap/-/asap-4.0.1.tgz", - "integrity": "sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg==", - "dev": true - }, - "@react-dnd/invariant": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/@react-dnd%2finvariant/-/invariant-2.0.0.tgz", - "integrity": "sha1-CdLoHNOeDnZ9faYt+TJYYPJOUX4=", - "dev": true - }, - "@react-dnd/shallowequal": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/@react-dnd%2fshallowequal/-/shallowequal-2.0.0.tgz", - "integrity": "sha1-owMetUEp8sZrJ1P4QEJm7Hv2fwo=", - "dev": true - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/@tootallnate%2fonce/-/once-1.1.2.tgz", - "integrity": "sha1-zLkURTYBeaBOf+av94wA/8Hur4I=" - }, - "@types/d3-timer": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/@types%2fd3-timer/-/d3-timer-2.0.1.tgz", - "integrity": "sha1-/7ZiDSkGJPNyaqNiwMiktEyNcgA=" - }, - "@types/eslint": { - "version": "8.4.5", - "resolved": "http://npm.anxinyun.cn/@types%2feslint/-/eslint-8.4.5.tgz", - "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==", - "dev": true, - "requires": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "@types/eslint-scope": { - "version": "3.7.4", - "resolved": "http://npm.anxinyun.cn/@types%2feslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", - "dev": true, - "requires": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "@types/estree": { - "version": "0.0.51", - "resolved": "http://npm.anxinyun.cn/@types%2festree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", - "dev": true - }, - "@types/geojson": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/@types%2fgeojson/-/geojson-1.0.6.tgz", - "integrity": "sha1-PgKXJyjGkkjCrwjWCkjLuGgP/98=" - }, - "@types/glob": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/@types%2fglob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "@types/hoist-non-react-statics": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/@types%2fhoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", - "integrity": "sha1-ESSq/lEYy1kZd66xzqrtEHDrA58=", - "dev": true, - "requires": { - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0" - } - }, - "@types/html-minifier-terser": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/@types%2fhtml-minifier-terser/-/html-minifier-terser-5.1.2.tgz", - "integrity": "sha1-aTsxatMj6pfu1rOO0aPMArFnK1c=", - "dev": true - }, - "@types/json-schema": { - "version": "7.0.11", - "resolved": "http://npm.anxinyun.cn/@types%2fjson-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "@types/minimatch": { - "version": "3.0.5", - "resolved": "http://npm.anxinyun.cn/@types%2fminimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha1-EAHMXmo3BLg8I2An538vWOoBD0A=" - }, - "@types/node": { - "version": "18.6.1", - "resolved": "http://npm.anxinyun.cn/@types%2fnode/-/node-18.6.1.tgz", - "integrity": "sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg==" - }, - "@types/prop-types": { - "version": "15.7.5", - "resolved": "http://npm.anxinyun.cn/@types%2fprop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", - "dev": true - }, - "@types/quill": { - "version": "1.3.10", - "resolved": "http://npm.anxinyun.cn/@types%2fquill/-/quill-1.3.10.tgz", - "integrity": "sha1-3B97ZYf37pS99SkbySKJ9vBJdhM=", - "dev": true, - "requires": { - "parchment": "^1.1.2" - } - }, - "@types/react": { - "version": "18.0.15", - "resolved": "http://npm.anxinyun.cn/@types%2freact/-/react-18.0.15.tgz", - "integrity": "sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==", - "dev": true, - "requires": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "@types/react-redux": { - "version": "7.1.24", - "resolved": "http://npm.anxinyun.cn/@types%2freact-redux/-/react-redux-7.1.24.tgz", - "integrity": "sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==", - "dev": true, - "requires": { - "@types/hoist-non-react-statics": "^3.3.0", - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0", - "redux": "^4.0.0" - } - }, - "@types/scheduler": { - "version": "0.16.2", - "resolved": "http://npm.anxinyun.cn/@types%2fscheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha1-GmL4lSVyPd4kuhsBsJK/XfitTTk=", - "dev": true - }, - "@types/source-list-map": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/@types%2fsource-list-map/-/source-list-map-0.1.2.tgz", - "integrity": "sha1-AHiDYGP/rxdBI0m7o2QIfgrALsk=", - "dev": true - }, - "@types/tapable": { - "version": "1.0.8", - "resolved": "http://npm.anxinyun.cn/@types%2ftapable/-/tapable-1.0.8.tgz", - "integrity": "sha1-uUpDkchWZse3Mpn9OtedT6pDUxA=", - "dev": true - }, - "@types/uglify-js": { - "version": "3.16.0", - "resolved": "http://npm.anxinyun.cn/@types%2fuglify-js/-/uglify-js-3.16.0.tgz", - "integrity": "sha512-0yeUr92L3r0GLRnBOvtYK1v2SjqMIqQDHMl7GLb+l2L8+6LSFWEEWEIgVsPdMn5ImLM8qzWT8xFPtQYpp8co0g==", - "dev": true, - "requires": { - "source-map": "^0.6.1" - } - }, - "@types/webpack": { - "version": "4.41.32", - "resolved": "http://npm.anxinyun.cn/@types%2fwebpack/-/webpack-4.41.32.tgz", - "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==", - "dev": true, - "requires": { - "@types/node": "*", - "@types/tapable": "^1", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "anymatch": "^3.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha1-wFV8CWrzLxBhmPT04qODU343hxY=", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - } - } - }, - "@types/webpack-sources": { - "version": "3.2.0", - "resolved": "http://npm.anxinyun.cn/@types%2fwebpack-sources/-/webpack-sources-3.2.0.tgz", - "integrity": "sha1-FtdZuglsKJA0smVT0t8b9FJI04s=", - "dev": true, - "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.4", - "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true - } - } - }, - "@umijs/route-utils": { - "version": "2.1.5", - "resolved": "http://npm.anxinyun.cn/@umijs%2froute-utils/-/route-utils-2.1.5.tgz", - "integrity": "sha512-ByDXNljAMWeCyHOKkM3gc18TgvtAGV9Di/A0MGnzVrf8PY/MdwogGSOktf3Z4w1Iqha2Bt8vHZk3SnQF8C8P4w==", - "requires": { - "@qixian.cs/path-to-regexp": "^6.1.0", - "fast-deep-equal": "^3.1.3", - "lodash.isequal": "^4.5.0", - "memoize-one": "^5.1.1" - }, - "dependencies": { - "memoize-one": { - "version": "5.2.1", - "resolved": "http://npm.anxinyun.cn/memoize-one/-/memoize-one-5.2.1.tgz", - "integrity": "sha1-gzeqPEM1WBg57AHD1ZQJDOvo8A4=" - } - } - }, - "@umijs/ssr-darkreader": { - "version": "4.9.45", - "resolved": "http://npm.anxinyun.cn/@umijs%2fssr-darkreader/-/ssr-darkreader-4.9.45.tgz", - "integrity": "sha512-XlcwzSYQ/SRZpHdwIyMDS4FOGX5kP4U/2g2mykyn/iPQTK4xTiQAyBu6UnnDnn7d5P8s7Atzh1C7H0ETNOypJg==" - }, - "@umijs/use-params": { - "version": "1.0.9", - "resolved": "http://npm.anxinyun.cn/@umijs%2fuse-params/-/use-params-1.0.9.tgz", - "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==" - }, - "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fast/-/ast-1.11.1.tgz", - "integrity": "sha1-K/12fq4aaZb0Mv9+jX/HVnnAtqc=", - "dev": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2ffloating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha1-9sYacF8P16auyqToGY8j2dwXnk8=", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha1-GmMZLYeI5cASgAump6RscFKI/RY=", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha1-gyqQDrREiEzemnytRn+BUA9eWrU=", - "dev": true - }, - "@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha1-ZNgdohn7u6HjvRv8dPboxOEKYq4=", - "dev": true, - "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha1-8ygkHkHnsZnQsgwY6IQpxEMyleE=", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fhelper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha1-Ie4GWntjXzGec48N1zv72igcCXo=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha1-ljkp6bvQVwnn4SJDoJkYCBKZJhQ=", - "dev": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fleb128/-/leb128-1.11.1.tgz", - "integrity": "sha1-zoFLRVdOk9drrh+yZEq5zdlSeqU=", - "dev": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2futf8/-/utf8-1.11.1.tgz", - "integrity": "sha1-0fi3ZDaefG5rrjUOhU3smlnwo/8=", - "dev": true - }, - "@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha1-rSBuv0v5WgWM6YgKjAksXeyBk9Y=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha1-hsXqMEhJdZt9iMR6MvTwOa48j3Y=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha1-ZXtMIgL0zzs0X4pMZGHIwkGJhfI=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha1-hspzRTT0F+m9PGfHocddi+QfsZk=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "http://npm.anxinyun.cn/@webassemblyjs%2fwast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha1-0Mc77ajuxUJvEK6O9VzuXnCEwvA=", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "@webgpu/glslang": { - "version": "0.0.15", - "resolved": "http://npm.anxinyun.cn/@webgpu%2fglslang/-/glslang-0.0.15.tgz", - "integrity": "sha1-9cyvYBUkHmF19LkJBrBT+ISD0fI=" - }, - "@webgpu/types": { - "version": "0.0.31", - "resolved": "http://npm.anxinyun.cn/@webgpu%2ftypes/-/types-0.0.31.tgz", - "integrity": "sha1-wF7G5gAkvxg28xI27NdnepaaKiw=" - }, - "@webpack-cli/configtest": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fconfigtest/-/configtest-1.2.0.tgz", - "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", - "dev": true - }, - "@webpack-cli/info": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/@webpack-cli%2finfo/-/info-1.5.0.tgz", - "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", - "dev": true, - "requires": { - "envinfo": "^7.7.3" - } - }, - "@webpack-cli/serve": { - "version": "1.7.0", - "resolved": "http://npm.anxinyun.cn/@webpack-cli%2fserve/-/serve-1.7.0.tgz", - "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", - "dev": true - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/@xtuc%2fieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "http://npm.anxinyun.cn/@xtuc%2flong/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "a-sync-waterfall": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", - "integrity": "sha1-dba2qnJZi0l6El56J3DxT0yKH6c=" - }, - "accepts": { - "version": "1.3.8", - "resolved": "http://npm.anxinyun.cn/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "requires": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - } - }, - "acorn": { - "version": "8.8.0", - "resolved": "http://npm.anxinyun.cn/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==" - }, - "acorn-import-assertions": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "dev": true - }, - "acorn-walk": { - "version": "8.2.0", - "resolved": "http://npm.anxinyun.cn/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==" - }, - "add-dom-event-listener": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz", - "integrity": "sha1-apLbOg3Qq8JU4JXA8dwUrLuq4xA=", - "requires": { - "object-assign": "4.x" - } - }, - "address": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/address/-/address-1.2.0.tgz", - "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==" - }, - "adler-32": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/adler-32/-/adler-32-1.2.0.tgz", - "integrity": "sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU=", - "requires": { - "exit-on-epipe": "~1.0.1", - "printj": "~1.1.0" - } - }, - "after": { - "version": "0.8.2", - "resolved": "http://npm.anxinyun.cn/after/-/after-0.8.2.tgz", - "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" - }, - "agent-base": { - "version": "6.0.2", - "resolved": "http://npm.anxinyun.cn/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c=", - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.2.1", - "resolved": "http://npm.anxinyun.cn/agentkeepalive/-/agentkeepalive-4.2.1.tgz", - "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "http://npm.anxinyun.cn/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=" - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "http://npm.anxinyun.cn/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=" - }, - "ansi-colors": { - "version": "3.2.4", - "resolved": "http://npm.anxinyun.cn/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha1-46PaS/uubIapwoViXeEkojQCb78=" - }, - "ansi-html-community": { - "version": "0.0.8", - "resolved": "http://npm.anxinyun.cn/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "requires": { - "color-convert": "^1.9.0" - } - }, - "antd": { - "version": "4.21.7", - "resolved": "http://npm.anxinyun.cn/antd/-/antd-4.21.7.tgz", - "integrity": "sha512-rwPtY2tcMpckAbkQjI7EFtJoa13wog29vKcCJEcWUp8ePhszJI2JUVB67IJxs8ZdvwFmKijl0OSwOKnSkDOgJw==", - "requires": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons": "^4.7.0", - "@ant-design/react-slick": "~0.29.1", - "@babel/runtime": "^7.18.3", - "@ctrl/tinycolor": "^3.4.0", - "classnames": "^2.2.6", - "copy-to-clipboard": "^3.2.0", - "lodash": "^4.17.21", - "memoize-one": "^6.0.0", - "moment": "^2.29.2", - "rc-cascader": "~3.6.0", - "rc-checkbox": "~2.3.0", - "rc-collapse": "~3.3.0", - "rc-dialog": "~8.9.0", - "rc-drawer": "~4.4.2", - "rc-dropdown": "~4.0.0", - "rc-field-form": "~1.26.1", - "rc-image": "~5.7.0", - "rc-input": "~0.0.1-alpha.5", - "rc-input-number": "~7.3.0", - "rc-mentions": "~1.9.0", - "rc-menu": "~9.6.0", - "rc-motion": "^2.5.1", - "rc-notification": "~4.6.0", - "rc-pagination": "~3.1.16", - "rc-picker": "~2.6.8", - "rc-progress": "~3.3.2", - "rc-rate": "~2.9.0", - "rc-resize-observer": "^1.2.0", - "rc-segmented": "~2.1.0", - "rc-select": "~14.1.1", - "rc-slider": "~10.0.0", - "rc-steps": "~4.1.0", - "rc-switch": "~3.2.0", - "rc-table": "~7.25.0", - "rc-tabs": "~11.16.0", - "rc-textarea": "~0.3.0", - "rc-tooltip": "~5.2.0", - "rc-tree": "~5.6.5", - "rc-tree-select": "~5.4.0", - "rc-trigger": "^5.2.10", - "rc-upload": "~4.3.0", - "rc-util": "^5.22.5", - "scroll-into-view-if-needed": "^2.2.25" - } - }, - "antd-theme-generator": { - "version": "1.2.11", - "resolved": "http://npm.anxinyun.cn/antd-theme-generator/-/antd-theme-generator-1.2.11.tgz", - "integrity": "sha512-7A3lXyLb7eD7MXK7aSgZZ4DxQEdhZwyKhzIm70orUZPQJ8N8TWhZphyOWSGCe8yUqGQhi8PcpM2pLmTriZyKBw==", - "requires": { - "glob": "^7.1.3", - "hash.js": "^1.1.5", - "less": "^3.9.0", - "less-bundle-promise": "^1.0.11", - "less-plugin-npm-import": "^2.1.0", - "postcss": "^6.0.21", - "postcss-less": "^3.1.4", - "strip-css-comments": "^4.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "http://10.8.30.22:7000/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=", - "requires": { - "color-convert": "^1.9.0" - } - }, - "asap": { - "version": "2.0.6", - "resolved": "http://10.8.30.22:7000/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "asn1": { - "version": "0.2.4", - "resolved": "http://10.8.30.22:7000/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=", - "optional": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "optional": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "http://10.8.30.22:7000/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "optional": true - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "http://10.8.30.22:7000/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "optional": true - }, - "aws4": { - "version": "1.8.0", - "resolved": "http://10.8.30.22:7000/aws4/-/aws4-1.8.0.tgz", - "integrity": "sha1-8OAD2cqef1nHpQiUXXsu+aBKVC8=", - "optional": true - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "optional": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "http://10.8.30.22:7000/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "http://10.8.30.22:7000/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "optional": true - }, - "chalk": { - "version": "2.4.1", - "resolved": "http://10.8.30.22:7000/chalk/-/chalk-2.4.1.tgz", - "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "clone": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" - }, - "color-convert": { - "version": "1.9.2", - "resolved": "http://10.8.30.22:7000/color-convert/-/color-convert-1.9.2.tgz", - "integrity": "sha1-SYgbj7pn3xKpa98/VsCqueeRMUc=", - "requires": { - "color-name": "1.1.1" - } - }, - "color-name": { - "version": "1.1.1", - "resolved": "http://10.8.30.22:7000/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok=" - }, - "combined-stream": { - "version": "1.0.7", - "resolved": "http://10.8.30.22:7000/combined-stream/-/combined-stream-1.0.7.tgz", - "integrity": "sha1-LR0kMXr7ir6V1tLAsHtXgTU52Cg=", - "optional": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "http://10.8.30.22:7000/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "optional": true - }, - "dashdash": { - "version": "1.14.1", - "resolved": "http://10.8.30.22:7000/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "optional": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "optional": true - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "optional": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "errno": { - "version": "0.1.7", - "resolved": "http://10.8.30.22:7000/errno/-/errno-0.1.7.tgz", - "integrity": "sha1-RoTXF3mtOa8Xfj8AeZb3xnyFJhg=", - "optional": true, - "requires": { - "prr": "~1.0.1" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "http://10.8.30.22:7000/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "extend": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/extend/-/extend-3.0.2.tgz", - "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=", - "optional": true - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "http://10.8.30.22:7000/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "optional": true - }, - "fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", - "optional": true - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "optional": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "http://10.8.30.22:7000/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=", - "optional": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "getpass": { - "version": "0.1.7", - "resolved": "http://10.8.30.22:7000/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "optional": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.1.3", - "resolved": "http://10.8.30.22:7000/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "graceful-fs": { - "version": "4.1.15", - "resolved": "http://10.8.30.22:7000/graceful-fs/-/graceful-fs-4.1.15.tgz", - "integrity": "sha1-/7cD4QZuig7qpMi4C6klPu77+wA=", - "optional": true - }, - "har-schema": { - "version": "2.0.0", - "resolved": "http://10.8.30.22:7000/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "optional": true - }, - "har-validator": { - "version": "5.1.3", - "resolved": "http://10.8.30.22:7000/har-validator/-/har-validator-5.1.3.tgz", - "integrity": "sha1-HvievT5JllV2de7ZiTEQ3DUPoIA=", - "optional": true, - "requires": { - "ajv": "^6.5.5", - "har-schema": "^2.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.6.2", - "resolved": "http://10.8.30.22:7000/ajv/-/ajv-6.6.2.tgz", - "integrity": "sha1-ys7M9HS/P8POOxR0Q3EaJAY8ww0=", - "optional": true, - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "http://10.8.30.22:7000/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", - "optional": true - } - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "http://10.8.30.22:7000/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "hash.js": { - "version": "1.1.7", - "resolved": "http://10.8.30.22:7000/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "http-signature": { - "version": "1.2.0", - "resolved": "http://10.8.30.22:7000/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "optional": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "image-size": { - "version": "0.5.5", - "resolved": "http://10.8.30.22:7000/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", - "optional": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "http://10.8.30.22:7000/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "http://10.8.30.22:7000/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "is-regexp": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/is-regexp/-/is-regexp-2.1.0.tgz", - "integrity": "sha1-zXNKVoZOI7lWv058ZsOWpMCyLC0=" - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "http://10.8.30.22:7000/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "optional": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "http://10.8.30.22:7000/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "optional": true - }, - "jsbn": { - "version": "0.1.1", - "resolved": "http://10.8.30.22:7000/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "optional": true - }, - "json-schema": { - "version": "0.2.3", - "resolved": "http://10.8.30.22:7000/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "optional": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "http://10.8.30.22:7000/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=", - "optional": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "http://10.8.30.22:7000/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "optional": true - }, - "jsprim": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "optional": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "less": { - "version": "3.9.0", - "resolved": "http://10.8.30.22:7000/less/-/less-3.9.0.tgz", - "integrity": "sha1-t1EcQ/N89X3Iff/ZiD7BISibFHQ=", - "requires": { - "clone": "^2.1.2", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - } - }, - "less-plugin-npm-import": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/less-plugin-npm-import/-/less-plugin-npm-import-2.1.0.tgz", - "integrity": "sha1-gj5phskzGKmBccqFiEi2vq1Vvz4=", - "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "dependencies": { - "promise": { - "version": "7.0.4", - "resolved": "http://10.8.30.22:7000/promise/-/promise-7.0.4.tgz", - "integrity": "sha1-Nj6EpMNsg1a4kP7WLJHOhdAu1Tk=", - "requires": { - "asap": "~2.0.3" - } - }, - "resolve": { - "version": "1.1.7", - "resolved": "http://10.8.30.22:7000/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=" - } - } - }, - "mime": { - "version": "1.6.0", - "resolved": "http://10.8.30.22:7000/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "optional": true - }, - "mime-db": { - "version": "1.37.0", - "resolved": "http://10.8.30.22:7000/mime-db/-/mime-db-1.37.0.tgz", - "integrity": "sha1-C2oM5v2+lXbiXx8tL96IMNwK0Ng=", - "optional": true - }, - "mime-types": { - "version": "2.1.21", - "resolved": "http://10.8.30.22:7000/mime-types/-/mime-types-2.1.21.tgz", - "integrity": "sha1-KJlaoey3cHQv5q5+WPkYHHRLP5Y=", - "optional": true, - "requires": { - "mime-db": "~1.37.0" - } - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "http://10.8.30.22:7000/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "http://10.8.30.22:7000/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=", - "optional": true - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "http://10.8.30.22:7000/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=", - "optional": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "http://10.8.30.22:7000/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "optional": true - }, - "once": { - "version": "1.4.0", - "resolved": "http://10.8.30.22:7000/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "http://10.8.30.22:7000/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", - "optional": true - }, - "postcss": { - "version": "6.0.23", - "resolved": "http://10.8.30.22:7000/postcss/-/postcss-6.0.23.tgz", - "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - } - }, - "promise": { - "version": "7.3.1", - "resolved": "http://10.8.30.22:7000/promise/-/promise-7.3.1.tgz", - "integrity": "sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078=", - "optional": true, - "requires": { - "asap": "~2.0.3" - } - }, - "prr": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", - "optional": true - }, - "psl": { - "version": "1.1.31", - "resolved": "http://10.8.30.22:7000/psl/-/psl-1.1.31.tgz", - "integrity": "sha1-6aqG0BAbWxBcvpOsa3hM1UcnYYQ=", - "optional": true - }, - "punycode": { - "version": "2.1.1", - "resolved": "http://10.8.30.22:7000/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=", - "optional": true - }, - "qs": { - "version": "6.5.2", - "resolved": "http://10.8.30.22:7000/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", - "optional": true - }, - "request": { - "version": "2.88.0", - "resolved": "http://10.8.30.22:7000/request/-/request-2.88.0.tgz", - "integrity": "sha1-nC/KT301tZLv5Xx/ClXoEFIST+8=", - "optional": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.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" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://10.8.30.22:7000/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=", - "optional": true - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "http://10.8.30.22:7000/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=", - "optional": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://10.8.30.22:7000/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=" - }, - "sshpk": { - "version": "1.15.2", - "resolved": "http://10.8.30.22:7000/sshpk/-/sshpk-1.15.2.tgz", - "integrity": "sha1-yUbWvZsaOdDoY1dj9SQtbtbctik=", - "optional": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "strip-css-comments": { - "version": "4.1.0", - "resolved": "http://10.8.30.22:7000/strip-css-comments/-/strip-css-comments-4.1.0.tgz", - "integrity": "sha1-ynmOPmtxkp8LNU4L1y53WbLqF+A=", - "requires": { - "is-regexp": "^2.1.0" - } - }, - "supports-color": { - "version": "5.4.0", - "resolved": "http://10.8.30.22:7000/supports-color/-/supports-color-5.4.0.tgz", - "integrity": "sha1-HGszdALCE3YF7+GfEP7DkPb6q1Q=", - "requires": { - "has-flag": "^3.0.0" - } - }, - "tough-cookie": { - "version": "2.4.3", - "resolved": "http://10.8.30.22:7000/tough-cookie/-/tough-cookie-2.4.3.tgz", - "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", - "optional": true, - "requires": { - "psl": "^1.1.24", - "punycode": "^1.4.1" - }, - "dependencies": { - "punycode": { - "version": "1.4.1", - "resolved": "http://10.8.30.22:7000/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "optional": true - } - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "http://10.8.30.22:7000/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "optional": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "http://10.8.30.22:7000/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "optional": true - }, - "uri-js": { - "version": "4.2.2", - "resolved": "http://10.8.30.22:7000/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", - "optional": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "uuid": { - "version": "3.3.2", - "resolved": "http://10.8.30.22:7000/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "optional": true - }, - "verror": { - "version": "1.10.0", - "resolved": "http://10.8.30.22:7000/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "optional": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "http://10.8.30.22:7000/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - } - } - }, - "any-promise": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" - }, - "anymatch": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } - } - }, - "args": { - "version": "5.0.3", - "resolved": "http://npm.anxinyun.cn/args/-/args-5.0.3.tgz", - "integrity": "sha512-h6k/zfFgusnv3i5TU08KQkVKuCPBtL/PWQbWkHUxvJrZ2nAyeaUupneemcrgn1xmqxPQsPIzwkUhOpoqPDRZuA==", - "requires": { - "camelcase": "5.0.0", - "chalk": "2.4.2", - "leven": "2.1.0", - "mri": "1.1.4" - } - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" - }, - "array-flatten": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha1-JO+AoowaiTYX4hSbDG0NeIKTsJk=" - }, - "array-move": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/array-move/-/array-move-3.0.1.tgz", - "integrity": "sha1-F5ZFzAmHtllTpPwGtt+QReS6lhg=" - }, - "array-tree-filter": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/array-tree-filter/-/array-tree-filter-2.1.0.tgz", - "integrity": "sha1-hzrAD+yDdJ8lWsjdCDgUtPYykZA=" - }, - "array-union": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" - }, - "array.prototype.reduce": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz", - "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - } - }, - "arraybuffer.slice": { - "version": "0.0.6", - "resolved": "http://npm.anxinyun.cn/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", - "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=" - }, - "asap": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "asn1": { - "version": "0.2.6", - "resolved": "http://npm.anxinyun.cn/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "ast-types": { - "version": "0.13.4", - "resolved": "http://npm.anxinyun.cn/ast-types/-/ast-types-0.13.4.tgz", - "integrity": "sha1-7g13s0MmOWXsw/ti2hbnIisrZ4I=", - "requires": { - "tslib": "^2.0.1" - } - }, - "async": { - "version": "3.2.4", - "resolved": "http://npm.anxinyun.cn/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" - }, - "async-busboy": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/async-busboy/-/async-busboy-1.1.0.tgz", - "integrity": "sha1-dRGs5yPEHimG4PXXzxRIiMHW32Y=", - "requires": { - "busboy": "^0.3.1" - } - }, - "async-each": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8=" - }, - "async-limiter": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=" - }, - "async-validator": { - "version": "4.2.5", - "resolved": "http://npm.anxinyun.cn/async-validator/-/async-validator-4.2.5.tgz", - "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" - }, - "asynckit": { - "version": "0.4.0", - "resolved": "http://npm.anxinyun.cn/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=" - }, - "atob": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "http://npm.anxinyun.cn/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" - }, - "aws4": { - "version": "1.11.0", - "resolved": "http://npm.anxinyun.cn/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=" - }, - "babel-loader": { - "version": "8.2.5", - "resolved": "http://npm.anxinyun.cn/babel-loader/-/babel-loader-8.2.5.tgz", - "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "schema-utils": { - "version": "2.7.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=", - "dev": true, - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-import": { - "version": "1.13.5", - "resolved": "http://npm.anxinyun.cn/babel-plugin-import/-/babel-plugin-import-1.13.5.tgz", - "integrity": "sha512-IkqnoV+ov1hdJVofly9pXRJmeDm9EtROfrc5i6eII0Hix2xMs5FEm8FG3ExMvazbnZBbgHIt6qdO8And6lCloQ==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.0.0" - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", - "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.2", - "semver": "^6.1.1" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.5.3", - "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", - "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.2", - "core-js-compat": "^3.21.0" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", - "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.1" - } - }, - "babel-polyfill": { - "version": "6.26.0", - "resolved": "http://npm.anxinyun.cn/babel-polyfill/-/babel-polyfill-6.26.0.tgz", - "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", - "requires": { - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "regenerator-runtime": "^0.10.5" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.10.5", - "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", - "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=" - } - } - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "http://npm.anxinyun.cn/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=" - } - } - }, - "backo2": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=" - }, - "base": { - "version": "0.11.2", - "resolved": "http://npm.anxinyun.cn/base/-/base-0.11.2.tgz", - "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "base64-arraybuffer": { - "version": "0.1.5", - "resolved": "http://npm.anxinyun.cn/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", - "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=" - }, - "base64id": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/base64id/-/base64id-1.0.0.tgz", - "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=" - }, - "batch": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "before": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/before/-/before-0.0.1.tgz", - "integrity": "sha1-0hJw6YdH6QlyU0QehorbMlrnLdo=" - }, - "better-assert": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/better-assert/-/better-assert-1.0.2.tgz", - "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", - "requires": { - "callsite": "1.0.0" - } - }, - "big.js": { - "version": "5.2.2", - "resolved": "http://npm.anxinyun.cn/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=", - "dev": true - }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "http://npm.anxinyun.cn/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U=" - }, - "bindings": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=", - "optional": true, - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": { - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90=", - "optional": true - } - } - }, - "black-hole-stream": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/black-hole-stream/-/black-hole-stream-0.0.1.tgz", - "integrity": "sha1-M7ega58edFPWBBuCl0SB0hUq6kI=" - }, - "blob": { - "version": "0.0.4", - "resolved": "http://npm.anxinyun.cn/blob/-/blob-0.0.4.tgz", - "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" - }, - "block-stream2": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/block-stream2/-/block-stream2-2.1.0.tgz", - "integrity": "sha1-rAxe9CmLOFd5bgW+jr7XIZb6BUs=", - "requires": { - "readable-stream": "^3.4.0" - } - }, - "bluebird": { - "version": "3.7.2", - "resolved": "http://npm.anxinyun.cn/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=" - }, - "body-parser": { - "version": "1.20.0", - "resolved": "http://npm.anxinyun.cn/body-parser/-/body-parser-1.20.0.tgz", - "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", - "requires": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.10.3", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=" - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "qs": { - "version": "6.10.3", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", - "requires": { - "side-channel": "^1.0.4" - } - } - } - }, - "bonjour": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/bonjour/-/bonjour-3.5.0.tgz", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", - "requires": { - "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": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "http://npm.anxinyun.cn/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "2.3.2", - "resolved": "http://npm.anxinyun.cn/braces/-/braces-2.3.2.tgz", - "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - } - }, - "browserslist": { - "version": "4.21.2", - "resolved": "http://npm.anxinyun.cn/browserslist/-/browserslist-4.21.2.tgz", - "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001366", - "electron-to-chromium": "^1.4.188", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.4" - } - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=", - "dev": true - }, - "buffer-indexof": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/buffer-indexof/-/buffer-indexof-1.1.1.tgz", - "integrity": "sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=" - }, - "buffer-writer": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/buffer-writer/-/buffer-writer-2.0.0.tgz", - "integrity": "sha1-zn64Gjj3gp2wnIc/L7t5LAyY7AQ=" - }, - "busboy": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha1-FwiZJ0xb84quJ9XGK3EmjNWF/Rs=", - "requires": { - "dicer": "0.3.0" - } - }, - "bytes": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - }, - "cache-base": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } - }, - "cache-content-type": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/cache-content-type/-/cache-content-type-1.0.1.tgz", - "integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==", - "requires": { - "mime-types": "^2.1.18", - "ylru": "^1.2.0" - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "callsite": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/callsite/-/callsite-1.0.0.tgz", - "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=" - }, - "camel-case": { - "version": "4.1.2", - "resolved": "http://npm.anxinyun.cn/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha1-lygHKpVPgFIoIlpt7qazhGHhvVo=", - "dev": true, - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "camelcase": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/camelcase/-/camelcase-5.0.0.tgz", - "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==" - }, - "caniuse-lite": { - "version": "1.0.30001370", - "resolved": "http://npm.anxinyun.cn/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz", - "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "http://npm.anxinyun.cn/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, - "cfb": { - "version": "1.2.2", - "resolved": "http://npm.anxinyun.cn/cfb/-/cfb-1.2.2.tgz", - "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", - "requires": { - "adler-32": "~1.3.0", - "crc-32": "~1.2.0" - }, - "dependencies": { - "adler-32": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/adler-32/-/adler-32-1.3.1.tgz", - "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==" - }, - "crc-32": { - "version": "1.2.2", - "resolved": "http://npm.anxinyun.cn/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "chan": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/chan/-/chan-0.6.1.tgz", - "integrity": "sha1-7ArRMuW8YsJ+8QzL/E2NzYygBkA=" - }, - "chokidar": { - "version": "2.1.8", - "resolved": "http://npm.anxinyun.cn/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "chrome-trace-event": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=", - "dev": true - }, - "class-utils": { - "version": "0.3.6", - "resolved": "http://npm.anxinyun.cn/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "classnames": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha1-38+jiR4wbsHa0QXQ6I9EF7hTXo4=" - }, - "clean-css": { - "version": "4.2.4", - "resolved": "http://npm.anxinyun.cn/clean-css/-/clean-css-4.2.4.tgz", - "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", - "dev": true, - "requires": { - "source-map": "~0.6.0" - } - }, - "cliui": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha1-3u/P2y6AB4SqNPRvoI4GhRx7u8U=", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "clone": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", - "dev": true - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha1-wZ/Zvbv4WUK0/ZechNz31fB8I4c=", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "cls-bluebird": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/cls-bluebird/-/cls-bluebird-2.1.0.tgz", - "integrity": "sha1-N+8eCAqP+1XC9BZPU28ZGeeWiu4=", - "requires": { - "is-bluebird": "^1.0.2", - "shimmer": "^1.1.0" - } - }, - "co": { - "version": "4.6.0", - "resolved": "http://npm.anxinyun.cn/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" - }, - "co-body": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/co-body/-/co-body-4.2.0.tgz", - "integrity": "sha1-dN8g+nMmISXcRUgq8E40LqjbNRU=", - "requires": { - "inflation": "~2.0.0", - "qs": "~4.0.0", - "raw-body": "~2.1.2", - "type-is": "~1.6.6" - }, - "dependencies": { - "bytes": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-2.4.0.tgz", - "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=" - }, - "iconv-lite": { - "version": "0.4.13", - "resolved": "http://npm.anxinyun.cn/iconv-lite/-/iconv-lite-0.4.13.tgz", - "integrity": "sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=" - }, - "qs": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-4.0.0.tgz", - "integrity": "sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc=" - }, - "raw-body": { - "version": "2.1.7", - "resolved": "http://npm.anxinyun.cn/raw-body/-/raw-body-2.1.7.tgz", - "integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=", - "requires": { - "bytes": "2.4.0", - "iconv-lite": "0.4.13", - "unpipe": "1.0.0" - } - } - } - }, - "co-busboy": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/co-busboy/-/co-busboy-1.5.0.tgz", - "integrity": "sha1-Y35GpvfofAxksDobnmC+PrG03KQ=", - "requires": { - "black-hole-stream": "~0.0.1", - "busboy": "^0.2.8", - "chan": "^0.6.1", - "inflation": "^2.0.0" - }, - "dependencies": { - "busboy": { - "version": "0.2.14", - "resolved": "http://npm.anxinyun.cn/busboy/-/busboy-0.2.14.tgz", - "integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=", - "requires": { - "dicer": "0.2.5", - "readable-stream": "1.1.x" - } - }, - "dicer": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/dicer/-/dicer-0.2.5.tgz", - "integrity": "sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=", - "requires": { - "readable-stream": "1.1.x", - "streamsearch": "0.1.2" - } - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - } - } - }, - "codepage": { - "version": "1.14.0", - "resolved": "http://npm.anxinyun.cn/codepage/-/codepage-1.14.0.tgz", - "integrity": "sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=", - "requires": { - "commander": "~2.14.1", - "exit-on-epipe": "~1.0.1" - }, - "dependencies": { - "commander": { - "version": "2.14.1", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.14.1.tgz", - "integrity": "sha1-IjUSPjevjKPGXfRbAm29NXsBuao=" - } - } - }, - "collection-visit": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color": { - "version": "3.2.1", - "resolved": "http://npm.anxinyun.cn/color/-/color-3.2.1.tgz", - "integrity": "sha1-NUTcGYyvRJDD7MmnkLVP6f9F4WQ=", - "requires": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "http://npm.anxinyun.cn/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "http://npm.anxinyun.cn/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "color-string": { - "version": "1.9.1", - "resolved": "http://npm.anxinyun.cn/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "colorette": { - "version": "2.0.19", - "resolved": "http://npm.anxinyun.cn/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", - "dev": true - }, - "colors": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/colors/-/colors-1.0.3.tgz", - "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "http://npm.anxinyun.cn/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-5.1.0.tgz", - "integrity": "sha1-Rqu9FlL44Fm92u+Zu9yyrZzxea4=" - }, - "commondir": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "component-bind": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/component-bind/-/component-bind-1.0.0.tgz", - "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=" - }, - "component-ie": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/component-ie/-/component-ie-1.0.0.tgz", - "integrity": "sha1-D5WCzLB4podZLMKetGsxhub+Y38=" - }, - "component-inherit": { - "version": "0.0.3", - "resolved": "http://npm.anxinyun.cn/component-inherit/-/component-inherit-0.0.3.tgz", - "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" - }, - "compressible": { - "version": "2.0.18", - "resolved": "http://npm.anxinyun.cn/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha1-r1PMprBw1MPAdQ+9dyhqbXzEb7o=", - "requires": { - "mime-db": ">= 1.43.0 < 2" - } - }, - "compression": { - "version": "1.7.4", - "resolved": "http://npm.anxinyun.cn/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "requires": { - "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" - }, - "dependencies": { - "bytes": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - } - } - }, - "compute-scroll-into-view": { - "version": "1.0.17", - "resolved": "http://npm.anxinyun.cn/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz", - "integrity": "sha1-aojxis2dQunPS6pr7H4FImB6t6s=" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=" - }, - "connected-react-router": { - "version": "6.9.3", - "resolved": "http://npm.anxinyun.cn/connected-react-router/-/connected-react-router-6.9.3.tgz", - "integrity": "sha512-4ThxysOiv/R2Dc4Cke1eJwjKwH1Y51VDwlOrOfs1LjpdYOVvCNjNkZDayo7+sx42EeGJPQUNchWkjAIJdXGIOQ==", - "dev": true, - "requires": { - "immutable": "^3.8.1 || ^4.0.0", - "lodash.isequalwith": "^4.4.0", - "prop-types": "^15.7.2", - "seamless-immutable": "^7.1.3" - } - }, - "content-disposition": { - "version": "0.5.4", - "resolved": "http://npm.anxinyun.cn/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "requires": { - "safe-buffer": "5.2.1" - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js=" - }, - "convert-source-map": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=", - "dev": true - } - } - }, - "cookie": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "cookiejar": { - "version": "2.1.3", - "resolved": "http://npm.anxinyun.cn/cookiejar/-/cookiejar-2.1.3.tgz", - "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==" - }, - "cookies": { - "version": "0.8.0", - "resolved": "http://npm.anxinyun.cn/cookies/-/cookies-0.8.0.tgz", - "integrity": "sha1-EpPOSzkXQKhAbjyYcOgoxLVPP5A=", - "requires": { - "depd": "~2.0.0", - "keygrip": "~1.1.0" - }, - "dependencies": { - "depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=" - } - } - }, - "copy-anything": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/copy-anything/-/copy-anything-2.0.6.tgz", - "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", - "dev": true, - "requires": { - "is-what": "^3.14.1" - } - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" - }, - "copy-to": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/copy-to/-/copy-to-2.0.1.tgz", - "integrity": "sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU=" - }, - "copy-to-clipboard": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz", - "integrity": "sha1-EVqhqZmP+rYZb5MHatbaO5E2Yq4=", - "requires": { - "toggle-selection": "^1.0.6" - } - }, - "core-js": { - "version": "2.6.11", - "resolved": "http://npm.anxinyun.cn/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha1-OIMUafmSK97Y7iHJ3EaYXgOZMIw=" - }, - "core-js-compat": { - "version": "3.24.0", - "resolved": "http://npm.anxinyun.cn/core-js-compat/-/core-js-compat-3.24.0.tgz", - "integrity": "sha512-F+2E63X3ff/nj8uIrf8Rf24UDGIz7p838+xjEp+Bx3y8OWXj+VTPPZNCtdqovPaS9o7Tka5mCH01Zn5vOd6UQg==", - "dev": true, - "requires": { - "browserslist": "^4.21.2", - "semver": "7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "dev": true - } - } - }, - "core-util-is": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=" - }, - "crc": { - "version": "3.4.4", - "resolved": "http://npm.anxinyun.cn/crc/-/crc-3.4.4.tgz", - "integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=" - }, - "crc32": { - "version": "0.2.2", - "resolved": "http://npm.anxinyun.cn/crc32/-/crc32-0.2.2.tgz", - "integrity": "sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo=" - }, - "create-react-class": { - "version": "15.7.0", - "resolved": "http://npm.anxinyun.cn/create-react-class/-/create-react-class-15.7.0.tgz", - "integrity": "sha1-dJnXyi5pu1HRP69ZvQTwxlodbB4=", - "dev": true, - "requires": { - "loose-envify": "^1.3.1", - "object-assign": "^4.1.1" - } - }, - "cropperjs": { - "version": "1.5.12", - "resolved": "http://npm.anxinyun.cn/cropperjs/-/cropperjs-1.5.12.tgz", - "integrity": "sha1-2cDbK/uMDXadUXOej5FrvEThD1A=" - }, - "cross-env": { - "version": "7.0.3", - "resolved": "http://10.8.30.22:7000/cross-env/-/cross-env-7.0.3.tgz", - "integrity": "sha1-hlJkspZ33AFbqEGJGJZd0jL8VM8=", - "requires": { - "cross-spawn": "^7.0.1" - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "http://npm.anxinyun.cn/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha1-9zqFudXUHQRVUcF34ogtSshXKKY=", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "csrf": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/csrf/-/csrf-3.1.0.tgz", - "integrity": "sha1-7HXpZW0ATWdLjvW6R7Qfv9bLnDA=", - "requires": { - "rndm": "1.2.0", - "tsscmp": "1.0.6", - "uid-safe": "2.1.5" - } - }, - "css-loader": { - "version": "3.6.0", - "resolved": "http://npm.anxinyun.cn/css-loader/-/css-loader-3.6.0.tgz", - "integrity": "sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "http://npm.anxinyun.cn/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "json5": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "css-select": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dev": true, - "requires": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "css-what": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "dev": true - }, - "cssesc": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "csstype": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/csstype/-/csstype-3.1.0.tgz", - "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" - }, - "cycle": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/cycle/-/cycle-1.0.3.tgz", - "integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=" - }, - "d3-color": { - "version": "1.4.1", - "resolved": "http://npm.anxinyun.cn/d3-color/-/d3-color-1.4.1.tgz", - "integrity": "sha1-xSACv4hGraRCTVXZeYL+8m6zvIo=" - }, - "d3-dispatch": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/d3-dispatch/-/d3-dispatch-2.0.0.tgz", - "integrity": "sha1-ihjhb3bdP8rvQhY8l7kmqptV588=" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/d3-ease/-/d3-ease-1.0.7.tgz", - "integrity": "sha1-moNIkO+LiujFWLL+Vb1X9Zk7heI=" - }, - "d3-force": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/d3-force/-/d3-force-2.1.1.tgz", - "integrity": "sha1-8gzL8ebJ6ArdGSbwm1H2hqi8CTc=", - "requires": { - "d3-dispatch": "1 - 2", - "d3-quadtree": "1 - 2", - "d3-timer": "1 - 2" - } - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/d3-interpolate/-/d3-interpolate-1.4.0.tgz", - "integrity": "sha1-Um554tgNqjg/ngwcHH3MDwWD6Yc=", - "requires": { - "d3-color": "1" - } - }, - "d3-quadtree": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/d3-quadtree/-/d3-quadtree-2.0.0.tgz", - "integrity": "sha1-7brQRc74hwH2/uOu6Ok/szLTD50=" - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "http://npm.anxinyun.cn/d3-timer/-/d3-timer-1.0.10.tgz", - "integrity": "sha1-3+dripF0iDGxO22ceT/71QjdneU=" - }, - "dagre": { - "version": "0.8.5", - "resolved": "http://npm.anxinyun.cn/dagre/-/dagre-0.8.5.tgz", - "integrity": "sha1-ujCwBV2sErbB/MJHgXRCd30Gr+4=", - "requires": { - "graphlib": "^2.1.8", - "lodash": "^4.17.15" - } - }, - "dagre-compound": { - "version": "0.0.11", - "resolved": "http://npm.anxinyun.cn/dagre-compound/-/dagre-compound-0.0.11.tgz", - "integrity": "sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==" - }, - "dashdash": { - "version": "1.14.1", - "resolved": "http://npm.anxinyun.cn/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "data-uri-to-buffer": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz", - "integrity": "sha1-WUuJc5OMW8LDMEZTV4U0GrxPNjY=" - }, - "date-fns": { - "version": "2.29.1", - "resolved": "http://npm.anxinyun.cn/date-fns/-/date-fns-2.29.1.tgz", - "integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==" - }, - "dayjs": { - "version": "1.11.4", - "resolved": "http://npm.anxinyun.cn/dayjs/-/dayjs-1.11.4.tgz", - "integrity": "sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==" - }, - "debug": { - "version": "4.3.4", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "deep-equal": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/deep-equal/-/deep-equal-1.0.1.tgz", - "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=" - }, - "deep-is": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" - }, - "default-gateway": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/default-gateway/-/default-gateway-4.2.0.tgz", - "integrity": "sha1-FnEEx1AMIRX23WmwpTa7jtcgVSs=", - "requires": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" - } - }, - "default-user-agent": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/default-user-agent/-/default-user-agent-1.0.0.tgz", - "integrity": "sha1-FsRu/cq6PtxF8k8r1IaLAbfCrcY=", - "requires": { - "os-name": "~1.0.3" - } - }, - "define-properties": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/define-properties/-/define-properties-1.1.4.tgz", - "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", - "dev": true, - "requires": { - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - } - }, - "define-property": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "degenerator": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/degenerator/-/degenerator-3.0.2.tgz", - "integrity": "sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==", - "requires": { - "ast-types": "^0.13.2", - "escodegen": "^1.8.1", - "esprima": "^4.0.0", - "vm2": "^3.9.8" - } - }, - "del": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/del/-/del-4.1.1.tgz", - "integrity": "sha1-no8RciLqRKMf86FWwEm5kFKp8LQ=", - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "delegates": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" - }, - "depd": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "destroy": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - }, - "detect-browser": { - "version": "5.3.0", - "resolved": "http://npm.anxinyun.cn/detect-browser/-/detect-browser-5.3.0.tgz", - "integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==" - }, - "detect-node": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha1-yccHdaScPQO8LAbZpzvlUPl4+LE=" - }, - "dicer": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha1-6s2Ys7+/kuirXC/bcaqsRLsGuHI=", - "requires": { - "streamsearch": "0.1.2" - } - }, - "digest-header": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/digest-header/-/digest-header-0.0.1.tgz", - "integrity": "sha1-Ecz23uxXZqw3l0TZAcEsuklRS+Y=", - "requires": { - "utility": "0.1.11" - }, - "dependencies": { - "utility": { - "version": "0.1.11", - "resolved": "http://npm.anxinyun.cn/utility/-/utility-0.1.11.tgz", - "integrity": "sha1-/eYM+bTkdRlHoM9dEEzik2ciZxU=", - "requires": { - "address": ">=0.0.1" - } - } - } - }, - "dnd-core": { - "version": "10.0.2", - "resolved": "http://npm.anxinyun.cn/dnd-core/-/dnd-core-10.0.2.tgz", - "integrity": "sha512-PrxEjxF0+6Y1n1n1Z9hSWZ1tvnDXv9syL+BccV1r1RC08uWNsyetf8AnWmUF3NgYPwy0HKQJwTqGkZK+1NlaFA==", - "dev": true, - "requires": { - "@react-dnd/asap": "^4.0.0", - "@react-dnd/invariant": "^2.0.0", - "redux": "^4.0.4" - } - }, - "dns-equal": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" - }, - "dns-packet": { - "version": "1.3.4", - "resolved": "http://npm.anxinyun.cn/dns-packet/-/dns-packet-1.3.4.tgz", - "integrity": "sha1-40VQZYJKJQe6iGxVqJljuxB97G8=", - "requires": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" - } - }, - "dns-txt": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/dns-txt/-/dns-txt-2.0.2.tgz", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", - "requires": { - "buffer-indexof": "^1.0.0" - } - }, - "dom-align": { - "version": "1.12.3", - "resolved": "http://npm.anxinyun.cn/dom-align/-/dom-align-1.12.3.tgz", - "integrity": "sha512-Gj9hZN3a07cbR6zviMUBOMPdWxYhbMI+x+WS0NAIu2zFZmbK8ys9R79g+iG9qLnlCwpFoaB+fKy8Pdv470GsPA==" - }, - "dom-converter": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=", - "dev": true, - "requires": { - "utila": "~0.4" - } - }, - "dom-serializer": { - "version": "1.4.1", - "resolved": "http://npm.anxinyun.cn/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dev": true, - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - } - }, - "dom7": { - "version": "4.0.4", - "resolved": "http://npm.anxinyun.cn/dom7/-/dom7-4.0.4.tgz", - "integrity": "sha512-DSSgBzQ4rJWQp1u6o+3FVwMNnT5bzQbMb+o31TjYYeRi05uAcpF8koxdfzeoe5ElzPmua7W7N28YJhF7iEKqIw==", - "requires": { - "ssr-window": "^4.0.0" - } - }, - "domelementtype": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "dev": true - }, - "domhandler": { - "version": "4.3.1", - "resolved": "http://npm.anxinyun.cn/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dev": true, - "requires": { - "domelementtype": "^2.2.0" - } - }, - "domutils": { - "version": "2.8.0", - "resolved": "http://npm.anxinyun.cn/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha1-RDfe9dtuLR9dbuhZvZXKfQIEgTU=", - "dev": true, - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "dot-case": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha1-mytnDQCkMWZ6inW6Kc0bmICc51E=", - "dev": true, - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "dottie": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/dottie/-/dottie-2.0.2.tgz", - "integrity": "sha1-zJHAcmzjoFTr8RxV+8kqfyZt0VQ=" - }, - "duplexer": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha1-Or5DrvODX4rgd9E23c4PJ2sEAOY=", - "dev": true - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "echarts": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/echarts/-/echarts-5.3.3.tgz", - "integrity": "sha512-BRw2serInRwO5SIwRviZ6Xgm5Lb7irgz+sLiFMmy/HOaf4SQ+7oYqxKzRHAKp4xHQ05AuHw1xvoQWJjDQq/FGw==", - "requires": { - "tslib": "2.3.0", - "zrender": "5.3.2" - }, - "dependencies": { - "tslib": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.3.0.tgz", - "integrity": "sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=" - } - } - }, - "echarts-for-react": { - "version": "3.0.2", - "resolved": "http://10.8.30.22:7000/echarts-for-react/-/echarts-for-react-3.0.2.tgz", - "integrity": "sha512-DRwIiTzx8JfwPOVgGttDytBqdp5VzCSyMRIxubgU/g2n9y3VLUmF2FK7Icmg/sNVkv4+rktmrLN9w22U2yy3fA==", - "requires": { - "fast-deep-equal": "^3.1.3", - "size-sensor": "^1.0.1" - } - }, - "ee-first": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "electron-to-chromium": { - "version": "1.4.199", - "resolved": "http://npm.anxinyun.cn/electron-to-chromium/-/electron-to-chromium-1.4.199.tgz", - "integrity": "sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==", - "dev": true - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "http://npm.anxinyun.cn/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha1-VXBmIEatKeLpFucariYKvf9Pang=", - "dev": true - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "http://npm.anxinyun.cn/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=", - "requires": { - "once": "^1.4.0" - } - }, - "engine.io": { - "version": "1.8.5", - "resolved": "http://npm.anxinyun.cn/engine.io/-/engine.io-1.8.5.tgz", - "integrity": "sha1-Tr5edcbcEj3uSv3Obl/c7SHrk/Y=", - "requires": { - "accepts": "1.3.3", - "base64id": "1.0.0", - "cookie": "0.3.1", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "ws": "~1.1.5" - }, - "dependencies": { - "accepts": { - "version": "1.3.3", - "resolved": "http://npm.anxinyun.cn/accepts/-/accepts-1.3.3.tgz", - "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", - "requires": { - "mime-types": "~2.1.11", - "negotiator": "0.6.1" - } - }, - "debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "negotiator": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/negotiator/-/negotiator-0.6.1.tgz", - "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" - } - } - }, - "engine.io-client": { - "version": "1.8.6", - "resolved": "http://npm.anxinyun.cn/engine.io-client/-/engine.io-client-1.8.6.tgz", - "integrity": "sha1-2GlnxIgBlSSt8iZdumK4hplL1f0=", - "requires": { - "component-emitter": "1.2.1", - "component-inherit": "0.0.3", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "has-cors": "1.1.0", - "indexof": "0.0.1", - "parsejson": "0.0.3", - "parseqs": "0.0.5", - "parseuri": "0.0.5", - "ws": "~1.1.5", - "xmlhttprequest-ssl": "1.6.3", - "yeast": "0.1.2" - }, - "dependencies": { - "component-emitter": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - } - } - }, - "engine.io-parser": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/engine.io-parser/-/engine.io-parser-1.3.2.tgz", - "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", - "requires": { - "after": "0.8.2", - "arraybuffer.slice": "0.0.6", - "base64-arraybuffer": "0.1.5", - "blob": "0.0.4", - "has-binary": "0.1.7", - "wtf-8": "1.0.0" - } - }, - "enhanced-resolve": { - "version": "5.10.0", - "resolved": "http://npm.anxinyun.cn/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "dependencies": { - "tapable": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true - } - } - }, - "entities": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "dev": true - }, - "envinfo": { - "version": "7.8.1", - "resolved": "http://npm.anxinyun.cn/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha1-Bjd+Pl9NN5/qesWS1a2JJ+DE1HU=", - "dev": true - }, - "epilogue": { - "version": "0.6.6", - "resolved": "http://npm.anxinyun.cn/epilogue/-/epilogue-0.6.6.tgz", - "integrity": "sha1-7Rj7gM9rPsfGBS5NpadF0isICms=", - "requires": { - "bluebird": "^3.0.0", - "inflection": "^1.7.1", - "lodash": "^4.8.2" - } - }, - "errno": { - "version": "0.1.8", - "resolved": "http://npm.anxinyun.cn/errno/-/errno-0.1.8.tgz", - "integrity": "sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=", - "requires": { - "prr": "~1.0.1" - } - }, - "es-abstract": { - "version": "1.20.1", - "resolved": "http://npm.anxinyun.cn/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.4.3", - "string.prototype.trimend": "^1.0.5", - "string.prototype.trimstart": "^1.0.5", - "unbox-primitive": "^1.0.2" - } - }, - "es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", - "integrity": "sha1-hz8+hEGN5O4Zxb51KZCy5EcY0J4=", - "dev": true - }, - "es-module-lexer": { - "version": "0.9.3", - "resolved": "http://npm.anxinyun.cn/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", - "dev": true - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=", - "dev": true, - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "es6-promise": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/es6-promise/-/es6-promise-3.3.1.tgz", - "integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=" - }, - "escalade": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=", - "dev": true - }, - "escape-html": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "escodegen": { - "version": "1.14.3", - "resolved": "http://npm.anxinyun.cn/escodegen/-/escodegen-1.14.3.tgz", - "integrity": "sha1-TnuB+6YVgdyXWC7XjKt/Do1j9QM=", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=" - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha1-eteWTWeauyi+5yzsY3WLHF0smSE=", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=" - }, - "esutils": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=" - }, - "etag": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "http://npm.anxinyun.cn/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8=" - }, - "events": { - "version": "3.3.0", - "resolved": "http://npm.anxinyun.cn/events/-/events-3.3.0.tgz", - "integrity": "sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=", - "dev": true - }, - "eventsource": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/eventsource/-/eventsource-2.0.2.tgz", - "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==" - }, - "execa": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/execa/-/execa-1.0.0.tgz", - "integrity": "sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "http://npm.anxinyun.cn/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "path-key": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" - }, - "which": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/which/-/which-1.3.1.tgz", - "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "exit-on-epipe": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", - "integrity": "sha1-C92S6H1ShdJn2qgXHQ6wYVlolpI=" - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "http://npm.anxinyun.cn/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "express": { - "version": "4.18.1", - "resolved": "http://npm.anxinyun.cn/express/-/express-4.18.1.tgz", - "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", - "requires": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.0", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.5.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.10.3", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "cookie": { - "version": "0.5.0", - "resolved": "http://npm.anxinyun.cn/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" - }, - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=" - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "qs": { - "version": "6.10.3", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", - "requires": { - "side-channel": "^1.0.4" - } - }, - "statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=" - } - } - }, - "extend": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend/-/extend-3.0.2.tgz", - "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" - }, - "eyes": { - "version": "0.1.8", - "resolved": "http://npm.anxinyun.cn/eyes/-/eyes-0.1.8.tgz", - "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=" - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "http://npm.anxinyun.cn/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=" - }, - "fast-diff": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/fast-diff/-/fast-diff-1.1.2.tgz", - "integrity": "sha1-S2LEK44D3j+EhGC2OQeZIGldAVQ=", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" - }, - "fast-safe-stringify": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" - }, - "fastest-levenshtein": { - "version": "1.0.14", - "resolved": "http://npm.anxinyun.cn/fastest-levenshtein/-/fastest-levenshtein-1.0.14.tgz", - "integrity": "sha512-tFfWHjnuUfKE186Tfgr+jtaFc0mZTApEgKDOeyN+FwOqRkO/zK/3h1AiRd8u8CY53owL3CUmGr/oI9p/RdyLTA==", - "dev": true - }, - "faye-websocket": { - "version": "0.11.4", - "resolved": "http://npm.anxinyun.cn/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha1-fw2Sdc/dhqHJY9yLZfzEUe3Lsdo=", - "requires": { - "websocket-driver": ">=0.5.1" - } - }, - "fecha": { - "version": "4.2.3", - "resolved": "http://npm.anxinyun.cn/fecha/-/fecha-4.2.3.tgz", - "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" - }, - "fflate": { - "version": "0.3.11", - "resolved": "http://npm.anxinyun.cn/fflate/-/fflate-0.3.11.tgz", - "integrity": "sha1-LEQNcYD964GeZImNiFivMnsEKl0=" - }, - "file-loader": { - "version": "6.2.0", - "resolved": "http://npm.anxinyun.cn/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha1-uu98+OGEDfMl5DkLRISHlIDuvk0=", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "file-uri-to-path": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz", - "integrity": "sha1-e0Fa66In1XWFHgpbDGQNdlZAP7o=" - }, - "fill-range": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - } - }, - "finalhandler": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=" - } - } - }, - "find-cache-dir": { - "version": "3.3.2", - "resolved": "http://npm.anxinyun.cn/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha1-swxbbv8HMHMa6pu9nb7L2AJW1ks=", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - } - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=", - "requires": { - "locate-path": "^3.0.0" - } - }, - "follow-redirects": { - "version": "1.15.1", - "resolved": "http://npm.anxinyun.cn/follow-redirects/-/follow-redirects-1.15.1.tgz", - "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==" - }, - "for-in": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" - }, - "form-data": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha1-69U3kbeDVqma+aMA1CgsTV65dV8=", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - }, - "formidable": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/formidable/-/formidable-1.2.6.tgz", - "integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==" - }, - "formstream": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/formstream/-/formstream-1.1.1.tgz", - "integrity": "sha1-FyWdJEDDXKlzbbn0X7O6P4Zpx1A=", - "requires": { - "destroy": "^1.0.4", - "mime": "^2.5.2", - "pause-stream": "~0.0.11" - } - }, - "forwarded": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha1-ImmTZCiq1MFcfr6XeahL8LKoGBE=" - }, - "frac": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/frac/-/frac-1.1.2.tgz", - "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==" - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "requires": { - "map-cache": "^0.2.2" - } - }, - "fresh": { - "version": "0.5.2", - "resolved": "http://npm.anxinyun.cn/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-dc": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/fs-dc/-/fs-dc-1.1.0.tgz", - "integrity": "sha512-4NDVKTlFKlIRSxH5hMpa7oXbwTKGZ+T5tth8kiQC8vivzHCfjPcnBeEwT343Iny9vPc5MAakjeMVC7ZNmSCNHA==", - "requires": { - "co": "^4.6.0", - "epilogue": "^0.6.5", - "koa-compose": "^3.0.0", - "pg": "^7.12.1", - "pg-hstore": "^2.3.2", - "sequelize": "^4.2.1" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fs-logger": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/fs-logger/-/fs-logger-1.0.0.tgz", - "integrity": "sha512-bTnVEpCwoLpeDX17XbfYydbkqXeBDyjvWRgjY/EPz8ZVH+UQpHXumIxKT0aHA2sX1Sca8W3oEfmXTZt5TvmL3g==", - "requires": { - "fs-extra": "^0.26.2", - "winston": "^2.1.0" - }, - "dependencies": { - "fs-extra": { - "version": "0.26.7", - "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-0.26.7.tgz", - "integrity": "sha1-muH92UiXeY7at20JGM9C0MMYT6k=", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - } - }, - "jsonfile": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", - "requires": { - "graceful-fs": "^4.1.6" - } - } - } - }, - "fs-monkey": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha1-rjrJLVO7Mo7+DpodlUH2rY1I4tM=", - "dev": true - }, - "fs-web-server-scaffold": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/fs-web-server-scaffold/-/fs-web-server-scaffold-1.2.0.tgz", - "integrity": "sha512-3Cx02OkdHNvhge1+N31otW2sOqfttdrg7FgCG8H8mEaIBf5fd3KITVl6OMaTcc/gIwtBwOWvtSc0ZuHHJbYQrQ==", - "requires": { - "co": "^4.6.0", - "co-body": "^4.0.0", - "fs-dc": "^1.1.0", - "fs-logger": "^1.0.0", - "is-generator-function": "^1.0.3", - "koa": "^2.0.0-alpha.3", - "koa-66": "^0.7.1", - "koa-bodyparser": "^2.0.1", - "koa-convert": "^1.1.0", - "koa-cors": "0.0.16", - "koa-csrf": "^2.4.0", - "koa-generic-session": "^1.10.0", - "koa-logger": "^1.3.0", - "koa-static": "^1.5.2", - "socket.io": "^1.4.8" - }, - "dependencies": { - "koa-convert": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/koa-convert/-/koa-convert-1.2.0.tgz", - "integrity": "sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA=", - "requires": { - "co": "^4.6.0", - "koa-compose": "^3.0.0" - } - } - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "1.2.13", - "resolved": "http://npm.anxinyun.cn/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - } - }, - "ftp": { - "version": "0.3.10", - "resolved": "http://npm.anxinyun.cn/ftp/-/ftp-0.3.10.tgz", - "integrity": "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=", - "requires": { - "readable-stream": "1.1.x", - "xregexp": "2.0.0" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - } - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=" - }, - "function.prototype.name": { - "version": "1.1.5", - "resolved": "http://npm.anxinyun.cn/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" - } - }, - "functions-have-names": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "dev": true - }, - "generic-pool": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/generic-pool/-/generic-pool-3.5.0.tgz", - "integrity": "sha1-rKxP10Ohdf8gV084CRADZGTLYfc=" - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "http://npm.anxinyun.cn/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=", - "dev": true - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "http://npm.anxinyun.cn/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=" - }, - "get-intrinsic": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/get-intrinsic/-/get-intrinsic-1.1.2.tgz", - "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.3" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=", - "requires": { - "pump": "^3.0.0" - } - }, - "get-symbol-description": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - } - }, - "get-uri": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/get-uri/-/get-uri-3.0.2.tgz", - "integrity": "sha1-8O8TVvqrxw4flAT6O2ayupv8clw=", - "requires": { - "@tootallnate/once": "1", - "data-uri-to-buffer": "3", - "debug": "4", - "file-uri-to-path": "2", - "fs-extra": "^8.1.0", - "ftp": "^0.3.10" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "resolved": "http://npm.anxinyun.cn/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=" - } - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" - }, - "getpass": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "gl-matrix": { - "version": "3.4.3", - "resolved": "http://npm.anxinyun.cn/gl-matrix/-/gl-matrix-3.4.3.tgz", - "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" - }, - "gl-vec2": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/gl-vec2/-/gl-vec2-1.3.0.tgz", - "integrity": "sha1-g9Ry7UYDTejgnLyFcSP7bIHFEZk=" - }, - "glob": { - "version": "7.2.3", - "resolved": "http://npm.anxinyun.cn/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=", - "dev": true - }, - "globals": { - "version": "11.12.0", - "resolved": "http://npm.anxinyun.cn/globals/-/globals-11.12.0.tgz", - "integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=", - "dev": true - }, - "globby": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" - } - } - }, - "graceful-fs": { - "version": "4.2.10", - "resolved": "http://npm.anxinyun.cn/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "graphlib": { - "version": "2.1.8", - "resolved": "http://npm.anxinyun.cn/graphlib/-/graphlib-2.1.8.tgz", - "integrity": "sha1-V2HUFHN4cAhMkux7XbywWSydNdo=", - "requires": { - "lodash": "^4.17.15" - } - }, - "gzip-size": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha1-BlNn/VDCOcBnHLy61b4+LusQ5GI=", - "dev": true, - "requires": { - "duplexer": "^0.1.2" - } - }, - "hammerjs": { - "version": "2.0.8", - "resolved": "http://npm.anxinyun.cn/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=" - }, - "handle-thing": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha1-hX95zjWVgMNA1DCBzGSJcNC7I04=" - }, - "har-schema": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" - }, - "har-validator": { - "version": "5.1.5", - "resolved": "http://npm.anxinyun.cn/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/has/-/has-1.0.3.tgz", - "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "has-bigints": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "dev": true - }, - "has-binary": { - "version": "0.1.7", - "resolved": "http://npm.anxinyun.cn/has-binary/-/has-binary-0.1.7.tgz", - "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", - "requires": { - "isarray": "0.0.1" - } - }, - "has-cors": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/has-cors/-/has-cors-1.1.0.tgz", - "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-property-descriptors": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.1" - } - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" - }, - "has-tostringtag": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU=", - "requires": { - "has-symbols": "^1.0.2" - } - }, - "has-value": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "has-values": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "kind-of": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "he": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/he/-/he-1.2.0.tgz", - "integrity": "sha1-hK5l+n6vsWX922FWauFLrwVmTw8=", - "dev": true - }, - "history": { - "version": "4.10.1", - "resolved": "http://npm.anxinyun.cn/history/-/history-4.10.1.tgz", - "integrity": "sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=", - "dev": true, - "requires": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" - } - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "http://npm.anxinyun.cn/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=", - "dev": true, - "requires": { - "react-is": "^16.7.0" - } - }, - "hpack.js": { - "version": "2.1.6", - "resolved": "http://npm.anxinyun.cn/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", - "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "html-entities": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/html-entities/-/html-entities-1.4.0.tgz", - "integrity": "sha1-z70bAdKvr5rcobEK59/6uYxx0tw=" - }, - "html-minifier-terser": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", - "integrity": "sha1-ki6W8fO7YIMsJjS3mIQJY4mx8FQ=", - "dev": true, - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": { - "commander": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-4.1.1.tgz", - "integrity": "sha1-n9YCvZNilOnp70aj9NaWQESxgGg=", - "dev": true - } - } - }, - "html-webpack-plugin": { - "version": "4.5.2", - "resolved": "http://npm.anxinyun.cn/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha1-dvyD+hoPEt1ffaBASlTiaZZmvBI=", - "dev": true, - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/json5/-/json5-1.0.1.tgz", - "integrity": "sha1-d5+wAYYE+oVOrL9iUhgNg1Q+Pb4=", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha1-xXm140yzSxp07cbB+za/o3HVphM=", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - } - } - }, - "htmlparser2": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=", - "dev": true, - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "http-assert": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/http-assert/-/http-assert-1.5.0.tgz", - "integrity": "sha1-w4nM2HrBbtLfpiRv1zuSaqAOa48=", - "requires": { - "deep-equal": "~1.0.1", - "http-errors": "~1.8.0" - }, - "dependencies": { - "http-errors": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - } - } - } - }, - "http-deceiver": { - "version": "1.2.7", - "resolved": "http://npm.anxinyun.cn/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" - }, - "http-errors": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "requires": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "dependencies": { - "depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=" - }, - "statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=" - } - } - }, - "http-parser-js": { - "version": "0.5.8", - "resolved": "http://npm.anxinyun.cn/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" - }, - "http-proxy": { - "version": "1.18.1", - "resolved": "http://npm.anxinyun.cn/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha1-QBVB8FNIhLv5UmAzTnL4juOXZUk=", - "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - } - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha1-ioyO9/WTLM+VPClsqCkblap0qjo=", - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "http-proxy-middleware": { - "version": "0.19.1", - "resolved": "http://npm.anxinyun.cn/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", - "integrity": "sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=", - "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" - } - }, - "http-signature": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "https-proxy-agent": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "humanize-ms": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "requires": { - "ms": "^2.0.0" - } - }, - "humanize-number": { - "version": "0.0.2", - "resolved": "http://npm.anxinyun.cn/humanize-number/-/humanize-number-0.0.2.tgz", - "integrity": "sha1-EcCvakcWQ2M1iFiASPF5lUFInBg=" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "http://npm.anxinyun.cn/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "icss-utils": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/icss-utils/-/icss-utils-4.1.1.tgz", - "integrity": "sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=", - "dev": true, - "requires": { - "postcss": "^7.0.14" - } - }, - "image-size": { - "version": "0.5.5", - "resolved": "http://npm.anxinyun.cn/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", - "dev": true, - "optional": true - }, - "immutable": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/immutable/-/immutable-4.1.0.tgz", - "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==" - }, - "import-local": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/import-local/-/import-local-2.0.0.tgz", - "integrity": "sha1-VQcL44pZk88Y72236WH1vuXFoJ0=", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - } - }, - "indexof": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/indexof/-/indexof-0.0.1.tgz", - "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" - }, - "inflation": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/inflation/-/inflation-2.0.0.tgz", - "integrity": "sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8=" - }, - "inflection": { - "version": "1.13.2", - "resolved": "http://npm.anxinyun.cn/inflection/-/inflection-1.13.2.tgz", - "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==" - }, - "inflight": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=" - }, - "insert-css": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/insert-css/-/insert-css-2.0.0.tgz", - "integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=" - }, - "internal-ip": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/internal-ip/-/internal-ip-4.3.0.tgz", - "integrity": "sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=", - "requires": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" - } - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } - }, - "interpret": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha1-GnigtZZcQKVBbQB61vUK0nxBffk=", - "dev": true - }, - "invariant": { - "version": "2.2.4", - "resolved": "http://npm.anxinyun.cn/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "inversify": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/inversify/-/inversify-5.1.1.tgz", - "integrity": "sha1-b71mjFkTN0BOAFoZRr/g2ALAhzA=" - }, - "inversify-inject-decorators": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/inversify-inject-decorators/-/inversify-inject-decorators-3.1.0.tgz", - "integrity": "sha1-2ZQQgLrXfOyKZe4p2QXk1dc+HpU=" - }, - "ip": { - "version": "1.1.8", - "resolved": "http://npm.anxinyun.cn/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" - }, - "ip-regex": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "http://npm.anxinyun.cn/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=" - }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "http://npm.anxinyun.cn/is-absolute-url/-/is-absolute-url-3.0.3.tgz", - "integrity": "sha1-lsaiK2ojkpsR6gr7GDbDatSl1pg=" - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-any-array": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/is-any-array/-/is-any-array-2.0.0.tgz", - "integrity": "sha512-WdPV58rT3aOWXvvyuBydnCq4S2BM1Yz8shKxlEpk/6x+GX202XRvXOycEFtNgnHVLoc46hpexPFx8Pz1/sMS0w==" - }, - "is-arrayish": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=" - }, - "is-bigint": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=", - "dev": true, - "requires": { - "has-bigints": "^1.0.1" - } - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-bluebird": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-bluebird/-/is-bluebird-1.0.2.tgz", - "integrity": "sha1-CWQ5Bg9KpBGr7hkUOoTWpVNG1uI=" - }, - "is-boolean-object": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "http://npm.anxinyun.cn/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4=" - }, - "is-callable": { - "version": "1.2.4", - "resolved": "http://npm.anxinyun.cn/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha1-RzAdWN0CWUB4ZVR4U99tYf5HGUU=", - "dev": true - }, - "is-core-module": { - "version": "2.9.0", - "resolved": "http://npm.anxinyun.cn/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-date-object": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0=" - } - } - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, - "is-generator-function": { - "version": "1.0.10", - "resolved": "http://npm.anxinyun.cn/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha1-8VWLrxrBfg3up8BBXEODUf8rPHI=", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-glob": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true - }, - "is-number": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-number-object": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s=" - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", - "integrity": "sha1-v+Lcomxp85cmWkAJljYCk1oFOss=", - "requires": { - "is-path-inside": "^2.1.0" - } - }, - "is-path-inside": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/is-path-inside/-/is-path-inside-2.1.0.tgz", - "integrity": "sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=", - "requires": { - "path-is-inside": "^1.0.2" - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=", - "requires": { - "isobject": "^3.0.1" - } - }, - "is-regex": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg=", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2" - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" - }, - "is-string": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-symbol": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha1-ptrJO2NbBjymhyI23oiRClevE5w=", - "dev": true, - "requires": { - "has-symbols": "^1.0.2" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "is-weakref": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2" - } - }, - "is-what": { - "version": "3.14.1", - "resolved": "http://npm.anxinyun.cn/is-what/-/is-what-3.14.1.tgz", - "integrity": "sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=", - "dev": true - }, - "is-windows": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=" - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" - }, - "isarray": { - "version": "0.0.1", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "isexe": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" - }, - "isstream": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "http://npm.anxinyun.cn/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha1-GSA/tZmR35jjoocFDUZHzerzJJk=" - }, - "jsbn": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "jsesc": { - "version": "2.5.2", - "resolved": "http://npm.anxinyun.cn/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=", - "dev": true - }, - "json-schema": { - "version": "0.4.0", - "resolved": "http://npm.anxinyun.cn/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA=" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, - "json2mq": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/json2mq/-/json2mq-0.2.0.tgz", - "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=", - "requires": { - "string-convert": "^0.2.0" - } - }, - "json3": { - "version": "3.3.2", - "resolved": "http://npm.anxinyun.cn/json3/-/json3-3.3.2.tgz", - "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=" - }, - "json5": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=", - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "jsprim": { - "version": "1.4.2", - "resolved": "http://npm.anxinyun.cn/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - } - }, - "keygrip": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/keygrip/-/keygrip-1.1.0.tgz", - "integrity": "sha1-hxsWgdXhWcYqRFsMdLYV4JF+ciY=", - "requires": { - "tsscmp": "1.0.6" - } - }, - "killable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/killable/-/killable-1.0.1.tgz", - "integrity": "sha1-TIzkQRh6Bhx0dPuHygjipjgZSJI=" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=" - }, - "klaw": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/klaw/-/klaw-1.3.1.tgz", - "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", - "requires": { - "graceful-fs": "^4.1.9" - } - }, - "klona": { - "version": "2.0.5", - "resolved": "http://npm.anxinyun.cn/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", - "dev": true - }, - "koa": { - "version": "2.13.4", - "resolved": "http://npm.anxinyun.cn/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==", - "requires": { - "accepts": "^1.3.5", - "cache-content-type": "^1.0.0", - "content-disposition": "~0.5.2", - "content-type": "^1.0.4", - "cookies": "~0.8.0", - "debug": "^4.3.2", - "delegates": "^1.0.0", - "depd": "^2.0.0", - "destroy": "^1.0.4", - "encodeurl": "^1.0.2", - "escape-html": "^1.0.3", - "fresh": "~0.5.2", - "http-assert": "^1.3.0", - "http-errors": "^1.6.3", - "is-generator-function": "^1.0.7", - "koa-compose": "^4.1.0", - "koa-convert": "^2.0.0", - "on-finished": "^2.3.0", - "only": "~0.0.2", - "parseurl": "^1.3.2", - "statuses": "^1.5.0", - "type-is": "^1.6.16", - "vary": "^1.1.2" - }, - "dependencies": { - "depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=" - }, - "http-errors": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - } - } - }, - "koa-compose": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-4.1.0.tgz", - "integrity": "sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=" - } - } - }, - "koa-66": { - "version": "0.7.3", - "resolved": "http://npm.anxinyun.cn/koa-66/-/koa-66-0.7.3.tgz", - "integrity": "sha1-uJqigcousj+2HFY8Q0ZHRhDFniw=", - "requires": { - "debug": "^2.2.0", - "koa-compose": "^3.0.0", - "path-to-regexp": "^1.2.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "path-to-regexp": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", - "requires": { - "isarray": "0.0.1" - } - } - } - }, - "koa-better-http-proxy": { - "version": "0.2.10", - "resolved": "http://npm.anxinyun.cn/koa-better-http-proxy/-/koa-better-http-proxy-0.2.10.tgz", - "integrity": "sha512-i47bpzbMFOMvPoM7sUovsIfepPSDNZpNVV4expEER2wWaCGWLTRcWfx/wVOKA3gJLMdLLwzx9tZlyF5EGC1ZYg==", - "requires": { - "es6-promise": "^3.3.1", - "raw-body": "^2.2.0" - } - }, - "koa-bodyparser": { - "version": "2.5.0", - "resolved": "http://npm.anxinyun.cn/koa-bodyparser/-/koa-bodyparser-2.5.0.tgz", - "integrity": "sha1-PrckP0eZii53LbBfbcTg9PPMvfA=", - "requires": { - "co-body": "^5.1.0", - "copy-to": "^2.0.1" - }, - "dependencies": { - "co-body": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/co-body/-/co-body-5.2.0.tgz", - "integrity": "sha1-WgpljEYCkTHg46MG9nZHMC9xwSQ=", - "requires": { - "inflation": "^2.0.0", - "qs": "^6.4.0", - "raw-body": "^2.2.0", - "type-is": "^1.6.14" - } - } - } - }, - "koa-compose": { - "version": "3.2.1", - "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-3.2.1.tgz", - "integrity": "sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec=", - "requires": { - "any-promise": "^1.1.0" - } - }, - "koa-convert": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/koa-convert/-/koa-convert-2.0.0.tgz", - "integrity": "sha1-hqDETYHUBVG64i/uZwmQRXPupPU=", - "requires": { - "co": "^4.6.0", - "koa-compose": "^4.1.0" - }, - "dependencies": { - "koa-compose": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/koa-compose/-/koa-compose-4.1.0.tgz", - "integrity": "sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=" - } - } - }, - "koa-cors": { - "version": "0.0.16", - "resolved": "http://npm.anxinyun.cn/koa-cors/-/koa-cors-0.0.16.tgz", - "integrity": "sha1-mBB5k6eQnjTAQphsXsYVbXfzQy4=" - }, - "koa-csrf": { - "version": "2.5.0", - "resolved": "http://npm.anxinyun.cn/koa-csrf/-/koa-csrf-2.5.0.tgz", - "integrity": "sha1-4j3nyOHQz+HucxDrLz8uykPaz44=", - "requires": { - "csrf": "^3.0.0" - } - }, - "koa-generic-session": { - "version": "1.11.7", - "resolved": "http://npm.anxinyun.cn/koa-generic-session/-/koa-generic-session-1.11.7.tgz", - "integrity": "sha1-qWhLkRYg5NnhE8Zhm7Rgks3pr84=", - "requires": { - "copy-to": "~2.0.1", - "crc": "~3.4.0", - "debug": "^3.2.5", - "parseurl": "~1.3.1", - "uid-safe": "~2.1.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "koa-logger": { - "version": "1.3.1", - "resolved": "http://npm.anxinyun.cn/koa-logger/-/koa-logger-1.3.1.tgz", - "integrity": "sha1-rT9fIZOzM0Mo8+uZphj0sEvui9U=", - "requires": { - "bytes": "1", - "chalk": "^1.1.3", - "humanize-number": "0.0.2", - "passthrough-counter": "^1.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" - }, - "bytes": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/bytes/-/bytes-1.0.0.tgz", - "integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=" - }, - "chalk": { - "version": "1.1.3", - "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" - } - } - }, - "koa-proxy": { - "version": "1.0.0-alpha.3", - "resolved": "http://npm.anxinyun.cn/koa-proxy/-/koa-proxy-1.0.0-alpha.3.tgz", - "integrity": "sha1-r8Ye3J3GoZVGRmS+zMFiz+mUv1U=", - "requires": { - "pause-stream": "0.0.11", - "request": "^2.88.0", - "request-promise-native": "^1.0.5" - } - }, - "koa-send": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/koa-send/-/koa-send-2.0.3.tgz", - "integrity": "sha1-f9PPPOFBi63jdqhM6k7DHY9Jzwc=", - "requires": { - "debug": "^3.2.5", - "mz": "^2.0.0", - "resolve-path": "^1.2.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "koa-static": { - "version": "1.5.3", - "resolved": "http://npm.anxinyun.cn/koa-static/-/koa-static-1.5.3.tgz", - "integrity": "sha1-29IUbu5xeA3/0xLyPMSnYui839I=", - "requires": { - "debug": "^3.2.5", - "koa-send": "~2.0.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "koa-view": { - "version": "2.1.4", - "resolved": "http://npm.anxinyun.cn/koa-view/-/koa-view-2.1.4.tgz", - "integrity": "sha1-Z5bcjoMiv3c3tbHNpNP1FMoYBhA=", - "requires": { - "nunjucks": "^3.2.0" - } - }, - "less": { - "version": "3.13.1", - "resolved": "http://npm.anxinyun.cn/less/-/less-3.13.1.tgz", - "integrity": "sha1-DryR0qDpwMZzW4PUlrCrBYMHeQk=", - "dev": true, - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "make-dir": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=", - "dev": true, - "optional": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "mime": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/mime/-/mime-1.6.0.tgz", - "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=", - "dev": true, - "optional": true - }, - "tslib": { - "version": "1.14.1", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=", - "dev": true - } - } - }, - "less-bundle-promise": { - "version": "1.0.11", - "resolved": "http://npm.anxinyun.cn/less-bundle-promise/-/less-bundle-promise-1.0.11.tgz", - "integrity": "sha512-LozmEciljdXe0CwEH6uWTlpQDlOVM8d3kkj14P+Jeze/AUhaPZs02x6INJh4TYSeO5xw4RxkpzXTELZSkLKC6Q==" - }, - "less-loader": { - "version": "7.3.0", - "resolved": "http://npm.anxinyun.cn/less-loader/-/less-loader-7.3.0.tgz", - "integrity": "sha1-+dbTbRhznWQgZ6Bftb1wyMYTF+U=", - "dev": true, - "requires": { - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "leven": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/leven/-/leven-2.1.0.tgz", - "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=" - }, - "levn": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "loader-runner": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true - }, - "loader-utils": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha1-2+w7OrdZdYBxtY/ln8QYca8hQA4=", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "http://npm.anxinyun.cn/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "lodash-es": { - "version": "4.17.21", - "resolved": "http://npm.anxinyun.cn/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "http://npm.anxinyun.cn/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", - "dev": true - }, - "lodash.isequal": { - "version": "4.5.0", - "resolved": "http://npm.anxinyun.cn/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" - }, - "lodash.isequalwith": { - "version": "4.4.0", - "resolved": "http://npm.anxinyun.cn/lodash.isequalwith/-/lodash.isequalwith-4.4.0.tgz", - "integrity": "sha1-Jmcm3dUo+FTyH06pigZWBuD7xrA=", - "dev": true - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "http://npm.anxinyun.cn/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo=" - }, - "lodash.tonumber": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/lodash.tonumber/-/lodash.tonumber-4.0.3.tgz", - "integrity": "sha1-C5azGzVnJ5Prf1pj7nkfG56QJdk=" - }, - "loglevel": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/loglevel/-/loglevel-1.8.0.tgz", - "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==" - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lower-case": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha1-b6I3xj29xKgsoP2ILkci3F5jTig=", - "dev": true, - "requires": { - "tslib": "^2.0.3" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "http://npm.anxinyun.cn/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "requires": { - "yallist": "^3.0.2" - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=", - "dev": true, - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "http://npm.anxinyun.cn/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha1-fVg6cwZDTAVf5HSw9FB45uG0uSo=", - "dev": true, - "requires": { - "p-defer": "^1.0.0" - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "http://npm.anxinyun.cn/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" - }, - "map-visit": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "requires": { - "object-visit": "^1.0.0" - } - }, - "material-colors": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/material-colors/-/material-colors-1.2.6.tgz", - "integrity": "sha1-bRlYhxEmmSzuzHL0vMTY8BCGX0Y=" - }, - "media-typer": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "mem": { - "version": "8.1.1", - "resolved": "http://npm.anxinyun.cn/mem/-/mem-8.1.1.tgz", - "integrity": "sha1-zxGLNXxlq3t+CBe98AyAYil8ASI=", - "dev": true, - "requires": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^3.1.0" - } - }, - "memfs": { - "version": "3.4.7", - "resolved": "http://npm.anxinyun.cn/memfs/-/memfs-3.4.7.tgz", - "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==", - "dev": true, - "requires": { - "fs-monkey": "^1.0.3" - } - }, - "memoize-one": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/memoize-one/-/memoize-one-6.0.0.tgz", - "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=", - "dev": true - }, - "methods": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "http://npm.anxinyun.cn/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "mime": { - "version": "2.6.0", - "resolved": "http://npm.anxinyun.cn/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - }, - "mime-db": { - "version": "1.52.0", - "resolved": "http://npm.anxinyun.cn/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "http://npm.anxinyun.cn/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "mimic-fn": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/mimic-fn/-/mimic-fn-3.1.0.tgz", - "integrity": "sha1-ZXVRRbvz42lUuUnBZFBCdFHVynQ=", - "dev": true - }, - "mini-create-react-context": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", - "integrity": "sha1-ByFxVhv9ySLaCKYMIZekl8wtHV4=", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.1", - "tiny-warning": "^1.0.3" - } - }, - "mini-dynamic-antd-theme": { - "version": "0.5.5", - "resolved": "http://npm.anxinyun.cn/mini-dynamic-antd-theme/-/mini-dynamic-antd-theme-0.5.5.tgz", - "integrity": "sha512-T1q51HlEt8jx1Jlh6LkyUa43NHkXp+bQZwecZ7Z/XBcQ7r/mpP8T4eq+h3YrrJcmBxwNT1C+3X+58I8LmSX9HA==" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=" - }, - "minimatch": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "mkdirp": { - "version": "0.5.6", - "resolved": "http://npm.anxinyun.cn/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "requires": { - "minimist": "^1.2.6" - } - }, - "ml-array-max": { - "version": "1.2.4", - "resolved": "http://npm.anxinyun.cn/ml-array-max/-/ml-array-max-1.2.4.tgz", - "integrity": "sha512-BlEeg80jI0tW6WaPyGxf5Sa4sqvcyY6lbSn5Vcv44lp1I2GR6AWojfUvLnGTNsIXrZ8uqWmo8VcG1WpkI2ONMQ==", - "requires": { - "is-any-array": "^2.0.0" - } - }, - "ml-array-min": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/ml-array-min/-/ml-array-min-1.2.3.tgz", - "integrity": "sha512-VcZ5f3VZ1iihtrGvgfh/q0XlMobG6GQ8FsNyQXD3T+IlstDv85g8kfV0xUG1QPRO/t21aukaJowDzMTc7j5V6Q==", - "requires": { - "is-any-array": "^2.0.0" - } - }, - "ml-array-rescale": { - "version": "1.3.7", - "resolved": "http://npm.anxinyun.cn/ml-array-rescale/-/ml-array-rescale-1.3.7.tgz", - "integrity": "sha512-48NGChTouvEo9KBctDfHC3udWnQKNKEWN0ziELvY3KG25GR5cA8K8wNVzracsqSW1QEkAXjTNx+ycgAv06/1mQ==", - "requires": { - "is-any-array": "^2.0.0", - "ml-array-max": "^1.2.4", - "ml-array-min": "^1.2.3" - } - }, - "ml-matrix": { - "version": "6.10.2", - "resolved": "http://npm.anxinyun.cn/ml-matrix/-/ml-matrix-6.10.2.tgz", - "integrity": "sha512-+yxwzMazC76DAsgEvDrdCfRMH7+lO7UdnuWllavnPeWkPD2oIBA6rLzvst7BFYUxzgRz/h6V6lLzYIYtTvINbw==", - "requires": { - "is-any-array": "^2.0.0", - "ml-array-rescale": "^1.3.7" - } - }, - "mockdate": { - "version": "3.0.5", - "resolved": "http://npm.anxinyun.cn/mockdate/-/mockdate-3.0.5.tgz", - "integrity": "sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==" - }, - "moment": { - "version": "2.29.4", - "resolved": "http://npm.anxinyun.cn/moment/-/moment-2.29.4.tgz", - "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" - }, - "moment-timezone": { - "version": "0.5.34", - "resolved": "http://npm.anxinyun.cn/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", - "requires": { - "moment": ">= 2.9.0" - } - }, - "mri": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/mri/-/mri-1.1.4.tgz", - "integrity": "sha1-fLHdG5tAkF8frAU6viW2cg9EdEo=" - }, - "mrmime": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.1.2.tgz", - "integrity": "sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=" - }, - "multicast-dns": { - "version": "6.2.3", - "resolved": "http://npm.anxinyun.cn/multicast-dns/-/multicast-dns-6.2.3.tgz", - "integrity": "sha1-oOx72QVcQoL3kMPIL04o2zsxsik=", - "requires": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - } - }, - "multicast-dns-service-types": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" - }, - "mz": { - "version": "2.7.0", - "resolved": "http://npm.anxinyun.cn/mz/-/mz-2.7.0.tgz", - "integrity": "sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=", - "requires": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "nan": { - "version": "2.16.0", - "resolved": "http://npm.anxinyun.cn/nan/-/nan-2.16.0.tgz", - "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==", - "optional": true - }, - "nanoid": { - "version": "2.1.11", - "resolved": "http://npm.anxinyun.cn/nanoid/-/nanoid-2.1.11.tgz", - "integrity": "sha1-7CS4p1jVkVYVMbQXagHjq08PAoA=", - "dev": true - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "http://npm.anxinyun.cn/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "native-request": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/native-request/-/native-request-1.1.0.tgz", - "integrity": "sha1-rNsw/i7vo+G8jFSzpoUunFwNPLA=", - "dev": true, - "optional": true - }, - "natty-fetch": { - "version": "2.6.0", - "resolved": "http://npm.anxinyun.cn/natty-fetch/-/natty-fetch-2.6.0.tgz", - "integrity": "sha1-LR+wgGXG97NIbVAwz+LwwKVgR5U=", - "dev": true, - "requires": { - "natty-storage": "^2.2.0" - } - }, - "natty-storage": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/natty-storage/-/natty-storage-2.3.0.tgz", - "integrity": "sha1-QfnBOj9KXNReG2jSXIrl+j0N03Q=", - "dev": true - }, - "negotiator": { - "version": "0.6.3", - "resolved": "http://npm.anxinyun.cn/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "http://npm.anxinyun.cn/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "netmask": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/netmask/-/netmask-2.0.2.tgz", - "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==" - }, - "nice-try": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=" - }, - "no-case": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0=", - "dev": true, - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node-forge": { - "version": "0.10.0", - "resolved": "http://npm.anxinyun.cn/node-forge/-/node-forge-0.10.0.tgz", - "integrity": "sha1-Mt6ir7Ppkm8C7lzoeUkCaRpna/M=" - }, - "node-releases": { - "version": "2.0.6", - "resolved": "http://npm.anxinyun.cn/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": { - "path-key": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" - } - } - }, - "nprogress": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/nprogress/-/nprogress-0.2.0.tgz", - "integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E=", - "dev": true - }, - "nth-check": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dev": true, - "requires": { - "boolbase": "^1.0.0" - } - }, - "nunjucks": { - "version": "3.2.3", - "resolved": "http://npm.anxinyun.cn/nunjucks/-/nunjucks-3.2.3.tgz", - "integrity": "sha1-GzNhUkcpDpTigmO12FXs52VkijE=", - "requires": { - "a-sync-waterfall": "^1.0.0", - "asap": "^2.0.3", - "commander": "^5.1.0" - } - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "http://npm.anxinyun.cn/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-component": { - "version": "0.0.3", - "resolved": "http://npm.anxinyun.cn/object-component/-/object-component-0.0.3.tgz", - "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" - }, - "object-copy": { - "version": "0.1.0", - "resolved": "http://npm.anxinyun.cn/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "object-inspect": { - "version": "1.12.2", - "resolved": "http://npm.anxinyun.cn/object-inspect/-/object-inspect-1.12.2.tgz", - "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4=", - "dev": true - }, - "object-visit": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { - "isobject": "^3.0.0" - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "http://npm.anxinyun.cn/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.4", - "resolved": "http://npm.anxinyun.cn/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz", - "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==", - "dev": true, - "requires": { - "array.prototype.reduce": "^1.0.4", - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.1" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "requires": { - "isobject": "^3.0.1" - } - }, - "obuf": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=" - }, - "omit.js": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/omit.js/-/omit.js-2.0.2.tgz", - "integrity": "sha1-3ZuENvq5R6Xz/yFMslOGMeMT7C8=" - }, - "on-finished": { - "version": "2.4.1", - "resolved": "http://npm.anxinyun.cn/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "requires": { - "ee-first": "1.1.1" - } - }, - "on-headers": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha1-dysK5qqlJcOZ5Imt+tkMQD6zwo8=" - }, - "once": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "only": { - "version": "0.0.2", - "resolved": "http://npm.anxinyun.cn/only/-/only-0.0.2.tgz", - "integrity": "sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=" - }, - "opener": { - "version": "1.5.2", - "resolved": "http://npm.anxinyun.cn/opener/-/opener-1.5.2.tgz", - "integrity": "sha1-XTfh81B3udysQwE3InGv3rKhNZg=", - "dev": true - }, - "opn": { - "version": "5.5.0", - "resolved": "http://npm.anxinyun.cn/opn/-/opn-5.5.0.tgz", - "integrity": "sha1-/HFk+rVtI1kExRw7J9pnWMo7m/w=", - "requires": { - "is-wsl": "^1.1.0" - } - }, - "optionator": { - "version": "0.8.3", - "resolved": "http://npm.anxinyun.cn/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - } - }, - "options": { - "version": "0.0.6", - "resolved": "http://npm.anxinyun.cn/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=" - }, - "os-name": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/os-name/-/os-name-1.0.3.tgz", - "integrity": "sha1-GzefZINa98Wn9JizV8uVIVwVnt8=", - "requires": { - "osx-release": "^1.0.0", - "win-release": "^1.0.0" - } - }, - "osx-release": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/osx-release/-/osx-release-1.1.0.tgz", - "integrity": "sha1-8heRGigTaUmvG/kwiyQeJzfTzWw=", - "requires": { - "minimist": "^1.1.0" - } - }, - "p-defer": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", - "dev": true - }, - "p-finally": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" - }, - "p-limit": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha1-Mi1poFwCZLJZl9n0DNiokasAZKQ=", - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-map": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha1-MQko/u+cnsxltosXaTAYpmXOoXU=" - }, - "p-retry": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/p-retry/-/p-retry-3.0.1.tgz", - "integrity": "sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=", - "requires": { - "retry": "^0.12.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=" - }, - "pac-proxy-agent": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz", - "integrity": "sha1-txj3ZHWmpUFcLvviVsHJcchPY14=", - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4", - "get-uri": "3", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "5", - "pac-resolver": "^5.0.0", - "raw-body": "^2.2.0", - "socks-proxy-agent": "5" - } - }, - "pac-resolver": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/pac-resolver/-/pac-resolver-5.0.1.tgz", - "integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==", - "requires": { - "degenerator": "^3.0.2", - "ip": "^1.1.5", - "netmask": "^2.0.2" - } - }, - "packet-reader": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/packet-reader/-/packet-reader-1.0.0.tgz", - "integrity": "sha1-kjjlSA3tq6z+H+PydxBj8WQVfXQ=" - }, - "param-case": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha1-fRf+SqEr3jTUp32RrPtiGcqtAcU=", - "dev": true, - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "parchment": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/parchment/-/parchment-1.1.4.tgz", - "integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==", - "dev": true - }, - "parsejson": { - "version": "0.0.3", - "resolved": "http://npm.anxinyun.cn/parsejson/-/parsejson-0.0.3.tgz", - "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", - "requires": { - "better-assert": "~1.0.0" - } - }, - "parseqs": { - "version": "0.0.5", - "resolved": "http://npm.anxinyun.cn/parseqs/-/parseqs-0.0.5.tgz", - "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", - "requires": { - "better-assert": "~1.0.0" - } - }, - "parseuri": { - "version": "0.0.5", - "resolved": "http://npm.anxinyun.cn/parseuri/-/parseuri-0.0.5.tgz", - "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", - "requires": { - "better-assert": "~1.0.0" - } - }, - "parseurl": { - "version": "1.3.3", - "resolved": "http://npm.anxinyun.cn/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=" - }, - "pascal-case": { - "version": "3.1.2", - "resolved": "http://npm.anxinyun.cn/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha1-tI4O8rmOIF58Ha50fQsVCCN2YOs=", - "dev": true, - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" - }, - "passthrough-counter": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/passthrough-counter/-/passthrough-counter-1.0.0.tgz", - "integrity": "sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo=" - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" - }, - "path-exists": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" - }, - "path-key": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=", - "dev": true - }, - "path-to-regexp": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-2.4.0.tgz", - "integrity": "sha1-Nc5/Mz1WFvHB4b/iZsOrouWy5wQ=" - }, - "pause-stream": { - "version": "0.0.11", - "resolved": "http://npm.anxinyun.cn/pause-stream/-/pause-stream-0.0.11.tgz", - "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", - "requires": { - "through": "~2.3" - } - }, - "perfect-scrollbar": { - "version": "1.5.5", - "resolved": "http://npm.anxinyun.cn/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz", - "integrity": "sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "pg": { - "version": "7.18.2", - "resolved": "http://npm.anxinyun.cn/pg/-/pg-7.18.2.tgz", - "integrity": "sha1-TiGfBaAK/022qrG6AvKP+kUTsLs=", - "requires": { - "buffer-writer": "2.0.0", - "packet-reader": "1.0.0", - "pg-connection-string": "0.1.3", - "pg-packet-stream": "^1.1.0", - "pg-pool": "^2.0.10", - "pg-types": "^2.1.0", - "pgpass": "1.x", - "semver": "4.3.2" - }, - "dependencies": { - "semver": { - "version": "4.3.2", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-4.3.2.tgz", - "integrity": "sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c=" - } - } - }, - "pg-connection-string": { - "version": "0.1.3", - "resolved": "http://npm.anxinyun.cn/pg-connection-string/-/pg-connection-string-0.1.3.tgz", - "integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=" - }, - "pg-hstore": { - "version": "2.3.4", - "resolved": "http://npm.anxinyun.cn/pg-hstore/-/pg-hstore-2.3.4.tgz", - "integrity": "sha1-RCXj4qPhXSozTDVYEYbCfPLpuN0=", - "requires": { - "underscore": "^1.13.1" - } - }, - "pg-int8": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/pg-int8/-/pg-int8-1.0.1.tgz", - "integrity": "sha1-lDvUY79bcbQXARX4D478mgwOt4w=" - }, - "pg-packet-stream": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz", - "integrity": "sha1-5Fw65ni5AaKHOvHhe5LXh5Yu+RQ=" - }, - "pg-pool": { - "version": "2.0.10", - "resolved": "http://npm.anxinyun.cn/pg-pool/-/pg-pool-2.0.10.tgz", - "integrity": "sha1-hC7iOwToaCTOnXhkMPg2UILYHEo=" - }, - "pg-types": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/pg-types/-/pg-types-2.2.0.tgz", - "integrity": "sha1-LQJQ1jZFT3z6O2rgOC/fqAYyVKM=", - "requires": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - } - }, - "pgpass": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/pgpass/-/pgpass-1.0.5.tgz", - "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", - "requires": { - "split2": "^4.1.0" - } - }, - "picocolors": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" - }, - "picomatch": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true - }, - "pify": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/pify/-/pify-4.0.1.tgz", - "integrity": "sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=" - }, - "pinkie": { - "version": "2.0.4", - "resolved": "http://npm.anxinyun.cn/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "requires": { - "pinkie": "^2.0.0" - } - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=", - "requires": { - "find-up": "^3.0.0" - } - }, - "polyline-miter-util": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/polyline-miter-util/-/polyline-miter-util-1.0.1.tgz", - "integrity": "sha1-tpPyOJ6g3tNqa89ezS7OS2kX2Vc=", - "requires": { - "gl-vec2": "^1.0.0" - } - }, - "polyline-normals": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/polyline-normals/-/polyline-normals-2.0.2.tgz", - "integrity": "sha1-oXN+ddjA3MsaWR+csn8J7vS30TU=", - "requires": { - "polyline-miter-util": "^1.0.1" - } - }, - "portfinder": { - "version": "1.0.28", - "resolved": "http://npm.anxinyun.cn/portfinder/-/portfinder-1.0.28.tgz", - "integrity": "sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=", - "requires": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" - }, - "dependencies": { - "async": { - "version": "2.6.4", - "resolved": "http://npm.anxinyun.cn/async/-/async-2.6.4.tgz", - "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", - "requires": { - "lodash": "^4.17.14" - } - }, - "debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "postcss": { - "version": "7.0.39", - "resolved": "http://npm.anxinyun.cn/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "http://npm.anxinyun.cn/postcss-less/-/postcss-less-3.1.4.tgz", - "integrity": "sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0=", - "requires": { - "postcss": "^7.0.14" - } - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", - "integrity": "sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=", - "dev": true, - "requires": { - "postcss": "^7.0.5" - } - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "http://npm.anxinyun.cn/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", - "integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=", - "dev": true, - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - } - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", - "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", - "dev": true, - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - } - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", - "integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=", - "dev": true, - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - } - }, - "postcss-selector-parser": { - "version": "6.0.10", - "resolved": "http://npm.anxinyun.cn/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "postgres-array": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/postgres-array/-/postgres-array-2.0.0.tgz", - "integrity": "sha1-SPj84FT7xpZxmZMpuINLdyZS2C4=" - }, - "postgres-bytea": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/postgres-bytea/-/postgres-bytea-1.0.0.tgz", - "integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=" - }, - "postgres-date": { - "version": "1.0.7", - "resolved": "http://npm.anxinyun.cn/postgres-date/-/postgres-date-1.0.7.tgz", - "integrity": "sha1-UbwIYAYAXlBhxZHO5yfyUxv2Qag=" - }, - "postgres-interval": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/postgres-interval/-/postgres-interval-1.2.0.tgz", - "integrity": "sha1-tGDILLFYdQd4iBmgaqD//bNURpU=", - "requires": { - "xtend": "^4.0.0" - } - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" - }, - "pretty-error": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha1-von4LYGxyG7I/fvDhQRYgnJ/k7Y=", - "dev": true, - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "printj": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/printj/-/printj-1.1.2.tgz", - "integrity": "sha1-2Q3rKXWoufYA+zoclOP0xTx4oiI=" - }, - "probe.gl": { - "version": "3.5.0", - "resolved": "http://npm.anxinyun.cn/probe.gl/-/probe.gl-3.5.0.tgz", - "integrity": "sha512-KWj8u0PNytr/rVwcQFcN7O8SK7n/ITOsUZ91l4fSX95oHhKvVCI7eadrzFUzFRlXkFfBWpMWZXFHITsHHHUctw==", - "requires": { - "@babel/runtime": "^7.0.0", - "@probe.gl/env": "3.5.0", - "@probe.gl/log": "3.5.0", - "@probe.gl/stats": "3.5.0" - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I=" - }, - "prop-types": { - "version": "15.8.1", - "resolved": "http://npm.anxinyun.cn/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "proxy-addr": { - "version": "2.0.7", - "resolved": "http://npm.anxinyun.cn/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha1-8Z/mnOqzEe65S0LnDowgcPm6ECU=", - "requires": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - } - }, - "proxy-agent": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/proxy-agent/-/proxy-agent-5.0.0.tgz", - "integrity": "sha1-0xQFwQ1uhDH96Wy6egwCfOAdYzs=", - "requires": { - "agent-base": "^6.0.0", - "debug": "4", - "http-proxy-agent": "^4.0.0", - "https-proxy-agent": "^5.0.0", - "lru-cache": "^5.1.1", - "pac-proxy-agent": "^5.0.0", - "proxy-from-env": "^1.0.0", - "socks-proxy-agent": "^5.0.0" - } - }, - "proxy-from-env": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=" - }, - "prr": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" - }, - "psl": { - "version": "1.9.0", - "resolved": "http://npm.anxinyun.cn/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" - }, - "pump": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/pump/-/pump-3.0.0.tgz", - "integrity": "sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=" - }, - "qiniu": { - "version": "7.7.0", - "resolved": "http://npm.anxinyun.cn/qiniu/-/qiniu-7.7.0.tgz", - "integrity": "sha512-p8wZHDXzqCVtlPIygqIzpO6P59e5KcNAOf85oi6O7K5M4xjnwoi6L3e0F8IXgd38nb2PzWOH3XUkSbNAYW0g7Q==", - "requires": { - "agentkeepalive": "^4.0.2", - "before": "^0.0.1", - "block-stream2": "^2.0.0", - "crc32": "^0.2.2", - "destroy": "^1.0.4", - "encodeurl": "^1.0.1", - "formstream": "^1.1.0", - "mime": "^2.4.4", - "mockdate": "^3.0.5", - "tunnel-agent": "^0.6.0", - "urllib": "^2.34.1" - } - }, - "qs": { - "version": "6.11.0", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "requires": { - "side-channel": "^1.0.4" - } - }, - "querystring": { - "version": "0.2.0", - "resolved": "http://npm.anxinyun.cn/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" - }, - "querystringify": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y=" - }, - "quill": { - "version": "1.3.7", - "resolved": "http://npm.anxinyun.cn/quill/-/quill-1.3.7.tgz", - "integrity": "sha1-2lsvOixHDpMjQM2/NmjJ8h+Shug=", - "dev": true, - "requires": { - "clone": "^2.1.1", - "deep-equal": "^1.0.1", - "eventemitter3": "^2.0.3", - "extend": "^3.0.2", - "parchment": "^1.1.4", - "quill-delta": "^3.6.2" - }, - "dependencies": { - "eventemitter3": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/eventemitter3/-/eventemitter3-2.0.3.tgz", - "integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=", - "dev": true - } - } - }, - "quill-delta": { - "version": "3.6.3", - "resolved": "http://npm.anxinyun.cn/quill-delta/-/quill-delta-3.6.3.tgz", - "integrity": "sha1-sZ/SuJQSMBxg4f8hPY2GDqwPEDI=", - "dev": true, - "requires": { - "deep-equal": "^1.0.1", - "extend": "^3.0.2", - "fast-diff": "1.1.2" - } - }, - "random-bytes": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/random-bytes/-/random-bytes-1.0.0.tgz", - "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=" - }, - "randombytes": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=", - "dev": true, - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=" - }, - "raw-body": { - "version": "2.5.1", - "resolved": "http://npm.anxinyun.cn/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "requires": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } - }, - "rc-align": { - "version": "4.0.12", - "resolved": "http://npm.anxinyun.cn/rc-align/-/rc-align-4.0.12.tgz", - "integrity": "sha512-3DuwSJp8iC/dgHzwreOQl52soj40LchlfUHtgACOUtwGuoFIOVh6n/sCpfqCU8kO5+iz6qR0YKvjgB8iPdE3aQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "dom-align": "^1.7.0", - "lodash": "^4.17.21", - "rc-util": "^5.3.0", - "resize-observer-polyfill": "^1.5.1" - } - }, - "rc-cascader": { - "version": "3.6.1", - "resolved": "http://npm.anxinyun.cn/rc-cascader/-/rc-cascader-3.6.1.tgz", - "integrity": "sha512-+GmN2Z0IybKT45t0Z94jkjmsOHGxAliobR2tzt05/Gw0AKBYLHX5bdvsVXR7abPnarYyYzZ/cWe8CoFgDjAFNw==", - "requires": { - "@babel/runtime": "^7.12.5", - "array-tree-filter": "^2.1.0", - "classnames": "^2.3.1", - "rc-select": "~14.1.0", - "rc-tree": "~5.6.3", - "rc-util": "^5.6.1" - } - }, - "rc-checkbox": { - "version": "2.3.2", - "resolved": "http://npm.anxinyun.cn/rc-checkbox/-/rc-checkbox-2.3.2.tgz", - "integrity": "sha1-+Rs2eMftsrqoEhyUg8Zk+m8K78E=", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - } - }, - "rc-collapse": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/rc-collapse/-/rc-collapse-3.3.1.tgz", - "integrity": "sha512-cOJfcSe3R8vocrF8T+PgaHDrgeA1tX+lwfhwSj60NX9QVRidsILIbRNDLD6nAzmcvVC5PWiIRiR4S1OobxdhCg==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.3.4", - "rc-util": "^5.2.1", - "shallowequal": "^1.1.0" - } - }, - "rc-dialog": { - "version": "8.9.0", - "resolved": "http://npm.anxinyun.cn/rc-dialog/-/rc-dialog-8.9.0.tgz", - "integrity": "sha512-Cp0tbJnrvPchJfnwIvOMWmJ4yjX3HWFatO6oBFD1jx8QkgsQCR0p8nUWAKdd3seLJhEC39/v56kZaEjwp9muoQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-motion": "^2.3.0", - "rc-util": "^5.21.0" - } - }, - "rc-drawer": { - "version": "4.4.3", - "resolved": "http://npm.anxinyun.cn/rc-drawer/-/rc-drawer-4.4.3.tgz", - "integrity": "sha512-FYztwRs3uXnFOIf1hLvFxIQP9MiZJA+0w+Os8dfDh/90X7z/HqP/Yg+noLCIeHEbKln1Tqelv8ymCAN24zPcfQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-util": "^5.7.0" - } - }, - "rc-dropdown": { - "version": "4.0.1", - "resolved": "http://npm.anxinyun.cn/rc-dropdown/-/rc-dropdown-4.0.1.tgz", - "integrity": "sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==", - "requires": { - "@babel/runtime": "^7.18.3", - "classnames": "^2.2.6", - "rc-trigger": "^5.3.1", - "rc-util": "^5.17.0" - } - }, - "rc-field-form": { - "version": "1.26.7", - "resolved": "http://npm.anxinyun.cn/rc-field-form/-/rc-field-form-1.26.7.tgz", - "integrity": "sha512-CIb7Gw+DG9R+g4HxaDGYHhOjhjQoU2mGU4y+UM2+KQ3uRz9HrrNgTspGvNynn3UamsYcYcaPWZJmiJ6VklkT/w==", - "requires": { - "@babel/runtime": "^7.18.0", - "async-validator": "^4.1.0", - "rc-util": "^5.8.0" - } - }, - "rc-image": { - "version": "5.7.0", - "resolved": "http://npm.anxinyun.cn/rc-image/-/rc-image-5.7.0.tgz", - "integrity": "sha512-v6dzSgYfYrH4liKmOZKZZO+x21sJ9KPXNinBfkAoQg2Ihcd5QZ+P/JjB7v60X981XTPGjegy8U17Z8VUX4V36g==", - "requires": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-dialog": "~8.9.0", - "rc-util": "^5.0.6" - } - }, - "rc-input": { - "version": "0.0.1-alpha.7", - "resolved": "http://npm.anxinyun.cn/rc-input/-/rc-input-0.0.1-alpha.7.tgz", - "integrity": "sha512-eozaqpCYWSY5LBMwlHgC01GArkVEP+XlJ84OMvdkwUnJBSv83Yxa15pZpn7vACAj84uDC4xOA2CoFdbLuqB08Q==", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-util": "^5.18.1" - } - }, - "rc-input-number": { - "version": "7.3.6", - "resolved": "http://npm.anxinyun.cn/rc-input-number/-/rc-input-number-7.3.6.tgz", - "integrity": "sha512-Se62oMOBn9HwF/gSag+YtAYyKZsjJzEsqmyAJHAnAvPfjZJOu7dLMlQRwBbTtELbKXM/Y5Fztcq8CW2Y9f49qA==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.23.0" - } - }, - "rc-mentions": { - "version": "1.9.0", - "resolved": "http://npm.anxinyun.cn/rc-mentions/-/rc-mentions-1.9.0.tgz", - "integrity": "sha512-CSC2t8WxK8daS8lylJcquzCgKz4bXLAVNrSHXlTI8fNUy4toot8Sv79wT4fcP/bYgdt07/e3RXzkZfX6xjYYow==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-menu": "~9.6.0", - "rc-textarea": "^0.3.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.22.5" - } - }, - "rc-menu": { - "version": "9.6.0", - "resolved": "http://npm.anxinyun.cn/rc-menu/-/rc-menu-9.6.0.tgz", - "integrity": "sha512-d26waws42U/rVwW/+rOE2FN9pX6wUc9bDy38vVQYoie6gE85auWIpl5oChGlnW6nE2epnTwUsgWl8ipOPgmnUA==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.4.3", - "rc-overflow": "^1.2.0", - "rc-trigger": "^5.1.2", - "rc-util": "^5.12.0", - "shallowequal": "^1.1.0" - } - }, - "rc-motion": { - "version": "2.6.2", - "resolved": "http://npm.anxinyun.cn/rc-motion/-/rc-motion-2.6.2.tgz", - "integrity": "sha512-4w1FaX3dtV749P8GwfS4fYnFG4Rb9pxvCYPc/b2fw1cmlHJWNNgOFIz7ysiD+eOrzJSvnLJWlNQQncpNMXwwpg==", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-util": "^5.21.0" - } - }, - "rc-notification": { - "version": "4.6.0", - "resolved": "http://npm.anxinyun.cn/rc-notification/-/rc-notification-4.6.0.tgz", - "integrity": "sha512-xF3MKgIoynzjQAO4lqsoraiFo3UXNYlBfpHs0VWvwF+4pimen9/H1DYLN2mfRWhHovW6gRpla73m2nmyIqAMZQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.2.0", - "rc-util": "^5.20.1" - } - }, - "rc-overflow": { - "version": "1.2.6", - "resolved": "http://npm.anxinyun.cn/rc-overflow/-/rc-overflow-1.2.6.tgz", - "integrity": "sha512-YqbocgzuQxfq2wZy72vdAgrgzzEuM/5d4gF9TBEodCpXPbUeXGrUXNm1J6G1MSkCU2N0ePIgCEu5qD/0Ldi63Q==", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.19.2" - } - }, - "rc-pagination": { - "version": "3.1.17", - "resolved": "http://npm.anxinyun.cn/rc-pagination/-/rc-pagination-3.1.17.tgz", - "integrity": "sha512-/BQ5UxcBnW28vFAcP2hfh+Xg15W0QZn8TWYwdCApchMH1H0CxiaUUcULP8uXcFM1TygcdKWdt3JqsL9cTAfdkQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - } - }, - "rc-picker": { - "version": "2.6.10", - "resolved": "http://npm.anxinyun.cn/rc-picker/-/rc-picker-2.6.10.tgz", - "integrity": "sha512-9wYtw0DFWs9FO92Qh2D76P0iojUr8ZhLOtScUeOit6ks/F+TBLrOC1uze3IOu+u9gbDAjmosNWLKbBzx/Yuv2w==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "date-fns": "2.x", - "dayjs": "1.x", - "moment": "^2.24.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.4.0", - "shallowequal": "^1.1.0" - } - }, - "rc-progress": { - "version": "3.3.3", - "resolved": "http://npm.anxinyun.cn/rc-progress/-/rc-progress-3.3.3.tgz", - "integrity": "sha512-MDVNVHzGanYtRy2KKraEaWeZLri2ZHWIRyaE1a9MQ2MuJ09m+Wxj5cfcaoaR6z5iRpHpA59YeUxAlpML8N4PJw==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-util": "^5.16.1" - } - }, - "rc-rate": { - "version": "2.9.2", - "resolved": "http://npm.anxinyun.cn/rc-rate/-/rc-rate-2.9.2.tgz", - "integrity": "sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.0.1" - } - }, - "rc-resize-observer": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/rc-resize-observer/-/rc-resize-observer-1.2.0.tgz", - "integrity": "sha512-6W+UzT3PyDM0wVCEHfoW3qTHPTvbdSgiA43buiy8PzmeMnfgnDeb9NjdimMXMl3/TcrvvWl5RRVdp+NqcR47pQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.15.0", - "resize-observer-polyfill": "^1.5.1" - } - }, - "rc-segmented": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/rc-segmented/-/rc-segmented-2.1.0.tgz", - "integrity": "sha512-hUlonro+pYoZcwrH6Vm56B2ftLfQh046hrwif/VwLIw1j3zGt52p5mREBwmeVzXnSwgnagpOpfafspzs1asjGw==", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-motion": "^2.4.4", - "rc-util": "^5.17.0" - } - }, - "rc-select": { - "version": "14.1.9", - "resolved": "http://npm.anxinyun.cn/rc-select/-/rc-select-14.1.9.tgz", - "integrity": "sha512-DK01+Q7oCWr5jVPiEp/BTQ8xCB4rI4LfXzZtSmBWJhOMuibyZD1Vlz/DlVKCUFmtBM4SzG4/SltGHoGlcbCqiw==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-overflow": "^1.0.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.16.1", - "rc-virtual-list": "^3.2.0" - } - }, - "rc-slider": { - "version": "10.0.1", - "resolved": "http://npm.anxinyun.cn/rc-slider/-/rc-slider-10.0.1.tgz", - "integrity": "sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.18.1", - "shallowequal": "^1.1.0" - } - }, - "rc-steps": { - "version": "4.1.4", - "resolved": "http://npm.anxinyun.cn/rc-steps/-/rc-steps-4.1.4.tgz", - "integrity": "sha512-qoCqKZWSpkh/b03ASGx1WhpKnuZcRWmvuW+ZUu4mvMdfvFzVxblTwUM+9aBd0mlEUFmt6GW8FXhMpHkK3Uzp3w==", - "requires": { - "@babel/runtime": "^7.10.2", - "classnames": "^2.2.3", - "rc-util": "^5.0.1" - } - }, - "rc-switch": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/rc-switch/-/rc-switch-3.2.2.tgz", - "integrity": "sha1-0AH3fxJmTVJZW09vtCXdnmb7qOg=", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.0.1" - } - }, - "rc-table": { - "version": "7.25.3", - "resolved": "http://npm.anxinyun.cn/rc-table/-/rc-table-7.25.3.tgz", - "integrity": "sha512-McsLJ2rg8EEpRBRYN4Pf9gT7ZNYnjvF9zrBpUBBbUX/fxk+eGi5ff1iPIhMyiHsH71/BmTUzX9nc9XqupD0nMg==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-resize-observer": "^1.1.0", - "rc-util": "^5.22.5", - "shallowequal": "^1.1.0" - } - }, - "rc-tabs": { - "version": "11.16.1", - "resolved": "http://npm.anxinyun.cn/rc-tabs/-/rc-tabs-11.16.1.tgz", - "integrity": "sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==", - "requires": { - "@babel/runtime": "^7.11.2", - "classnames": "2.x", - "rc-dropdown": "~4.0.0", - "rc-menu": "~9.6.0", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.0" - } - }, - "rc-textarea": { - "version": "0.3.7", - "resolved": "http://npm.anxinyun.cn/rc-textarea/-/rc-textarea-0.3.7.tgz", - "integrity": "sha512-yCdZ6binKmAQB13hc/oehh0E/QRwoPP1pjF21aHBxlgXO3RzPF6dUu4LG2R4FZ1zx/fQd2L1faktulrXOM/2rw==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.7.0", - "shallowequal": "^1.1.0" - } - }, - "rc-tooltip": { - "version": "5.2.2", - "resolved": "http://npm.anxinyun.cn/rc-tooltip/-/rc-tooltip-5.2.2.tgz", - "integrity": "sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==", - "requires": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.3.1", - "rc-trigger": "^5.0.0" - } - }, - "rc-tree": { - "version": "5.6.5", - "resolved": "http://npm.anxinyun.cn/rc-tree/-/rc-tree-5.6.5.tgz", - "integrity": "sha512-Bnyen46B251APyRZ9D/jYeTnSqbSEvK2AkU5B4vWkNYgUJNPrxO+VMgcDRedP/8N7YcsgdDT9hxqVvNOq7oCAQ==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-util": "^5.16.1", - "rc-virtual-list": "^3.4.8" - } - }, - "rc-tree-select": { - "version": "5.4.0", - "resolved": "http://npm.anxinyun.cn/rc-tree-select/-/rc-tree-select-5.4.0.tgz", - "integrity": "sha512-reRbOqC7Ic/nQocJAJeCl4n6nJUY3NoqiwRXKvhjgZJU7NGr9vIccXEsY+Lghkw5UMpPoxGsIJB0jiAvM18XYA==", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-select": "~14.1.0", - "rc-tree": "~5.6.1", - "rc-util": "^5.16.1" - } - }, - "rc-trigger": { - "version": "5.3.1", - "resolved": "http://npm.anxinyun.cn/rc-trigger/-/rc-trigger-5.3.1.tgz", - "integrity": "sha512-5gaFbDkYSefZ14j2AdzucXzlWgU2ri5uEjkHvsf1ynRhdJbKxNOnw4PBZ9+FVULNGFiDzzlVF8RJnR9P/xrnKQ==", - "requires": { - "@babel/runtime": "^7.18.3", - "classnames": "^2.2.6", - "rc-align": "^4.0.0", - "rc-motion": "^2.0.0", - "rc-util": "^5.19.2" - } - }, - "rc-upload": { - "version": "4.3.4", - "resolved": "http://npm.anxinyun.cn/rc-upload/-/rc-upload-4.3.4.tgz", - "integrity": "sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==", - "requires": { - "@babel/runtime": "^7.18.3", - "classnames": "^2.2.5", - "rc-util": "^5.2.0" - } - }, - "rc-util": { - "version": "5.23.0", - "resolved": "http://npm.anxinyun.cn/rc-util/-/rc-util-5.23.0.tgz", - "integrity": "sha512-lgm6diJ/pLgyfoZY59Vz7sW4mSoQCgozqbBye9IJ7/mb5w5h4T7h+i2JpXAx/UBQxscBZe68q0sP7EW+qfkKUg==", - "requires": { - "@babel/runtime": "^7.18.3", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - } - }, - "rc-virtual-list": { - "version": "3.4.8", - "resolved": "http://npm.anxinyun.cn/rc-virtual-list/-/rc-virtual-list-3.4.8.tgz", - "integrity": "sha512-qSN+Rv4i/E7RCTvTMr1uZo7f3crJJg/5DekoCagydo9zsXrxj07zsFSxqizqW+ldGA16lwa8So/bIbV9Ofjddg==", - "requires": { - "classnames": "^2.2.6", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.15.0" - } - }, - "react": { - "version": "17.0.2", - "resolved": "http://npm.anxinyun.cn/react/-/react-17.0.2.tgz", - "integrity": "sha1-0LXMUW0p6z7uOD91tihkz7aAADc=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "react-color": { - "version": "2.19.3", - "resolved": "http://npm.anxinyun.cn/react-color/-/react-color-2.19.3.tgz", - "integrity": "sha1-7GxrRWgxKjxqGEIKsEcuFGqlaD0=", - "requires": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", - "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" - } - }, - "react-copy-to-clipboard": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz", - "integrity": "sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==", - "dev": true, - "requires": { - "copy-to-clipboard": "^3.3.1", - "prop-types": "^15.8.1" - } - }, - "react-cropper": { - "version": "2.1.8", - "resolved": "http://npm.anxinyun.cn/react-cropper/-/react-cropper-2.1.8.tgz", - "integrity": "sha1-vzWn3mV2n4rTV+iuiE55H+P+khI=", - "requires": { - "cropperjs": "^1.5.12" - } - }, - "react-dnd": { - "version": "10.0.2", - "resolved": "http://npm.anxinyun.cn/react-dnd/-/react-dnd-10.0.2.tgz", - "integrity": "sha1-pq2Os9nyxXMDH3zgUBLlx2egsfw=", - "dev": true, - "requires": { - "@react-dnd/shallowequal": "^2.0.0", - "@types/hoist-non-react-statics": "^3.3.1", - "dnd-core": "^10.0.2", - "hoist-non-react-statics": "^3.3.0" - } - }, - "react-dnd-html5-backend": { - "version": "10.0.2", - "resolved": "http://npm.anxinyun.cn/react-dnd-html5-backend/-/react-dnd-html5-backend-10.0.2.tgz", - "integrity": "sha1-FcudK5I/Q1dqE234VOKIy1lpeEw=", - "dev": true, - "requires": { - "dnd-core": "^10.0.2" - } - }, - "react-dom": { - "version": "17.0.2", - "resolved": "http://npm.anxinyun.cn/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha1-7P+2hF462Nv83EmPDQqTlzZQLCM=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - } - }, - "react-dom-factories": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/react-dom-factories/-/react-dom-factories-1.0.2.tgz", - "integrity": "sha1-63cFxNs2+1AbOqOP91lhaqD/luA=", - "dev": true - }, - "react-if": { - "version": "2.2.2", - "resolved": "http://npm.anxinyun.cn/react-if/-/react-if-2.2.2.tgz", - "integrity": "sha1-gfzETZReev6cgZqBFI5Ycf98yOI=", - "dev": true - }, - "react-is": { - "version": "16.13.1", - "resolved": "http://npm.anxinyun.cn/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=" - }, - "react-jsonschema-form": { - "version": "1.8.1", - "resolved": "http://npm.anxinyun.cn/react-jsonschema-form/-/react-jsonschema-form-1.8.1.tgz", - "integrity": "sha1-nJYvKaVbP+Bx2O3y/DQw8F8bftk=", - "dev": true, - "requires": { - "@babel/runtime-corejs2": "^7.4.5", - "ajv": "^6.7.0", - "core-js": "^2.5.7", - "lodash": "^4.17.15", - "prop-types": "^15.5.8", - "react-is": "^16.8.4", - "react-lifecycles-compat": "^3.0.4", - "shortid": "^2.2.14" - } - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "http://npm.anxinyun.cn/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha1-TxonOv38jzSIqMUWv9p4+HI1I2I=" - }, - "react-quill": { - "version": "1.3.5", - "resolved": "http://npm.anxinyun.cn:443/react-quill/-/react-quill-1.3.5.tgz", - "integrity": "sha1-jErXWdoDNlsXx5xsUq+pdyJZhE4=", - "dev": true, - "requires": { - "@types/quill": "1.3.10", - "create-react-class": "^15.6.0", - "lodash": "^4.17.4", - "prop-types": "^15.5.10", - "quill": "^1.3.7", - "react-dom-factories": "^1.0.0" - } - }, - "react-redux": { - "version": "7.2.8", - "resolved": "http://npm.anxinyun.cn/react-redux/-/react-redux-7.2.8.tgz", - "integrity": "sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.15.4", - "@types/react-redux": "^7.1.20", - "hoist-non-react-statics": "^3.3.2", - "loose-envify": "^1.4.0", - "prop-types": "^15.7.2", - "react-is": "^17.0.2" - }, - "dependencies": { - "react-is": { - "version": "17.0.2", - "resolved": "http://npm.anxinyun.cn/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=", - "dev": true - } - } - }, - "react-router": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/react-router/-/react-router-5.3.3.tgz", - "integrity": "sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "hoist-non-react-statics": "^3.1.0", - "loose-envify": "^1.3.1", - "mini-create-react-context": "^0.4.0", - "path-to-regexp": "^1.7.0", - "prop-types": "^15.6.2", - "react-is": "^16.6.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "dependencies": { - "path-to-regexp": { - "version": "1.8.0", - "resolved": "http://npm.anxinyun.cn/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha1-iHs7qdhDk+h6CgufTLdWGYtTVIo=", - "dev": true, - "requires": { - "isarray": "0.0.1" - } - } - } - }, - "react-router-breadcrumbs-hoc": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/react-router-breadcrumbs-hoc/-/react-router-breadcrumbs-hoc-4.1.0.tgz", - "integrity": "sha512-HZn352JkMzi/1Mp9H6v78V9f7sjnWRf/dXeFVLDDbxEUK7QJCj1JUBJuEHC+B3tq1+uRCASNm3ofEOaG33tAKw==" - }, - "react-router-dom": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/react-router-dom/-/react-router-dom-5.3.3.tgz", - "integrity": "sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "loose-envify": "^1.3.1", - "prop-types": "^15.6.2", - "react-router": "5.3.3", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - } - }, - "react-router-redux": { - "version": "4.0.8", - "resolved": "http://npm.anxinyun.cn/react-router-redux/-/react-router-redux-4.0.8.tgz", - "integrity": "sha1-InQDWWtRUeGCN32rg1tdRfD4BU4=", - "dev": true - }, - "react-sortable-hoc": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz", - "integrity": "sha1-9ngNiqS5IqIfPnVK9ULwMmdweLc=", - "requires": { - "@babel/runtime": "^7.2.0", - "invariant": "^2.2.4", - "prop-types": "^15.5.7" - } - }, - "reactcss": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/reactcss/-/reactcss-1.2.3.tgz", - "integrity": "sha1-wAATh15Vexzw39mjaKHD2rO1SN0=", - "requires": { - "lodash": "^4.0.1" - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readdirp": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "http://npm.anxinyun.cn/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0=" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "rechoir": { - "version": "0.7.1", - "resolved": "http://npm.anxinyun.cn/rechoir/-/rechoir-0.7.1.tgz", - "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", - "dev": true, - "requires": { - "resolve": "^1.9.0" - } - }, - "redux": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/redux/-/redux-4.2.0.tgz", - "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", - "dev": true, - "requires": { - "@babel/runtime": "^7.9.2" - } - }, - "redux-thunk": { - "version": "2.4.1", - "resolved": "http://npm.anxinyun.cn/redux-thunk/-/redux-thunk-2.4.1.tgz", - "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", - "dev": true - }, - "redux-undo": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/redux-undo/-/redux-undo-1.0.1.tgz", - "integrity": "sha1-jZidbDJuZxj0RxBC6Qpbi28zF+s=", - "dev": true - }, - "reflect-metadata": { - "version": "0.1.13", - "resolved": "http://npm.anxinyun.cn/reflect-metadata/-/reflect-metadata-0.1.13.tgz", - "integrity": "sha1-Z648pXyXKiqhZCsQ/jY/4y1J3Ag=" - }, - "regenerate": { - "version": "1.4.2", - "resolved": "http://npm.anxinyun.cn/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=", - "dev": true - }, - "regenerate-unicode-properties": { - "version": "10.0.1", - "resolved": "http://npm.anxinyun.cn/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", - "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", - "dev": true, - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "http://npm.anxinyun.cn/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha1-iSV0Kpj/2QgUmI11Zq0wyjsmO1I=" - }, - "regenerator-transform": { - "version": "0.15.0", - "resolved": "http://npm.anxinyun.cn/regenerator-transform/-/regenerator-transform-0.15.0.tgz", - "integrity": "sha1-y9nq1dd/rhpI2VfPiJrQWGrbZTc=", - "dev": true, - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "regexp.prototype.flags": { - "version": "1.4.3", - "resolved": "http://npm.anxinyun.cn/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", - "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "functions-have-names": "^1.2.2" - } - }, - "regexpu-core": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/regexpu-core/-/regexpu-core-5.1.0.tgz", - "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", - "dev": true, - "requires": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.0.1", - "regjsgen": "^0.6.0", - "regjsparser": "^0.8.2", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" - } - }, - "regjsgen": { - "version": "0.6.0", - "resolved": "http://npm.anxinyun.cn/regjsgen/-/regjsgen-0.6.0.tgz", - "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", - "dev": true - }, - "regjsparser": { - "version": "0.8.4", - "resolved": "http://npm.anxinyun.cn/regjsparser/-/regjsparser-0.8.4.tgz", - "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "http://npm.anxinyun.cn/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true - } - } - }, - "regl": { - "version": "1.7.0", - "resolved": "http://npm.anxinyun.cn/regl/-/regl-1.7.0.tgz", - "integrity": "sha1-DRhUMQRKNWv4Dpt3WxG5Ne8nRtM=" - }, - "relateurl": { - "version": "0.2.7", - "resolved": "http://npm.anxinyun.cn/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", - "dev": true - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "renderkid": { - "version": "2.0.7", - "resolved": "http://npm.anxinyun.cn/renderkid/-/renderkid-2.0.7.tgz", - "integrity": "sha1-Rk8namvc7mBvShWZP5sp/HTKhgk=", - "dev": true, - "requires": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - } - }, - "repeat-element": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha1-vmgVIIR6tYx1aKx1+/rSjtQtOek=" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "http://npm.anxinyun.cn/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" - }, - "request": { - "version": "2.88.2", - "resolved": "http://npm.anxinyun.cn/request/-/request-2.88.2.tgz", - "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "form-data": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "qs": { - "version": "6.5.3", - "resolved": "http://npm.anxinyun.cn/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==" - }, - "uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } - } - }, - "request-promise-core": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/request-promise-core/-/request-promise-core-1.1.4.tgz", - "integrity": "sha1-Pu3UIjII1BmGe3jOgVFn0QWToi8=", - "requires": { - "lodash": "^4.17.19" - } - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "http://npm.anxinyun.cn/request-promise-native/-/request-promise-native-1.0.9.tgz", - "integrity": "sha1-5AcSBSal79yaObKKVnm/R7nZ3Cg=", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs=" - }, - "requires-port": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "http://npm.anxinyun.cn/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=" - }, - "resolve": { - "version": "1.22.1", - "resolved": "http://npm.anxinyun.cn/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-cwd/-/resolve-cwd-2.0.0.tgz", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "requires": { - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" - }, - "resolve-path": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/resolve-path/-/resolve-path-1.4.0.tgz", - "integrity": "sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc=", - "requires": { - "http-errors": "~1.6.2", - "path-is-absolute": "1.0.1" - }, - "dependencies": { - "http-errors": { - "version": "1.6.3", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=" - } - } - }, - "resolve-pathname": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=", - "dev": true - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" - }, - "ret": { - "version": "0.1.15", - "resolved": "http://npm.anxinyun.cn/ret/-/ret-0.1.15.tgz", - "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=" - }, - "retry": { - "version": "0.12.0", - "resolved": "http://npm.anxinyun.cn/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" - }, - "retry-as-promised": { - "version": "2.3.2", - "resolved": "http://npm.anxinyun.cn/retry-as-promised/-/retry-as-promised-2.3.2.tgz", - "integrity": "sha1-zZdO5P2bX+A8vzGHHuSCIcB3N7c=", - "requires": { - "bluebird": "^3.4.6", - "debug": "^2.6.9" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "http://npm.anxinyun.cn/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=", - "requires": { - "glob": "^7.1.3" - } - }, - "rndm": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/rndm/-/rndm-1.2.0.tgz", - "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "http://npm.anxinyun.cn/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=" - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "requires": { - "ret": "~0.1.10" - } - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "http://npm.anxinyun.cn/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=" - }, - "scheduler": { - "version": "0.20.2", - "resolved": "http://npm.anxinyun.cn/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha1-S67jlDbjSqk7SHS93L8P6Li1DpE=", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "scroll-into-view-if-needed": { - "version": "2.2.29", - "resolved": "http://npm.anxinyun.cn/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.29.tgz", - "integrity": "sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg==", - "requires": { - "compute-scroll-into-view": "^1.0.17" - } - }, - "seamless-immutable": { - "version": "7.1.4", - "resolved": "http://npm.anxinyun.cn/seamless-immutable/-/seamless-immutable-7.1.4.tgz", - "integrity": "sha1-bpU23vCD3cTeoCB9ci4OgNDzcvg=", - "dev": true, - "optional": true - }, - "select-hose": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" - }, - "selfsigned": { - "version": "1.10.14", - "resolved": "http://npm.anxinyun.cn/selfsigned/-/selfsigned-1.10.14.tgz", - "integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==", - "requires": { - "node-forge": "^0.10.0" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "send": { - "version": "0.18.0", - "resolved": "http://npm.anxinyun.cn/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "requires": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "depd": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/depd/-/depd-2.0.0.tgz", - "integrity": "sha1-tpYWPMdXVg0JzyLMj60Vcbeedt8=" - }, - "mime": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/mime/-/mime-1.6.0.tgz", - "integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=" - }, - "ms": { - "version": "2.1.3", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.1.3.tgz", - "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=" - }, - "statuses": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha1-VcsADM8dSHKL0jxoWgY5mM8aG2M=" - } - } - }, - "sequelize": { - "version": "4.44.4", - "resolved": "http://npm.anxinyun.cn/sequelize/-/sequelize-4.44.4.tgz", - "integrity": "sha1-lgfqo+WQgNJ9ixdIHS5Enofljxg=", - "requires": { - "bluebird": "^3.5.0", - "cls-bluebird": "^2.1.0", - "debug": "^3.1.0", - "depd": "^1.1.0", - "dottie": "^2.0.0", - "generic-pool": "3.5.0", - "inflection": "1.12.0", - "lodash": "^4.17.1", - "moment": "^2.20.0", - "moment-timezone": "^0.5.14", - "retry-as-promised": "^2.3.2", - "semver": "^5.5.0", - "terraformer-wkt-parser": "^1.1.2", - "toposort-class": "^1.0.1", - "uuid": "^3.2.1", - "validator": "^10.4.0", - "wkx": "^0.4.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "requires": { - "ms": "^2.1.1" - } - }, - "inflection": { - "version": "1.12.0", - "resolved": "http://npm.anxinyun.cn/inflection/-/inflection-1.12.0.tgz", - "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=" - }, - "uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } - } - }, - "serialize-javascript": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha1-765diPRdeSQUHai1w6en5mP+/rg=", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } - }, - "serve-index": { - "version": "1.9.1", - "resolved": "http://npm.anxinyun.cn/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "requires": { - "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" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.6.3", - "resolved": "http://npm.anxinyun.cn/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "http://npm.anxinyun.cn/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=" - } - } - }, - "serve-static": { - "version": "1.15.0", - "resolved": "http://npm.anxinyun.cn/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "set-value": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - } - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ=" - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha1-jymBrZJTH1UDWwH7IwdppA4C76M=", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=", - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=" - }, - "shimmer": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/shimmer/-/shimmer-1.2.1.tgz", - "integrity": "sha1-YQhZ994ye1h+/r9QH7QxF/mv8zc=" - }, - "shortid": { - "version": "2.2.16", - "resolved": "http://npm.anxinyun.cn/shortid/-/shortid-2.2.16.tgz", - "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==", - "dev": true, - "requires": { - "nanoid": "^2.1.0" - } - }, - "side-channel": { - "version": "1.0.4", - "resolved": "http://npm.anxinyun.cn/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha1-785cj9wQTudRslxY1CkAEfpeos8=", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "http://npm.anxinyun.cn/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "simple-swizzle": { - "version": "0.2.2", - "resolved": "http://npm.anxinyun.cn/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", - "requires": { - "is-arrayish": "^0.3.1" - } - }, - "sirv": { - "version": "1.0.19", - "resolved": "http://npm.anxinyun.cn/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", - "dev": true, - "requires": { - "@polka/url": "^1.0.0-next.20", - "mrmime": "^1.0.0", - "totalist": "^1.0.0" - } - }, - "size-sensor": { - "version": "1.0.1", - "resolved": "http://10.8.30.22:7000/size-sensor/-/size-sensor-1.0.1.tgz", - "integrity": "sha1-+E5GIG0+JZ+v8dVI5LO+ypMhnbs=" - }, - "smart-buffer": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha1-bh1x+k8YwF99D/IW3RakgdDo2a4=" - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "http://npm.anxinyun.cn/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "source-map": { - "version": "0.5.7", - "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "socket.io": { - "version": "1.7.4", - "resolved": "http://npm.anxinyun.cn/socket.io/-/socket.io-1.7.4.tgz", - "integrity": "sha1-L37O3DORvy1cc+KR/iM+bjTU3QA=", - "requires": { - "debug": "2.3.3", - "engine.io": "~1.8.4", - "has-binary": "0.1.7", - "object-assign": "4.1.0", - "socket.io-adapter": "0.5.0", - "socket.io-client": "1.7.4", - "socket.io-parser": "2.3.1" - }, - "dependencies": { - "debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "object-assign": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=" - } - } - }, - "socket.io-adapter": { - "version": "0.5.0", - "resolved": "http://npm.anxinyun.cn/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", - "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", - "requires": { - "debug": "2.3.3", - "socket.io-parser": "2.3.1" - }, - "dependencies": { - "debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - } - } - }, - "socket.io-client": { - "version": "1.7.4", - "resolved": "http://npm.anxinyun.cn/socket.io-client/-/socket.io-client-1.7.4.tgz", - "integrity": "sha1-7J+CA1btme9tNX8HVtZIcXvdQoE=", - "requires": { - "backo2": "1.0.2", - "component-bind": "1.0.0", - "component-emitter": "1.2.1", - "debug": "2.3.3", - "engine.io-client": "~1.8.4", - "has-binary": "0.1.7", - "indexof": "0.0.1", - "object-component": "0.0.3", - "parseuri": "0.0.5", - "socket.io-parser": "2.3.1", - "to-array": "0.1.4" - }, - "dependencies": { - "component-emitter": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "debug": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - } - } - }, - "socket.io-parser": { - "version": "2.3.1", - "resolved": "http://npm.anxinyun.cn/socket.io-parser/-/socket.io-parser-2.3.1.tgz", - "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", - "requires": { - "component-emitter": "1.1.2", - "debug": "2.2.0", - "isarray": "0.0.1", - "json3": "3.3.2" - }, - "dependencies": { - "component-emitter": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/component-emitter/-/component-emitter-1.1.2.tgz", - "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=" - }, - "debug": { - "version": "2.2.0", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", - "requires": { - "ms": "0.7.1" - } - }, - "ms": { - "version": "0.7.1", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" - } - } - }, - "sockjs": { - "version": "0.3.24", - "resolved": "http://npm.anxinyun.cn/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "requires": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "sockjs-client": { - "version": "1.6.1", - "resolved": "http://npm.anxinyun.cn/sockjs-client/-/sockjs-client-1.6.1.tgz", - "integrity": "sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==", - "requires": { - "debug": "^3.2.7", - "eventsource": "^2.0.2", - "faye-websocket": "^0.11.4", - "inherits": "^2.0.4", - "url-parse": "^1.5.10" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-3.2.7.tgz", - "integrity": "sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "socks": { - "version": "2.7.0", - "resolved": "http://npm.anxinyun.cn/socks/-/socks-2.7.0.tgz", - "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", - "requires": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - }, - "dependencies": { - "ip": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" - } - } - }, - "socks-proxy-agent": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz", - "integrity": "sha1-Ay+1gwSKKev/7C5qc/ygdh9IF34=", - "requires": { - "agent-base": "^6.0.2", - "debug": "4", - "socks": "^2.3.3" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "http://npm.anxinyun.cn/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM=" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "http://npm.anxinyun.cn/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "http://npm.anxinyun.cn/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "http://npm.anxinyun.cn/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha1-CvZmBadFpaL5HPG7+KevvCg97FY=" - }, - "spdy": { - "version": "4.0.2", - "resolved": "http://npm.anxinyun.cn/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - } - }, - "spdy-transport": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=", - "requires": { - "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" - } - }, - "split-string": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "split2": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==" - }, - "ssf": { - "version": "0.11.2", - "resolved": "http://npm.anxinyun.cn/ssf/-/ssf-0.11.2.tgz", - "integrity": "sha1-C5lpiyN1SNCI/EPN8rcMGnUSwGw=", - "requires": { - "frac": "~1.1.2" - } - }, - "sshpk": { - "version": "1.17.0", - "resolved": "http://npm.anxinyun.cn/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "ssr-window": { - "version": "4.0.2", - "resolved": "http://npm.anxinyun.cn/ssr-window/-/ssr-window-4.0.2.tgz", - "integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ==" - }, - "stack-trace": { - "version": "0.0.10", - "resolved": "http://npm.anxinyun.cn/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" - }, - "static-extend": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "http://npm.anxinyun.cn/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "http://npm.anxinyun.cn/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/stealthy-require/-/stealthy-require-1.1.1.tgz", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=" - }, - "streamsearch": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" - }, - "string-convert": { - "version": "0.2.1", - "resolved": "http://npm.anxinyun.cn/string-convert/-/string-convert-0.2.1.tgz", - "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=" - }, - "string-width": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha1-InZ74htirxCBV0MG9prFG2IgOWE=", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "string.prototype.trimend": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=", - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" - }, - "style-loader": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/style-loader/-/style-loader-2.0.0.tgz", - "integrity": "sha1-lmlgL9RpB0DqrsE3eZoDrdu8OTw=", - "dev": true, - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "superagent": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/superagent/-/superagent-6.1.0.tgz", - "integrity": "sha1-CfCIB7xBEI7xZM+0vik869SA9KY=", - "requires": { - "component-emitter": "^1.3.0", - "cookiejar": "^2.1.2", - "debug": "^4.1.1", - "fast-safe-stringify": "^2.0.7", - "form-data": "^3.0.0", - "formidable": "^1.2.2", - "methods": "^1.1.2", - "mime": "^2.4.6", - "qs": "^6.9.4", - "readable-stream": "^3.6.0", - "semver": "^7.3.2" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "http://npm.anxinyun.cn/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.3.7", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=" - } - } - }, - "superagent-no-cache": { - "version": "0.1.1", - "resolved": "http://npm.anxinyun.cn/superagent-no-cache/-/superagent-no-cache-0.1.1.tgz", - "integrity": "sha1-WO2N6a7/BTqcmK4B3sT95Ln4X9o=", - "requires": { - "component-ie": "^1.0.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=", - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, - "swiper": { - "version": "8.3.1", - "resolved": "http://npm.anxinyun.cn/swiper/-/swiper-8.3.1.tgz", - "integrity": "sha512-oASYsulsERlbQVTZ8FjlTDJSN4YZwhp+AkvepOj8EOhgpvxzKoMpWpBPrk7ypkMioQUx6x2NPvkRU0Qv9mpS0A==", - "requires": { - "dom7": "^4.0.4", - "ssr-window": "^4.0.2" - } - }, - "swr": { - "version": "1.3.0", - "resolved": "http://npm.anxinyun.cn/swr/-/swr-1.3.0.tgz", - "integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==" - }, - "tapable": { - "version": "1.1.3", - "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha1-ofzMBrWNth/XpF2i2kT186Pme6I=", - "dev": true - }, - "terraformer": { - "version": "1.0.12", - "resolved": "http://npm.anxinyun.cn/terraformer/-/terraformer-1.0.12.tgz", - "integrity": "sha1-OeCPnHU2BkIazOAuEiRAxy36EtM=", - "requires": { - "@types/geojson": "^7946.0.0 || ^1.0.0" - } - }, - "terraformer-wkt-parser": { - "version": "1.2.1", - "resolved": "http://npm.anxinyun.cn/terraformer-wkt-parser/-/terraformer-wkt-parser-1.2.1.tgz", - "integrity": "sha1-gEHirrDJ8rTLvsjsLFwAxF3f7gI=", - "requires": { - "@types/geojson": "^1.0.0", - "terraformer": "~1.0.5" - } - }, - "terser": { - "version": "4.8.1", - "resolved": "http://npm.anxinyun.cn/terser/-/terser-4.8.1.tgz", - "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", - "dev": true, - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", - "dev": true - } - } - }, - "terser-webpack-plugin": { - "version": "5.3.3", - "resolved": "http://npm.anxinyun.cn/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz", - "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.7", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "terser": "^5.7.2" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.20.3.tgz", - "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=", - "dev": true - }, - "schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - }, - "terser": { - "version": "5.14.2", - "resolved": "http://npm.anxinyun.cn/terser/-/terser-5.14.2.tgz", - "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", - "dev": true, - "requires": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - } - } - } - }, - "thenify": { - "version": "3.3.1", - "resolved": "http://npm.anxinyun.cn/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=", - "requires": { - "any-promise": "^1.0.0" - } - }, - "thenify-all": { - "version": "1.6.0", - "resolved": "http://npm.anxinyun.cn/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", - "requires": { - "thenify": ">= 3.1.0 < 4" - } - }, - "through": { - "version": "2.3.8", - "resolved": "http://npm.anxinyun.cn/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" - }, - "thunky": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha1-Wrr3FKlAXbBQRzK7zNLO3Z75U30=" - }, - "tiny-invariant": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/tiny-invariant/-/tiny-invariant-1.2.0.tgz", - "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==", - "dev": true - }, - "tiny-warning": { - "version": "1.0.3", - "resolved": "http://npm.anxinyun.cn/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=", - "dev": true - }, - "tinycolor2": { - "version": "1.4.2", - "resolved": "http://npm.anxinyun.cn/tinycolor2/-/tinycolor2-1.4.2.tgz", - "integrity": "sha1-P2pNEHGtB2dtf6Ry4frECnGdiAM=" - }, - "to-array": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/to-array/-/to-array-0.1.4.tgz", - "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "http://npm.anxinyun.cn/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "http://npm.anxinyun.cn/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "http://npm.anxinyun.cn/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "toggle-selection": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/toggle-selection/-/toggle-selection-1.0.6.tgz", - "integrity": "sha1-bkWxJj8gF/oKzH2J14sVuL932jI=" - }, - "toidentifier": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" - }, - "toposort-class": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/toposort-class/-/toposort-class-1.0.1.tgz", - "integrity": "sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg=" - }, - "totalist": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha1-pNZaPlRlF3AePlw3pHpwrJf+Vt8=", - "dev": true - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "http://npm.anxinyun.cn/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tslib": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" - }, - "tsscmp": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/tsscmp/-/tsscmp-1.0.6.tgz", - "integrity": "sha1-hbmVg6w1iexL/vgltQAKqRHWBes=" - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "http://npm.anxinyun.cn/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "http://npm.anxinyun.cn/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, - "type-check": { - "version": "0.3.2", - "resolved": "http://npm.anxinyun.cn/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "type-is": { - "version": "1.6.18", - "resolved": "http://npm.anxinyun.cn/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha1-TlUs0F3wlGfcvE73Od6J8s83wTE=", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "uid-safe": { - "version": "2.1.5", - "resolved": "http://npm.anxinyun.cn/uid-safe/-/uid-safe-2.1.5.tgz", - "integrity": "sha1-Kz1cckDo/C5Y+Komnl7knAhXvTo=", - "requires": { - "random-bytes": "~1.0.0" - } - }, - "ultron": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" - }, - "unbox-primitive": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" - } - }, - "underscore": { - "version": "1.13.4", - "resolved": "http://npm.anxinyun.cn/underscore/-/underscore-1.13.4.tgz", - "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" - }, - "unescape": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/unescape/-/unescape-1.0.1.tgz", - "integrity": "sha1-lW5DD2HK2KTVfYLFGPXmzF0N2pY=", - "requires": { - "extend-shallow": "^2.0.1" - } - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", - "dev": true - }, - "unicode-property-aliases-ecmascript": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", - "dev": true - }, - "union-value": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - } - }, - "universalify": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "unset-value": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "http://npm.anxinyun.cn/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "http://npm.anxinyun.cn/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" - }, - "isarray": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - } - } - }, - "unstated-next": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/unstated-next/-/unstated-next-1.1.0.tgz", - "integrity": "sha1-e7SRGhL988yK0+sRoLMV5KhoXqg=" - }, - "upath": { - "version": "1.2.0", - "resolved": "http://npm.anxinyun.cn/upath/-/upath-1.2.0.tgz", - "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=" - }, - "update-browserslist-db": { - "version": "1.0.5", - "resolved": "http://npm.anxinyun.cn/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", - "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", - "dev": true, - "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "dependencies": { - "picocolors": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - } - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "http://npm.anxinyun.cn/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=", - "requires": { - "punycode": "^2.1.0" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "http://npm.anxinyun.cn/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" - }, - "url": { - "version": "0.11.0", - "resolved": "http://npm.anxinyun.cn/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" - } - } - }, - "url-parse": { - "version": "1.5.10", - "resolved": "http://npm.anxinyun.cn/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "urllib": { - "version": "2.38.1", - "resolved": "http://npm.anxinyun.cn/urllib/-/urllib-2.38.1.tgz", - "integrity": "sha512-1tvjdL74oT9aV4X+SIjE1BXyes5PbfhHKhK4IlhoKhKqk4nD5/lXE90v10WZ02kELWIPI4w7ADneEQ4i7dPjiQ==", - "requires": { - "any-promise": "^1.3.0", - "content-type": "^1.0.2", - "debug": "^2.6.9", - "default-user-agent": "^1.0.0", - "digest-header": "^0.0.1", - "ee-first": "~1.1.1", - "formstream": "^1.1.0", - "humanize-ms": "^1.2.0", - "iconv-lite": "^0.4.15", - "ip": "^1.1.5", - "proxy-agent": "^5.0.0", - "pump": "^3.0.0", - "qs": "^6.4.0", - "statuses": "^1.3.1", - "utility": "^1.16.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "http://npm.anxinyun.cn/debug/-/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "use": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/use/-/use-3.1.1.tgz", - "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=" - }, - "use-json-comparison": { - "version": "1.0.6", - "resolved": "http://npm.anxinyun.cn/use-json-comparison/-/use-json-comparison-1.0.6.tgz", - "integrity": "sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=" - }, - "use-media-antd-query": { - "version": "1.1.0", - "resolved": "http://npm.anxinyun.cn/use-media-antd-query/-/use-media-antd-query-1.1.0.tgz", - "integrity": "sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "util.promisify": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/util.promisify/-/util.promisify-1.0.0.tgz", - "integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=", - "dev": true, - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "utila": { - "version": "0.4.0", - "resolved": "http://npm.anxinyun.cn/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", - "dev": true - }, - "utility": { - "version": "1.17.0", - "resolved": "http://npm.anxinyun.cn/utility/-/utility-1.17.0.tgz", - "integrity": "sha1-YIGfcSpuDOd09S+x1pGZKl9Z02I=", - "requires": { - "copy-to": "^2.0.1", - "escape-html": "^1.0.3", - "mkdirp": "^0.5.1", - "mz": "^2.7.0", - "unescape": "^1.0.1" - } - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "8.3.2", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" - }, - "validator": { - "version": "10.11.0", - "resolved": "http://npm.anxinyun.cn/validator/-/validator-10.11.0.tgz", - "integrity": "sha1-ADEI6m6amHTTHMyeUAaFbM12sig=" - }, - "value-equal": { - "version": "1.0.1", - "resolved": "http://npm.anxinyun.cn/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=", - "dev": true - }, - "vary": { - "version": "1.1.2", - "resolved": "http://npm.anxinyun.cn/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "verror": { - "version": "1.10.0", - "resolved": "http://npm.anxinyun.cn/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - } - } - }, - "vm2": { - "version": "3.9.10", - "resolved": "http://npm.anxinyun.cn/vm2/-/vm2-3.9.10.tgz", - "integrity": "sha512-AuECTSvwu2OHLAZYhG716YzwodKCIJxB6u1zG7PgSQwIgAlEaoXH52bxdcvT8GkGjnYK7r7yWDW0m0sOsPuBjQ==", - "requires": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" - } - }, - "warning": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/warning/-/warning-4.0.3.tgz", - "integrity": "sha1-Fungd+uKhtavfWSqHgX9hbRnjKM=", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "watchpack": { - "version": "2.4.0", - "resolved": "http://npm.anxinyun.cn/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dev": true, - "requires": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - } - }, - "wbuf": { - "version": "1.7.3", - "resolved": "http://npm.anxinyun.cn/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=", - "requires": { - "minimalistic-assert": "^1.0.0" - } - }, - "webpack": { - "version": "5.73.0", - "resolved": "http://npm.anxinyun.cn/webpack/-/webpack-5.73.0.tgz", - "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", - "dev": true, - "requires": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.3", - "es-module-lexer": "^0.9.0", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", - "webpack-sources": "^3.2.3" - }, - "dependencies": { - "schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - }, - "tapable": { - "version": "2.2.1", - "resolved": "http://npm.anxinyun.cn/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true - } - } - }, - "webpack-bundle-analyzer": { - "version": "4.5.0", - "resolved": "http://npm.anxinyun.cn/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz", - "integrity": "sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==", - "dev": true, - "requires": { - "acorn": "^8.0.4", - "acorn-walk": "^8.0.0", - "chalk": "^4.1.0", - "commander": "^7.2.0", - "gzip-size": "^6.0.0", - "lodash": "^4.17.20", - "opener": "^1.5.2", - "sirv": "^1.0.7", - "ws": "^7.3.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "http://npm.anxinyun.cn/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "http://npm.anxinyun.cn/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "http://npm.anxinyun.cn/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=", - "dev": true - }, - "commander": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-7.2.0.tgz", - "integrity": "sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "ws": { - "version": "7.5.9", - "resolved": "http://npm.anxinyun.cn/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "dev": true - } - } - }, - "webpack-cli": { - "version": "4.10.0", - "resolved": "http://npm.anxinyun.cn/webpack-cli/-/webpack-cli-4.10.0.tgz", - "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", - "dev": true, - "requires": { - "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.2.0", - "@webpack-cli/info": "^1.5.0", - "@webpack-cli/serve": "^1.7.0", - "colorette": "^2.0.14", - "commander": "^7.0.0", - "cross-spawn": "^7.0.3", - "fastest-levenshtein": "^1.0.12", - "import-local": "^3.0.2", - "interpret": "^2.2.0", - "rechoir": "^0.7.0", - "webpack-merge": "^5.7.3" - }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-7.2.0.tgz", - "integrity": "sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=", - "dev": true - }, - "find-up": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "import-local": { - "version": "3.1.0", - "resolved": "http://npm.anxinyun.cn/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "http://npm.anxinyun.cn/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "http://npm.anxinyun.cn/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "http://npm.anxinyun.cn/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha1-DwB18bslRHZs9zumpuKt/ryxPy0=", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "http://npm.anxinyun.cn/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=", - "dev": true - } - } - }, - "webpack-dev-middleware": { - "version": "4.3.0", - "resolved": "http://npm.anxinyun.cn/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz", - "integrity": "sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==", - "dev": true, - "requires": { - "colorette": "^1.2.2", - "mem": "^8.1.1", - "memfs": "^3.2.2", - "mime-types": "^2.1.30", - "range-parser": "^1.2.1", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "colorette": { - "version": "1.4.0", - "resolved": "http://npm.anxinyun.cn/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", - "dev": true - }, - "schema-utils": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "webpack-dev-server": { - "version": "3.11.3", - "resolved": "http://npm.anxinyun.cn/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz", - "integrity": "sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==", - "requires": { - "ansi-html-community": "0.0.8", - "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.3.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.8", - "opn": "^5.5.0", - "p-retry": "^3.0.1", - "portfinder": "^1.0.26", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.8", - "semver": "^6.3.0", - "serve-index": "^1.9.1", - "sockjs": "^0.3.21", - "sockjs-client": "^1.5.0", - "spdy": "^4.0.2", - "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": "^13.3.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "http://npm.anxinyun.cn/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "http://npm.anxinyun.cn/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=", - "requires": { - "has-flag": "^3.0.0" - } - }, - "webpack-dev-middleware": { - "version": "3.7.3", - "resolved": "http://npm.anxinyun.cn/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", - "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - } - }, - "ws": { - "version": "6.2.2", - "resolved": "http://npm.anxinyun.cn/ws/-/ws-6.2.2.tgz", - "integrity": "sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=", - "requires": { - "async-limiter": "~1.0.0" - } - } - } - }, - "webpack-hot-middleware": { - "version": "2.25.1", - "resolved": "http://npm.anxinyun.cn/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz", - "integrity": "sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==", - "dev": true, - "requires": { - "ansi-html-community": "0.0.8", - "html-entities": "^2.1.0", - "querystring": "^0.2.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "html-entities": { - "version": "2.3.3", - "resolved": "http://npm.anxinyun.cn/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } - } - }, - "webpack-log": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/webpack-log/-/webpack-log-2.0.0.tgz", - "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "http://npm.anxinyun.cn/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } - } - }, - "webpack-merge": { - "version": "5.8.0", - "resolved": "http://npm.anxinyun.cn/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha1-Kznb8ir4d3atdEw5AiNzHTCmj2E=", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "wildcard": "^2.0.0" - } - }, - "webpack-sources": { - "version": "3.2.3", - "resolved": "http://npm.anxinyun.cn/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true - }, - "websocket-driver": { - "version": "0.7.4", - "resolved": "http://npm.anxinyun.cn/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha1-ia1Slbv2S0gKvLox5JU6ynBvV2A=", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - } - }, - "websocket-extensions": { - "version": "0.1.4", - "resolved": "http://npm.anxinyun.cn/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha1-f4RzvIOd/YdgituV1+sHUhFXikI=" - }, - "which": { - "version": "2.0.2", - "resolved": "http://npm.anxinyun.cn/which/-/which-2.0.2.tgz", - "integrity": "sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=", - "requires": { - "isexe": "^2.0.0" - } - }, - "which-boxed-primitive": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=", - "dev": true, - "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "wildcard": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha1-p30g5SAMb6qsl55LOq3Hs91/j+w=", - "dev": true - }, - "win-release": { - "version": "1.1.1", - "resolved": "http://npm.anxinyun.cn/win-release/-/win-release-1.1.1.tgz", - "integrity": "sha1-X6VeAr58qTTt/BJmVjLoSbcuUgk=", - "requires": { - "semver": "^5.0.1" - } - }, - "winston": { - "version": "2.4.6", - "resolved": "http://npm.anxinyun.cn/winston/-/winston-2.4.6.tgz", - "integrity": "sha512-J5Zu4p0tojLde8mIOyDSsmLmcP8I3Z6wtwpTDHx1+hGcdhxcJaAmG4CFtagkb+NiN1M9Ek4b42pzMWqfc9jm8w==", - "requires": { - "async": "^3.2.3", - "colors": "1.0.x", - "cycle": "1.0.x", - "eyes": "0.1.x", - "isstream": "0.1.x", - "stack-trace": "0.0.x" - } - }, - "wkx": { - "version": "0.4.8", - "resolved": "http://npm.anxinyun.cn/wkx/-/wkx-0.4.8.tgz", - "integrity": "sha512-ikPXMM9IR/gy/LwiOSqWlSL3X/J5uk9EO2hHNRXS41eTLXaUFEVw9fn/593jW/tE5tedNg8YjT5HkCa4FqQZyQ==", - "requires": { - "@types/node": "*" - } - }, - "wmf": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/wmf/-/wmf-1.0.2.tgz", - "integrity": "sha1-fRnWIQcaCMK9xrfmiKnENSmMwto=" - }, - "word": { - "version": "0.3.0", - "resolved": "http://npm.anxinyun.cn/word/-/word-0.3.0.tgz", - "integrity": "sha1-hUIVfk+OhJ9KNjooiZLUdhLbmWE=" - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "http://npm.anxinyun.cn/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "http://npm.anxinyun.cn/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha1-H9H2cjXVttD+54EFYAG/tpTAOwk=", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "http://npm.anxinyun.cn/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "http://npm.anxinyun.cn/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha1-jJpTb+tq/JYr36WxBKUJHBrZwK4=", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "http://npm.anxinyun.cn/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "ws": { - "version": "1.1.5", - "resolved": "http://npm.anxinyun.cn/ws/-/ws-1.1.5.tgz", - "integrity": "sha1-y9nm514J/F0skAFfIfDECHXg3VE=", - "requires": { - "options": ">=0.0.5", - "ultron": "1.0.x" - } - }, - "wtf-8": { - "version": "1.0.0", - "resolved": "http://npm.anxinyun.cn/wtf-8/-/wtf-8-1.0.0.tgz", - "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=" - }, - "xlsx": { - "version": "0.16.9", - "resolved": "http://npm.anxinyun.cn/xlsx/-/xlsx-0.16.9.tgz", - "integrity": "sha1-2s1btGvabdN0OUDJw9weIXGCYlY=", - "requires": { - "adler-32": "~1.2.0", - "cfb": "^1.1.4", - "codepage": "~1.14.0", - "commander": "~2.17.1", - "crc-32": "~1.2.0", - "exit-on-epipe": "~1.0.1", - "fflate": "^0.3.8", - "ssf": "~0.11.2", - "wmf": "~1.0.1", - "word": "~0.3.0" - }, - "dependencies": { - "commander": { - "version": "2.17.1", - "resolved": "http://npm.anxinyun.cn/commander/-/commander-2.17.1.tgz", - "integrity": "sha1-vXerfebelCBc6sxy8XFtKfIKd78=" - }, - "crc-32": { - "version": "1.2.2", - "resolved": "http://npm.anxinyun.cn/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" - } - } - }, - "xmlhttprequest-ssl": { - "version": "1.6.3", - "resolved": "http://npm.anxinyun.cn/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz", - "integrity": "sha1-A7cThzsBZZ36LBxdBWBlsn3cLeY=" - }, - "xregexp": { - "version": "2.0.0", - "resolved": "http://npm.anxinyun.cn/xregexp/-/xregexp-2.0.0.tgz", - "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=" - }, - "xtend": { - "version": "4.0.2", - "resolved": "http://npm.anxinyun.cn/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=" - }, - "y18n": { - "version": "4.0.3", - "resolved": "http://npm.anxinyun.cn/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha1-tfJZyCzW4zaSHv17/Yv1YN6e7t8=" - }, - "yallist": { - "version": "3.1.1", - "resolved": "http://npm.anxinyun.cn/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=" - }, - "yargs": { - "version": "13.3.2", - "resolved": "http://npm.anxinyun.cn/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "http://npm.anxinyun.cn/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha1-Ew8JcC667vJlDVTObj5XBvek+zg=", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "yeast": { - "version": "0.1.2", - "resolved": "http://npm.anxinyun.cn/yeast/-/yeast-0.1.2.tgz", - "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" - }, - "ylru": { - "version": "1.3.2", - "resolved": "http://npm.anxinyun.cn/ylru/-/ylru-1.3.2.tgz", - "integrity": "sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==" - }, - "zrender": { - "version": "5.3.2", - "resolved": "http://npm.anxinyun.cn/zrender/-/zrender-5.3.2.tgz", - "integrity": "sha512-8IiYdfwHj2rx0UeIGZGGU4WEVSDEdeVCaIg/fomejg1Xu6OifAL1GVzIPHg2D+MyUkbNgPWji90t0a8IDk+39w==", - "requires": { - "tslib": "2.3.0" - }, - "dependencies": { - "tslib": { - "version": "2.3.0", - "resolved": "http://npm.anxinyun.cn/tslib/-/tslib-2.3.0.tgz", - "integrity": "sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=" - } - } - } - } -} From e7076d20270ca3d5bb72433e093e17f6a11feca5 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Tue, 8 Aug 2023 17:13:23 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E6=8C=87=E6=B4=BE?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E6=8C=87=E6=B4=BE=E5=85=A8=E9=83=A8=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/feedback/nominateModalcopy.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/web/client/src/sections/fillion/components/feedback/nominateModalcopy.js b/web/client/src/sections/fillion/components/feedback/nominateModalcopy.js index bd563d2b..0af1d4d7 100644 --- a/web/client/src/sections/fillion/components/feedback/nominateModalcopy.js +++ b/web/client/src/sections/fillion/components/feedback/nominateModalcopy.js @@ -13,7 +13,7 @@ const { TextArea } = Input; const NominateModal = (props) => { const { queryData, recordId, visible, user, onCancel, depMessage, loading, depUser, clientHeight, depData, onVisibleChange, dispatch } = props const [depId, setDepId] = useState(0) - const [depUsers, setDepUsers] = useState() + const [depUsers, setDepUsers] = useState([]) // const [value, setValue] = useState(undefined); const [selectedUserId, setSelectedUserId] = useState(null); const [form] = Form.useForm(); @@ -24,15 +24,11 @@ const NominateModal = (props) => { // 根据选择的部门ID获取对应的用户数据 //setDepUsers([]) const res = await dispatch(getDepUser(value)) - const copy = res.payload.data.filter(user => { - if (user.isAdmin) { - return user - } - }) - let processedUsers = copy.map((item) => { + let processedUsers = res.payload.data?.map((item) => { return { label: item.name, value: item.id, + phone: item.phone } }) setDepUsers(processedUsers) @@ -48,6 +44,9 @@ const NominateModal = (props) => { onCancel() setDepUsers([]) form.resetFields() + // const phone = depUsers.find(u => u.value == values.nameId)?.phone; + // console.log(phone, 'phone') + // dispatch(pushAppointSMS({ phone, info: 'info...' })) } }) })