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.
75 lines
1.9 KiB
75 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"update-check@1.5.4",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "update-check@1.5.4",
|
|
"_id": "update-check@1.5.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-W1COJZVY8a19vItLBFfUydKMh0M=",
|
|
"_location": "/update-check",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "update-check@1.5.4",
|
|
"name": "update-check",
|
|
"escapedName": "update-check",
|
|
"rawSpec": "1.5.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.5.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@dcloudio/vue-cli-plugin-uni"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/update-check/download/update-check-1.5.4.tgz",
|
|
"_spec": "1.5.4",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "leo"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zeit/update-check/issues"
|
|
},
|
|
"dependencies": {
|
|
"registry-auth-token": "3.3.2",
|
|
"registry-url": "3.1.0"
|
|
},
|
|
"description": "Minimalistic update notifications for command line interfaces",
|
|
"devDependencies": {
|
|
"@zeit/eslint-config-node": "0.2.13",
|
|
"@zeit/git-hooks": "0.1.4",
|
|
"eslint": "4.19.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"@zeit/eslint-config-node"
|
|
]
|
|
},
|
|
"git": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"homepage": "https://github.com/zeit/update-check#readme",
|
|
"keywords": [
|
|
"update",
|
|
"notifications",
|
|
"checker",
|
|
"notifier"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "update-check",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zeit/update-check.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "zeit-eslint --ext .jsx,.js .",
|
|
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "1.5.4"
|
|
}
|
|
|