84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
|
{
|
||
|
"_from": "vue-bus@^1.1.0",
|
||
|
"_id": "vue-bus@1.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-uCSJEWFWoDZz+GV/Pj/wXAC7WVBLD18V62l+2ezd4UCsZWZB27Hz3K0M9WUcbNum/yKBoN+OkOCIrU6A9xqWhw==",
|
||
|
"_location": "/vue-bus",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "vue-bus@^1.1.0",
|
||
|
"name": "vue-bus",
|
||
|
"escapedName": "vue-bus",
|
||
|
"rawSpec": "^1.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/vue-bus/-/vue-bus-1.2.1.tgz",
|
||
|
"_shasum": "50577b0b73fc1af9cda8a475fef2f7f0fdad7045",
|
||
|
"_spec": "vue-bus@^1.1.0",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
|
||
|
"author": {
|
||
|
"name": "Yang Mingshan",
|
||
|
"email": "y.mingshan3@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/yangmingshan/vue-bus/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "A event bus for Vue.js",
|
||
|
"devDependencies": {
|
||
|
"buble": "^0.19.7",
|
||
|
"codecov": "^3.2.0",
|
||
|
"eslint": "^5.15.3",
|
||
|
"eslint-config-standard": "^12.0.0",
|
||
|
"eslint-plugin-import": "^2.16.0",
|
||
|
"eslint-plugin-node": "^8.0.1",
|
||
|
"eslint-plugin-promise": "^4.0.1",
|
||
|
"eslint-plugin-standard": "^4.0.0",
|
||
|
"jest": "^24.5.0",
|
||
|
"rimraf": "^2.6.3",
|
||
|
"rollup": "^1.7.0",
|
||
|
"rollup-plugin-buble": "^0.19.6",
|
||
|
"uglify-js": "^3.5.1",
|
||
|
"vue": "^2.6.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"src",
|
||
|
"dist/*.js",
|
||
|
"types/*.d.ts"
|
||
|
],
|
||
|
"homepage": "https://github.com/yangmingshan/vue-bus#readme",
|
||
|
"jest": {
|
||
|
"coverageDirectory": "./coverage/",
|
||
|
"collectCoverage": true
|
||
|
},
|
||
|
"jsdelivr": "dist/vue-bus.js",
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"events",
|
||
|
"bus"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/vue-bus.common.js",
|
||
|
"module": "dist/vue-bus.esm.js",
|
||
|
"name": "vue-bus",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/yangmingshan/vue-bus.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rimraf dist && rollup -c && uglifyjs dist/vue-bus.js -c -m --comments -o dist/vue-bus.min.js",
|
||
|
"lint": "eslint src __tests__",
|
||
|
"test": "jest && codecov"
|
||
|
},
|
||
|
"typings": "types/index.d.ts",
|
||
|
"unpkg": "dist/vue-bus.js",
|
||
|
"version": "1.2.1"
|
||
|
}
|