node-releases 1.1.32 → 1.1.36
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/workspace.xml
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="2adb9df7-dc6f-46a2-94c4-b7e31697fc3d" name="Default Changelist" comment=""
|
|
5
|
-
<change beforePath="$PROJECT_DIR$/data/processed/envs.json" beforeDir="false" afterPath="$PROJECT_DIR$/data/processed/envs.json" afterDir="false" />
|
|
6
|
-
<change beforePath="$PROJECT_DIR$/scripts/process.js" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/process.js" afterDir="false" />
|
|
7
|
-
</list>
|
|
8
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
4
|
+
<list default="true" id="2adb9df7-dc6f-46a2-94c4-b7e31697fc3d" name="Default Changelist" comment="" />
|
|
9
5
|
<option name="SHOW_DIALOG" value="false" />
|
|
10
6
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
11
7
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -14,18 +10,21 @@
|
|
|
14
10
|
<component name="Git.Settings">
|
|
15
11
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
16
12
|
</component>
|
|
17
|
-
<component name="ProjectFrameBounds" extendedState="6">
|
|
18
|
-
<option name="y" value="23" />
|
|
19
|
-
<option name="width" value="1280" />
|
|
20
|
-
<option name="height" value="777" />
|
|
21
|
-
</component>
|
|
22
13
|
<component name="ProjectId" id="1QuzFWFRAbemMQ0fqkm8OO5TzKe" />
|
|
23
14
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
15
|
+
<component name="ProjectViewState">
|
|
16
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
17
|
+
<option name="showExcludedFiles" value="true" />
|
|
18
|
+
<option name="showLibraryContents" value="true" />
|
|
19
|
+
</component>
|
|
24
20
|
<component name="PropertiesComponent">
|
|
25
21
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
26
22
|
<property name="node.js.detected.package.eslint" value="true" />
|
|
23
|
+
<property name="node.js.detected.package.tslint" value="true" />
|
|
27
24
|
<property name="node.js.path.for.package.eslint" value="project" />
|
|
25
|
+
<property name="node.js.path.for.package.tslint" value="project" />
|
|
28
26
|
<property name="node.js.selected.package.eslint" value="(autodetect)" />
|
|
27
|
+
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
29
28
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
30
29
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
31
30
|
</component>
|
|
@@ -57,7 +56,11 @@
|
|
|
57
56
|
<workItem from="1541329259404" duration="199000" />
|
|
58
57
|
<workItem from="1542562588391" duration="109000" />
|
|
59
58
|
<workItem from="1545165877505" duration="634000" />
|
|
60
|
-
<workItem from="1568635167152" duration="
|
|
59
|
+
<workItem from="1568635167152" duration="1369000" />
|
|
60
|
+
<workItem from="1568808864771" duration="2005000" />
|
|
61
|
+
<workItem from="1569315408847" duration="577000" />
|
|
62
|
+
<workItem from="1569322725908" duration="349000" />
|
|
63
|
+
<workItem from="1569781022246" duration="569000" />
|
|
61
64
|
</task>
|
|
62
65
|
<task id="LOCAL-00001" summary="upd">
|
|
63
66
|
<created>1541196833083</created>
|
|
@@ -98,7 +101,9 @@
|
|
|
98
101
|
<map>
|
|
99
102
|
<entry key="MAIN">
|
|
100
103
|
<value>
|
|
101
|
-
<State
|
|
104
|
+
<State>
|
|
105
|
+
<option name="COLUMN_ORDER" />
|
|
106
|
+
</State>
|
|
102
107
|
</value>
|
|
103
108
|
</entry>
|
|
104
109
|
</map>
|
package/data/processed/envs.json
CHANGED
|
@@ -1030,5 +1030,19 @@
|
|
|
1030
1030
|
"date": "2019-09-04",
|
|
1031
1031
|
"lts": false,
|
|
1032
1032
|
"security": false
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "nodejs",
|
|
1036
|
+
"version": "12.11.0",
|
|
1037
|
+
"date": "2019-09-25",
|
|
1038
|
+
"lts": false,
|
|
1039
|
+
"security": false
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "nodejs",
|
|
1043
|
+
"version": "12.12.0",
|
|
1044
|
+
"date": "2019-10-11",
|
|
1045
|
+
"lts": false,
|
|
1046
|
+
"security": false
|
|
1033
1047
|
}
|
|
1034
1048
|
]
|
package/data/raw/nodejs.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
[
|
|
2
|
+
{"version":"v12.12.0","date":"2019-10-11","files":["aix-ppc64","headers","linux-arm64","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.11.3","v8":"7.7.299.13","uv":"1.32.0","zlib":"1.2.11","openssl":"1.1.1d","modules":"72","lts":false,"security":false},
|
|
3
|
+
{"version":"v12.11.1","date":"2019-10-01","files":["aix-ppc64","headers","linux-arm64","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.11.3","v8":"7.7.299.11","uv":"1.32.0","zlib":"1.2.11","openssl":"1.1.1c","modules":"72","lts":false,"security":false},
|
|
4
|
+
{"version":"v12.11.0","date":"2019-09-25","files":["aix-ppc64","headers","linux-arm64","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.11.3","v8":"7.7.299.11","uv":"1.32.0","zlib":"1.2.11","openssl":"1.1.1c","modules":"72","lts":false,"security":false},
|
|
2
5
|
{"version":"v12.10.0","date":"2019-09-04","files":["aix-ppc64","headers","linux-arm64","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.10.3","v8":"7.6.303.29","uv":"1.31.0","zlib":"1.2.11","openssl":"1.1.1c","modules":"72","lts":false,"security":false},
|
|
3
6
|
{"version":"v12.9.1","date":"2019-08-26","files":["aix-ppc64","headers","linux-arm64","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.10.2","v8":"7.6.303.29","uv":"1.31.0","zlib":"1.2.11","openssl":"1.1.1c","modules":"72","lts":false,"security":false},
|
|
4
7
|
{"version":"v12.9.0","date":"2019-08-20","files":["aix-ppc64","headers","linux-arm64","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.10.2","v8":"7.6.303.29","uv":"1.31.0","zlib":"1.2.11","openssl":"1.1.1c","modules":"72","lts":false,"security":false},
|
|
@@ -75,6 +78,7 @@
|
|
|
75
78
|
{"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,"security":false},
|
|
76
79
|
{"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,"security":false},
|
|
77
80
|
{"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,"security":false},
|
|
81
|
+
{"version":"v8.16.2","date":"2019-10-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-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.78","uv":"1.23.2","zlib":"1.2.11","openssl":"1.0.2s","modules":"57","lts":"Carbon","security":false},
|
|
78
82
|
{"version":"v8.16.1","date":"2019-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":"6.4.1","v8":"6.2.414.77","uv":"1.23.2","zlib":"1.2.11","openssl":"1.0.2r","modules":"57","lts":"Carbon","security":true},
|
|
79
83
|
{"version":"v8.16.0","date":"2019-04-16","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.77","uv":"1.23.2","zlib":"1.2.11","openssl":"1.0.2r","modules":"57","lts":"Carbon","security":false},
|
|
80
84
|
{"version":"v8.15.1","date":"2019-02-28","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.75","uv":"1.23.2","zlib":"1.2.11","openssl":"1.0.2r","modules":"57","lts":"Carbon","security":true},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"start": "2018-04-24",
|
|
48
48
|
"lts": "2018-10-30",
|
|
49
49
|
"maintenance": "2020-04-01",
|
|
50
|
-
"end": "2021-04-
|
|
50
|
+
"end": "2021-04-30",
|
|
51
51
|
"codename": "Dubnium"
|
|
52
52
|
},
|
|
53
53
|
"v11": {
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
},
|
|
58
58
|
"v12": {
|
|
59
59
|
"start": "2019-04-23",
|
|
60
|
-
"lts": "2019-10-
|
|
61
|
-
"maintenance": "
|
|
62
|
-
"end": "2022-04-
|
|
60
|
+
"lts": "2019-10-21",
|
|
61
|
+
"maintenance": "2020-10-21",
|
|
62
|
+
"end": "2022-04-30",
|
|
63
63
|
"codename": ""
|
|
64
64
|
},
|
|
65
65
|
"v13": {
|
|
66
66
|
"start": "2019-10-22",
|
|
67
|
-
"maintenance": "2020-04-
|
|
67
|
+
"maintenance": "2020-04-01",
|
|
68
68
|
"end": "2020-06-01"
|
|
69
69
|
},
|
|
70
70
|
"v14": {
|
|
71
71
|
"start": "2020-04-21",
|
|
72
72
|
"lts": "2020-10-20",
|
|
73
|
-
"maintenance": "
|
|
74
|
-
"end": "2023-04-
|
|
73
|
+
"maintenance": "2021-10-20",
|
|
74
|
+
"end": "2023-04-30",
|
|
75
75
|
"codename": ""
|
|
76
76
|
}
|
|
77
77
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-releases",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.36",
|
|
4
4
|
"description": "Node.js releases data",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run fetch && npm run process",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"author": "Sergey Rubanov <chi187@gmail.com>",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"semver": "^
|
|
21
|
+
"semver": "^6.3.0"
|
|
22
22
|
}
|
|
23
23
|
}
|