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

97 lines
2.2 KiB

{
"_from": "update-notifier@~2.1.0",
"_id": "update-notifier@2.1.0",
"_integrity": "sha1-7AweU1NrdmR6JLd8uDlm2TFRI9k=",
"_location": "/update-notifier",
"_phantomChildren": {
"ansi-regex": "2.1.1",
"graceful-fs": "4.1.11",
"ini": "1.3.4",
"lru-cache": "4.0.2",
"mkdirp": "0.5.1",
"semver": "5.3.0",
"strip-ansi": "3.0.1",
"which": "1.2.14",
"write-file-atomic": "1.3.4"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "update-notifier@~2.1.0",
"name": "update-notifier",
"escapedName": "update-notifier",
"rawSpec": "~2.1.0",
"saveSpec": null,
"fetchSpec": "~2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz",
"_shasum": "ec0c1e53536b76647a24b77cb83966d9315123d9",
"_shrinkwrap": null,
"_spec": "update-notifier@~2.1.0",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": null,
"bugs": {
"url": "https://github.com/yeoman/update-notifier/issues"
},
"bundleDependencies": false,
"dependencies": {
"boxen": "^1.0.0",
"chalk": "^1.0.0",
"configstore": "^3.0.0",
"is-npm": "^1.0.0",
"latest-version": "^3.0.0",
"lazy-req": "^2.0.0",
"semver-diff": "^2.0.0",
"xdg-basedir": "^3.0.0"
},
"deprecated": false,
"description": "Update notifications for your CLI app",
"devDependencies": {
"clear-require": "^2.0.0",
"fixture-stdout": "^0.2.1",
"mocha": "*",
"strip-ansi": "^3.0.1",
"xo": "^0.17.0"
},
"engines": {
"node": ">=4"
},
"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",
"optionalDependencies": {},
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yeoman/update-notifier.git"
},
"scripts": {
"test": "xo && mocha --timeout 20000"
},
"version": "2.1.0"
}