@@ -1509,21 +1509,6 @@ tarball.
15091509 - ` 'Argon' ` for the 4.x LTS line beginning with 4.2.0.
15101510 - ` 'Boron' ` for the 6.x LTS line beginning with 6.9.0.
15111511 - ` 'Carbon' ` for the 8.x LTS line beginning with 8.9.1.
1512- * ` majorVersion ` {number} The major version of Node.js.
1513- * ` minorVersion ` {number} The minor version of Node.js.
1514- * ` patchVersion ` {number} The patch version of Node.js.
1515- * ` prereleaseTag ` {string} The SemVer pre-release tag for Node.js.
1516- * ` computedVersion ` {number} A number representing the current version, created
1517- using the following method:
1518- ` (majorVersion << 16) + (minorVersion << 8) + patchVersion `
1519- * ` compareVersion ` {function} Perform a SemVer comparison to the release
1520- version.
1521- * ` major `
1522- * ` minor `
1523- * ` patch `
1524- * Returns: {number} ` -1 ` if the given version is lower than the release
1525- version, ` 0 ` if the given version matches the process version, and ` 1 `
1526- if the given version is greater than the release version.
15271512
15281513<!-- eslint-skip -->
15291514``` js
@@ -1532,12 +1517,7 @@ tarball.
15321517 lts: ' Argon' ,
15331518 sourceUrl: ' https://nodejs.org/download/release/v4.4.5/node-v4.4.5.tar.gz' ,
15341519 headersUrl: ' https://nodejs.org/download/release/v4.4.5/node-v4.4.5-headers.tar.gz' ,
1535- libUrl: ' https://nodejs.org/download/release/v4.4.5/win-x64/node.lib' ,
1536- majorVersion: 4 ,
1537- minorVersion: 4 ,
1538- patchVersion: 5 ,
1539- prereleaseTag: ' ' ,
1540- computedVersion: 263173 ,
1520+ libUrl: ' https://nodejs.org/download/release/v4.4.5/win-x64/node.lib'
15411521}
15421522```
15431523
0 commit comments