{ "_args": [ [ "vue-countup-v2@4.0.0", "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin" ] ], "_from": "vue-countup-v2@4.0.0", "_id": "vue-countup-v2@4.0.0", "_inBundle": false, "_integrity": "sha1-BhoayO5Koge7nSPSvMHVOl98NnU=", "_location": "/vue-countup-v2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vue-countup-v2@4.0.0", "name": "vue-countup-v2", "escapedName": "vue-countup-v2", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npm.taobao.org/vue-countup-v2/download/vue-countup-v2-4.0.0.tgz", "_spec": "4.0.0", "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin", "author": { "name": "xLsDg", "email": "xlsdg@qq.com", "url": "https://xlsdg.org/" }, "browser": "dist/countup.umd.min.js", "bugs": { "url": "https://github.com/xlsdg/vue-countup-v2/issues" }, "description": "A CountUp component for Vue", "devDependencies": { "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^8.0.0", "babel-eslint": "^10.0.1", "bili": "^4.8.0", "eslint": "^5.16.0", "eslint-config-alloy": "^2.0.2", "eslint-config-prettier": "^4.3.0", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-vue": "^5.2.2", "husky": "^2.4.0", "lint-staged": "^8.2.0", "prettier": "^1.18.0", "rollup-plugin-vue": "^5.0.0", "vue": "^2.6.10", "vue-eslint-parser": "5.0.0", "vue-template-compiler": "^2.6.10" }, "engines": { "node": ">=8", "npm": ">=5" }, "files": [ "dist", "src" ], "homepage": "https://github.com/xlsdg/vue-countup-v2", "jsdelivr": "dist/countup.min.js", "keywords": [ "vue", "countup", "vue-countup", "library" ], "license": "MIT", "main": "dist/countup.min.js", "module": "dist/countup.esm.min.js", "name": "vue-countup-v2", "peerDependencies": { "countup.js": "latest", "vue": "latest" }, "repository": { "type": "git", "url": "git+https://github.com/xlsdg/vue-countup-v2.git" }, "scripts": { "build": "bili", "release:major": "npm version major && npm publish", "release:minor": "npm version minor && npm publish", "release:patch": "npm version patch && npm publish" }, "source": "src/countup.vue", "unpkg": "dist/countup.min.js", "version": "4.0.0" }