@@ -1509,21 +1509,6 @@ tarball.
1509
1509
- ` 'Argon' ` for the 4.x LTS line beginning with 4.2.0.
1510
1510
- ` 'Boron' ` for the 6.x LTS line beginning with 6.9.0.
1511
1511
- ` '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.
1527
1512
1528
1513
<!-- eslint-skip -->
1529
1514
``` js
@@ -1532,12 +1517,7 @@ tarball.
1532
1517
lts: ' Argon' ,
1533
1518
sourceUrl: ' https://nodejs.org/download/release/v4.4.5/node-v4.4.5.tar.gz' ,
1534
1519
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'
1541
1521
}
1542
1522
```
1543
1523
0 commit comments