You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.9 KiB
JSON

5 years ago
{
"_from": "update-notifier@^0.7.0",
"_id": "update-notifier@0.7.0",
"_inBundle": false,
"_integrity": "sha1-FDxFMzg9CJCO9wVGIGOV/htauwY=",
"_location": "/update-notifier",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "update-notifier@^0.7.0",
"name": "update-notifier",
"escapedName": "update-notifier",
"rawSpec": "^0.7.0",
"saveSpec": null,
"fetchSpec": "^0.7.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-0.7.0.tgz",
"_shasum": "143c4533383d08908ef70546206395fe1b5abb06",
"_spec": "update-notifier@^0.7.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/yeoman/update-notifier/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-align": "^1.0.0",
"boxen": "^0.5.1",
"chalk": "^1.0.0",
"configstore": "^2.0.0",
"is-npm": "^1.0.0",
"latest-version": "^2.0.0",
"semver-diff": "^2.0.0",
"xdg-basedir": "^2.0.0"
},
"deprecated": false,
"description": "Update notifications for your CLI app",
"devDependencies": {
"clear-require": "^1.0.1",
"mocha": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"check.js"
],
"homepage": "https://github.com/yeoman/update-notifier#readme",
"keywords": [
"npm",
"update",
"updater",
"notify",
"notifier",
"check",
"checker",
"cli",
"module",
"package",
"version"
],
"license": "BSD-2-Clause",
"name": "update-notifier",
"repository": {
"type": "git",
"url": "git+https://github.com/yeoman/update-notifier.git"
},
"scripts": {
"test": "xo && mocha --timeout 20000"
},
"version": "0.7.0"
}