node-releases 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/encodings.xml +4 -0
- package/.idea/inspectionProfiles/Project_Default.xml +8 -0
- package/.idea/misc.xml +9 -0
- package/.idea/modules.xml +8 -0
- package/.idea/node-releases.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +133 -0
- package/data/processed/envs.json +42 -0
- package/data/raw/nodejs.json +7 -0
- package/data/release-schedule/release-schedule.json +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
|
2
|
+
<profile version="1.0">
|
|
3
|
+
<option name="myName" value="Project Default" />
|
|
4
|
+
<inspection_tool class="Eslint" enabled="true" level="ERROR" enabled_by_default="true" />
|
|
5
|
+
<inspection_tool class="JSLastCommaInArrayLiteral" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
6
|
+
<inspection_tool class="JSLastCommaInObjectLiteral" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
7
|
+
</profile>
|
|
8
|
+
</component>
|
package/.idea/misc.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/node-releases.iml" filepath="$PROJECT_DIR$/.idea/node-releases.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
+
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
+
</content>
|
|
9
|
+
<orderEntry type="inheritedJdk" />
|
|
10
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
+
</component>
|
|
12
|
+
</module>
|
package/.idea/vcs.xml
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="2adb9df7-dc6f-46a2-94c4-b7e31697fc3d" name="Default Changelist" comment="" />
|
|
5
|
+
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
6
|
+
<ignored path="$PROJECT_DIR$/temp/" />
|
|
7
|
+
<ignored path="$PROJECT_DIR$/tmp/" />
|
|
8
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
9
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
10
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
11
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
12
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
13
|
+
</component>
|
|
14
|
+
<component name="FileEditorManager">
|
|
15
|
+
<leaf>
|
|
16
|
+
<file pinned="false" current-in-tab="true">
|
|
17
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
18
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
19
|
+
</entry>
|
|
20
|
+
</file>
|
|
21
|
+
</leaf>
|
|
22
|
+
</component>
|
|
23
|
+
<component name="Git.Settings">
|
|
24
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
25
|
+
</component>
|
|
26
|
+
<component name="ProjectFrameBounds" extendedState="6">
|
|
27
|
+
<option name="y" value="23" />
|
|
28
|
+
<option name="width" value="1280" />
|
|
29
|
+
<option name="height" value="777" />
|
|
30
|
+
</component>
|
|
31
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
32
|
+
<component name="ProjectView">
|
|
33
|
+
<navigator proportions="" version="1">
|
|
34
|
+
<foldersAlwaysOnTop value="true" />
|
|
35
|
+
</navigator>
|
|
36
|
+
<panes>
|
|
37
|
+
<pane id="ProjectPane">
|
|
38
|
+
<subPane>
|
|
39
|
+
<expand>
|
|
40
|
+
<path>
|
|
41
|
+
<item name="node-releases" type="b2602c69:ProjectViewProjectNode" />
|
|
42
|
+
<item name="node-releases" type="462c0819:PsiDirectoryNode" />
|
|
43
|
+
</path>
|
|
44
|
+
</expand>
|
|
45
|
+
<select />
|
|
46
|
+
</subPane>
|
|
47
|
+
</pane>
|
|
48
|
+
<pane id="Scope" />
|
|
49
|
+
</panes>
|
|
50
|
+
</component>
|
|
51
|
+
<component name="PropertiesComponent">
|
|
52
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
53
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
54
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
55
|
+
</component>
|
|
56
|
+
<component name="RunDashboard">
|
|
57
|
+
<option name="ruleStates">
|
|
58
|
+
<list>
|
|
59
|
+
<RuleState>
|
|
60
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
61
|
+
</RuleState>
|
|
62
|
+
<RuleState>
|
|
63
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
|
64
|
+
</RuleState>
|
|
65
|
+
</list>
|
|
66
|
+
</option>
|
|
67
|
+
</component>
|
|
68
|
+
<component name="SvnConfiguration">
|
|
69
|
+
<configuration />
|
|
70
|
+
</component>
|
|
71
|
+
<component name="TaskManager">
|
|
72
|
+
<task active="true" id="Default" summary="Default task">
|
|
73
|
+
<changelist id="2adb9df7-dc6f-46a2-94c4-b7e31697fc3d" name="Default Changelist" comment="" />
|
|
74
|
+
<created>1541196784996</created>
|
|
75
|
+
<option name="number" value="Default" />
|
|
76
|
+
<option name="presentableId" value="Default" />
|
|
77
|
+
<updated>1541196784996</updated>
|
|
78
|
+
<workItem from="1541196786949" duration="636000" />
|
|
79
|
+
<workItem from="1541200851694" duration="598000" />
|
|
80
|
+
<workItem from="1541321954118" duration="43000" />
|
|
81
|
+
<workItem from="1541329259404" duration="199000" />
|
|
82
|
+
<workItem from="1542562588391" duration="109000" />
|
|
83
|
+
</task>
|
|
84
|
+
<task id="LOCAL-00001" summary="upd">
|
|
85
|
+
<created>1541196833083</created>
|
|
86
|
+
<option name="number" value="00001" />
|
|
87
|
+
<option name="presentableId" value="LOCAL-00001" />
|
|
88
|
+
<option name="project" value="LOCAL" />
|
|
89
|
+
<updated>1541196833083</updated>
|
|
90
|
+
</task>
|
|
91
|
+
<option name="localTasksCounter" value="2" />
|
|
92
|
+
<servers />
|
|
93
|
+
</component>
|
|
94
|
+
<component name="TimeTrackingManager">
|
|
95
|
+
<option name="totallyTimeSpent" value="1585000" />
|
|
96
|
+
</component>
|
|
97
|
+
<component name="ToolWindowManager">
|
|
98
|
+
<frame x="0" y="23" width="1280" height="777" extended-state="6" />
|
|
99
|
+
<layout>
|
|
100
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.2494043" />
|
|
101
|
+
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
102
|
+
<window_info id="Favorites" order="2" side_tool="true" />
|
|
103
|
+
<window_info anchor="bottom" id="Message" order="0" />
|
|
104
|
+
<window_info anchor="bottom" id="Find" order="1" />
|
|
105
|
+
<window_info anchor="bottom" id="Run" order="2" />
|
|
106
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
107
|
+
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
108
|
+
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
109
|
+
<window_info anchor="bottom" id="TODO" order="6" />
|
|
110
|
+
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
111
|
+
<window_info anchor="bottom" id="Quokka" order="8" />
|
|
112
|
+
<window_info anchor="bottom" id="Version Control" order="9" />
|
|
113
|
+
<window_info anchor="bottom" id="Bucklescript" order="10" />
|
|
114
|
+
<window_info anchor="bottom" id="Terminal" order="11" />
|
|
115
|
+
<window_info anchor="bottom" id="Event Log" order="12" side_tool="true" />
|
|
116
|
+
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
|
117
|
+
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
118
|
+
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
119
|
+
</layout>
|
|
120
|
+
</component>
|
|
121
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
122
|
+
<option name="version" value="1" />
|
|
123
|
+
</component>
|
|
124
|
+
<component name="VcsManagerConfiguration">
|
|
125
|
+
<MESSAGE value="upd" />
|
|
126
|
+
<option name="LAST_COMMIT_MESSAGE" value="upd" />
|
|
127
|
+
</component>
|
|
128
|
+
<component name="editorHistoryManager">
|
|
129
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
130
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
131
|
+
</entry>
|
|
132
|
+
</component>
|
|
133
|
+
</project>
|
package/data/processed/envs.json
CHANGED
|
@@ -373,6 +373,12 @@
|
|
|
373
373
|
"date": "2018-03-28",
|
|
374
374
|
"lts": "Boron"
|
|
375
375
|
},
|
|
376
|
+
{
|
|
377
|
+
"name": "nodejs",
|
|
378
|
+
"version": "6.15.0",
|
|
379
|
+
"date": "2018-11-27",
|
|
380
|
+
"lts": "Boron"
|
|
381
|
+
},
|
|
376
382
|
{
|
|
377
383
|
"name": "nodejs",
|
|
378
384
|
"version": "7.0.0",
|
|
@@ -517,6 +523,18 @@
|
|
|
517
523
|
"date": "2018-09-10",
|
|
518
524
|
"lts": "Carbon"
|
|
519
525
|
},
|
|
526
|
+
{
|
|
527
|
+
"name": "nodejs",
|
|
528
|
+
"version": "8.13.0",
|
|
529
|
+
"date": "2018-11-20",
|
|
530
|
+
"lts": "Carbon"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "nodejs",
|
|
534
|
+
"version": "8.14.0",
|
|
535
|
+
"date": "2018-11-27",
|
|
536
|
+
"lts": "Carbon"
|
|
537
|
+
},
|
|
520
538
|
{
|
|
521
539
|
"name": "nodejs",
|
|
522
540
|
"version": "9.0.0",
|
|
@@ -673,10 +691,34 @@
|
|
|
673
691
|
"date": "2018-10-30",
|
|
674
692
|
"lts": "Dubnium"
|
|
675
693
|
},
|
|
694
|
+
{
|
|
695
|
+
"name": "nodejs",
|
|
696
|
+
"version": "10.14.0",
|
|
697
|
+
"date": "2018-11-27",
|
|
698
|
+
"lts": "Dubnium"
|
|
699
|
+
},
|
|
676
700
|
{
|
|
677
701
|
"name": "nodejs",
|
|
678
702
|
"version": "11.0.0",
|
|
679
703
|
"date": "2018-10-23",
|
|
680
704
|
"lts": false
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "nodejs",
|
|
708
|
+
"version": "11.1.0",
|
|
709
|
+
"date": "2018-10-30",
|
|
710
|
+
"lts": false
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "nodejs",
|
|
714
|
+
"version": "11.2.0",
|
|
715
|
+
"date": "2018-11-15",
|
|
716
|
+
"lts": false
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "nodejs",
|
|
720
|
+
"version": "11.3.0",
|
|
721
|
+
"date": "2018-11-27",
|
|
722
|
+
"lts": false
|
|
681
723
|
}
|
|
682
724
|
]
|
package/data/raw/nodejs.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
[
|
|
2
|
+
{"version":"v11.3.0","date":"2018-11-27","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"7.0.276.38","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0j","modules":"67","lts":false},
|
|
3
|
+
{"version":"v11.2.0","date":"2018-11-15","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"7.0.276.38","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0i","modules":"67","lts":false},
|
|
4
|
+
{"version":"v11.1.0","date":"2018-10-30","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"7.0.276.32","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0i","modules":"67","lts":false},
|
|
2
5
|
{"version":"v11.0.0","date":"2018-10-23","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"7.0.276.28","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0i","modules":"67","lts":false},
|
|
6
|
+
{"version":"v10.14.0","date":"2018-11-27","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.8.275.32","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0j","modules":"64","lts":"Dubnium"},
|
|
3
7
|
{"version":"v10.13.0","date":"2018-10-30","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.8.275.32","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0i","modules":"64","lts":"Dubnium"},
|
|
4
8
|
{"version":"v10.12.0","date":"2018-10-10","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.8.275.32","uv":"1.23.2","zlib":"1.2.11","openssl":"1.1.0i","modules":"64","lts":false},
|
|
5
9
|
{"version":"v10.11.0","date":"2018-09-19","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-x64-pkg","osx-x64-tar","src","sunos-x64","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.8.275.32","uv":"1.23.0","zlib":"1.2.11","openssl":"1.1.0i","modules":"64","lts":false},
|
|
@@ -34,6 +38,8 @@
|
|
|
34
38
|
{"version":"v9.2.0","date":"2017-11-14","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"5.5.1","v8":"6.2.414.44","uv":"1.16.1","zlib":"1.2.11","openssl":"1.0.2m","modules":"59","lts":false},
|
|
35
39
|
{"version":"v9.1.0","date":"2017-11-07","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"5.5.1","v8":"6.2.414.32","uv":"1.15.0","zlib":"1.2.11","openssl":"1.0.2m","modules":"59","lts":false},
|
|
36
40
|
{"version":"v9.0.0","date":"2017-10-31","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"5.5.1","v8":"6.2.414.32","uv":"1.15.0","zlib":"1.2.11","openssl":"1.0.2l","modules":"59","lts":false},
|
|
41
|
+
{"version":"v8.14.0","date":"2018-11-27","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.2.414.72","uv":"1.23.2","zlib":"1.2.11","openssl":"1.0.2q","modules":"57","lts":"Carbon"},
|
|
42
|
+
{"version":"v8.13.0","date":"2018-11-20","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.2.414.72","uv":"1.23.2","zlib":"1.2.11","openssl":"1.0.2p","modules":"57","lts":"Carbon"},
|
|
37
43
|
{"version":"v8.12.0","date":"2018-09-10","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"6.4.1","v8":"6.2.414.66","uv":"1.19.2","zlib":"1.2.11","openssl":"1.0.2p","modules":"57","lts":"Carbon"},
|
|
38
44
|
{"version":"v8.11.4","date":"2018-08-15","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"5.6.0","v8":"6.2.414.54","uv":"1.19.1","zlib":"1.2.11","openssl":"1.0.2p","modules":"57","lts":"Carbon"},
|
|
39
45
|
{"version":"v8.11.3","date":"2018-06-12","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"5.6.0","v8":"6.2.414.54","uv":"1.19.1","zlib":"1.2.11","openssl":"1.0.2o","modules":"57","lts":"Carbon"},
|
|
@@ -78,6 +84,7 @@
|
|
|
78
84
|
{"version":"v7.2.0","date":"2016-11-22","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.9","v8":"5.4.500.43","uv":"1.10.1","zlib":"1.2.8","openssl":"1.0.2j","modules":"51","lts":false},
|
|
79
85
|
{"version":"v7.1.0","date":"2016-11-08","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.9","v8":"5.4.500.36","uv":"1.10.0","zlib":"1.2.8","openssl":"1.0.2j","modules":"51","lts":false},
|
|
80
86
|
{"version":"v7.0.0","date":"2016-10-25","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.8","v8":"5.4.500.36","uv":"1.9.1","zlib":"1.2.8","openssl":"1.0.2j","modules":"51","lts":false},
|
|
87
|
+
{"version":"v6.15.0","date":"2018-11-27","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.10","v8":"5.1.281.111","uv":"1.16.1","zlib":"1.2.11","openssl":"1.0.2q","modules":"48","lts":"Boron"},
|
|
81
88
|
{"version":"v6.14.4","date":"2018-08-15","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.10","v8":"5.1.281.111","uv":"1.16.1","zlib":"1.2.11","openssl":"1.0.2p","modules":"48","lts":"Boron"},
|
|
82
89
|
{"version":"v6.14.3","date":"2018-06-12","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.10","v8":"5.1.281.111","uv":"1.16.1","zlib":"1.2.11","openssl":"1.0.2o","modules":"48","lts":"Boron"},
|
|
83
90
|
{"version":"v6.14.2","date":"2018-04-30","files":["aix-ppc64","headers","linux-arm64","linux-armv6l","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","linux-x86","osx-x64-pkg","osx-x64-tar","src","sunos-x64","sunos-x86","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"],"npm":"3.10.10","v8":"5.1.281.111","uv":"1.16.1","zlib":"1.2.11","openssl":"1.0.2o","modules":"48","lts":"Boron"},
|