{"_id":"nodejs-latest","_rev":"5-3f780bfd0f1b006bc0f14e170780d03b","name":"nodejs-latest","description":"Get the latest (LTS) node.js version and versions of its modules.","dist-tags":{"latest":"1.1.0"},"versions":{"1.0.0":{"name":"nodejs-latest","version":"1.0.0","description":"Get the latest (LTS) node.js version and versions of its modules.","main":"index.js","scripts":{"test":"standard && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"},"repository":{"type":"git","url":"git+https://github.com/DavidCai1993/nodejs-latest.git"},"keywords":["versions","latest","nodejs","lts"],"author":{"name":"DavidCai1993"},"license":"MIT","bugs":{"url":"https://github.com/DavidCai1993/nodejs-latest/issues"},"homepage":"https://github.com/DavidCai1993/nodejs-latest#readme","devDependencies":{"co-mocha":"^1.1.3","istanbul":"^0.4.5","mocha":"^3.0.2","should":"^11.1.0","standard":"^8.0.0"},"gitHead":"3599681ffa11300114554ca18d3568b7f252369e","_id":"nodejs-latest@1.0.0","_shasum":"616ccc8d56e870b93b4abae8ca3ecd339145bd16","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.5.0","_npmUser":{"name":"qqqppp9998","email":"376462191@qq.com"},"dist":{"shasum":"616ccc8d56e870b93b4abae8ca3ecd339145bd16","tarball":"https://registry.npmjs.org/nodejs-latest/-/nodejs-latest-1.0.0.tgz","integrity":"sha512-Uc5yKS2yckMiM4fcT+qIzqhS8AyvQ+WviWYbuwY3tKeQ6gaxGT1JiW5OKnHR14E8LA0aqFbLHICrhVHFY7SnEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGu5zrF1y3mQqnZmKdnsNm0B3s+uHwxA67rhVuxL7CtZAiAE3+VtCO1JpFoJYZ5lkw1458r76szo71kJTxP58PZbPA=="}]},"maintainers":[{"name":"qqqppp9998","email":"376462191@qq.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodejs-latest-1.0.0.tgz_1472356721245_0.6866690893657506"}},"1.1.0":{"name":"nodejs-latest","version":"1.1.0","description":"Get the latest (LTS) node.js version and versions of its modules.","main":"index.js","scripts":{"test":"standard && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"},"repository":{"type":"git","url":"git+https://github.com/DavidCai1993/nodejs-latest.git"},"keywords":["versions","latest","nodejs","lts"],"author":{"name":"DavidCai1993"},"license":"MIT","bugs":{"url":"https://github.com/DavidCai1993/nodejs-latest/issues"},"homepage":"https://github.com/DavidCai1993/nodejs-latest#readme","devDependencies":{"co-mocha":"^1.1.3","istanbul":"^0.4.5","mocha":"^3.0.2","should":"^11.1.0","standard":"^8.0.0"},"gitHead":"42d59a7641ed0ca5a22368a68836049bf79ffc16","_id":"nodejs-latest@1.1.0","_shasum":"49138e406f867b54a99cdd88d15fec3662f37335","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.5.0","_npmUser":{"name":"qqqppp9998","email":"376462191@qq.com"},"dist":{"shasum":"49138e406f867b54a99cdd88d15fec3662f37335","tarball":"https://registry.npmjs.org/nodejs-latest/-/nodejs-latest-1.1.0.tgz","integrity":"sha512-ckdSRcnW1qordOki6cGYx8yfGyOl8aTg4cBjIIpjTjJSsZb7uWrg7skUZuziQUHxfZehQcUAkJmFXYmKVCskaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAsG33waM8w+LP9woISE7rHZgp6nN7kJh/4F0iDlWwKOAiEAjiX9sokXD1FtJbtRAPeivQDrfxgiHX4mewfFhvZYPKI="}]},"maintainers":[{"name":"qqqppp9998","email":"376462191@qq.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nodejs-latest-1.1.0.tgz_1472357540619_0.6102231862023473"}}},"readme":"# nodejs-latest\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n[![Build Status](https://travis-ci.org/DavidCai1993/nodejs-latest.svg?branch=master)](https://travis-ci.org/DavidCai1993/nodejs-latest)\n[![Coverage Status](https://coveralls.io/repos/github/DavidCai1993/nodejs-latest/badge.svg?branch=master)](https://coveralls.io/github/DavidCai1993/nodejs-latest?branch=master)\n\nGet the version of latest (LTS) node.js and versions of its modules.\n\n## Install\n\n```\nnpm install nodejs-latest\n```\n\n## Usage\n\n```js\nconst { latest, latestLTS } = require('nodejs-latest')\n\nlatest().then(console.log)\n// =>\n// { version: '6.4.0',\n//   npm: '3.10.3',\n//   v8: '5.0.71.60',\n//   uv: '1.9.1',\n//   zlib: '1.2.8',\n//   openssl: '1.0.2h',\n//   modules: '48',\n//   lts: false }\n\nlatestLTS().then(console.log)\n// =>\n// { version: '4.5.0',\n//   npm: '2.15.9',\n//   v8: '4.5.103.37',\n//   uv: '1.9.1',\n//   zlib: '1.2.8',\n//   openssl: '1.0.2h',\n//   modules: '46',\n//   lts: 'Argon' }\n```\n\n## API\n\n### latest\n\nGet the version of latest node.js and versions of its modules, return a `Promise`.\n\n### latestLTS\n\nGet the version of latest LTS node.js and versions of its modules, return a `Promise`.\n","maintainers":[{"name":"qqqppp9998","email":"376462191@qq.com"}],"time":{"modified":"2022-06-22T02:29:08.683Z","created":"2016-08-28T03:58:41.499Z","1.0.0":"2016-08-28T03:58:41.499Z","1.1.0":"2016-08-28T04:12:22.714Z"},"homepage":"https://github.com/DavidCai1993/nodejs-latest#readme","keywords":["versions","latest","nodejs","lts"],"repository":{"type":"git","url":"git+https://github.com/DavidCai1993/nodejs-latest.git"},"author":{"name":"DavidCai1993"},"bugs":{"url":"https://github.com/DavidCai1993/nodejs-latest/issues"},"license":"MIT","readmeFilename":"README.md","users":{"qqqppp9998":true}}