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
82c372f2
Commit
82c372f2
authored
Jun 17, 2020
by
张博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集成问题
parent
db7fc6c2
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
2523 additions
and
187 deletions
+2523
-187
common.scss
mods/components/3dviewConvertor/styles/common.scss
+5
-9
index.scss
mods/components/3dviewConvertor/styles/index.scss
+7
-3
mask.scss
mods/components/3dviewConvertor/styles/mask.scss
+3
-0
pointsDetails.scss
mods/components/3dviewConvertor/styles/pointsDetails.scss
+64
-68
searchpane.scss
mods/components/3dviewConvertor/styles/searchpane.scss
+78
-97
ConvertorView3DRoot.js
mods/components/3dviewConvertor/view/ConvertorView3DRoot.js
+5
-0
MaskContent.js
mods/components/3dviewConvertor/view/MaskContent.js
+1
-1
View3D.js
mods/components/3dviewConvertor/view/View3D.js
+14
-3
index.js
mods/components/3dviewConvertor/view/actionbar/index.js
+2
-2
index.js
mods/components/3dviewConvertor/view/searchPane/index.js
+2
-2
index.js
mods/components/3dviewConvertor/view/sideControl/index.js
+2
-2
report.20200616.152341.15844.0.001.json
report.20200616.152341.15844.0.001.json
+585
-0
report.20200616.171814.18768.0.001.json
report.20200616.171814.18768.0.001.json
+585
-0
report.20200617.103108.21188.0.001.json
report.20200617.103108.21188.0.001.json
+585
-0
report.20200617.144524.8084.0.001.json
report.20200617.144524.8084.0.001.json
+585
-0
No files found.
mods/components/3dviewConvertor/styles/common.scss
View file @
82c372f2
...
...
@@ -19,7 +19,7 @@
.common-footer
{
text-align
:
center
;
background
:
transparent
;
//$core-color;
background
:
transparent
;
//$core-color;
// border: 1px solid $core-border-color;
// border-radius: $core-border-radius;
...
...
@@ -45,7 +45,6 @@
}
.footer-item-text
{
}
}
}
...
...
@@ -88,7 +87,7 @@
position
:
relative
;
// width: $dialog-min-width;
// height: $dialog-height;
height
:
497px
;
height
:
497px
;
width
:
866px
!
important
;
min-width
:
$dialog-min-width
;
//color: black;
...
...
@@ -104,7 +103,7 @@
position
:
relative
;
height
:
2
.5rem
;
margin-left
:
1rem
;
.dialog-min-title
{
.dialog-min-title
{
position
:
absolute
;
line-height
:
2
.5rem
;
padding-top
:
1rem
;
...
...
@@ -136,7 +135,6 @@
margin-right
:
1rem
;
margin-left
:
1rem
;
.ant-table-title
{
display
:
none
;
}
...
...
@@ -147,7 +145,7 @@
// color: $biz-table-font-color;
// background: $biz-table-title-color;//rgba(40, 40, 40, 1);
// border-color: $core-border-color;
color
:
#fff
;
color
:
#fff
;
background-color
:
transparent
;
}
}
...
...
@@ -159,13 +157,12 @@
// color: $biz-table-font-color;//#ffffff;
// background: $content-color;//rgba(51, 51, 51, 1);
// border-color: $core-border-color;//#252525;
color
:
#fff
;
color
:
#fff
;
background-color
:
transparent
;
}
}
max-height
:
273px
!
important
;
overflow-y
:
scroll
;
}
.ant-table-placeholder
{
...
...
@@ -208,7 +205,6 @@
}
}
@media
only
screen
and
(
min-width
:
1500px
)
{
.dialog-body-portal-wrapper
{
.dialog-body
{
...
...
mods/components/3dviewConvertor/styles/index.scss
View file @
82c372f2
...
...
@@ -39,12 +39,16 @@
height
:
100%
;
overflow
:
hidden
;
>
div
{
height
:
100%
;
}
//
>div{
//
height: 100%;
//
}
}
.sys-view-3d
{
height
:
100%
;
// scrollbar-width: none; /* firefox */
// -ms-overflow-style: none; /* IE 10+ */
// overflow-x: hidden;
// overflow-y: hidden;
}
.side-control-pane
,
...
...
mods/components/3dviewConvertor/styles/mask.scss
View file @
82c372f2
...
...
@@ -10,6 +10,9 @@
.side-control-pane
{
color
:
black
;
text-align
:
center
;
position
:
absolute
;
top
:
64px
;
left
:
10px
;
.control-pane-biz
{
padding
:
1rem
0
;
...
...
mods/components/3dviewConvertor/styles/pointsDetails.scss
View file @
82c372f2
...
...
@@ -79,7 +79,6 @@
border-radius
:
0
4px
4px
0
;
}
.carousel-center-bar
{
position
:
relative
;
height
:
100%
;
...
...
@@ -111,7 +110,7 @@
font-size
:
7px
;
line-height
:
40px
;
//color: $biz-table-font-color;//white;
color
:
#fff
;
color
:
#fff
;
.colTitle
{
padding-left
:
8px
;
...
...
@@ -125,18 +124,16 @@
display
:
flex
;
border
:
1px
solid
$core-border-color
;
border-bottom
:
0
;
}
.point-detail-table-row2
{
display
:
flex
;
border
:
1px
solid
$core-border-color
;
}
.colTitle
{
float
:
left
;
width
:
131px
;
//9.84%;
width
:
131px
;
//9.84%;
height
:
40px
;
background
:
rgba
(
25
,
86
,
147
,
1
);
box-sizing
:
border-box
;
...
...
@@ -145,7 +142,7 @@
.colValue
{
float
:
left
;
width
:
131px
;
//9.83%;
width
:
131px
;
//9.83%;
height
:
40px
;
//background: $content-color;//rgb(97, 96, 96);
background
:
transparent
;
...
...
@@ -153,7 +150,7 @@
//border-left: 1px solid $core-border-color;
}
}
.point-dialog-modal
{
.point-dialog-modal
{
::-webkit-scrollbar
{
/* 血槽宽度 */
width
:
5px
;
...
...
@@ -172,37 +169,37 @@
}
width
:
100%
;
height
:
100%
;
.amos-modal-container
{
.amos-modal-container
{
background-image
:
url('../assets/convertor/3dview/toolmodalbg.png')
;
background-repeat
:
no-repeat
;
height
:
262px
;
height
:
262px
;
width
:
452px
!
important
;
background-color
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-close
{
background-color
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-close
{
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%
);
.amos-modal-close-x
{
.amos-modal-close-x
{
width
:
30px
;
height
:
30px
;
line-height
:
30px
;
}
}
.amos-modal-header
{
background
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-header
{
background
:
rgba
(
255
,
255
,
255
,
0
);
height
:
50px
;
padding
:
0
;
border-width
:
0em
;
.amos-modal-title
{
.amos-modal-title
{
line-height
:
50px
;
padding-left
:
9px
;
color
:
#fff
;
font-size
:
18px
;
}
}
.amos-modal-content
{
.amos-modal-content
{
padding
:
0
;
.point-dialog-body
{
margin
:
10px
;
.point-dialog-body
{
margin
:
10px
;
max-height
:
180px
;
color
:
#fff
;
.point-dialog-modal-row
{
...
...
@@ -229,67 +226,69 @@
}
}
}
}
}
.risk-warn-modal
{
::-webkit-scrollbar
{
/* 血槽宽度 */
.risk-warn-modal
{
::-webkit-scrollbar
{
/* 血槽宽度 */
width
:
14px
;
height
:
8px
;
}
::-webkit-scrollbar-thumb
{
/* 拖动条 */
background-image
:
url('../assets/convertor/3dview/scrollslider.png')
;
::-webkit-scrollbar-thumb
{
/* 拖动条 */
background-image
:
url('../assets/convertor/3dview/scrollslider.png')
;
background-repeat
:
no-repeat
;
height
:
10px
;
}
::-webkit-scrollbar-track
{
/* 背景槽 */
background-color
:rgba
(
17
,
44
,
88
,
0
.2
)
;
::-webkit-scrollbar-track
{
/* 背景槽 */
background-color
:
rgba
(
17
,
44
,
88
,
0
.2
);
}
::-webkit-scrollbar-button
{
background-image
:
url('../assets/convertor/3dview/scrollbutton.png')
;
::-webkit-scrollbar-button
{
background-image
:
url('../assets/convertor/3dview/scrollbutton.png')
;
background-repeat
:
no-repeat
;
}
height
:
100%
;
.amos-modal-container
{
height
:
100%
;
.amos-modal-container
{
background-image
:
url('../assets/convertor/3dview/modalbg.png')
;
height
:
497px
;
height
:
497px
;
width
:
866px
!
important
;
background-color
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-close
{
background-color
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-close
{
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%
);
.amos-modal-close-x
{
.amos-modal-close-x
{
width
:
30px
;
height
:
30px
;
line-height
:
30px
;
}
}
.amos-modal-header
{
background
:
rgba
(
255
,
255
,
255
,
0
);
.amos-modal-header
{
background
:
rgba
(
255
,
255
,
255
,
0
);
height
:
50px
;
padding
:
0
;
border-width
:
0em
;
.amos-modal-title
{
.amos-modal-title
{
line-height
:
50px
;
padding-left
:
9px
;
color
:
#fff
;
font-size
:
18px
;
}
}
.amos-modal-content
{
.risk-warn
{
.risk-warn-header
{
.amos-modal-content
{
.risk-warn
{
.risk-warn-header
{
margin-bottom
:
1rem
;
color
:
#fff
;
color
:
#fff
;
}
.risk-warn-table
{
.risk-warn-table
{
background-color
:
transparent
;
.ant-table-title
{
.ant-table-title
{
display
:
none
;
}
span
{
span
{
font-size
:
14px
;
}
...
...
@@ -302,7 +301,7 @@
.ant-table-thead
{
tr
{
th
{
color
:
#fff
;
color
:
#fff
;
background-color
:
rgba
(
25
,
86
,
147
,
1
);
}
}
...
...
@@ -310,24 +309,22 @@
.ant-table-body
{
tr
{
td
{
color
:
#fff
;
color
:
#fff
;
background-color
:
transparent
;
}
}
}
.ant-table-body
{
.ant-table-body
{
max-height
:
35rem
!
important
;
background-color
:transparent
;
background-color
:
transparent
;
}
}
.risk-warn-content
{
.risk-warn-content
{
padding
:
15px
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.3
);
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.3
);
margin-top
:
1rem
;
margin-bottom
:
2em
;
span
{
span
{
color
:
#fff
;
}
}
...
...
@@ -336,34 +333,34 @@
}
}
.risk-warn-toast
{
.risk-warn-toast
{
width
:
740px
;
.amos-toast-inner-content
{
.amos-toast-inner-title
{
.amos-toast-inner-content
{
.amos-toast-inner-title
{
width
:
100%
;
height
:
31px
;
background
:
$model-header-color-3d
;
line-height
:
31px
;
padding-left
:
9px
;
}
.amos-toast-inner-content
{
.risk-warn
{
.risk-warn-header
{
.amos-toast-inner-content
{
.risk-warn
{
.risk-warn-header
{
padding-bottom
:
1rem
;
padding-top
:
0
.5rem
;
padding-left
:
0
.5rem
;
border
:
1px
solid
$core-border-color
;
margin-bottom
:
1rem
;
}
.risk-warn-table
{
.ant-table-title
{
.risk-warn-table
{
.ant-table-title
{
display
:
none
;
}
.ant-table-body
{
.ant-table-body
{
max-height
:
35rem
!
important
;
}
}
.risk-warn-content
{
.risk-warn-content
{
padding-bottom
:
2rem
;
border
:
1px
solid
$core-border-color
;
margin-top
:
1rem
;
...
...
@@ -371,24 +368,23 @@
}
}
}
.amos-toast-inner-close
{
.amos-toast-inner-close
{
color
:
white
;
top
:
22px
;
i
{
i
{
padding
:
9px
;
background
:
red
;
}
}
}
.amos-toast
{
.amos-toast-inner
{
.amos-toast
{
.amos-toast-inner
{
background
:
#5a94f5
;
opacity
:
0
.78
;
color
:
white
;
.amos-toast-inner-title
{
.amos-toast-inner-title
{
color
:
white
;
}
}
}
mods/components/3dviewConvertor/styles/searchpane.scss
View file @
82c372f2
.search-pane-bg
{
.search-pane-bg
{
position
:
absolute
;
right
:
20px
;
bottom
:
20px
;
width
:
460px
;
height
:
600px
;
background
:
url('../assets/convertor/3dview/searchpane-background.png')
;
filter
:
blur
(
3px
)
;
filter
:
blur
(
3px
);
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
z-index
:
99
;
}
#amos-ad-triger-6--root
{
.ant-calendar
{
background-color
:
#13428f
!
important
;
border
:none
!
important
;
.ant-calendar-input
{
background-color
:
#13428f
!
important
;
}
}
}
.amos-popover-content
{
::-webkit-scrollbar
{
/* 血槽宽度 */
width
:
5px
;
.amos-popover-content
{
::-webkit-scrollbar
{
/* 血槽宽度 */
width
:
5px
;
height
:
5px
;
background-color
:
rgba
(
10
,
53
,
62
,
1
);
border-radius
:
5px
;
}
::-webkit-scrollbar-thumb
{
/* 拖动条 */
::-webkit-scrollbar-thumb
{
/* 拖动条 */
border-radius
:
5px
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.4
);
}
::-webkit-scrollbar-track
{
/* 背景槽 */
background-color
:rgba
(
17
,
44
,
88
,
0
.2
)
;
::-webkit-scrollbar-track
{
/* 背景槽 */
background-color
:
rgba
(
17
,
44
,
88
,
0
.2
);
}
.amos-select-options
{
.modalSelectOption
{
color
:
#fff
;
.amos-select-options
{
.modalSelectOption
{
color
:
#fff
;
background-color
:
#13428f
;
}
.modalSelectOption
:hover
{
color
:
#F0DF2D
;
background-color
:
#13428f
.modalSelectOption
:hover
{
color
:
#f0df2d
;
background-color
:
#13428f
;
}
}
}
.search-pane
{
.search-pane
{
position
:
absolute
!
important
;
right
:
20px
!
important
;
bottom
:
20px
!
important
;
...
...
@@ -56,73 +49,67 @@
height
:
600px
;
color
:
white
;
z-index
:
999
!
important
;
border
:
1px
solid
rgba
(
39
,
85
,
162
,
0
.3
);
border
:
1px
solid
rgba
(
39
,
85
,
162
,
0
.3
);
border-radius
:
10px
;
.search-pane-close
{
.search-pane-close
{
position
:
absolute
;
width
:
30px
;
height
:
30px
;
right
:
0
;
background-image
:
linear-gradient
(
0deg
,
#eb0404
0%
,
#ff0057
100%
);
background-image
:
linear-gradient
(
0deg
,
#eb0404
0%
,
#ff0057
100%
);
opacity
:
0
.6
;
text-align
:
center
;
padding
:
4px
;
.amosicon-close
{
.amosicon-close
{
font-style
:
normal
;
}
}
.amos-tabs-list
{
.amos-tabs-list
{
border
:
none
!
important
;
height
:
30px
;
background
:
#13428f
!
important
;
border-radius
:
5px
;
.amos-tabs-tabitem
{
.amos-tabs-tabitem
{
background-color
:
#2755a2
;
margin-right
:
8px
;
border-radius
:
5px
;
.amos-tabs-tabitem-inner
{
.amos-tabs-tabitem-inner
{
padding
:
3px
15px
;
.amos-tabs-tabitem-content
{
.amos-tabs-tabitem-content
{
color
:
white
;
}
}
}
.amos-tabs-tabitem-active
{
.amos-tabs-tabitem-active
{
background-color
:
#036fa7
!
important
;
color
:
white
;
border-radius
:
2px
2px
0
0
;
}
}
.params-header
{
.params-header
{
padding
:
5px
14px
;
height
:
40px
;
width
:
100%
;
.amos-group-item
{
.amos-group-item
{
float
:
left
;
}
.amos-select-dropdown
{
.amos-select-dropdown
{
border
:
none
!
important
;
background-color
:
#13428f
;
border-radius
:
5px
;
}
.amos-input
{
.amos-input
{
width
:
100%
;
border
:
none
!
important
;
background-color
:
#13428f
;
...
...
@@ -131,16 +118,14 @@
padding
:
0
2em
0
0
.6em
!
important
;
}
.params-input-img
{
.params-input-img
{
position
:
absolute
;
width
:
28px
;
height
:
28px
;
right
:
14px
;
cursor
:
pointer
;
}
.params-input-img1
{
.params-input-img1
{
position
:
absolute
;
width
:
28px
;
height
:
28px
;
...
...
@@ -148,14 +133,14 @@
cursor
:
pointer
;
}
// .params-datePicker{
.ant-input
{
.ant-input
{
background-color
:
#13428f
;
border
:
none
!
important
;
border-radius
:
5px
;
color
:
white
;
}
// }
.ant-calendar-picker-icon
:after
{
.ant-calendar-picker-icon
:after
{
color
:
white
;
}
...
...
@@ -168,27 +153,23 @@
padding-top
:
0px
!
important
;
}
// .search-pane-table{
.ant-table-title
{
.ant-table-title
{
display
:
none
;
}
.ant-table-body
{
.ant-table-body
{
max-height
:
35rem
!
important
;
}
.ant-table-thead
{
}
.ant-table-content
{
height
:
100%
;
.ant-table-header
{
overflow
:
hidden
!
important
;
}
.ant-table-placeholder
{
...
...
@@ -200,19 +181,19 @@
.ant-table-body
{
color
:
white
;
max-height
:
50
0px
!
important
;
min-height
:
50
0px
!
important
;
max-height
:
46
0px
!
important
;
min-height
:
46
0px
!
important
;
overflow-y
:
auto
!
important
;
overflow-x
:
hidden
;
background
:transparent
!
important
;
border
:
1px
solid
rgba
(
234
,
234
,
234
,
0
.3
);
margin-top
:
20px
;
background
:
transparent
!
important
;
border
:
1px
solid
rgba
(
234
,
234
,
234
,
0
.3
);
table
{
border-color
:
transparent
!
important
;
td
{
border
:
1px
solid
rgba
(
234
,
234
,
234
,
0
.3
)
!
important
;
border
:
1px
solid
rgba
(
234
,
234
,
234
,
0
.3
)
!
important
;
}
th
{
...
...
@@ -222,12 +203,12 @@
}
}
.ant-table-placeholder
{
background
:transparent
!
important
;
.ant-table-placeholder
{
background
:
transparent
!
important
;
color
:
white
;
}
.ant-table-thead
>
tr
>
th
{
.ant-table-thead
>
tr
>
th
{
color
:
white
;
background
:
#2755a2
!
important
;
//background: #222b51 !important;
...
...
@@ -235,105 +216,105 @@
text-align
:
center
;
}
.ant-table-thead
>
tr
.ant-table-row-hover
>
td
,
.ant-table-tbody
>
tr
.ant-table-row-hover
>
td
,
.ant-table-thead
>
tr
:hover
>
td
,
.ant-table-tbody
>
tr
:hover
>
td
{
background
:
rgba
(
255
,
255
,
255
,
0
.3
);
.ant-table-thead
>
tr
.ant-table-row-hover
>
td
,
.ant-table-tbody
>
tr
.ant-table-row-hover
>
td
,
.ant-table-thead
>
tr
:hover
>
td
,
.ant-table-tbody
>
tr
:hover
>
td
{
background
:
rgba
(
255
,
255
,
255
,
0
.3
);
}
//滚动条样式
.ant-table-body
{
.ant-table-body
{
&
:
:-
webkit-scrollbar
{
width
:
10px
;
height
:
10px
;
}
&
:
:-
webkit-scrollbar-thumb
{
background
:
rgba
(
39
,
85
,
162
,
0
.8
);
background
:
rgba
(
39
,
85
,
162
,
0
.8
);
border-radius
:
10px
;
}
&
:
:-
webkit-scrollbar-track
{
border-radius
:
10px
;
background
:
rgba
(
2
,
11
,
45
,
0
.5
);
background
:
rgba
(
2
,
11
,
45
,
0
.5
);
border
:
none
;
}
&
:
:-
webkit-scrollbar-corner
{
background
:
transparent
;
}
&
:
:-
webkit-scrollbar-thumb
:
hover
{
background
:
rgba
(
39
,
85
,
162
,
1
);
background
:
rgba
(
39
,
85
,
162
,
1
);
}
}
}
.ant-table-pagination
{
margin
:
0
10px
;
float
:
right
;
.ant-select-selection
{
.ant-select-selection
{
display
:
none
;
}
.ant-pagination-prev
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
.ant-pagination-prev
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
.ant-pagination-next
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
.ant-pagination-next
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
.ant-pagination-item
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
.ant-pagination-item
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
.ant-pagination-jump-prev
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
.ant-pagination-jump-next
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
}
.ant-pagination-item-active
a
,
.ant-pagination-item-active
:focus
a
,
.ant-pagination-item-active
:hover
a
{
.ant-pagination-item-active
a
,
.ant-pagination-item-active
:focus
a
,
.ant-pagination-item-active
:hover
a
{
color
:
#fff
;
}
}
// }
}
.ant-calendar-picker-container
{
.ant-calendar
{
.ant-calendar-picker-container
{
.ant-calendar
{
border
:
1px
solid
#2b8dd4
;
background-color
:
#2b8dd4
;
.ant-calendar-date-input-wrap
{
.ant-calendar-date-input-wrap
{
color
:
white
;
.ant-calendar-input
{
.ant-calendar-input
{
background-color
:
#2b8dd4
;
}
.
ant-calendar-input
:
:-
webkit-input-placeholder
{
color
:
white
;
}
}
.ant-calendar-header
{
.ant-calendar-header
{
color
:
white
;
div
a
{
div
a
{
color
:
white
;
}
div
span
a
{
div
span
a
{
color
:
white
;
}
}
.ant-calendar-body
{
.ant-calendar-body
{
color
:
white
;
.ant-calendar-cell
>
.ant-calendar-date
{
.ant-calendar-cell
>
.ant-calendar-date
{
color
:
white
;
}
.ant-calendar-today
>
.ant-calendar-date
{
.ant-calendar-today
>
.ant-calendar-date
{
color
:
black
;
}
}
.ant-calendar-footer
{
.ant-calendar-footer
{
color
:
white
;
.ant-calendar-today-btn
{
color
:
white
;
}
}
}
}
mods/components/3dviewConvertor/view/ConvertorView3DRoot.js
View file @
82c372f2
...
...
@@ -92,12 +92,17 @@ class ConvertorView3DRoot extends Basic {
render
()
{
const
{
isEdit
}
=
this
.
state
;
const
{
visualParams
=
''
,
dataConfig
=
{
view3dFile
:
false
}
}
=
this
.
props
;
console
.
log
(
'1111111'
);
console
.
log
(
dataConfig
);
return
(
<
div
style
=
{{
height
:
'100%'
}}
>
{
isEdit
?
''
:
<
Statistical
/>
}
<
div
className
=
"sys-view-3d"
>
<
View3D
ref
=
{
node
=>
this
.
view3d
=
node
}
visualParams
=
{
visualParams
}
dataConfig
=
{
dataConfig
}
onLoadCompleted
=
{
this
.
onLoadCompleted
}
hiddenScreenSaver
=
{
this
.
hiddenScreenSaver
}
editModelChange
=
{
this
.
editModelChange
}
...
...
mods/components/3dviewConvertor/view/MaskContent.js
View file @
82c372f2
...
...
@@ -113,7 +113,7 @@ class MaskContent extends Component {
return
(
<
div
className
=
"mask-content"
>
<
AmosWebSocket
ref
=
{
node
=>
this
.
aws
=
node
}
url
=
{
wsURL
}
onMessage
=
{
this
.
handleData
}
reconnect
debug
/>
{
!
alarmStarted
&&
sideControlShow
&&
<
SideControl
multiple
=
{
multiple
}
errorAreaId
=
{
errorAreaId
}
onItemClick
=
{
onItemClick
}
layerConfig
=
{
layerConfig
}
animationProps
=
{
controlAnimation
}
activeAction
=
{
activeAction
}
/>
}
{
!
alarmStarted
&&
sideControlShow
&&
<
SideControl
multiple
=
{
multiple
}
errorAreaId
=
{
errorAreaId
}
onItemClick
=
{
onItemClick
}
layerConfig
=
{
layerConfig
}
animationProps
=
{
controlAnimation
}
activeAction
=
{
activeAction
}
/>
}
{
!
alarmStarted
&&
isShowActionBar
&&
<
SearchPane
visible
=
{
searchPaneVisible
}
focusPosition
=
{
focusPosition
}
changeSearchPaneVisible
=
{
this
.
changeSearchPaneVisible
}
/>
}
<
TopMsg
alarmStart
=
{
alarmStart
}
/
>
{
!
alarmStarted
&&
!
isShowActionBar
&&
<
ModelHeader
animationProps
=
{
controlAnimation
}
headerName
=
{
headerName
}
handleExceptModel
=
{
this
.
handleExceptModel
}
/>
}
...
...
mods/components/3dviewConvertor/view/View3D.js
View file @
82c372f2
...
...
@@ -146,13 +146,16 @@ class View3D extends Component {
},
isOutterView
:
true
//控制进入层级后是否显示marker
};
if
(
props
.
dataConfig
.
view3dFile
){
return
;
}
else
{
getObjFromNet
(
view3dFile
,
(
objs
,
asyncModels
)
=>
{
this
.
setState
({
objs
,
asyncModels
});
});
}
this
.
lensLevel
=
LENS_LEVEL
.
ROOT
;
// this.markerList = {};
this
.
drowItem
=
''
;
...
...
@@ -1724,9 +1727,17 @@ class View3D extends Component {
pointType
,
isOutterView
}
=
this
.
state
;
const
{
dimension
,
hiddenScreenSaver
,
editModelChange
}
=
this
.
props
;
const
{
dimension
,
hiddenScreenSaver
,
editModelChange
,
visualParams
}
=
this
.
props
;
var
mension
=
{};
if
(
visualParams
&&
visualParams
.
width
&&
visualParams
.
height
){
mension
=
{
width
:
visualParams
.
width
,
height
:
visualParams
.
height
};
console
.
log
(
mension
);
}
else
{
mension
=
dimension
;
console
.
log
(
`-------
${
mension
}
`
);
}
const
graphicProps
=
{
...
di
mension
,
...
mension
,
...
desigerConf
,
enableAnimator
:
true
,
enableOutline
:
true
,
...
...
mods/components/3dviewConvertor/view/actionbar/index.js
View file @
82c372f2
...
...
@@ -27,7 +27,7 @@ class ActionBar extends Component {
render
()
{
const
{
animationProps
,
activeAction
=
'panoramic'
}
=
this
.
props
;
return
(
<
SidePane
className
=
"action-pane-data"
left
=
{
false
}
top
=
{
false
}
{...
animationProps
}
>
<
div
className
=
"action-pane-data"
{...
animationProps
}
>
<
div
className
=
"action-list"
>
{
actionBars
.
map
(
a
=>
{
...
...
@@ -48,7 +48,7 @@ class ActionBar extends Component {
})
}
<
/div
>
<
/
SidePane
>
<
/
div
>
);
}
}
...
...
mods/components/3dviewConvertor/view/searchPane/index.js
View file @
82c372f2
...
...
@@ -273,7 +273,7 @@ class SearchPane extends Component {
return
(
<
div
>
{
this
.
props
.
visible
&&
<
div
className
=
"search-pane-bg"
/>
}
{
this
.
props
.
visible
&&
<
SidePane
className
=
"search-pane"
>
{
this
.
props
.
visible
&&
<
div
className
=
"search-pane"
>
<
div
className
=
"search-pane-close"
onClick
=
{()
=>
this
.
closeModal
()}
>
<
Icon
icon
=
"close"
/>
<
/div
>
...
...
@@ -342,7 +342,7 @@ class SearchPane extends Component {
/
>
<
/TabPanel
>
<
/Tabs
>
<
/
SidePane
>
}
<
/
div
>
}
<
/div
>
);
}
...
...
mods/components/3dviewConvertor/view/sideControl/index.js
View file @
82c372f2
...
...
@@ -66,10 +66,10 @@ class SideControl extends Component {
});
}
return
(
<
SidePane
className
=
"side-control-pane"
{...
animationProps
}
>
<
div
className
=
"side-control-pane"
{...
animationProps
}
>
<
BizControlPane
controls
=
{
_bizControls
}
isActive
=
{
this
.
isActive
}
onItemClick
=
{
this
.
onBizItemClick
}
/
>
{
/* <InnateControlPane controls={viewController} layerConfig={layerConfig} /> */
}
<
/
SidePane
>
<
/
div
>
);
}
}
...
...
report.20200616.152341.15844.0.001.json
0 → 100644
View file @
82c372f2
{
"header"
:
{
"reportVersion"
:
1
,
"event"
:
"Allocation failed - JavaScript heap out of memory"
,
"trigger"
:
"FatalError"
,
"filename"
:
"report.20200616.152341.15844.0.001.json"
,
"dumpEventTime"
:
"2020-06-16T15:23:41Z"
,
"dumpEventTimeStamp"
:
"1592292221853"
,
"processId"
:
15844
,
"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"
:
9271187
,
"nice"
:
0
,
"sys"
:
11232093
,
"idle"
:
72075500
,
"irq"
:
7443281
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
9810250
,
"nice"
:
0
,
"sys"
:
2563671
,
"idle"
:
80204437
,
"irq"
:
192671
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
7588578
,
"nice"
:
0
,
"sys"
:
1859984
,
"idle"
:
83129796
,
"irq"
:
75343
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
5152296
,
"nice"
:
0
,
"sys"
:
2051687
,
"idle"
:
85374375
,
"irq"
:
74109
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
4110062
,
"nice"
:
0
,
"sys"
:
1609656
,
"idle"
:
86858640
,
"irq"
:
64843
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
13847671
,
"nice"
:
0
,
"sys"
:
2205765
,
"idle"
:
76524906
,
"irq"
:
94578
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
4058640
,
"nice"
:
0
,
"sys"
:
1730140
,
"idle"
:
86789562
,
"irq"
:
58593
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
4195437
,
"nice"
:
0
,
"sys"
:
2813890
,
"idle"
:
85569015
,
"irq"
:
86421
}
],
"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"
:
"0x00007ff79e5819f9"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+10873"
},
{
"pc"
:
"0x00007ff79e585e1c"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+28316"
},
{
"pc"
:
"0x00007ff79e584dd8"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+24152"
},
{
"pc"
:
"0x00007ff79e6834cb"
,
"symbol"
:
"v8::base::CPU::has_sse+38363"
},
{
"pc"
:
"0x00007ff79ee99f4e"
,
"symbol"
:
"v8::Isolate::ReportExternalAllocationLimitReached+94"
},
{
"pc"
:
"0x00007ff79ee82021"
,
"symbol"
:
"v8::SharedArrayBuffer::Externalize+833"
},
{
"pc"
:
"0x00007ff79ed4e57c"
,
"symbol"
:
"v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436"
},
{
"pc"
:
"0x00007ff79ed4a289"
,
"symbol"
:
"v8::internal::Heap::AddRetainedMap+2713"
},
{
"pc"
:
"0x00007ff79ed6b4ab"
,
"symbol"
:
"v8::internal::Factory::NewFixedArrayWithFiller+107"
},
{
"pc"
:
"0x00007ff79ed6b431"
,
"symbol"
:
"v8::internal::Factory::NewUninitializedFixedArray+65"
},
{
"pc"
:
"0x00007ff79ec4857f"
,
"symbol"
:
"v8::debug::Script::GetIsolate+8527"
},
{
"pc"
:
"0x00007ff79eaf824a"
,
"symbol"
:
"v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+162938"
},
{
"pc"
:
"0x00007ff79f2e4ddd"
,
"symbol"
:
"v8::internal::SetupIsolateDelegate::SetupHeap+546637"
},
{
"pc"
:
"0x000001731f6349ba"
,
"symbol"
:
""
}
],
"javascriptHeap"
:
{
"totalMemory"
:
2163453952
,
"totalCommittedMemory"
:
2163453952
,
"usedMemory"
:
2154796384
,
"availableMemory"
:
36456256
,
"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"
:
319963136
,
"committedMemory"
:
319963136
,
"capacity"
:
318553704
,
"used"
:
318553704
,
"available"
:
0
},
"code_space"
:
{
"memorySize"
:
2527232
,
"committedMemory"
:
2527232
,
"capacity"
:
2064608
,
"used"
:
2064608
,
"available"
:
0
},
"map_space"
:
{
"memorySize"
:
7344128
,
"committedMemory"
:
7344128
,
"capacity"
:
2559920
,
"used"
:
2559920
,
"available"
:
0
},
"large_object_space"
:
{
"memorySize"
:
1831686144
,
"committedMemory"
:
1831686144
,
"capacity"
:
1831041056
,
"used"
:
1831041056
,
"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"
:
440
,
"kernelCpuSeconds"
:
60.64
,
"cpuConsumptionPercent"
:
0.664446
,
"maxRss"
:
2344960000
,
"pageFaults"
:
{
"IORequired"
:
31933019
,
"IONotRequired"
:
0
},
"fsActivity"
:
{
"reads"
:
10299
,
"writes"
:
236
}
},
"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_description"
:
"1.复制amos-station-module-view的mods文件夹到mos-iot-graphmod根目录"
,
"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.3.2"
,
"npm_package_devDependencies_react_dom"
:
"~16.3.3"
,
"npm_package_devDependencies_stylelint_config_ray"
:
"^2.0.0"
,
"npm_package_gitHead"
:
"db7fc6c224c0cbb38b22e4b89a44285bc54b76b5"
,
"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
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
nodejs;D:
\\
develop
\\
nodejs
\\
node_global;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
npm;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
bin"
,
"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
\\
win32u.dll"
,
"C:
\\
Windows
\\
System32
\\
GDI32.dll"
,
"C:
\\
Windows
\\
System32
\\
gdi32full.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
IPHLPAPI.DLL"
,
"C:
\\
Windows
\\
System32
\\
msvcp_win.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
USERENV.dll"
,
"C:
\\
Windows
\\
System32
\\
CRYPT32.dll"
,
"C:
\\
Windows
\\
System32
\\
profapi.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
report.20200616.171814.18768.0.001.json
0 → 100644
View file @
82c372f2
{
"header"
:
{
"reportVersion"
:
1
,
"event"
:
"Allocation failed - JavaScript heap out of memory"
,
"trigger"
:
"FatalError"
,
"filename"
:
"report.20200616.171814.18768.0.001.json"
,
"dumpEventTime"
:
"2020-06-16T17:18:14Z"
,
"dumpEventTimeStamp"
:
"1592299094360"
,
"processId"
:
18768
,
"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"
:
9881984
,
"nice"
:
0
,
"sys"
:
11880890
,
"idle"
:
77688421
,
"irq"
:
7766109
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
10799578
,
"nice"
:
0
,
"sys"
:
2821562
,
"idle"
:
85829734
,
"irq"
:
222968
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
8323453
,
"nice"
:
0
,
"sys"
:
2028718
,
"idle"
:
89098703
,
"irq"
:
80921
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
5768765
,
"nice"
:
0
,
"sys"
:
2261812
,
"idle"
:
91420296
,
"irq"
:
81562
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
4637968
,
"nice"
:
0
,
"sys"
:
1798609
,
"idle"
:
93014296
,
"irq"
:
71093
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
14364312
,
"nice"
:
0
,
"sys"
:
2402484
,
"idle"
:
82684062
,
"irq"
:
101203
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
4575203
,
"nice"
:
0
,
"sys"
:
1899718
,
"idle"
:
92975937
,
"irq"
:
63000
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
4932890
,
"nice"
:
0
,
"sys"
:
3058781
,
"idle"
:
91459187
,
"irq"
:
91765
}
],
"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"
:
"0x00007ff79e5819f9"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+10873"
},
{
"pc"
:
"0x00007ff79e585e1c"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+28316"
},
{
"pc"
:
"0x00007ff79e584dd8"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+24152"
},
{
"pc"
:
"0x00007ff79e6834cb"
,
"symbol"
:
"v8::base::CPU::has_sse+38363"
},
{
"pc"
:
"0x00007ff79ee99f4e"
,
"symbol"
:
"v8::Isolate::ReportExternalAllocationLimitReached+94"
},
{
"pc"
:
"0x00007ff79ee82021"
,
"symbol"
:
"v8::SharedArrayBuffer::Externalize+833"
},
{
"pc"
:
"0x00007ff79ed4e57c"
,
"symbol"
:
"v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436"
},
{
"pc"
:
"0x00007ff79ed4a289"
,
"symbol"
:
"v8::internal::Heap::AddRetainedMap+2713"
},
{
"pc"
:
"0x00007ff79ed6b4ab"
,
"symbol"
:
"v8::internal::Factory::NewFixedArrayWithFiller+107"
},
{
"pc"
:
"0x00007ff79ed6b431"
,
"symbol"
:
"v8::internal::Factory::NewUninitializedFixedArray+65"
},
{
"pc"
:
"0x00007ff79ec4857f"
,
"symbol"
:
"v8::debug::Script::GetIsolate+8527"
},
{
"pc"
:
"0x00007ff79eaf824a"
,
"symbol"
:
"v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+162938"
},
{
"pc"
:
"0x00007ff79f2e4ddd"
,
"symbol"
:
"v8::internal::SetupIsolateDelegate::SetupHeap+546637"
},
{
"pc"
:
"0x000001cea335ff7a"
,
"symbol"
:
""
}
],
"javascriptHeap"
:
{
"totalMemory"
:
2162552832
,
"totalCommittedMemory"
:
2162552832
,
"usedMemory"
:
2152657888
,
"availableMemory"
:
37357376
,
"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"
:
326516736
,
"committedMemory"
:
326516736
,
"capacity"
:
323911032
,
"used"
:
323911032
,
"available"
:
0
},
"code_space"
:
{
"memorySize"
:
2265088
,
"committedMemory"
:
2265088
,
"capacity"
:
2010496
,
"used"
:
2010496
,
"available"
:
0
},
"map_space"
:
{
"memorySize"
:
7606272
,
"committedMemory"
:
7606272
,
"capacity"
:
2580960
,
"used"
:
2580960
,
"available"
:
0
},
"large_object_space"
:
{
"memorySize"
:
1824231424
,
"committedMemory"
:
1824231424
,
"capacity"
:
1823578304
,
"used"
:
1823578304
,
"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"
:
292.687
,
"kernelCpuSeconds"
:
33.875
,
"cpuConsumptionPercent"
:
4.775
,
"maxRss"
:
2212753408
,
"pageFaults"
:
{
"IORequired"
:
18504538
,
"IONotRequired"
:
0
},
"fsActivity"
:
{
"reads"
:
9654
,
"writes"
:
242
}
},
"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_description"
:
"1.复制amos-station-module-view的mods文件夹到mos-iot-graphmod根目录"
,
"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.3.2"
,
"npm_package_devDependencies_react_dom"
:
"~16.3.3"
,
"npm_package_devDependencies_stylelint_config_ray"
:
"^2.0.0"
,
"npm_package_gitHead"
:
"db7fc6c224c0cbb38b22e4b89a44285bc54b76b5"
,
"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
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
nodejs;D:
\\
develop
\\
nodejs
\\
node_global;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
npm;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
bin"
,
"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
\\
USER32.dll"
,
"C:
\\
Windows
\\
System32
\\
ucrtbase.dll"
,
"C:
\\
Windows
\\
System32
\\
win32u.dll"
,
"C:
\\
Windows
\\
System32
\\
GDI32.dll"
,
"C:
\\
Windows
\\
System32
\\
gdi32full.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
IPHLPAPI.DLL"
,
"C:
\\
Windows
\\
System32
\\
msvcp_win.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
USERENV.dll"
,
"C:
\\
Windows
\\
System32
\\
CRYPT32.dll"
,
"C:
\\
Windows
\\
System32
\\
profapi.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
report.20200617.103108.21188.0.001.json
0 → 100644
View file @
82c372f2
{
"header"
:
{
"reportVersion"
:
1
,
"event"
:
"Allocation failed - JavaScript heap out of memory"
,
"trigger"
:
"FatalError"
,
"filename"
:
"report.20200617.103108.21188.0.001.json"
,
"dumpEventTime"
:
"2020-06-17T10:31:08Z"
,
"dumpEventTimeStamp"
:
"1592361068201"
,
"processId"
:
21188
,
"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"
:
15888765
,
"nice"
:
0
,
"sys"
:
14998015
,
"idle"
:
130538359
,
"irq"
:
9281796
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
15545937
,
"nice"
:
0
,
"sys"
:
3809281
,
"idle"
:
142069500
,
"irq"
:
279390
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
12744062
,
"nice"
:
0
,
"sys"
:
2672531
,
"idle"
:
146008125
,
"irq"
:
113312
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
9291953
,
"nice"
:
0
,
"sys"
:
3067109
,
"idle"
:
149065656
,
"irq"
:
109796
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
7420156
,
"nice"
:
0
,
"sys"
:
2410593
,
"idle"
:
151593968
,
"irq"
:
98421
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
16775765
,
"nice"
:
0
,
"sys"
:
3531156
,
"idle"
:
141117781
,
"irq"
:
146109
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
6296296
,
"nice"
:
0
,
"sys"
:
2606500
,
"idle"
:
152521906
,
"irq"
:
79843
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
7115921
,
"nice"
:
0
,
"sys"
:
4103750
,
"idle"
:
150205031
,
"irq"
:
127250
}
],
"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"
:
"0x00007ff79e5819f9"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+10873"
},
{
"pc"
:
"0x00007ff79e585e1c"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+28316"
},
{
"pc"
:
"0x00007ff79e584dd8"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+24152"
},
{
"pc"
:
"0x00007ff79e6834cb"
,
"symbol"
:
"v8::base::CPU::has_sse+38363"
},
{
"pc"
:
"0x00007ff79ee99f4e"
,
"symbol"
:
"v8::Isolate::ReportExternalAllocationLimitReached+94"
},
{
"pc"
:
"0x00007ff79ee82021"
,
"symbol"
:
"v8::SharedArrayBuffer::Externalize+833"
},
{
"pc"
:
"0x00007ff79ed4e57c"
,
"symbol"
:
"v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436"
},
{
"pc"
:
"0x00007ff79ed4a289"
,
"symbol"
:
"v8::internal::Heap::AddRetainedMap+2713"
},
{
"pc"
:
"0x00007ff79ed6b4ab"
,
"symbol"
:
"v8::internal::Factory::NewFixedArrayWithFiller+107"
},
{
"pc"
:
"0x00007ff79ed6b431"
,
"symbol"
:
"v8::internal::Factory::NewUninitializedFixedArray+65"
},
{
"pc"
:
"0x00007ff79ec4857f"
,
"symbol"
:
"v8::debug::Script::GetIsolate+8527"
},
{
"pc"
:
"0x00007ff79eaf824a"
,
"symbol"
:
"v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+162938"
},
{
"pc"
:
"0x00007ff79f2e4ddd"
,
"symbol"
:
"v8::internal::SetupIsolateDelegate::SetupHeap+546637"
},
{
"pc"
:
"0x000001cb9e52783a"
,
"symbol"
:
""
}
],
"javascriptHeap"
:
{
"totalMemory"
:
2155167744
,
"totalCommittedMemory"
:
2155167744
,
"usedMemory"
:
2145144784
,
"availableMemory"
:
44742464
,
"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"
:
319438848
,
"committedMemory"
:
319438848
,
"capacity"
:
316531776
,
"used"
:
316531776
,
"available"
:
0
},
"code_space"
:
{
"memorySize"
:
2265088
,
"committedMemory"
:
2265088
,
"capacity"
:
1952064
,
"used"
:
1952064
,
"available"
:
0
},
"map_space"
:
{
"memorySize"
:
7344128
,
"committedMemory"
:
7344128
,
"capacity"
:
2563520
,
"used"
:
2563520
,
"available"
:
0
},
"large_object_space"
:
{
"memorySize"
:
1824186368
,
"committedMemory"
:
1824186368
,
"capacity"
:
1823520328
,
"used"
:
1823520328
,
"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"
:
242.5
,
"kernelCpuSeconds"
:
27.531
,
"cpuConsumptionPercent"
:
0.435836
,
"maxRss"
:
2298994688
,
"pageFaults"
:
{
"IORequired"
:
14944194
,
"IONotRequired"
:
0
},
"fsActivity"
:
{
"reads"
:
9496
,
"writes"
:
233
}
},
"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_description"
:
"1.复制amos-station-module-view的mods文件夹到mos-iot-graphmod根目录"
,
"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.3.2"
,
"npm_package_devDependencies_react_dom"
:
"~16.3.3"
,
"npm_package_devDependencies_stylelint_config_ray"
:
"^2.0.0"
,
"npm_package_gitHead"
:
"db7fc6c224c0cbb38b22e4b89a44285bc54b76b5"
,
"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
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
nodejs;D:
\\
develop
\\
nodejs
\\
node_global;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
npm;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
bin"
,
"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
\\
win32u.dll"
,
"C:
\\
Windows
\\
System32
\\
GDI32.dll"
,
"C:
\\
Windows
\\
System32
\\
gdi32full.dll"
,
"C:
\\
Windows
\\
SYSTEM32
\\
dbghelp.dll"
,
"C:
\\
Windows
\\
System32
\\
msvcp_win.dll"
,
"C:
\\
Windows
\\
System32
\\
ucrtbase.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.20200617.144524.8084.0.001.json
0 → 100644
View file @
82c372f2
{
"header"
:
{
"reportVersion"
:
1
,
"event"
:
"Allocation failed - JavaScript heap out of memory"
,
"trigger"
:
"FatalError"
,
"filename"
:
"report.20200617.144524.8084.0.001.json"
,
"dumpEventTime"
:
"2020-06-17T14:45:24Z"
,
"dumpEventTimeStamp"
:
"1592376324058"
,
"processId"
:
8084
,
"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"
:
17348296
,
"nice"
:
0
,
"sys"
:
16532984
,
"idle"
:
142798000
,
"irq"
:
10067656
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
17653875
,
"nice"
:
0
,
"sys"
:
4416109
,
"idle"
:
154608875
,
"irq"
:
296859
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
13927906
,
"nice"
:
0
,
"sys"
:
3122218
,
"idle"
:
159628734
,
"irq"
:
124812
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
10420687
,
"nice"
:
0
,
"sys"
:
3612328
,
"idle"
:
162645843
,
"irq"
:
122406
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
8276765
,
"nice"
:
0
,
"sys"
:
2927265
,
"idle"
:
165474828
,
"irq"
:
110281
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
17642062
,
"nice"
:
0
,
"sys"
:
4108015
,
"idle"
:
154928765
,
"irq"
:
160468
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
7055500
,
"nice"
:
0
,
"sys"
:
3111265
,
"idle"
:
166512078
,
"irq"
:
89296
},
{
"model"
:
"Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz"
,
"speed"
:
3000
,
"user"
:
8205421
,
"nice"
:
0
,
"sys"
:
4739062
,
"idle"
:
163734359
,
"irq"
:
138296
}
],
"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"
:
"0x00007ff79e5819f9"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+10873"
},
{
"pc"
:
"0x00007ff79e585e1c"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+28316"
},
{
"pc"
:
"0x00007ff79e584dd8"
,
"symbol"
:
"std::basic_ostream<char,std::char_traits<char> >::operator<<+24152"
},
{
"pc"
:
"0x00007ff79e6834cb"
,
"symbol"
:
"v8::base::CPU::has_sse+38363"
},
{
"pc"
:
"0x00007ff79ee99f4e"
,
"symbol"
:
"v8::Isolate::ReportExternalAllocationLimitReached+94"
},
{
"pc"
:
"0x00007ff79ee82021"
,
"symbol"
:
"v8::SharedArrayBuffer::Externalize+833"
},
{
"pc"
:
"0x00007ff79ed4e57c"
,
"symbol"
:
"v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436"
},
{
"pc"
:
"0x00007ff79ed4a289"
,
"symbol"
:
"v8::internal::Heap::AddRetainedMap+2713"
},
{
"pc"
:
"0x00007ff79ed6b4ab"
,
"symbol"
:
"v8::internal::Factory::NewFixedArrayWithFiller+107"
},
{
"pc"
:
"0x00007ff79ed6b431"
,
"symbol"
:
"v8::internal::Factory::NewUninitializedFixedArray+65"
},
{
"pc"
:
"0x00007ff79ec4857f"
,
"symbol"
:
"v8::debug::Script::GetIsolate+8527"
},
{
"pc"
:
"0x00007ff79eaf824a"
,
"symbol"
:
"v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+162938"
},
{
"pc"
:
"0x00007ff79f2e4ddd"
,
"symbol"
:
"v8::internal::SetupIsolateDelegate::SetupHeap+546637"
},
{
"pc"
:
"0x000001b3ff8786da"
,
"symbol"
:
""
}
],
"javascriptHeap"
:
{
"totalMemory"
:
2153201664
,
"totalCommittedMemory"
:
2153201664
,
"usedMemory"
:
2145565304
,
"availableMemory"
:
46708544
,
"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"
:
320225280
,
"committedMemory"
:
320225280
,
"capacity"
:
319002352
,
"used"
:
319002352
,
"available"
:
0
},
"code_space"
:
{
"memorySize"
:
2527232
,
"committedMemory"
:
2527232
,
"capacity"
:
2084896
,
"used"
:
2084896
,
"available"
:
0
},
"map_space"
:
{
"memorySize"
:
6557696
,
"committedMemory"
:
6557696
,
"capacity"
:
2585680
,
"used"
:
2585680
,
"available"
:
0
},
"large_object_space"
:
{
"memorySize"
:
1821958144
,
"committedMemory"
:
1821958144
,
"capacity"
:
1821315280
,
"used"
:
1821315280
,
"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"
:
326.109
,
"kernelCpuSeconds"
:
43.859
,
"cpuConsumptionPercent"
:
2.45126
,
"maxRss"
:
2271203328
,
"pageFaults"
:
{
"IORequired"
:
25104118
,
"IONotRequired"
:
0
},
"fsActivity"
:
{
"reads"
:
10066
,
"writes"
:
226
}
},
"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_description"
:
"1.复制amos-station-module-view的mods文件夹到mos-iot-graphmod根目录"
,
"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.3.2"
,
"npm_package_devDependencies_react_dom"
:
"~16.3.3"
,
"npm_package_devDependencies_stylelint_config_ray"
:
"^2.0.0"
,
"npm_package_gitHead"
:
"db7fc6c224c0cbb38b22e4b89a44285bc54b76b5"
,
"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
\\
Roaming
\\
nvm;C:
\\
Program Files
\\
nodejs;D:
\\
develop
\\
nodejs
\\
node_global;C:
\\
Users
\\
DELL
\\
AppData
\\
Roaming
\\
npm;C:
\\
Users
\\
DELL
\\
AppData
\\
Local
\\
Programs
\\
Microsoft VS Code
\\
bin"
,
"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
\\
win32u.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
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