{"maintainers":[{"name":"anonymous","email":"zhangyuheng91@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"ygch1993@gmail.com"}],"keywords":["npm","update"],"dist-tags":{"latest":"3.0.1"},"description":"npm update","readme":"# npm-update\n\n---\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![node version][node-image]][node-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: https://img.shields.io/npm/v/npm-update.svg\n[npm-url]: https://npmjs.org/package/npm-update\n[travis-image]: https://img.shields.io/travis/xudafeng/npm-update.svg\n[travis-url]: https://travis-ci.org/xudafeng/npm-update\n[coveralls-image]: https://img.shields.io/coveralls/xudafeng/npm-update.svg\n[coveralls-url]: https://coveralls.io/r/xudafeng/npm-update?branch=master\n[codecov-image]: https://img.shields.io/codecov/c/github/xudafeng/npm-update.svg\n[codecov-url]: https://codecov.io/gh/xudafeng/npm-update/branch/master\n[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg\n[node-url]: http://nodejs.org/download/\n[download-image]: https://img.shields.io/npm/dm/npm-update.svg\n[download-url]: https://npmjs.org/package/npm-update\n\n> npm update\n\n## Installment\n\n```bash\n$ npm i npm-update --save\n```\n\n## Usage\n\n```javascript\nconst npmUpdate = require('npm-update')\nconst pkg = require('../package.json')\n\n(async () => {\n  const { needUpdate } = await npmUpdate({ pkg });\n  if (needUpdate) return;\n  // do some stuff\n})();\n```\n\nIf `needUpdate` is `true`, print message:\n\n```\n╭─────────────────────────────────────────╮\n│                                         │\n│   new version x.y.z found               │\n│                                         │\n│   run npm i name@x -g                   │\n│                                         │\n╰─────────────────────────────────────────╯\n```\n\n## Options\n\n```javascript\nconst {\n  needUpdate,               // return true | false\n  version: latestVersion,   // return version if needUpdate\n} = await update(options);\n```\n\n- options {Object}\n  - **pkg** `Object` package.json object.\n  - **host** `string` registry host, default is **registry.npmjs.org**.\n  - **timeout** `number` request registry timeout, default is **3000ms**.\n  - **version** `string` base version for comparing, can be npm tag or npm version, default is **latest**.\n  - **silent** `boolean` if slient is true, will not print message, default is **false**.\n\n<!-- GITCONTRIBUTOR_START -->\n\n## Contributors\n\n|[<img src=\"https://avatars.githubusercontent.com/u/1011681?v=4\" width=\"100px;\"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>|[<img src=\"https://avatars.githubusercontent.com/u/2139038?v=4\" width=\"100px;\"/><br/><sub><b>zhangyuheng</b></sub>](https://github.com/zhangyuheng)<br/>|[<img src=\"https://avatars.githubusercontent.com/u/5086369?v=4\" width=\"100px;\"/><br/><sub><b>brunoyang</b></sub>](https://github.com/brunoyang)<br/>|\n| :---: | :---: | :---: |\n\n\nThis project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri Nov 04 2022 13:38:18 GMT+0800`.\n\n<!-- GITCONTRIBUTOR_END -->\n\n## License\n\nThe MIT License (MIT)\n","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"users":{"joaquin.briceno":true},"bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"license":"MIT","versions":{"0.1.0":{"name":"npm-update","version":"0.1.0","description":"npm-update","keywords":["npm-update"],"bin":{"npm-update":"./bin/npm-update"},"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*","jshint":"*","istanbul":"*","pre-commit":"1.1.1"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@0.1.0","_shasum":"f631760031bfdbd0041323db898bea43f699cfe5","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.5.0","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"dist":{"shasum":"f631760031bfdbd0041323db898bea43f699cfe5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-0.1.0.tgz","integrity":"sha512-6kv/O49qOjRSI3KNFNl9yZs454PhyketyoM9F0Wdno1KWp1qLQSLfCkL4SQ2Ah+rioCsMjLpWKecLW4W8C1CFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTEimOP57dPx3/R/1fIkBNjAifAhtwyFxfD9LVSGuzAgIgK6aT6LD1x14uiNBFiqatWCYt/UDCTaH3NVRNjQTCOHU="}]},"directories":{}},"0.2.0":{"name":"npm-update","version":"0.2.0","description":"npm-update","keywords":["npm-update"],"bin":{"npm-update":"./bin/npm-update"},"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","istanbul":"*","pre-commit":"1.1.1"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@0.2.0","_shasum":"97ed2abaa7c420ab26152c6c06c106ab06cc848a","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.5.0","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"dist":{"shasum":"97ed2abaa7c420ab26152c6c06c106ab06cc848a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-0.2.0.tgz","integrity":"sha512-piifrYxQM96iaG+vpNUR/x3a4PZ39uohBRaX0wgeNHQNttvDH7kpByXzdrBQ3+aaV4JVp9K/hAXOJZxc68fQKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcde9CSIdC/8cGW201C9GWdnEdW8JJR046mddfpgE1ZAIhAJid15mpYmCaGNrSDwC/C9eRA5HMSdC4xCwi1hrWH+02"}]},"directories":{}},"1.0.0":{"name":"npm-update","version":"1.0.0","description":"npm-update","keywords":["npm-update"],"bin":{"npm-update":"./bin/npm-update"},"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","istanbul":"*","pre-commit":"1.1.1"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","gitHead":"9230d6c1cc60739db3a2c3acf2bd954365df1197","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.0","_shasum":"34f470821e95bdfce9f05e16b17309160b5ffa6f","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.5.0","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"dist":{"shasum":"34f470821e95bdfce9f05e16b17309160b5ffa6f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.0.tgz","integrity":"sha512-xrFE0+R/edhdoCSxcr9iar9hLi6Z7B/fakSypqGmBSaz+hhCxYfrol1MSAHorNmAhbYAqFvuOZIO4vl0jkdB5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnFPUYP1rX5zK7Nvak3xOcnX8t5NmeltCabb2pVvcWVQIgF+WY4kS0dNe9hoUFFrIHy4bYWgJ7xnaMzvINrd/rN0Y="}]},"directories":{}},"1.0.1":{"name":"npm-update","version":"1.0.1","description":"npm-update","keywords":["npm-update"],"bin":{"npm-update":"./bin/npm-update"},"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","istanbul":"*","pre-commit":"1.1.1"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","gitHead":"9230d6c1cc60739db3a2c3acf2bd954365df1197","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.1","_shasum":"c03998d5fc76209f74da25d8cc93f1972b6605e7","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.5.0","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"dist":{"shasum":"c03998d5fc76209f74da25d8cc93f1972b6605e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.1.tgz","integrity":"sha512-tONx5vRY1HrMiIqNAbDqR7JZF6HPoY9qBHQxmDI30TDl1m0vcVJUdlw4wQBvPlcuhqN4Jv/2ktx5VNCU6Icwiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDn4EUtPcuF9gL91KUiFDIgKVHBWrqZUgO6iYgHwvCcGAiEA0zUH6FUq+TkDapjQ09DRVmvUu0uHI1lCBy2oACDprwU="}]},"directories":{}},"1.0.2":{"name":"npm-update","version":"1.0.2","description":"npm-update","keywords":["npm-update"],"bin":{"npm-update":"./bin/npm-update"},"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","istanbul":"*","pre-commit":"1.1.1"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","gitHead":"8fe93f0a4599f76862d056198d98d359a1c81aba","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.2","_shasum":"fbc0307ea1859dbb59f4617d4b1067c97e63c355","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.5.0","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"dist":{"shasum":"fbc0307ea1859dbb59f4617d4b1067c97e63c355","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.2.tgz","integrity":"sha512-Bg+ebSMqQVUTZP/URfyq1fLd39jKgWw3iCmdU3GsCjTIBzb4hLlKLUxmY7Am279kN8w/fD8KxghgEYJKbaJftg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClwUZ2RuS3yBd+A50HhSyb6j6lTzZTi12fTAA2SGgAjwIgVsev4WbvCY2z+q7alrq0SEBWxbpYifKyIH8Bs594Nsg="}]},"directories":{}},"1.0.4":{"name":"npm-update","version":"1.0.4","description":"npm-update","keywords":["npm-update"],"bin":{"npm-update":"./bin/npm-update"},"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0","xlogger":"~1.0.0"},"devDependencies":{"co":"^4.6.0","co-mocha":"^1.1.3","istanbul":"*","jshint":"*","mocha":"*","pre-commit":"1.1.1","should":"*"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","gitHead":"458cb3bc9beac519e20f322b5eac89283a9619ce","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.4","_shasum":"849b381a1a535649d4cc0f9d3142feeb4f781185","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"dist":{"shasum":"849b381a1a535649d4cc0f9d3142feeb4f781185","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.4.tgz","integrity":"sha512-LdZD/0Tc14QAQjNxARr9lDNqQ9rFMb61ivXe1qEeiGHDmlSHBWrbRvMgmzq6Yw/2VUdutEwSNPeeqPvfzolPXA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQhNPH+Y4F8LSDNqB6h6sKeDa6G/FgPPtC/AYE3hjPTgIgNFe59ScFcFyog0a0xwQKxQo1ojeQvBk77aCmEkBNkSs="}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-update-1.0.4.tgz_1472617391126_0.34176832344383"},"directories":{}},"1.0.5":{"name":"npm-update","version":"1.0.5","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0","xlogger":"~1.0.0"},"devDependencies":{"co":"^4.6.0","co-mocha":"^1.1.3","istanbul":"*","jshint":"*","mocha":"*","pre-commit":"1.1.1","should":"*"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","author":{"name":"xudafeng"},"email":"xudafeng@126.com","blog":"http://xdf.me","license":"MIT","gitHead":"d7e07d84b66f459eb24e661d15cf3918ac63ec3c","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.5","_shasum":"c3f6d7fbba8704e5627642166f74b8f6f65f3d70","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"dist":{"shasum":"c3f6d7fbba8704e5627642166f74b8f6f65f3d70","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.5.tgz","integrity":"sha512-5hYxKzSs5dQJEX3XEPG+UwgXRuVvft1FJqeem0EFxyA6/+6tnbi2NCL3X3SI0b59/FIKdS8dV6DfzzJvN/c6mA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDc113JJT/FZl6C820W+2ByJ6COA7eCTt53uDC0YpvMAIhAJ1a2Fh+pDgZ4gEwYCZjbp6Dq5GBttzVadcqLIBPJIaJ"}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/npm-update-1.0.5.tgz_1477886269894_0.34230886469595134"},"directories":{}},"1.0.6":{"name":"npm-update","version":"1.0.6","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0","xlogger":"~1.0.0"},"devDependencies":{"co":"^4.6.0","co-mocha":"^1.1.3","istanbul":"*","jshint":"*","mocha":"*","pre-commit":"*","should":"*"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","license":"MIT","gitHead":"b3513895c4229d2a80367ad992c8ad90e9e1b26f","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.6","_shasum":"b1a5f9fd07610325ca4e85fda1c902d269c8648a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"8.1.0","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"dist":{"shasum":"b1a5f9fd07610325ca4e85fda1c902d269c8648a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.6.tgz","integrity":"sha512-d5ogr07pwG2v9ARF53/u4Bjsaxw+z+0Eb3l8yJwVC8vaQLaQvkME4OrhyhJYPq5rMuh2q81ewjzXhX8jcM4LCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJ9jKmVrvsMJj1pjKH75p0qJP5f5ZrcuDsFkiEu7Ek0AiBY7QlzC07WZPDGHqZbkI4gsnM8KwvdWNe85Ys5c0nj/w=="}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update-1.0.6.tgz_1500626942082_0.633821758441627"},"directories":{}},"1.0.7":{"name":"npm-update","version":"1.0.7","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"co-request":"~0.2.0","xlogger":"~1.0.0"},"devDependencies":{"co":"^4.6.0","co-mocha":"^1.1.3","istanbul":"*","jshint":"*","mocha":"*","pre-commit":"*","should":"*"},"scripts":{"test":"make test","jshint":"make jshint"},"pre-commit":["jshint"],"homepage":"https://github.com/xudafeng/npm-update","license":"MIT","gitHead":"7a1f44643b05341aa301857bdd33416d32fd9cbd","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"_id":"npm-update@1.0.7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"dist":{"integrity":"sha512-e04QQRsQ6QqFrtgvX3KL1pZZdCkPsmdq/83JJsQb9MGoAz3rUSgkAhxguJovJ8X0j1lZJ9cVxEYj9GoZvyBShw==","shasum":"26bf34bdb481a71e8474f6f85e860e40c882f07d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.7.tgz","fileCount":10,"unpackedSize":5571,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjEWYz2RX51u7j4RyYGOEPMK4GpBjSkMeWnjHXT7W6GQIgNzBs/vG07koEvt5zGAjmGBM/3LCL8CUHSO5GzA18Rfc="}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update_1.0.7_1519785543201_0.31265309506128847"},"_hasShrinkwrap":false},"1.0.8":{"name":"npm-update","version":"1.0.8","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/macacajs/npm-update.git"},"dependencies":{"co-request":"~0.2.0","xlogger":"~1.0.0"},"devDependencies":{"co":"^4.6.0","co-mocha":"^1.1.3","git-contributor":"^1.0.8","jshint":"*","mocha":"*","nyc":"^12.0.2","pre-commit":"*","should":"*"},"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha","lint":"jshint .","contributor":"git-contributor"},"pre-commit":["lint"],"homepage":"https://github.com/macacajs/npm-update","license":"MIT","gitHead":"bf22220c1e8a73fbd97c5614bd4fa4098ad2c4fb","bugs":{"url":"https://github.com/macacajs/npm-update/issues"},"_id":"npm-update@1.0.8","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"zhangyuheng91@gmail.com"},"dist":{"integrity":"sha512-LnOYVp/XGAIm1iVpvyLve1cGftUty+UZERLVUGmbOUDN57IMlnx+3QAlz1YJilw0PqGlJ8fU5cBfRVpOvChfSQ==","shasum":"bb1410863d6d54cb58a4d8b168fd8dba85068384","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-1.0.8.tgz","fileCount":10,"unpackedSize":5894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMjUcCRA9TVsSAnZWagAA96YP/3vsWMmR4Yv8d/VWmIjU\nFNeeRnzBM3OlwnHFM/Pgs2dhpDwK0hxBnZvMa6o6Kja0IZLG3dYLFhMKg5LB\n/fB1Xe0chwc26MzeKD0JqNuKhY9xMj7E/YVafkJUNOOqqIvyP50+ltOnYyTk\nxdoaNRUl4wN7brVqMyrIuW+vq0N8prVy7eRXroanf36fV/NSJObRlI65BtNi\n9SdrW2MxiaYhabSvGLuj3qP/IGhkilm8yBAtLTK8fPzVw9AmJXq/dWL6vyUR\nFhnvZD4pQxxuKAnebnyNcvpU1ghkaEvDnvvx4HcPINAFEvE2IH+q12wSzIoE\nR2mUSR5XWclI0YAgpp6iyrP/57cT801IPN+Z6Ez8qkunILaXNdnn4UDyrt7+\nfZI90qeEQ9BQegtklmXBQkYo3S4kOJ4kogYZ+PM8HOhp+L6v/PpI8f/mMSm5\n0lKjnvvT2cBrX8t2XZ8qVbYBmSfDOqvhXNiARPvU43FR9gKOwEsxvxXx4n56\nHzsa8Luaw51tT9S7rTH54um9cvRLSOpkLG1/jojU1YGmaIPj1+UATMX9jh9h\n5buuVf2AJBpkuiXAauAAHIB1TSCXk+YK+u7VQZKFidKntRCtLZUGocaQwR23\nQ0F+/zy1TlJ/833DVn1UBgAF7ymkBIJrFyFub7dBhqpKzbWAqCO3InHHzHPW\ng8Qk\r\n=T/bD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWoJYuPHm0O9K+rJul6em+7tIsE6yCKTHLk6EcS1AJCAiAiXvFEGdYwG3NbtdDdGjRkkVLKEFmMsW73vlCSp5EdPQ=="}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update_1.0.8_1530017052337_0.7122402558993617"},"_hasShrinkwrap":false},"2.0.0":{"name":"npm-update","version":"2.0.0","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/macacajs/npm-update.git"},"dependencies":{"boxen":"^1.3.0","chalk":"^2.4.1","semver":"^5.5.0","urllib":"^2.29.1"},"devDependencies":{"co-mocha":"^1.1.3","eslint":"^5.2.0","eslint-config-antife":"^1.0.2","git-contributor":"^1.0.8","mocha":"^5.2.0","nyc":"^12.0.2","pre-commit":"^1.2.2"},"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha","lint":"eslint . --fix","contributor":"git-contributor"},"pre-commit":["lint"],"homepage":"https://github.com/macacajs/npm-update","license":"MIT","gitHead":"ba99180c8e508c2ffaa8e0518753d6aa52b16074","bugs":{"url":"https://github.com/macacajs/npm-update/issues"},"_id":"npm-update@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"zhangyuheng91@gmail.com"},"dist":{"integrity":"sha512-PJKcnxJKREKJCn1I2Ee0SMhNKuMkBAe2b+WFdSOirEXgsJiy8zLUDwa78y7LdWoPcZXFYqwQ10URplOYxHH49Q==","shasum":"f5586560a673a9d3b139d93dac08a4e06b2d4a09","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-2.0.0.tgz","fileCount":10,"unpackedSize":8371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWyGyCRA9TVsSAnZWagAAl5IP/AxIu/hxWCd0rQEjwRi6\nqsDSVKbyYDkBXl++J4HzdBrLnp13cHG88Y+Dkm7jIZck4D9E630kNK4BtZWe\nJDmMkDZCyHxccfjA+i34avxCtLhTsmjG0zQEvHIxWgfniAvc0y0vvG3Eeh0k\nltMaWfhYdPP7ArorUFKpsVTxJI5sGvE2WMTd7Sw8VzqikJiAfNbewJqpSMNy\nbFRu4C/0Lz8UoSv2MNFS0gE2HyVyojZcIGoV1umsjOcWYIaUz5OAudtkc1W+\nERgiXpuKrGj0HWiy6A5aD+bLiFYxsIUD+cMWWeG/N7mce4e8xPGbnrdK4j0t\nX9KDNMkYggUajkAzHtXcTKFHTxCi61JsO2ZcT2zZpuh26hKsklLJEzGyP4p+\nj/MXclqBC9DlrV0x75iyFL6lGXSgVcyYn7e7hAW4BteP6w5x9PbHggJrAHRa\nwcFkgD9V2xy2F6wBnnaBuPo2kBbz1KdgOJrZOZZ4Q+EzCT7ngYBkLjibSbhm\nobMyYi1F6fjnejGqpEyQ4dY7+nIxTalK5k6zrmUgLBau18y4E72eSjGc/Pij\neg4m+ZHhtVVNk0hrZSll06VObP4n+L2la+a8gDaZjNpn/eTKckfNfnUFZ0y+\nZcGngRbWziBEz3PHmgNRTiw/SM1aTom6d/jPHAmmjpbIHyyvJYKemTNxovDr\nGJDK\r\n=0A4G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/Nyvu7YDc0AR3Nx8HaUbxLGMcRIGCl0VFKF1o3BAaVwIgb7cX/Srze2PHBvrl2b7N83dbXkZ9Jy374hbNkki2eiA="}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update_2.0.0_1532699058340_0.5070038588129053"},"_hasShrinkwrap":false},"2.1.0":{"name":"npm-update","version":"2.1.0","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/macacajs/npm-update.git"},"dependencies":{"boxen":"^1.3.0","chalk":"^2.4.1","semver":"^5.5.0","urllib":"^2.29.1"},"devDependencies":{"co-mocha":"^1.1.3","eslint":"^5.2.0","eslint-config-antife":"^1.0.2","git-contributor":"^1.0.8","mocha":"^5.2.0","nyc":"^12.0.2","pre-commit":"^1.2.2"},"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha","lint":"eslint . --fix","contributor":"git-contributor"},"pre-commit":["lint"],"homepage":"https://github.com/macacajs/npm-update","license":"MIT","gitHead":"ec8e086051133bd6741330ae56368a8272d78f9c","bugs":{"url":"https://github.com/macacajs/npm-update/issues"},"_id":"npm-update@2.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"zhangyuheng91@gmail.com"},"dist":{"integrity":"sha512-egRZtzAv9o4gGelrxK1MWrVX8MLkqelmWB6AEKMN/LycvrxJDn/CnGyo0GtVPiUvmnH890zkt6QVwCeKhAgaqQ==","shasum":"763148152be02c0021440fe52522277477160766","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-2.1.0.tgz","fileCount":10,"unpackedSize":9641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbYYObCRA9TVsSAnZWagAAQ/QP/A/iJ7d5sjQynSfRdxgy\n9kTiWCFzgjwIaLQqVHVSzjwkP6M98ZgQpVBhnVMj/3MYQkaIz8EFdKl/U/j6\nzddTJIypudJUJM5veFqzZRIoiouihJslE6x2vK/TpIwz5lTISHXZLjsXR8uL\nDOch5d7yw9AvID7vxE7Ufg4h54MJEBgPJawFGrW+usyqyyUjxZQDNpyVI/1F\noZxHk5Sy0cZmPEjHUbAL9I9SZGR3+qwE/viOituDWNg6efuBfIm/ZonEyBua\nNi2ZFmnX/EBl5TgPokVyqJNTsYbOSkTYiNNykBIRgnWKrc3tl+IF0Vi4rOI8\nTnzW0fYJCPCp5dU8vbxJeHaslRiWZXmF6ta9meBMMzB3gHZKVdBBvLIbShdJ\nUHEEU80sEzwP8/aWYSVpL1x30QCQbXkGEjS1Z3LPAiFCETJEVuFJlo1p2b/7\nE8h+vC9l3t8iyxP2Wf1OdZ5ZsthCatndcSki9wqQ2T9JtJprSaFrrDPlgpTW\nOFMzlhAyWYinJdzKB66+xNhAJQu1L2cOm6i+VRCJhPGAKk0L/5b7HKg3Z+Of\n02+JiqJ2LwvHg8NxdZO2GZD41gJWTPLS2oC+3qh3xuB9l8uTYSJKZVoliueb\nJddlbcXTNUMexJFvMQzdoFA8wu+X4yLtFAqJ6n0pwDILdsClL5m9gLDmpWAx\n6w53\r\n=QZdk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAYHwg9GdeamTjeqNJYm9J/q/ZC+FpSD4N4txQpHjP+3AiEAt63dnNRkPv4vGvEYYaG+1ITfDz8Hpcgerccrvvtfttk="}]},"maintainers":[{"name":"anonymous","email":"ygch1993@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update_2.1.0_1533117338478_0.9548892513390121"},"_hasShrinkwrap":false},"3.0.0":{"name":"npm-update","version":"3.0.0","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"boxen":"^1.3.0","chalk":"^2.4.1","semver":"^5.5.0","urllib":"^2.29.1"},"devDependencies":{"co-mocha":"^1.1.3","eslint":"^5.2.0","eslint-config-antife":"^1.0.2","git-contributor":"^1.0.8","mocha":"^5.2.0","nyc":"^12.0.2","pre-commit":"^1.2.2"},"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha","lint":"eslint . --fix","contributor":"git-contributor"},"pre-commit":["lint"],"license":"MIT","gitHead":"05b0bd92f51578d4efac0858068e6c054cd363a9","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"homepage":"https://github.com/xudafeng/npm-update#readme","_id":"npm-update@3.0.0","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-amSvk5+FcXqdzRAljplR1GAx06Q68NuBtvPCFF+kR8+kvVlJppToGJD4DVZFhwp88OPVE13An5Sbl538C+G4SQ==","shasum":"652987e866a51643dee76e66c913f27f59217f45","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-3.0.0.tgz","fileCount":4,"unpackedSize":5600,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIVDWmLC52FMlK4pJ0z9KUSg1900xPdHiFD1DVCUjBDwIgEDQK6532nLHP+2QJoKCWckcXcuiRWseyIUnuq+9yaxY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZKWgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRjRAAicpeQFt3w/DunvT8Lfq9l5i6rp7rkEnzvfVmuN/0H83CX7h1\r\n5Mev8+Jo/4NvxdH18J2BJA02e3LK9BfLXVh/Xf72k70oT10bM+Gusf5UvLHo\r\nvhoBr4UMxbFb/8amE+Kgt3h9B+K5vJM90CcPS1gLZUKVw32/gzV/Q6dVZLIR\r\nhXHcTG4tJWaRKOdZqmy1a53sPkPm8QL02i2L706TNK5lYV0354yCoPvxQVgE\r\ncSKRV5GkLTVV/rR3my9OF5V23rrzf9xIIHmnthsNLtWGFB5GOICpmr+2wbsd\r\nEsk/fjDqhHtYYbab7YvtpH1tzdZxMUq6aLQgOfHb+HiIH07KU2SQoUIByPEK\r\nQvkLxeCd1DsTm1lRVsFsnfv4MQgyA6EXsBZJ60K6pQAZDGuyYaUMWh7IIV2B\r\nlJOHXXS761asuC8FSawA+iVYzVRRiE0h/QXDBhPl6m+Ox2K2Ox7XIx7FN+VY\r\nV/DP3mnqrlpFPA0JVE675THlG9dzEqE68lh7rdlb0GJy6zPJmqYNfEBCLSza\r\ntWJi0pFJFcEwk/hjVINk7jLfBvLgk2DQvyjCqSzcOKb2PB7Z99bnwF4qVGSQ\r\nIWY/cJSfQOaAYszambpYkDq7oeG/p8lC0QBEYEtR5INgGolM82jQn+W1B66u\r\nVwUwScKseNIPJS2JwOWZLd7rPxFdbVeQHGw=\r\n=01uJ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"zhangyuheng91@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"ygch1993@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update_3.0.0_1667540383874_0.6987414479992939"},"_hasShrinkwrap":false},"3.0.1":{"name":"npm-update","version":"3.0.1","description":"npm update","keywords":["npm","update"],"main":"index.js","repository":{"type":"git","url":"git://github.com/xudafeng/npm-update.git"},"dependencies":{"boxen":"^1.3.0","chalk":"^2.4.1","semver":"^5.5.0","urllib":"^2.29.1"},"devDependencies":{"co-mocha":"^1.1.3","eslint":"^5.2.0","eslint-config-antife":"^1.0.2","git-contributor":"^1.0.8","mocha":"^5.2.0","nyc":"^12.0.2","pre-commit":"^1.2.2"},"scripts":{"test":"nyc --reporter=lcov --reporter=text mocha","lint":"eslint . --fix","contributor":"git-contributor"},"pre-commit":["lint"],"license":"MIT","gitHead":"ed969b671e237ad0ef6a12f1acf95d941a95805e","bugs":{"url":"https://github.com/xudafeng/npm-update/issues"},"homepage":"https://github.com/xudafeng/npm-update#readme","_id":"npm-update@3.0.1","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-dODuSopdQJbiXcBx6QZmIuctGjvuo68PwfiRnJhUjIYjlfcxmPvwzQKVsK3vUJJtS9yLvf3VFKl4EvgH2r1iSg==","shasum":"3860695d25df9169acd49796df07a17be2896c39","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/npm-update/-/npm-update-3.0.1.tgz","fileCount":4,"unpackedSize":5586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGlzYLU/rr8XuzVvUlTLQ7OXlAtf+ZjM3IUJ+DpDxapQIgWOfTiKwtTtleKtAGTCPhbnLufbn7BmcMZEyWipU1mAU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZKnoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvJw/+Nz7vsnWhBRnhmexGIRCuzfv8P0j5DQiz2Xj1tSpzxb5fMTNb\r\nWsLTy+3EP8iEKx1QewwphBqsgNAbFqd8gdEtROe3QdeL7jtWWRYZjhMZ/jpT\r\nzGAs7x1LV1qap1YLNHwy5tueWz+5XAhPizhl2+XzzCZYhrVpYWymjDb8RNk3\r\nTLHo45yKyWZsHV1qVxQB7xMB30D+2hgsXLBgBaH+9ZPfO3BBL5tFUNwcm6Q4\r\nn+H/kK6f1nuacx8658nrnk4+HPwH2KKAFfF++x9Xtdr0Cb2XJCBnLtByKAE6\r\npQqWwUO25zszn3snMAgRdwZvF9N+NMpsr6hHajhjOXeCnixDpWDMfvY/AsiR\r\ndWQPfzXNE089NNg1QxoHhaG+tlsMIQUOHxGDY9UWW86rTwUBk5L086jaj447\r\ne9bb0ShFnlTHezQKE1LONy+ESlDB1Tq1SZ1NWbSIVHjD3ZufqtncVHHRzf77\r\nSKO/5I3A+qF+N/ymi6EGaVzjuhxerxud5OYYL7I01NOjO+gG2gzrC6QMb+6p\r\nrqrlUK0L/vHX8wVWC3nR623FT2Jek9fcY1Y86OXcac4yCasYwD2vujW1QZvi\r\nySqPSOMiKEDFq97Hk0IBJJTha5VLtU0CgttWCPui3B3Q8yPLm5JsDhc4RsfF\r\nvoL0x9GMP9GBMBN5MwneUYhVzu1yC97Cyic=\r\n=fJGB\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"zhangyuheng91@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"ygch1993@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-update_3.0.1_1667541480277_0.6376947649268747"},"_hasShrinkwrap":false}},"name":"npm-update","time":{"modified":"2022-11-04T05:58:00.522Z","created":"2015-08-04T03:20:41.302Z","0.1.0":"2015-08-04T03:20:41.302Z","0.2.0":"2015-08-04T03:53:40.138Z","1.0.0":"2015-08-04T05:45:59.137Z","1.0.1":"2015-08-04T05:49:11.317Z","1.0.2":"2015-08-04T07:01:06.570Z","1.0.4":"2016-08-31T04:23:12.923Z","1.0.5":"2016-10-31T03:57:50.535Z","1.0.6":"2017-07-21T08:49:02.206Z","1.0.7":"2018-02-28T02:39:03.297Z","1.0.8":"2018-06-26T12:44:12.429Z","2.0.0":"2018-07-27T13:44:18.388Z","2.1.0":"2018-08-01T09:55:38.585Z","3.0.0":"2022-11-04T05:39:44.046Z","3.0.1":"2022-11-04T05:58:00.447Z"},"readmeFilename":"README.md","homepage":"https://github.com/xudafeng/npm-update#readme"}