node-releases 1.0.0 → 1.0.4

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.
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" addBOMForNewFiles="with NO BOM" />
4
+ </project>
@@ -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,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="JavaScriptSettings">
4
+ <option name="languageLevel" value="ES6" />
5
+ </component>
6
+ <component name="NodePackageJsonFileManager">
7
+ <packageJsonPaths />
8
+ </component>
9
+ </project>
@@ -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,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,118 @@
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="Git.Settings">
15
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
16
+ </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
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
23
+ <component name="ProjectView">
24
+ <navigator proportions="" version="1">
25
+ <foldersAlwaysOnTop value="true" />
26
+ </navigator>
27
+ <panes>
28
+ <pane id="ProjectPane">
29
+ <subPane>
30
+ <expand>
31
+ <path>
32
+ <item name="node-releases" type="b2602c69:ProjectViewProjectNode" />
33
+ <item name="node-releases" type="462c0819:PsiDirectoryNode" />
34
+ </path>
35
+ </expand>
36
+ <select />
37
+ </subPane>
38
+ </pane>
39
+ <pane id="Scope" />
40
+ </panes>
41
+ </component>
42
+ <component name="PropertiesComponent">
43
+ <property name="WebServerToolWindowFactoryState" value="false" />
44
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
45
+ <property name="nodejs_npm_path_reset_for_default_project" value="true" />
46
+ </component>
47
+ <component name="RunDashboard">
48
+ <option name="ruleStates">
49
+ <list>
50
+ <RuleState>
51
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
52
+ </RuleState>
53
+ <RuleState>
54
+ <option name="name" value="StatusDashboardGroupingRule" />
55
+ </RuleState>
56
+ </list>
57
+ </option>
58
+ </component>
59
+ <component name="SvnConfiguration">
60
+ <configuration />
61
+ </component>
62
+ <component name="TaskManager">
63
+ <task active="true" id="Default" summary="Default task">
64
+ <changelist id="2adb9df7-dc6f-46a2-94c4-b7e31697fc3d" name="Default Changelist" comment="" />
65
+ <created>1541196784996</created>
66
+ <option name="number" value="Default" />
67
+ <option name="presentableId" value="Default" />
68
+ <updated>1541196784996</updated>
69
+ <workItem from="1541196786949" duration="636000" />
70
+ <workItem from="1541200851694" duration="598000" />
71
+ <workItem from="1541321954118" duration="43000" />
72
+ <workItem from="1541329259404" duration="199000" />
73
+ </task>
74
+ <task id="LOCAL-00001" summary="upd">
75
+ <created>1541196833083</created>
76
+ <option name="number" value="00001" />
77
+ <option name="presentableId" value="LOCAL-00001" />
78
+ <option name="project" value="LOCAL" />
79
+ <updated>1541196833083</updated>
80
+ </task>
81
+ <option name="localTasksCounter" value="2" />
82
+ <servers />
83
+ </component>
84
+ <component name="TimeTrackingManager">
85
+ <option name="totallyTimeSpent" value="1476000" />
86
+ </component>
87
+ <component name="ToolWindowManager">
88
+ <frame x="0" y="23" width="1280" height="777" extended-state="6" />
89
+ <layout>
90
+ <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.2494043" />
91
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
92
+ <window_info id="Favorites" order="2" side_tool="true" />
93
+ <window_info anchor="bottom" id="Message" order="0" />
94
+ <window_info anchor="bottom" id="Find" order="1" />
95
+ <window_info anchor="bottom" id="Run" order="2" />
96
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
97
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
98
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
99
+ <window_info anchor="bottom" id="TODO" order="6" />
100
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
101
+ <window_info anchor="bottom" id="Quokka" order="8" />
102
+ <window_info anchor="bottom" id="Version Control" order="9" />
103
+ <window_info anchor="bottom" id="Bucklescript" order="10" />
104
+ <window_info anchor="bottom" id="Terminal" order="11" />
105
+ <window_info anchor="bottom" id="Event Log" order="12" side_tool="true" />
106
+ <window_info anchor="right" id="Commander" order="0" weight="0.4" />
107
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
108
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
109
+ </layout>
110
+ </component>
111
+ <component name="TypeScriptGeneratedFilesManager">
112
+ <option name="version" value="1" />
113
+ </component>
114
+ <component name="VcsManagerConfiguration">
115
+ <MESSAGE value="upd" />
116
+ <option name="LAST_COMMIT_MESSAGE" value="upd" />
117
+ </component>
118
+ </project>
@@ -667,10 +667,28 @@
667
667
  "date": "2018-10-10",
668
668
  "lts": false
669
669
  },
670
+ {
671
+ "name": "nodejs",
672
+ "version": "10.13.0",
673
+ "date": "2018-10-30",
674
+ "lts": "Dubnium"
675
+ },
670
676
  {
671
677
  "name": "nodejs",
672
678
  "version": "11.0.0",
673
679
  "date": "2018-10-23",
674
680
  "lts": false
681
+ },
682
+ {
683
+ "name": "nodejs",
684
+ "version": "11.1.0",
685
+ "date": "2018-10-30",
686
+ "lts": false
687
+ },
688
+ {
689
+ "name": "nodejs",
690
+ "version": "11.2.0",
691
+ "date": "2018-11-15",
692
+ "lts": false
675
693
  }
676
694
  ]
@@ -1,5 +1,8 @@
1
1
  [
2
+ {"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},
3
+ {"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
4
  {"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},
5
+ {"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"},
3
6
  {"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},
4
7
  {"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},
5
8
  {"version":"v10.10.0","date":"2018-09-06","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.30","uv":"1.23.0","zlib":"1.2.11","openssl":"1.1.0i","modules":"64","lts":false},
@@ -48,11 +48,18 @@
48
48
  "lts": "2018-10-30",
49
49
  "maintenance": "2020-04-01",
50
50
  "end": "2021-04-01",
51
- "codename": ""
51
+ "codename": "Dubnium"
52
52
  },
53
53
  "v11": {
54
54
  "start": "2018-10-23",
55
55
  "maintenance": "2019-04-01",
56
56
  "end": "2019-06-30"
57
+ },
58
+ "v12": {
59
+ "start": "2019-04-23",
60
+ "lts": "2019-10-22",
61
+ "maintenance": "2021-04-01",
62
+ "end": "2022-04-01",
63
+ "codename": ""
57
64
  }
58
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-releases",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "description": "Node.js releases data",
5
5
  "scripts": {
6
6
  "build": "npm run fetch && npm run process",