Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-station-module-view
Commits
c23f8259
Commit
c23f8259
authored
May 25, 2020
by
张博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹框样式
parent
e17d3cef
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1309 additions
and
59 deletions
+1309
-59
dialogbg.png
...ents/3dviewConvertor/assets/convertor/3dview/dialogbg.png
+0
-0
modal-bg.png
...ents/3dviewConvertor/assets/convertor/3dview/modal-bg.png
+0
-0
modalbg.png
...nents/3dviewConvertor/assets/convertor/3dview/modalbg.png
+0
-0
common.scss
mods/components/3dviewConvertor/styles/common.scss
+44
-22
pointsDetails.scss
mods/components/3dviewConvertor/styles/pointsDetails.scss
+76
-21
Footer.js
mods/components/3dviewConvertor/view/common/Footer.js
+1
-1
AmosGridTable.js
...nvertor/view/common/tableComponent/table/AmosGridTable.js
+3
-3
MinInfo.js
mods/components/3dviewConvertor/view/dialog/MinInfo.js
+1
-0
RiskContentTable.js
...viewConvertor/view/points/dialogModel/RiskContentTable.js
+5
-5
RiskWarnModal.js
.../3dviewConvertor/view/points/dialogModel/RiskWarnModal.js
+7
-7
report.20200522.154801.22564.0.001.json
report.20200522.154801.22564.0.001.json
+584
-0
report.20200525.173623.30460.0.001.json
report.20200525.173623.30460.0.001.json
+588
-0
No files found.
mods/components/3dviewConvertor/assets/convertor/3dview/dialogbg.png
0 → 100644
View file @
c23f8259
74.3 KB
mods/components/3dviewConvertor/assets/convertor/3dview/modal-bg.png
0 → 100644
View file @
c23f8259
64.4 KB
mods/components/3dviewConvertor/assets/convertor/3dview/modalbg.png
0 → 100644
View file @
c23f8259
73.9 KB
mods/components/3dviewConvertor/styles/common.scss
View file @
c23f8259
...
@@ -20,17 +20,19 @@
...
@@ -20,17 +20,19 @@
.common-footer
{
.common-footer
{
text-align
:
center
;
text-align
:
center
;
background
:
transparent
;
//$core-color;
background
:
transparent
;
//$core-color;
border
:
1px
solid
$core-border-color
;
//
border: 1px solid $core-border-color;
border-radius
:
$core-border-radius
;
//
border-radius: $core-border-radius;
.common-footer-item
{
.common-footer-item
{
display
:
inline-block
;
display
:
inline-block
;
width
:
$dialog-footer-width
;
//width: $dialog-footer-width;
width
:
100px
;
height
:
$dialog-footer-height
;
height
:
$dialog-footer-height
;
overflow
:
hidden
;
overflow
:
hidden
;
cursor
:
pointer
;
cursor
:
pointer
;
background
:
$dialog-footer-item-bg
;
padding-top
:
10px
;
border
:
1px
solid
$core-border-color
;
background
:
transparent
;
//border: 1px solid $core-border-color;
border-top
:
0
;
border-top
:
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
@@ -84,21 +86,32 @@
...
@@ -84,21 +86,32 @@
.dialog-body-min
{
.dialog-body-min
{
position
:
relative
;
position
:
relative
;
width
:
$dialog-min-width
;
// width: $dialog-min-width;
height
:
$dialog-height
;
// height: $dialog-height;
height
:
497px
;
width
:
866px
!
important
;
min-width
:
$dialog-min-width
;
min-width
:
$dialog-min-width
;
color
:
black
;
//color: black;
background
:
$content-color
;
// background: $content-color;
border
:
1px
solid
$core-border-color
;
// border: 1px solid $core-border-color;
border-radius
:
$core-border-radius
;
// border-radius: $core-border-radius;
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0
.3
);
// box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-sizing
:
border-box
;
// box-sizing: border-box;
background-image
:
url('./../assets/convertor/3dview/dialogbg.png')
;
background-color
:
rgba
(
25
,
86
,
147
,
0
.5
);
.body-min-header
{
.body-min-header
{
position
:
relative
;
position
:
relative
;
height
:
2
.5rem
;
height
:
2
.5rem
;
margin-left
:
1rem
;
margin-left
:
1rem
;
.dialog-min-title
{
position
:
absolute
;
line-height
:
2
.5rem
;
padding-top
:
1rem
;
left
:
9px
;
font-size
:
18px
;
color
:
#fff
;
}
.common-close
{
.common-close
{
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
...
@@ -112,6 +125,7 @@
...
@@ -112,6 +125,7 @@
}
}
.body-min-content
{
.body-min-content
{
margin-top
:
2
.5rem
;
height
:
calc
(
35%
-
50px
-
2
.5rem
);
height
:
calc
(
35%
-
50px
-
2
.5rem
);
margin-right
:
1rem
;
margin-right
:
1rem
;
margin-left
:
1rem
;
margin-left
:
1rem
;
...
@@ -122,6 +136,7 @@
...
@@ -122,6 +136,7 @@
margin-right
:
1rem
;
margin-right
:
1rem
;
margin-left
:
1rem
;
margin-left
:
1rem
;
.ant-table-title
{
.ant-table-title
{
display
:
none
;
display
:
none
;
}
}
...
@@ -129,9 +144,11 @@
...
@@ -129,9 +144,11 @@
.ant-table-thead
{
.ant-table-thead
{
tr
{
tr
{
th
{
th
{
color
:
$biz-table-font-color
;
// color: $biz-table-font-color;
background
:
$biz-table-title-color
;
//rgba(40, 40, 40, 1);
// background: $biz-table-title-color;//rgba(40, 40, 40, 1);
border-color
:
$core-border-color
;
// border-color: $core-border-color;
color
:
#fff
;
background-color
:
transparent
;
}
}
}
}
}
}
...
@@ -139,18 +156,23 @@
...
@@ -139,18 +156,23 @@
.ant-table-body
{
.ant-table-body
{
tr
{
tr
{
td
{
td
{
color
:
$biz-table-font-color
;
//#ffffff;
// color: $biz-table-font-color;//#ffffff;
background
:
$content-color
;
//rgba(51, 51, 51, 1);
// background: $content-color;//rgba(51, 51, 51, 1);
border-color
:
$core-border-color
;
//#252525;
// border-color: $core-border-color;//#252525;
color
:
#fff
;
background-color
:
transparent
;
}
}
}
}
max-height
:
273px
!
important
;
max-height
:
273px
!
important
;
overflow-y
:
scroll
;
overflow-y
:
scroll
;
}
}
.ant-table-placeholder
{
.ant-table-placeholder
{
color
:
$biz-table-font-color
;
//color: $biz-table-font-color;
background-color
:
$content-color
;
//rgba(40, 40, 40, 1);
//background-color: $content-color;//rgba(40, 40, 40, 1);
background-color
:
transparent
;
color
:
#fff
;
}
}
.highlight-row
{
.highlight-row
{
...
...
mods/components/3dviewConvertor/styles/pointsDetails.scss
View file @
c23f8259
...
@@ -110,7 +110,8 @@
...
@@ -110,7 +110,8 @@
display
:
inline
;
display
:
inline
;
font-size
:
7px
;
font-size
:
7px
;
line-height
:
40px
;
line-height
:
40px
;
color
:
$biz-table-font-color
;
//white;
//color: $biz-table-font-color;//white;
color
:
#fff
;
.colTitle
{
.colTitle
{
padding-left
:
8px
;
padding-left
:
8px
;
...
@@ -124,21 +125,22 @@
...
@@ -124,21 +125,22 @@
display
:
flex
;
display
:
flex
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
$core-border-color
;
border-bottom
:
0
;
border-bottom
:
0
;
border-left
:
0
;
}
}
.point-detail-table-row2
{
.point-detail-table-row2
{
display
:
flex
;
display
:
flex
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
$core-border-color
;
border-left
:
0
;
}
}
.colTitle
{
.colTitle
{
float
:
left
;
float
:
left
;
width
:
131px
;
//9.84%;
width
:
131px
;
//9.84%;
height
:
40px
;
height
:
40px
;
background
:
$biz-table-title-color
;
//#333;
//background: $biz-table-title-color;//#333;
border-left
:
1px
solid
$core-border-color
;
background
:
rgba
(
25
,
86
,
147
,
1
);
// border-left: 1px solid $core-border-color;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
flex
:
1
;
flex
:
1
;
}
}
...
@@ -147,12 +149,12 @@
...
@@ -147,12 +149,12 @@
float
:
left
;
float
:
left
;
width
:
131px
;
//9.83%;
width
:
131px
;
//9.83%;
height
:
40px
;
height
:
40px
;
background
:
$content-color
;
//rgb(97, 96, 96);
//background: $content-color;//rgb(97, 96, 96);
background
:
transparent
;
flex
:
1
;
flex
:
1
;
border-left
:
1px
solid
$core-border-color
;
//
border-left: 1px solid $core-border-color;
}
}
}
}
.point-dialog-modal
{
.point-dialog-modal
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -174,6 +176,7 @@
...
@@ -174,6 +176,7 @@
.amos-modal-title
{
.amos-modal-title
{
line-height
:
30px
;
line-height
:
30px
;
padding-left
:
9px
;
padding-left
:
9px
;
}
}
}
}
.amos-modal-content
{
.amos-modal-content
{
...
@@ -206,9 +209,29 @@
...
@@ -206,9 +209,29 @@
}
}
.risk-warn-modal
{
.risk-warn-modal
{
height
:
100%
;
::-webkit-scrollbar
{
/* 血槽宽度 */
width
:
14px
;
height
:
8px
;
}
::-webkit-scrollbar-thumb
{
/* 拖动条 */
background-image
:
url('./../assets/convertor/3dview/control-track.png')
;
background-repeat
:
no-repeat
;
height
:
10px
;
}
::-webkit-scrollbar-track
{
/* 背景槽 */
background-color
:rgba
(
17
,
44
,
88
,
0
.2
)
;
}
::-webkit-scrollbar-button
{
background-image
:
url('./../assets/convertor/3dview/control-track.png')
;
}
height
:
100%
;
.amos-modal-container
{
.amos-modal-container
{
width
:
740px
!
important
;
background-image
:
url('./../assets/convertor/3dview/modalbg.png')
;
height
:
497px
;
width
:
866px
!
important
;
background-color
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-close
{
.amos-modal-close
{
color
:
white
;
color
:
white
;
background
:
linear-gradient
(
180deg
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
51
,
0
,
1
)
100%
,
rgba
(
255
,
51
,
0
,
1
)
100%
);
background
:
linear-gradient
(
180deg
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
51
,
0
,
1
)
100%
,
rgba
(
255
,
51
,
0
,
1
)
100%
);
...
@@ -219,37 +242,69 @@
...
@@ -219,37 +242,69 @@
}
}
}
}
.amos-modal-header
{
.amos-modal-header
{
background
:
$model-header-color-3d
;
background
:
rgba
(
255
,
255
,
255
,
0
)
;
height
:
3
0px
;
height
:
5
0px
;
padding
:
0
;
padding
:
0
;
border-width
:
0em
;
.amos-modal-title
{
.amos-modal-title
{
line-height
:
3
0px
;
line-height
:
5
0px
;
padding-left
:
9px
;
padding-left
:
9px
;
color
:
#fff
;
font-size
:
18px
;
}
}
}
}
.amos-modal-content
{
.amos-modal-content
{
padding
:
1rem
2rem
2rem
2rem
;
max-height
:
45rem
;
.risk-warn
{
.risk-warn
{
.risk-warn-header
{
.risk-warn-header
{
padding-bottom
:
1rem
;
padding-top
:
0
.5rem
;
padding-left
:
0
.5rem
;
border
:
1px
solid
$core-border-color
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
color
:
#fff
;
}
}
.risk-warn-table
{
.risk-warn-table
{
background-color
:
transparent
;
.ant-table-title
{
.ant-table-title
{
display
:
none
;
display
:
none
;
}
}
span
{
font-size
:
14px
;
}
.ant-table-placeholder
{
//color: $biz-table-font-color;
//background-color: $content-color;//rgba(40, 40, 40, 1);
background-color
:
transparent
;
color
:
#fff
;
}
.ant-table-thead
{
tr
{
th
{
color
:
#fff
;
background-color
:
rgba
(
25
,
86
,
147
,
1
);
}
}
}
.ant-table-body
{
tr
{
td
{
color
:
#fff
;
background-color
:
transparent
;
}
}
}
.ant-table-body
{
.ant-table-body
{
max-height
:
35rem
!
important
;
max-height
:
35rem
!
important
;
background-color
:transparent
;
}
}
}
}
.risk-warn-content
{
.risk-warn-content
{
padding
-bottom
:
2rem
;
padding
:
15px
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.3
);
;
margin-top
:
1rem
;
margin-top
:
1rem
;
margin-bottom
:
2em
;
span
{
color
:
#fff
;
}
}
}
}
}
}
}
...
...
mods/components/3dviewConvertor/view/common/Footer.js
View file @
c23f8259
...
@@ -13,7 +13,7 @@ const Footer = props => {
...
@@ -13,7 +13,7 @@ const Footer = props => {
return
(
return
(
<
div
key
=
{
f
.
key
}
className
=
{
cls
}
onClick
=
{(
e
)
=>
onItemClick
(
f
.
key
,
e
)}
>
<
div
key
=
{
f
.
key
}
className
=
{
cls
}
onClick
=
{(
e
)
=>
onItemClick
(
f
.
key
,
e
)}
>
<
Icon
icon
=
{
f
.
icon
}
/
>
<
Icon
icon
=
{
f
.
icon
}
/
>
<
p
className
=
"footer-item-text"
>
{
f
.
text
}
<
/p
>
<
span
className
=
"footer-item-text"
>
{
f
.
text
}
<
/span
>
<
/div
>
<
/div
>
);
);
})
})
...
...
mods/components/3dviewConvertor/view/common/tableComponent/table/AmosGridTable.js
View file @
c23f8259
...
@@ -235,14 +235,14 @@ class AmosGridTable extends Component {
...
@@ -235,14 +235,14 @@ class AmosGridTable extends Component {
<
/div
>
<
/div
>
)}
)}
rowKey
=
{
isTreeTable
?
'key'
:
this
.
generateRowkey
}
rowKey
=
{
isTreeTable
?
'key'
:
this
.
generateRowkey
}
loading
=
{
loading
}
rowSelection
=
{
rowSelection
}
rowSelection
=
{
rowSelection
}
columns
=
{
columns
}
columns
=
{
columns
}
dataSource
=
{
dataList
}
//dataSource={dataList}
dataSource
=
{[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}]}
pagination
=
{
_pagination
}
pagination
=
{
_pagination
}
size
=
{
size
}
size
=
{
size
}
bordered
=
{
bordered
}
bordered
=
{
bordered
}
scroll
=
{{
y
:
maxHeight
}}
rowClassName
=
{
rowClassName
}
rowClassName
=
{
rowClassName
}
onRowDoubleClick
=
{
onRowDoubleClick
}
onRowDoubleClick
=
{
onRowDoubleClick
}
/
>
/
>
...
...
mods/components/3dviewConvertor/view/dialog/MinInfo.js
View file @
c23f8259
...
@@ -9,6 +9,7 @@ class MinInfo extends Component {
...
@@ -9,6 +9,7 @@ class MinInfo extends Component {
return
(
return
(
<
div
className
=
"dialog-body-min"
>
<
div
className
=
"dialog-body-min"
>
<
div
className
=
"body-min-header"
>
<
div
className
=
"body-min-header"
>
<
div
className
=
'dialog-min-title'
>
巡检触发预警详情
<
/div
>
<
Close
onClose
=
{
onClose
}
/
>
<
Close
onClose
=
{
onClose
}
/
>
<
/div
>
<
/div
>
<
div
className
=
"body-min-content"
>
<
div
className
=
"body-min-content"
>
...
...
mods/components/3dviewConvertor/view/points/dialogModel/RiskContentTable.js
View file @
c23f8259
...
@@ -42,7 +42,7 @@ const checkListColumns = (self) => {
...
@@ -42,7 +42,7 @@ const checkListColumns = (self) => {
key
:
'status'
,
key
:
'status'
,
width
:
'10%'
,
width
:
'10%'
,
render
:
function
(
text
,
record
,
index
)
{
render
:
function
(
text
,
record
,
index
)
{
return
<
span
><
a
href
=
"javascript:;"
onClick
=
{
function
()
{
self
.
onCheckStatusClick
(
record
)}
}
>
{
text
}
<
/a></
span
>
;
return
<
span
><
a
href
=
"javascript:;"
onClick
=
{
function
()
{
self
.
onCheckStatusClick
(
record
)}
}
style
=
{{
color
:
'rgba(255, 173, 0, 1)'
}
}
>
{
text
}
<
/a></
span
>
;
}
}
}
}
];
];
...
@@ -76,19 +76,19 @@ class RiskContentTable extends Component {
...
@@ -76,19 +76,19 @@ class RiskContentTable extends Component {
onCheckStatusClick
=
(
record
)
=>
{
onCheckStatusClick
=
(
record
)
=>
{
this
.
props
.
onCheckStatusClick
(
record
);
this
.
props
.
onCheckStatusClick
(
record
);
}
}
render
()
{
render
()
{
const
{
dataList
,
fetchData
}
=
this
.
props
;
const
{
dataList
,
fetchData
}
=
this
.
props
;
return
(
return
(
<
div
>
<
div
>
<
AmosGridTable
<
AmosGridTable
columns
=
{
checkListColumns
(
this
)}
columns
=
{
checkListColumns
(
this
)}
getTableDataAction
=
{()
=>
{}}
getTableDataAction
=
{()
=>
{}}
callBack
=
{
this
.
reload
}
callBack
=
{
this
.
reload
}
isPageable
=
{
false
}
isPageable
=
{
false
}
isChecked
=
{
false
}
isChecked
=
{
false
}
dataList
=
{
dataList
}
dataList
=
{
dataList
}
/>
/
>
<
/div
>
<
/div
>
);
);
}
}
...
...
mods/components/3dviewConvertor/view/points/dialogModel/RiskWarnModal.js
View file @
c23f8259
...
@@ -73,7 +73,7 @@ class RiskWarnModal extends Component {
...
@@ -73,7 +73,7 @@ class RiskWarnModal extends Component {
<
/p
>
<
/p
>
});
});
}
}
renderEquipWaring
=
(
alarm
)
=>
{
renderEquipWaring
=
(
alarm
)
=>
{
return
alarm
.
map
(
item
=>
{
return
alarm
.
map
(
item
=>
{
return
<
p
>
return
<
p
>
...
@@ -82,11 +82,11 @@ class RiskWarnModal extends Component {
...
@@ -82,11 +82,11 @@ class RiskWarnModal extends Component {
<
/p
>
<
/p
>
});
});
}
}
render
()
{
render
()
{
const
{
dataList
=
[],
riskSourceInfo
=
{},
inputitemContent
=
[],
alarm
=
[]}
=
this
.
state
;
const
{
dataList
=
[],
riskSourceInfo
=
{},
inputitemContent
=
[],
alarm
=
[]}
=
this
.
state
;
const
{
code
,
level
,
name
}
=
riskSourceInfo
;
const
{
code
,
level
,
name
}
=
riskSourceInfo
;
return
(
return
(
<
div
className
=
"risk-warn"
>
<
div
className
=
"risk-warn"
>
<
div
className
=
"risk-warn-header"
>
<
div
className
=
"risk-warn-header"
>
...
@@ -102,12 +102,12 @@ class RiskWarnModal extends Component {
...
@@ -102,12 +102,12 @@ class RiskWarnModal extends Component {
<
div
className
=
"risk-warn-table"
>
<
div
className
=
"risk-warn-table"
>
<
AmosGridTable
<
AmosGridTable
columns
=
{
checkListColumns
(
this
)}
columns
=
{
checkListColumns
(
this
)}
getTableDataAction
=
{()
=>
{}}
getTableDataAction
=
{()
=>
{}}
callBack
=
{
this
.
reload
}
callBack
=
{
this
.
reload
}
isPageable
=
{
false
}
isPageable
=
{
false
}
isChecked
=
{
false
}
isChecked
=
{
false
}
dataList
=
{
dataList
}
dataList
=
{
dataList
}
/>
/
>
<
/div
>
<
/div
>
<
div
className
=
"risk-warn-content"
>
<
div
className
=
"risk-warn-content"
>
<
p
>
<
p
>
...
...
report.20200522.154801.22564.0.001.json
0 → 100644
View file @
c23f8259
{
"header"
:
{
"reportVersion"
:
1
,
"event"
:
"Allocation failed - JavaScript heap out of memory"
,
"trigger"
:
"FatalError"
,
"filename"
:
"report.20200522.154801.22564.0.001.json"
,
"dumpEventTime"
:
"2020-05-22T15:48:01Z"
,
"dumpEventTimeStamp"
:
"1590133681815"
,
"processId"
:
22564
,
"cwd"
:
"G:
\\
workSpace
\\
amos-station-module-view"
,
"commandLine"
:
[
"node"
,
"G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
.bin
\\\\
..
\\
webpack-dev-server
\\
bin
\\
webpack-dev-server.js"
],
"nodejsVersion"
:
"v12.16.1"
,
"wordSize"
:
64
,
"arch"
:
"x64"
,
"platform"
:
"win32"
,
"componentVersions"
:
{
"node"
:
"12.16.1"
,
"v8"
:
"7.8.279.23-node.31"
,
"uv"
:
"1.34.0"
,
"zlib"
:
"1.2.11"
,
"brotli"
:
"1.0.7"
,
"ares"
:
"1.15.0"
,
"modules"
:
"72"
,
"nghttp2"
:
"1.40.0"
,
"napi"
:
"5"
,
"llhttp"
:
"2.0.4"
,
"http_parser"
:
"2.9.3"
,
"openssl"
:
"1.1.1d"
,
"cldr"
:
"35.1"
,
"icu"
:
"64.2"
,
"tz"
:
"2019c"
,
"unicode"
:
"12.1"
},
"release"
:
{
"name"
:
"node"
,
"lts"
:
"Erbium"
,
"headersUrl"
:
"https://nodejs.org/download/release/v12.16.1/node-v12.16.1-headers.tar.gz"
,
"sourceUrl"
:
"https://nodejs.org/download/release/v12.16.1/node-v12.16.1.tar.gz"
,
"libUrl"
:
"https://nodejs.org/download/release/v12.16.1/win-x64/node.lib"
},
"osName"
:
"Windows_NT"
,
"osRelease"
:
"10.0.18362"
,
"osVersion"
:
"Windows 10 Pro"
,
"osMachine"
:
"x86_64"
,
"cpus"
:
[
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
9004000
,
"nice"
:
0
,
"sys"
:
13363484
,
"idle"
:
177914734
,
"irq"
:
7639265
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
23701859
,
"nice"
:
0
,
"sys"
:
5507062
,
"idle"
:
171072890
,
"irq"
:
224609
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
14529437
,
"nice"
:
0
,
"sys"
:
3487687
,
"idle"
:
182264703
,
"irq"
:
70984
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
12886546
,
"nice"
:
0
,
"sys"
:
3070281
,
"idle"
:
184325000
,
"irq"
:
63265
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
10174453
,
"nice"
:
0
,
"sys"
:
3047859
,
"idle"
:
187059500
,
"irq"
:
44093
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
11842968
,
"nice"
:
0
,
"sys"
:
3207703
,
"idle"
:
185231140
,
"irq"
:
59468
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
9745843
,
"nice"
:
0
,
"sys"
:
3724109
,
"idle"
:
186811859
,
"irq"
:
51250
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
11547765
,
"nice"
:
0
,
"sys"
:
4759390
,
"idle"
:
183974656
,
"irq"
:
69046
}
],
"networkInterfaces"
:
[
{
"name"
:
"以太网"
,
"internal"
:
false
,
"mac"
:
"e4:54:e8:bc:0c:f8"
,
"address"
:
"fe80::fc0b:6bad:6f5:3715"
,
"netmask"
:
"ffff:ffff:ffff:ffff::"
,
"family"
:
"IPv6"
,
"scopeid"
:
9
},
{
"name"
:
"以太网"
,
"internal"
:
false
,
"mac"
:
"e4:54:e8:bc:0c:f8"
,
"address"
:
"172.16.3.26"
,
"netmask"
:
"255.255.0.0"
,
"family"
:
"IPv4"
},
{
"name"
:
"Loopback Pseudo-Interface 1"
,
"internal"
:
true
,
"mac"
:
"00:00:00:00:00:00"
,
"address"
:
"::1"
,
"netmask"
:
"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"
,
"family"
:
"IPv6"
,
"scopeid"
:
0
},
{
"name"
:
"Loopback Pseudo-Interface 1"
,
"internal"
:
true
,
"mac"
:
"00:00:00:00:00:00"
,
"address"
:
"127.0.0.1"
,
"netmask"
:
"255.0.0.0"
,
"family"
:
"IPv4"
}
],
"host"
:
"DESKTOP-KKH52JE"
},
"javascriptStack"
:
{
"message"
:
"No stack."
,
"stack"
:
[
"Unavailable."
]
},
"nativeStack"
:
[
{
"pc"
:
"0x00007ff7657119f9"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+10873"
},
{
"pc"
:
"0x00007ff765715e1c"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+28316"
},
{
"pc"
:
"0x00007ff765714dd8"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+24152"
},
{
"pc"
:
"0x00007ff7658134cb"
,
"symbol"
:
"v8::base::CPU::has_sse+38363"
},
{
"pc"
:
"0x00007ff766029f4e"
,
"symbol"
:
"v8::Isolate::ReportExternalAllocationLimitReached+94"
},
{
"pc"
:
"0x00007ff766012021"
,
"symbol"
:
"v8::SharedArrayBuffer::Externalize+833"
},
{
"pc"
:
"0x00007ff765ede57c"
,
"symbol"
:
"v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436"
},
{
"pc"
:
"0x00007ff765eda289"
,
"symbol"
:
"v8::internal::Heap::AddRetainedMap+2713"
},
{
"pc"
:
"0x00007ff765efb4ab"
,
"symbol"
:
"v8::internal::Factory::NewFixedArrayWithFiller+107"
},
{
"pc"
:
"0x00007ff765efb431"
,
"symbol"
:
"v8::internal::Factory::NewUninitializedFixedArray+65"
},
{
"pc"
:
"0x00007ff765dd857f"
,
"symbol"
:
"v8::debug::Script::GetIsolate+8527"
},
{
"pc"
:
"0x00007ff765c8824a"
,
"symbol"
:
"v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+162938"
},
{
"pc"
:
"0x00007ff766474ddd"
,
"symbol"
:
"v8::internal::SetupIsolateDelegate::SetupHeap+546637"
},
{
"pc"
:
"0x000003603707cc7a"
,
"symbol"
:
""
}
],
"javascriptHeap"
:
{
"totalMemory"
:
2152067072
,
"totalCommittedMemory"
:
2152067072
,
"usedMemory"
:
2138955600
,
"availableMemory"
:
47843136
,
"memoryLimit"
:
2197815296
,
"heapSpaces"
:
{
"read_only_space"
:
{
"memorySize"
:
262144
,
"committedMemory"
:
262144
,
"capacity"
:
32808
,
"used"
:
32808
,
"available"
:
0
},
"new_space"
:
{
"memorySize"
:
1048576
,
"committedMemory"
:
1048576
,
"capacity"
:
1047456
,
"used"
:
0
,
"available"
:
1047456
},
"old_space"
:
{
"memorySize"
:
296632320
,
"committedMemory"
:
296632320
,
"capacity"
:
294091968
,
"used"
:
294091968
,
"available"
:
0
},
"code_space"
:
{
"memorySize"
:
2002944
,
"committedMemory"
:
2002944
,
"capacity"
:
1728800
,
"used"
:
1728800
,
"available"
:
0
},
"map_space"
:
{
"memorySize"
:
10489856
,
"committedMemory"
:
10489856
,
"capacity"
:
2213360
,
"used"
:
2213360
,
"available"
:
0
},
"large_object_space"
:
{
"memorySize"
:
1841008640
,
"committedMemory"
:
1841008640
,
"capacity"
:
1840344376
,
"used"
:
1840344376
,
"available"
:
0
},
"code_large_object_space"
:
{
"memorySize"
:
622592
,
"committedMemory"
:
622592
,
"capacity"
:
544288
,
"used"
:
544288
,
"available"
:
0
},
"new_large_object_space"
:
{
"memorySize"
:
0
,
"committedMemory"
:
0
,
"capacity"
:
1047456
,
"used"
:
0
,
"available"
:
1047456
}
}
},
"resourceUsage"
:
{
"userCpuSeconds"
:
331.156
,
"kernelCpuSeconds"
:
42.39
,
"cpuConsumptionPercent"
:
2.04672
,
"maxRss"
:
2209996800
,
"pageFaults"
:
{
"IORequired"
:
23953749
,
"IONotRequired"
:
0
},
"fsActivity"
:
{
"reads"
:
9081
,
"writes"
:
251
}
},
"libuv"
:
[
],
"environmentVariables"
:
{
"=G:"
:
"G:
\\
workSpace
\\
amos-station-module-view"
,
"ALLUSERSPROFILE"
:
"C:
\\
ProgramData"
,
"APPDATA"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming"
,
"ChocolateyInstall"
:
"C:
\\
ProgramData
\\
chocolatey"
,
"ChocolateyLastPathUpdate"
:
"132289007529906412"
,
"CLASSPATH"
:
".;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
lib
\\
dt.jar;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
lib
\\
tools.jar;"
,
"COLORTERM"
:
"truecolor"
,
"CommonProgramFiles"
:
"C:
\\
Program Files
\\
Common Files"
,
"CommonProgramFiles(x86)"
:
"C:
\\
Program Files (x86)
\\
Common Files"
,
"CommonProgramW6432"
:
"C:
\\
Program Files
\\
Common Files"
,
"COMPUTERNAME"
:
"DESKTOP-KKH52JE"
,
"ComSpec"
:
"C:
\\
Windows
\\
system32
\\
cmd.exe"
,
"dp0"
:
"G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
.bin
\\
"
,
"DriverData"
:
"C:
\\
Windows
\\
System32
\\
Drivers
\\
DriverData"
,
"GIT_ASKPASS"
:
"c:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
resources
\\
app
\\
extensions
\\
git
\\
dist
\\
askpass.sh"
,
"HOME"
:
"C:
\\
Users
\\
DELL"
,
"HOMEDRIVE"
:
"C:"
,
"HOMEPATH"
:
"
\\
Users
\\
DELL"
,
"INIT_CWD"
:
"G:
\\
workSpace
\\
amos-station-module-view"
,
"JAVA_HOME"
:
"C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201"
,
"LANG"
:
"zh_CN.UTF-8"
,
"LOCALAPPDATA"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local"
,
"LOGONSERVER"
:
"
\\\\
DESKTOP-KKH52JE"
,
"NODE"
:
"F:
\\
install
\\
nodejs
\\
node.exe"
,
"NODE_ENV"
:
"development "
,
"NODE_EXE"
:
"F:
\\
install
\\
nodejs
\\\\
node.exe"
,
"NODE_PATH"
:
"F:
\\
install
\\
nodejs
\\
node_modules"
,
"NPM_CLI_JS"
:
"F:
\\
install
\\
nodejs
\\\\
node_modules
\\
npm
\\
bin
\\
npm-cli.js"
,
"npm_config_access"
:
""
,
"npm_config_allow_same_version"
:
""
,
"npm_config_also"
:
""
,
"npm_config_always_auth"
:
""
,
"npm_config_argv"
:
"{
\"
remain
\"
:[],
\"
cooked
\"
:[
\"
start
\"
],
\"
original
\"
:[
\"
start
\"
]}"
,
"npm_config_audit"
:
"true"
,
"npm_config_audit_level"
:
"low"
,
"npm_config_auth_type"
:
"legacy"
,
"npm_config_before"
:
""
,
"npm_config_bin_links"
:
"true"
,
"npm_config_browser"
:
""
,
"npm_config_ca"
:
""
,
"npm_config_cache"
:
"F:
\\
install
\\
nodejs
\\
node_cache"
,
"npm_config_cache_lock_retries"
:
"10"
,
"npm_config_cache_lock_stale"
:
"60000"
,
"npm_config_cache_lock_wait"
:
"10000"
,
"npm_config_cache_max"
:
"Infinity"
,
"npm_config_cache_min"
:
"10"
,
"npm_config_cafile"
:
""
,
"npm_config_cert"
:
""
,
"npm_config_cidr"
:
""
,
"npm_config_color"
:
"true"
,
"npm_config_commit_hooks"
:
"true"
,
"npm_config_depth"
:
"Infinity"
,
"npm_config_description"
:
"true"
,
"npm_config_dev"
:
""
,
"npm_config_dry_run"
:
""
,
"npm_config_editor"
:
"notepad.exe"
,
"npm_config_engine_strict"
:
""
,
"npm_config_fetch_retries"
:
"2"
,
"npm_config_fetch_retry_factor"
:
"10"
,
"npm_config_fetch_retry_maxtimeout"
:
"60000"
,
"npm_config_fetch_retry_mintimeout"
:
"10000"
,
"npm_config_force"
:
""
,
"npm_config_format_package_lock"
:
"true"
,
"npm_config_fund"
:
"true"
,
"npm_config_git"
:
"git"
,
"npm_config_git_tag_version"
:
"true"
,
"npm_config_global"
:
""
,
"npm_config_globalconfig"
:
"F:
\\
install
\\
nodejs
\\
node_global
\\
etc
\\
npmrc"
,
"npm_config_globalignorefile"
:
"F:
\\
install
\\
nodejs
\\
node_global
\\
etc
\\
npmignore"
,
"npm_config_global_style"
:
""
,
"npm_config_group"
:
""
,
"npm_config_ham_it_up"
:
""
,
"npm_config_heading"
:
"npm"
,
"npm_config_https_proxy"
:
""
,
"npm_config_if_present"
:
""
,
"npm_config_ignore_prepublish"
:
""
,
"npm_config_ignore_scripts"
:
""
,
"npm_config_init_author_email"
:
""
,
"npm_config_init_author_name"
:
""
,
"npm_config_init_author_url"
:
""
,
"npm_config_init_license"
:
"ISC"
,
"npm_config_init_module"
:
"C:
\\
Users
\\
DELL
\\
.npm-init.js"
,
"npm_config_init_version"
:
"1.0.0"
,
"npm_config_json"
:
""
,
"npm_config_key"
:
""
,
"npm_config_legacy_bundling"
:
""
,
"npm_config_link"
:
""
,
"npm_config_local_address"
:
""
,
"npm_config_loglevel"
:
"notice"
,
"npm_config_logs_max"
:
"10"
,
"npm_config_long"
:
""
,
"npm_config_maxsockets"
:
"50"
,
"npm_config_message"
:
"%s"
,
"npm_config_metrics_registry"
:
"http://172.16.11.26:9696/"
,
"npm_config_node_gyp"
:
"F:
\\
install
\\
nodejs
\\
node_modules
\\
npm
\\
node_modules
\\
node-gyp
\\
bin
\\
node-gyp.js"
,
"npm_config_node_options"
:
""
,
"npm_config_node_version"
:
"12.16.1"
,
"npm_config_noproxy"
:
""
,
"npm_config_npm_set_registry_http___registry_npm_taobao_org_"
:
"true"
,
"npm_config_offline"
:
""
,
"npm_config_onload_script"
:
""
,
"npm_config_only"
:
""
,
"npm_config_optional"
:
"true"
,
"npm_config_otp"
:
""
,
"npm_config_package_lock"
:
""
,
"npm_config_package_lock_only"
:
""
,
"npm_config_parseable"
:
""
,
"npm_config_prefer_offline"
:
""
,
"npm_config_prefer_online"
:
""
,
"npm_config_prefix"
:
"F:
\\
install
\\
nodejs
\\
node_global"
,
"npm_config_preid"
:
""
,
"npm_config_production"
:
""
,
"npm_config_progress"
:
"true"
,
"npm_config_proxy"
:
""
,
"npm_config_read_only"
:
""
,
"npm_config_rebuild_bundle"
:
"true"
,
"npm_config_registry"
:
"http://172.16.11.26:9696/"
,
"npm_config_rollback"
:
"true"
,
"npm_config_sass_binary_site"
:
"http://172.16.11.26:8888/node-sass"
,
"npm_config_save"
:
""
,
"npm_config_save_bundle"
:
""
,
"npm_config_save_dev"
:
""
,
"npm_config_save_exact"
:
""
,
"npm_config_save_optional"
:
""
,
"npm_config_save_prefix"
:
"^"
,
"npm_config_save_prod"
:
""
,
"npm_config_scope"
:
""
,
"npm_config_scripts_prepend_node_path"
:
"warn-only"
,
"npm_config_script_shell"
:
""
,
"npm_config_searchexclude"
:
""
,
"npm_config_searchlimit"
:
"20"
,
"npm_config_searchopts"
:
""
,
"npm_config_searchstaleness"
:
"900"
,
"npm_config_send_metrics"
:
""
,
"npm_config_shell"
:
"C:
\\
Windows
\\
system32
\\
cmd.exe"
,
"npm_config_shrinkwrap"
:
"true"
,
"npm_config_sign_git_commit"
:
""
,
"npm_config_sign_git_tag"
:
""
,
"npm_config_sso_poll_frequency"
:
"500"
,
"npm_config_sso_type"
:
"oauth"
,
"npm_config_strict_ssl"
:
"true"
,
"npm_config_tag"
:
"latest"
,
"npm_config_tag_version_prefix"
:
"v"
,
"npm_config_timing"
:
""
,
"npm_config_tmp"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Temp"
,
"npm_config_umask"
:
"0000"
,
"npm_config_unicode"
:
""
,
"npm_config_unsafe_perm"
:
"true"
,
"npm_config_update_notifier"
:
"true"
,
"npm_config_usage"
:
""
,
"npm_config_user"
:
""
,
"npm_config_userconfig"
:
"C:
\\
Users
\\
DELL
\\
.npmrc"
,
"npm_config_user_agent"
:
"npm/6.13.4 node/v12.16.1 win32 x64"
,
"npm_config_version"
:
""
,
"npm_config_versions"
:
""
,
"npm_config_viewer"
:
"browser"
,
"npm_execpath"
:
"F:
\\
install
\\
nodejs
\\
node_modules
\\
npm
\\
bin
\\
npm-cli.js"
,
"npm_lifecycle_event"
:
"start"
,
"npm_lifecycle_script"
:
"set NODE_ENV=development && webpack-dev-server"
,
"npm_node_execpath"
:
"F:
\\
install
\\
nodejs
\\
node.exe"
,
"npm_package_author_name"
:
"ilex.h"
,
"npm_package_dependencies_amos_3d"
:
"^2.x"
,
"npm_package_dependencies_amos_designer"
:
"^1.x"
,
"npm_package_dependencies_amos_viz"
:
"^1.x"
,
"npm_package_dependencies_amos_websocket"
:
"^1.0.3"
,
"npm_package_dependencies_ray_hotkeys"
:
"^1.0.0"
,
"npm_package_devDependencies_amos_build"
:
"^3.x"
,
"npm_package_devDependencies_amos_framework"
:
"^1.x"
,
"npm_package_devDependencies_amos_iot_3dgraph"
:
"^1.0.3"
,
"npm_package_devDependencies_amos_iot_webstudio"
:
"^1.x"
,
"npm_package_devDependencies_amos_processor"
:
"^2.x"
,
"npm_package_devDependencies_amos_security"
:
"^2.x"
,
"npm_package_devDependencies_eslint_config_ray"
:
"^1.0.25"
,
"npm_package_devDependencies_ray_code_split"
:
"^1.0.1"
,
"npm_package_devDependencies_ray_mediaquery"
:
"^1.0.0"
,
"npm_package_devDependencies_ray_progress"
:
"^1.0.0"
,
"npm_package_devDependencies_react"
:
"~16.0.0"
,
"npm_package_devDependencies_react_dom"
:
"~16.0.0"
,
"npm_package_devDependencies_stylelint_config_ray"
:
"^2.0.0"
,
"npm_package_gitHead"
:
"e17d3cefc9ba5bc01fb5f9121e57e6f39ff4be2d"
,
"npm_package_main"
:
"./lib/index.js"
,
"npm_package_name"
:
"amos-station-module-view"
,
"npm_package_publishConfig_registry"
:
"http://172.16.11.26:9696"
,
"npm_package_readmeFilename"
:
"readme.md"
,
"npm_package_scripts_build"
:
"ray-build react && ray-build stylescss"
,
"npm_package_scripts_clean"
:
"rimraf lib dist released"
,
"npm_package_scripts_lint"
:
"eslint src tests"
,
"npm_package_scripts_lint_fix"
:
"npm run lint -- --fix"
,
"npm_package_scripts_pub"
:
"npm run build && amos-run dllreleased"
,
"npm_package_scripts_start"
:
"set NODE_ENV=development && webpack-dev-server"
,
"npm_package_scripts_stylelint"
:
"stylelint src"
,
"npm_package_scripts_watch"
:
"webpack -w"
,
"npm_package_version"
:
"1.0.0"
,
"NPM_PREFIX_NPM_CLI_JS"
:
"F:
\\
install
\\
nodejs
\\
node_global
\\
node_modules
\\
npm
\\
bin
\\
npm-cli.js"
,
"NUMBER_OF_PROCESSORS"
:
"8"
,
"NVM_HOME"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
nvm"
,
"NVM_SYMLINK"
:
"C:
\\
Program Files
\\
nodejs"
,
"OneDrive"
:
"C:
\\
Users
\\
DELL
\\
OneDrive"
,
"OS"
:
"Windows_NT"
,
"Path"
:
"F:
\\
install
\\
nodejs
\\
node_modules
\\
npm
\\
node_modules
\\
npm-lifecycle
\\
node-gyp-bin;G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
.bin;C:
\\
Program Files (x86)
\\
Common Files
\\
Oracle
\\
Java
\\
javapath;C:
\\
Windows
\\
system32;C:
\\
Windows;C:
\\
Windows
\\
System32
\\
Wbem;C:
\\
Windows
\\
System32
\\
WindowsPowerShell
\\
v1.0
\\
;C:
\\
Windows
\\
System32
\\
OpenSSH
\\
;C:
\\
Program Files (x86)
\\
NVIDIA Corporation
\\
PhysX
\\
Common;D:
\\
Program Files
\\
Git
\\
cmd;C:
\\
Program Files
\\
TortoiseGit
\\
bin;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
NVIDIA Corporation
\\
NVIDIA NvDLISR;C:
\\
Program Files
\\
TortoiseSVN
\\
bin;C:
\\
ProgramData
\\
chocolatey
\\
bin;F:
\\
install
\\
nodejs
\\
node_global;F:
\\
install
\\
Python27;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
bin;F:
\\
install
\\
nodejs
\\
;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Microsoft
\\
WindowsApps;
\"
C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
bin;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
jre
\\
bin
\"
;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
bin;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
nodejs;D:
\\
develop
\\
nodejs
\\
node_global;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
npm"
,
"PATHEXT"
:
".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JSE;.WSF;.WSH;.MSC;.CPL"
,
"PROCESSOR_ARCHITECTURE"
:
"AMD64"
,
"PROCESSOR_IDENTIFIER"
:
"Intel64 Family 6 Model 158 Stepping 13, GenuineIntel"
,
"PROCESSOR_LEVEL"
:
"6"
,
"PROCESSOR_REVISION"
:
"9e0d"
,
"ProgramData"
:
"C:
\\
ProgramData"
,
"ProgramFiles"
:
"C:
\\
Program Files"
,
"ProgramFiles(x86)"
:
"C:
\\
Program Files (x86)"
,
"ProgramW6432"
:
"C:
\\
Program Files"
,
"PROMPT"
:
"$P$G"
,
"PSModulePath"
:
"C:
\\
Users
\\
DELL
\\
Documents
\\
WindowsPowerShell
\\
Modules;C:
\\
Program Files
\\
WindowsPowerShell
\\
Modules;C:
\\
Windows
\\
system32
\\
WindowsPowerShell
\\
v1.0
\\
Modules"
,
"PUBLIC"
:
"C:
\\
Users
\\
Public"
,
"SESSIONNAME"
:
"Console"
,
"SystemDrive"
:
"C:"
,
"SystemRoot"
:
"C:
\\
Windows"
,
"TEMP"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Temp"
,
"TERM_PROGRAM"
:
"vscode"
,
"TERM_PROGRAM_VERSION"
:
"1.45.1"
,
"TMP"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Temp"
,
"USERDOMAIN"
:
"DESKTOP-KKH52JE"
,
"USERDOMAIN_ROAMINGPROFILE"
:
"DESKTOP-KKH52JE"
,
"USERNAME"
:
"DELL"
,
"USERPROFILE"
:
"C:
\\
Users
\\
DELL"
,
"VSCODE_GIT_ASKPASS_MAIN"
:
"c:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
resources
\\
app
\\
extensions
\\
git
\\
dist
\\
askpass-main.js"
,
"VSCODE_GIT_ASKPASS_NODE"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
Code.exe"
,
"VSCODE_GIT_IPC_HANDLE"
:
"
\\\\
.
\\
pipe
\\
vscode-git-11879c72ba-sock"
,
"windir"
:
"C:
\\
Windows"
,
"_prog"
:
"node"
},
"sharedObjects"
:
[
"F:
\\
install
\\
nodejs
\\
node.exe"
,
"C:
\\
Windows
\\
SYSTEM32
\\
ntdll.dll"
,
"C:
\\
Windows
\\
System32
\\
KERNEL32.DLL"
,
"C:
\\
Windows
\\
System32
\\
KERNELBASE.dll"
,
"C:
\\
Windows
\\
System32
\\
WS2_32.dll"
,
"C:
\\
Windows
\\
System32
\\
RPCRT4.dll"
,
"C:
\\
Windows
\\
System32
\\
PSAPI.DLL"
,
"C:
\\
Windows
\\
System32
\\
ADVAPI32.dll"
,
"C:
\\
Windows
\\
System32
\\
msvcrt.dll"
,
"C:
\\
Windows
\\
System32
\\
sechost.dll"
,
"C:
\\
Windows
\\
System32
\\
USER32.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dbghelp.dll"
,
"C:
\\
Windows
\\
System32
\\
win32u.dll"
,
"C:
\\
Windows
\\
System32
\\
ucrtbase.dll"
,
"C:
\\
Windows
\\
System32
\\
GDI32.dll"
,
"C:
\\
Windows
\\
System32
\\
gdi32full.dll"
,
"C:
\\
Windows
\\
System32
\\
msvcp_win.dll"
,
"C:
\\
Windows
\\
System32
\\
CRYPT32.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
IPHLPAPI.DLL"
,
"C:
\\
Windows
\\
System32
\\
MSASN1.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
USERENV.dll"
,
"C:
\\
Windows
\\
System32
\\
bcrypt.dll"
,
"C:
\\
Windows
\\
System32
\\
profapi.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
WINMM.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
winmmbase.dll"
,
"C:
\\
Windows
\\
System32
\\
cfgmgr32.dll"
,
"C:
\\
Windows
\\
System32
\\
bcryptPrimitives.dll"
,
"C:
\\
Windows
\\
System32
\\
IMM32.DLL"
,
"C:
\\
Windows
\\
System32
\\
powrprof.dll"
,
"C:
\\
Windows
\\
System32
\\
UMPDC.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
CRYPTBASE.DLL"
,
"C:
\\
Windows
\\
system32
\\
uxtheme.dll"
,
"C:
\\
Windows
\\
System32
\\
combase.dll"
,
"C:
\\
Windows
\\
system32
\\
mswsock.dll"
,
"C:
\\
Windows
\\
System32
\\
kernel.appcore.dll"
,
"C:
\\
Windows
\\
System32
\\
NSI.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dhcpcsvc6.DLL"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dhcpcsvc.DLL"
,
"C:
\\
Windows
\\
SYSTEM32
\\
DNSAPI.dll"
,
"
\\\\
?
\\
G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
node-sass
\\
vendor
\\
win32-x64-72
\\
binding.node"
,
"C:
\\
Windows
\\
system32
\\
napinsp.dll"
,
"C:
\\
Windows
\\
system32
\\
pnrpnsp.dll"
,
"C:
\\
Windows
\\
System32
\\
winrnr.dll"
,
"C:
\\
Windows
\\
system32
\\
NLAapi.dll"
,
"C:
\\
Windows
\\
system32
\\
wshbth.dll"
]
}
\ No newline at end of file
report.20200525.173623.30460.0.001.json
0 → 100644
View file @
c23f8259
{
"header"
:
{
"reportVersion"
:
1
,
"event"
:
"Allocation failed - JavaScript heap out of memory"
,
"trigger"
:
"FatalError"
,
"filename"
:
"report.20200525.173623.30460.0.001.json"
,
"dumpEventTime"
:
"2020-05-25T17:36:23Z"
,
"dumpEventTimeStamp"
:
"1590399383007"
,
"processId"
:
30460
,
"cwd"
:
"G:
\\
workSpace
\\
amos-station-module-view"
,
"commandLine"
:
[
"node"
,
"G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
.bin
\\\\
..
\\
webpack-dev-server
\\
bin
\\
webpack-dev-server.js"
],
"nodejsVersion"
:
"v12.16.1"
,
"wordSize"
:
64
,
"arch"
:
"x64"
,
"platform"
:
"win32"
,
"componentVersions"
:
{
"node"
:
"12.16.1"
,
"v8"
:
"7.8.279.23-node.31"
,
"uv"
:
"1.34.0"
,
"zlib"
:
"1.2.11"
,
"brotli"
:
"1.0.7"
,
"ares"
:
"1.15.0"
,
"modules"
:
"72"
,
"nghttp2"
:
"1.40.0"
,
"napi"
:
"5"
,
"llhttp"
:
"2.0.4"
,
"http_parser"
:
"2.9.3"
,
"openssl"
:
"1.1.1d"
,
"cldr"
:
"35.1"
,
"icu"
:
"64.2"
,
"tz"
:
"2019c"
,
"unicode"
:
"12.1"
},
"release"
:
{
"name"
:
"node"
,
"lts"
:
"Erbium"
,
"headersUrl"
:
"https://nodejs.org/download/release/v12.16.1/node-v12.16.1-headers.tar.gz"
,
"sourceUrl"
:
"https://nodejs.org/download/release/v12.16.1/node-v12.16.1.tar.gz"
,
"libUrl"
:
"https://nodejs.org/download/release/v12.16.1/win-x64/node.lib"
},
"osName"
:
"Windows_NT"
,
"osRelease"
:
"10.0.18362"
,
"osVersion"
:
"Windows 10 Pro"
,
"osMachine"
:
"x86_64"
,
"cpus"
:
[
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
12741718
,
"nice"
:
0
,
"sys"
:
17573296
,
"idle"
:
216095140
,
"irq"
:
9704375
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
30868140
,
"nice"
:
0
,
"sys"
:
7279109
,
"idle"
:
208262500
,
"irq"
:
285140
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
19319765
,
"nice"
:
0
,
"sys"
:
4774765
,
"idle"
:
222315234
,
"irq"
:
95312
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
17322406
,
"nice"
:
0
,
"sys"
:
4381281
,
"idle"
:
224706078
,
"irq"
:
88593
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
14277296
,
"nice"
:
0
,
"sys"
:
4409312
,
"idle"
:
227723140
,
"irq"
:
68093
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
15948375
,
"nice"
:
0
,
"sys"
:
4562625
,
"idle"
:
225898750
,
"irq"
:
86937
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
14715078
,
"nice"
:
0
,
"sys"
:
5186140
,
"idle"
:
226508531
,
"irq"
:
73750
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
16828328
,
"nice"
:
0
,
"sys"
:
6694062
,
"idle"
:
222887359
,
"irq"
:
91437
}
],
"networkInterfaces"
:
[
{
"name"
:
"以太网"
,
"internal"
:
false
,
"mac"
:
"e4:54:e8:bc:0c:f8"
,
"address"
:
"fe80::fc0b:6bad:6f5:3715"
,
"netmask"
:
"ffff:ffff:ffff:ffff::"
,
"family"
:
"IPv6"
,
"scopeid"
:
9
},
{
"name"
:
"以太网"
,
"internal"
:
false
,
"mac"
:
"e4:54:e8:bc:0c:f8"
,
"address"
:
"172.16.3.26"
,
"netmask"
:
"255.255.0.0"
,
"family"
:
"IPv4"
},
{
"name"
:
"Loopback Pseudo-Interface 1"
,
"internal"
:
true
,
"mac"
:
"00:00:00:00:00:00"
,
"address"
:
"::1"
,
"netmask"
:
"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"
,
"family"
:
"IPv6"
,
"scopeid"
:
0
},
{
"name"
:
"Loopback Pseudo-Interface 1"
,
"internal"
:
true
,
"mac"
:
"00:00:00:00:00:00"
,
"address"
:
"127.0.0.1"
,
"netmask"
:
"255.0.0.0"
,
"family"
:
"IPv4"
}
],
"host"
:
"DESKTOP-KKH52JE"
},
"javascriptStack"
:
{
"message"
:
"No stack."
,
"stack"
:
[
"Unavailable."
]
},
"nativeStack"
:
[
{
"pc"
:
"0x00007ff7657119f9"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+10873"
},
{
"pc"
:
"0x00007ff765715e1c"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+28316"
},
{
"pc"
:
"0x00007ff765714dd8"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+24152"
},
{
"pc"
:
"0x00007ff7658134cb"
,
"symbol"
:
"v8::base::CPU::has_sse+38363"
},
{
"pc"
:
"0x00007ff766029f4e"
,
"symbol"
:
"v8::Isolate::ReportExternalAllocationLimitReached+94"
},
{
"pc"
:
"0x00007ff766012021"
,
"symbol"
:
"v8::SharedArrayBuffer::Externalize+833"
},
{
"pc"
:
"0x00007ff765ede57c"
,
"symbol"
:
"v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436"
},
{
"pc"
:
"0x00007ff765ee97d0"
,
"symbol"
:
"v8::internal::Heap::ProtectUnprotectedMemoryChunks+1312"
},
{
"pc"
:
"0x00007ff765ee62f4"
,
"symbol"
:
"v8::internal::Heap::PageFlagsAreConsistent+3204"
},
{
"pc"
:
"0x00007ff765edbb13"
,
"symbol"
:
"v8::internal::Heap::CollectGarbage+1283"
},
{
"pc"
:
"0x00007ff765eda184"
,
"symbol"
:
"v8::internal::Heap::AddRetainedMap+2452"
},
{
"pc"
:
"0x00007ff765efb36d"
,
"symbol"
:
"v8::internal::Factory::NewFillerObject+61"
},
{
"pc"
:
"0x00007ff765c60c51"
,
"symbol"
:
"v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+1665"
},
{
"pc"
:
"0x00007ff766474ddd"
,
"symbol"
:
"v8::internal::SetupIsolateDelegate::SetupHeap+546637"
},
{
"pc"
:
"0x000003a2ed3e6c19"
,
"symbol"
:
""
}
],
"javascriptHeap"
:
{
"totalMemory"
:
2160001024
,
"totalCommittedMemory"
:
2160001024
,
"usedMemory"
:
2151126320
,
"availableMemory"
:
39909120
,
"memoryLimit"
:
2197815296
,
"heapSpaces"
:
{
"read_only_space"
:
{
"memorySize"
:
262144
,
"committedMemory"
:
262144
,
"capacity"
:
32808
,
"used"
:
32808
,
"available"
:
0
},
"new_space"
:
{
"memorySize"
:
2097152
,
"committedMemory"
:
2097152
,
"capacity"
:
1047456
,
"used"
:
64
,
"available"
:
1047392
},
"old_space"
:
{
"memorySize"
:
323371008
,
"committedMemory"
:
323371008
,
"capacity"
:
321678336
,
"used"
:
321678336
,
"available"
:
0
},
"code_space"
:
{
"memorySize"
:
2265088
,
"committedMemory"
:
2265088
,
"capacity"
:
1876064
,
"used"
:
1876064
,
"available"
:
0
},
"map_space"
:
{
"memorySize"
:
6033408
,
"committedMemory"
:
6033408
,
"capacity"
:
2216720
,
"used"
:
2216720
,
"available"
:
0
},
"large_object_space"
:
{
"memorySize"
:
1825349632
,
"committedMemory"
:
1825349632
,
"capacity"
:
1824778040
,
"used"
:
1824778040
,
"available"
:
0
},
"code_large_object_space"
:
{
"memorySize"
:
622592
,
"committedMemory"
:
622592
,
"capacity"
:
544288
,
"used"
:
544288
,
"available"
:
0
},
"new_large_object_space"
:
{
"memorySize"
:
0
,
"committedMemory"
:
0
,
"capacity"
:
1047456
,
"used"
:
0
,
"available"
:
1047456
}
}
},
"resourceUsage"
:
{
"userCpuSeconds"
:
1049.06
,
"kernelCpuSeconds"
:
123.296
,
"cpuConsumptionPercent"
:
5.46452
,
"maxRss"
:
2207715328
,
"pageFaults"
:
{
"IORequired"
:
70078618
,
"IONotRequired"
:
0
},
"fsActivity"
:
{
"reads"
:
10805
,
"writes"
:
271
}
},
"libuv"
:
[
],
"environmentVariables"
:
{
"=G:"
:
"G:
\\
workSpace
\\
amos-station-module-view"
,
"ALLUSERSPROFILE"
:
"C:
\\
ProgramData"
,
"APPDATA"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming"
,
"ChocolateyInstall"
:
"C:
\\
ProgramData
\\
chocolatey"
,
"ChocolateyLastPathUpdate"
:
"132289007529906412"
,
"CLASSPATH"
:
".;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
lib
\\
dt.jar;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
lib
\\
tools.jar;"
,
"COLORTERM"
:
"truecolor"
,
"CommonProgramFiles"
:
"C:
\\
Program Files
\\
Common Files"
,
"CommonProgramFiles(x86)"
:
"C:
\\
Program Files (x86)
\\
Common Files"
,
"CommonProgramW6432"
:
"C:
\\
Program Files
\\
Common Files"
,
"COMPUTERNAME"
:
"DESKTOP-KKH52JE"
,
"ComSpec"
:
"C:
\\
Windows
\\
system32
\\
cmd.exe"
,
"dp0"
:
"G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
.bin
\\
"
,
"DriverData"
:
"C:
\\
Windows
\\
System32
\\
Drivers
\\
DriverData"
,
"GIT_ASKPASS"
:
"c:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
resources
\\
app
\\
extensions
\\
git
\\
dist
\\
askpass.sh"
,
"HOME"
:
"C:
\\
Users
\\
DELL"
,
"HOMEDRIVE"
:
"C:"
,
"HOMEPATH"
:
"
\\
Users
\\
DELL"
,
"INIT_CWD"
:
"G:
\\
workSpace
\\
amos-station-module-view"
,
"JAVA_HOME"
:
"C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201"
,
"LANG"
:
"zh_CN.UTF-8"
,
"LOCALAPPDATA"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local"
,
"LOGONSERVER"
:
"
\\\\
DESKTOP-KKH52JE"
,
"NODE"
:
"F:
\\
install
\\
nodejs
\\
node.exe"
,
"NODE_ENV"
:
"development "
,
"NODE_EXE"
:
"F:
\\
install
\\
nodejs
\\\\
node.exe"
,
"NODE_PATH"
:
"F:
\\
install
\\
nodejs
\\
node_modules"
,
"NPM_CLI_JS"
:
"F:
\\
install
\\
nodejs
\\\\
node_modules
\\
npm
\\
bin
\\
npm-cli.js"
,
"npm_config_access"
:
""
,
"npm_config_allow_same_version"
:
""
,
"npm_config_also"
:
""
,
"npm_config_always_auth"
:
""
,
"npm_config_argv"
:
"{
\"
remain
\"
:[],
\"
cooked
\"
:[
\"
start
\"
],
\"
original
\"
:[
\"
start
\"
]}"
,
"npm_config_audit"
:
"true"
,
"npm_config_audit_level"
:
"low"
,
"npm_config_auth_type"
:
"legacy"
,
"npm_config_before"
:
""
,
"npm_config_bin_links"
:
"true"
,
"npm_config_browser"
:
""
,
"npm_config_ca"
:
""
,
"npm_config_cache"
:
"F:
\\
install
\\
nodejs
\\
node_cache"
,
"npm_config_cache_lock_retries"
:
"10"
,
"npm_config_cache_lock_stale"
:
"60000"
,
"npm_config_cache_lock_wait"
:
"10000"
,
"npm_config_cache_max"
:
"Infinity"
,
"npm_config_cache_min"
:
"10"
,
"npm_config_cafile"
:
""
,
"npm_config_cert"
:
""
,
"npm_config_cidr"
:
""
,
"npm_config_color"
:
"true"
,
"npm_config_commit_hooks"
:
"true"
,
"npm_config_depth"
:
"Infinity"
,
"npm_config_description"
:
"true"
,
"npm_config_dev"
:
""
,
"npm_config_dry_run"
:
""
,
"npm_config_editor"
:
"notepad.exe"
,
"npm_config_engine_strict"
:
""
,
"npm_config_fetch_retries"
:
"2"
,
"npm_config_fetch_retry_factor"
:
"10"
,
"npm_config_fetch_retry_maxtimeout"
:
"60000"
,
"npm_config_fetch_retry_mintimeout"
:
"10000"
,
"npm_config_force"
:
""
,
"npm_config_format_package_lock"
:
"true"
,
"npm_config_fund"
:
"true"
,
"npm_config_git"
:
"git"
,
"npm_config_git_tag_version"
:
"true"
,
"npm_config_global"
:
""
,
"npm_config_globalconfig"
:
"F:
\\
install
\\
nodejs
\\
node_global
\\
etc
\\
npmrc"
,
"npm_config_globalignorefile"
:
"F:
\\
install
\\
nodejs
\\
node_global
\\
etc
\\
npmignore"
,
"npm_config_global_style"
:
""
,
"npm_config_group"
:
""
,
"npm_config_ham_it_up"
:
""
,
"npm_config_heading"
:
"npm"
,
"npm_config_https_proxy"
:
""
,
"npm_config_if_present"
:
""
,
"npm_config_ignore_prepublish"
:
""
,
"npm_config_ignore_scripts"
:
""
,
"npm_config_init_author_email"
:
""
,
"npm_config_init_author_name"
:
""
,
"npm_config_init_author_url"
:
""
,
"npm_config_init_license"
:
"ISC"
,
"npm_config_init_module"
:
"C:
\\
Users
\\
DELL
\\
.npm-init.js"
,
"npm_config_init_version"
:
"1.0.0"
,
"npm_config_json"
:
""
,
"npm_config_key"
:
""
,
"npm_config_legacy_bundling"
:
""
,
"npm_config_link"
:
""
,
"npm_config_local_address"
:
""
,
"npm_config_loglevel"
:
"notice"
,
"npm_config_logs_max"
:
"10"
,
"npm_config_long"
:
""
,
"npm_config_maxsockets"
:
"50"
,
"npm_config_message"
:
"%s"
,
"npm_config_metrics_registry"
:
"http://172.16.11.26:9696/"
,
"npm_config_node_gyp"
:
"F:
\\
install
\\
nodejs
\\
node_modules
\\
npm
\\
node_modules
\\
node-gyp
\\
bin
\\
node-gyp.js"
,
"npm_config_node_options"
:
""
,
"npm_config_node_version"
:
"12.16.1"
,
"npm_config_noproxy"
:
""
,
"npm_config_npm_set_registry_http___registry_npm_taobao_org_"
:
"true"
,
"npm_config_offline"
:
""
,
"npm_config_onload_script"
:
""
,
"npm_config_only"
:
""
,
"npm_config_optional"
:
"true"
,
"npm_config_otp"
:
""
,
"npm_config_package_lock"
:
""
,
"npm_config_package_lock_only"
:
""
,
"npm_config_parseable"
:
""
,
"npm_config_prefer_offline"
:
""
,
"npm_config_prefer_online"
:
""
,
"npm_config_prefix"
:
"F:
\\
install
\\
nodejs
\\
node_global"
,
"npm_config_preid"
:
""
,
"npm_config_production"
:
""
,
"npm_config_progress"
:
"true"
,
"npm_config_proxy"
:
""
,
"npm_config_read_only"
:
""
,
"npm_config_rebuild_bundle"
:
"true"
,
"npm_config_registry"
:
"http://172.16.11.26:9696/"
,
"npm_config_rollback"
:
"true"
,
"npm_config_sass_binary_site"
:
"http://172.16.11.26:8888/node-sass"
,
"npm_config_save"
:
""
,
"npm_config_save_bundle"
:
""
,
"npm_config_save_dev"
:
""
,
"npm_config_save_exact"
:
""
,
"npm_config_save_optional"
:
""
,
"npm_config_save_prefix"
:
"^"
,
"npm_config_save_prod"
:
""
,
"npm_config_scope"
:
""
,
"npm_config_scripts_prepend_node_path"
:
"warn-only"
,
"npm_config_script_shell"
:
""
,
"npm_config_searchexclude"
:
""
,
"npm_config_searchlimit"
:
"20"
,
"npm_config_searchopts"
:
""
,
"npm_config_searchstaleness"
:
"900"
,
"npm_config_send_metrics"
:
""
,
"npm_config_shell"
:
"C:
\\
Windows
\\
system32
\\
cmd.exe"
,
"npm_config_shrinkwrap"
:
"true"
,
"npm_config_sign_git_commit"
:
""
,
"npm_config_sign_git_tag"
:
""
,
"npm_config_sso_poll_frequency"
:
"500"
,
"npm_config_sso_type"
:
"oauth"
,
"npm_config_strict_ssl"
:
"true"
,
"npm_config_tag"
:
"latest"
,
"npm_config_tag_version_prefix"
:
"v"
,
"npm_config_timing"
:
""
,
"npm_config_tmp"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Temp"
,
"npm_config_umask"
:
"0000"
,
"npm_config_unicode"
:
""
,
"npm_config_unsafe_perm"
:
"true"
,
"npm_config_update_notifier"
:
"true"
,
"npm_config_usage"
:
""
,
"npm_config_user"
:
""
,
"npm_config_userconfig"
:
"C:
\\
Users
\\
DELL
\\
.npmrc"
,
"npm_config_user_agent"
:
"npm/6.13.4 node/v12.16.1 win32 x64"
,
"npm_config_version"
:
""
,
"npm_config_versions"
:
""
,
"npm_config_viewer"
:
"browser"
,
"npm_execpath"
:
"F:
\\
install
\\
nodejs
\\
node_modules
\\
npm
\\
bin
\\
npm-cli.js"
,
"npm_lifecycle_event"
:
"start"
,
"npm_lifecycle_script"
:
"set NODE_ENV=development && webpack-dev-server"
,
"npm_node_execpath"
:
"F:
\\
install
\\
nodejs
\\
node.exe"
,
"npm_package_author_name"
:
"ilex.h"
,
"npm_package_dependencies_amos_3d"
:
"^2.x"
,
"npm_package_dependencies_amos_designer"
:
"^1.x"
,
"npm_package_dependencies_amos_viz"
:
"^1.x"
,
"npm_package_dependencies_amos_websocket"
:
"^1.0.3"
,
"npm_package_dependencies_ray_hotkeys"
:
"^1.0.0"
,
"npm_package_devDependencies_amos_build"
:
"^3.x"
,
"npm_package_devDependencies_amos_framework"
:
"^1.x"
,
"npm_package_devDependencies_amos_iot_3dgraph"
:
"^1.0.3"
,
"npm_package_devDependencies_amos_iot_webstudio"
:
"^1.x"
,
"npm_package_devDependencies_amos_processor"
:
"^2.x"
,
"npm_package_devDependencies_amos_security"
:
"^2.x"
,
"npm_package_devDependencies_eslint_config_ray"
:
"^1.0.25"
,
"npm_package_devDependencies_ray_code_split"
:
"^1.0.1"
,
"npm_package_devDependencies_ray_mediaquery"
:
"^1.0.0"
,
"npm_package_devDependencies_ray_progress"
:
"^1.0.0"
,
"npm_package_devDependencies_react"
:
"~16.0.0"
,
"npm_package_devDependencies_react_dom"
:
"~16.0.0"
,
"npm_package_devDependencies_stylelint_config_ray"
:
"^2.0.0"
,
"npm_package_gitHead"
:
"e17d3cefc9ba5bc01fb5f9121e57e6f39ff4be2d"
,
"npm_package_main"
:
"./lib/index.js"
,
"npm_package_name"
:
"amos-station-module-view"
,
"npm_package_publishConfig_registry"
:
"http://172.16.11.26:9696"
,
"npm_package_readmeFilename"
:
"readme.md"
,
"npm_package_scripts_build"
:
"ray-build react && ray-build stylescss"
,
"npm_package_scripts_clean"
:
"rimraf lib dist released"
,
"npm_package_scripts_lint"
:
"eslint src tests"
,
"npm_package_scripts_lint_fix"
:
"npm run lint -- --fix"
,
"npm_package_scripts_pub"
:
"npm run build && amos-run dllreleased"
,
"npm_package_scripts_start"
:
"set NODE_ENV=development && webpack-dev-server"
,
"npm_package_scripts_stylelint"
:
"stylelint src"
,
"npm_package_scripts_watch"
:
"webpack -w"
,
"npm_package_version"
:
"1.0.0"
,
"NPM_PREFIX_NPM_CLI_JS"
:
"F:
\\
install
\\
nodejs
\\
node_global
\\
node_modules
\\
npm
\\
bin
\\
npm-cli.js"
,
"NUMBER_OF_PROCESSORS"
:
"8"
,
"NVM_HOME"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
nvm"
,
"NVM_SYMLINK"
:
"C:
\\
Program Files
\\
nodejs"
,
"OneDrive"
:
"C:
\\
Users
\\
DELL
\\
OneDrive"
,
"OS"
:
"Windows_NT"
,
"Path"
:
"F:
\\
install
\\
nodejs
\\
node_modules
\\
npm
\\
node_modules
\\
npm-lifecycle
\\
node-gyp-bin;G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
.bin;C:
\\
Program Files (x86)
\\
Common Files
\\
Oracle
\\
Java
\\
javapath;C:
\\
Windows
\\
system32;C:
\\
Windows;C:
\\
Windows
\\
System32
\\
Wbem;C:
\\
Windows
\\
System32
\\
WindowsPowerShell
\\
v1.0
\\
;C:
\\
Windows
\\
System32
\\
OpenSSH
\\
;C:
\\
Program Files (x86)
\\
NVIDIA Corporation
\\
PhysX
\\
Common;D:
\\
Program Files
\\
Git
\\
cmd;C:
\\
Program Files
\\
TortoiseGit
\\
bin;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
NVIDIA Corporation
\\
NVIDIA NvDLISR;C:
\\
Program Files
\\
TortoiseSVN
\\
bin;C:
\\
ProgramData
\\
chocolatey
\\
bin;F:
\\
install
\\
nodejs
\\
node_global;F:
\\
install
\\
Python27;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
bin;F:
\\
install
\\
nodejs
\\
;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Microsoft
\\
WindowsApps;
\"
C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
bin;C:
\\
Program Files
\\
Java
\\
jdk1.8.0_201
\\
jre
\\
bin
\"
;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
bin;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
nodejs;D:
\\
develop
\\
nodejs
\\
node_global;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
npm"
,
"PATHEXT"
:
".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JSE;.WSF;.WSH;.MSC;.CPL"
,
"PROCESSOR_ARCHITECTURE"
:
"AMD64"
,
"PROCESSOR_IDENTIFIER"
:
"Intel64 Family 6 Model 158 Stepping 13, GenuineIntel"
,
"PROCESSOR_LEVEL"
:
"6"
,
"PROCESSOR_REVISION"
:
"9e0d"
,
"ProgramData"
:
"C:
\\
ProgramData"
,
"ProgramFiles"
:
"C:
\\
Program Files"
,
"ProgramFiles(x86)"
:
"C:
\\
Program Files (x86)"
,
"ProgramW6432"
:
"C:
\\
Program Files"
,
"PROMPT"
:
"$P$G"
,
"PSModulePath"
:
"C:
\\
Users
\\
DELL
\\
Documents
\\
WindowsPowerShell
\\
Modules;C:
\\
Program Files
\\
WindowsPowerShell
\\
Modules;C:
\\
Windows
\\
system32
\\
WindowsPowerShell
\\
v1.0
\\
Modules"
,
"PUBLIC"
:
"C:
\\
Users
\\
Public"
,
"SESSIONNAME"
:
"Console"
,
"SystemDrive"
:
"C:"
,
"SystemRoot"
:
"C:
\\
Windows"
,
"TEMP"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Temp"
,
"TERM_PROGRAM"
:
"vscode"
,
"TERM_PROGRAM_VERSION"
:
"1.45.1"
,
"TMP"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Temp"
,
"USERDOMAIN"
:
"DESKTOP-KKH52JE"
,
"USERDOMAIN_ROAMINGPROFILE"
:
"DESKTOP-KKH52JE"
,
"USERNAME"
:
"DELL"
,
"USERPROFILE"
:
"C:
\\
Users
\\
DELL"
,
"VSCODE_GIT_ASKPASS_MAIN"
:
"c:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
resources
\\
app
\\
extensions
\\
git
\\
dist
\\
askpass-main.js"
,
"VSCODE_GIT_ASKPASS_NODE"
:
"C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
Code.exe"
,
"VSCODE_GIT_IPC_HANDLE"
:
"
\\\\
.
\\
pipe
\\
vscode-git-11879c72ba-sock"
,
"windir"
:
"C:
\\
Windows"
,
"_prog"
:
"node"
},
"sharedObjects"
:
[
"F:
\\
install
\\
nodejs
\\
node.exe"
,
"C:
\\
Windows
\\
SYSTEM32
\\
ntdll.dll"
,
"C:
\\
Windows
\\
System32
\\
KERNEL32.DLL"
,
"C:
\\
Windows
\\
System32
\\
KERNELBASE.dll"
,
"C:
\\
Windows
\\
System32
\\
WS2_32.dll"
,
"C:
\\
Windows
\\
System32
\\
RPCRT4.dll"
,
"C:
\\
Windows
\\
System32
\\
PSAPI.DLL"
,
"C:
\\
Windows
\\
System32
\\
ADVAPI32.dll"
,
"C:
\\
Windows
\\
System32
\\
msvcrt.dll"
,
"C:
\\
Windows
\\
System32
\\
sechost.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dbghelp.dll"
,
"C:
\\
Windows
\\
System32
\\
ucrtbase.dll"
,
"C:
\\
Windows
\\
System32
\\
USER32.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
USERENV.dll"
,
"C:
\\
Windows
\\
System32
\\
profapi.dll"
,
"C:
\\
Windows
\\
System32
\\
win32u.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
IPHLPAPI.DLL"
,
"C:
\\
Windows
\\
System32
\\
GDI32.dll"
,
"C:
\\
Windows
\\
System32
\\
gdi32full.dll"
,
"C:
\\
Windows
\\
System32
\\
msvcp_win.dll"
,
"C:
\\
Windows
\\
System32
\\
CRYPT32.dll"
,
"C:
\\
Windows
\\
System32
\\
MSASN1.dll"
,
"C:
\\
Windows
\\
System32
\\
bcrypt.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
WINMM.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
winmmbase.dll"
,
"C:
\\
Windows
\\
System32
\\
cfgmgr32.dll"
,
"C:
\\
Windows
\\
System32
\\
bcryptPrimitives.dll"
,
"C:
\\
Windows
\\
System32
\\
IMM32.DLL"
,
"C:
\\
Windows
\\
System32
\\
powrprof.dll"
,
"C:
\\
Windows
\\
System32
\\
UMPDC.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
CRYPTBASE.DLL"
,
"C:
\\
Windows
\\
system32
\\
uxtheme.dll"
,
"C:
\\
Windows
\\
System32
\\
combase.dll"
,
"C:
\\
Windows
\\
system32
\\
mswsock.dll"
,
"C:
\\
Windows
\\
System32
\\
kernel.appcore.dll"
,
"C:
\\
Windows
\\
System32
\\
NSI.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dhcpcsvc6.DLL"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dhcpcsvc.DLL"
,
"C:
\\
Windows
\\
SYSTEM32
\\
DNSAPI.dll"
,
"
\\\\
?
\\
G:
\\
workSpace
\\
amos-station-module-view
\\
node_modules
\\
node-sass
\\
vendor
\\
win32-x64-72
\\
binding.node"
,
"C:
\\
Windows
\\
system32
\\
napinsp.dll"
,
"C:
\\
Windows
\\
system32
\\
pnrpnsp.dll"
,
"C:
\\
Windows
\\
System32
\\
winrnr.dll"
,
"C:
\\
Windows
\\
system32
\\
NLAapi.dll"
,
"C:
\\
Windows
\\
system32
\\
wshbth.dll"
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment