integrated_traffic_uniapp/node_modules/vue-github-badge/package.json

78 lines
2.1 KiB
JSON

{
"_from": "vue-github-badge@^1.0.0",
"_id": "vue-github-badge@1.0.1",
"_inBundle": false,
"_integrity": "sha512-8X+FUWapnnDfs6cRUg3mCfHUf2r5arUfCSRdvbIn860oj9us3Rz3VOtioUgmfzh6EhaaYTs0Oh78EzJ+Z6uqAA==",
"_location": "/vue-github-badge",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-github-badge@^1.0.0",
"name": "vue-github-badge",
"escapedName": "vue-github-badge",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/vue-aliplayer"
],
"_resolved": "https://registry.npmmirror.com/vue-github-badge/-/vue-github-badge-1.0.1.tgz",
"_shasum": "dff7ce07320e64a218edf106b15a43176ec06106",
"_spec": "vue-github-badge@^1.0.0",
"_where": "E:\\UniApp_integrated_whb\\node_modules\\vue-aliplayer",
"author": {
"name": "egoist",
"email": "0x142857@gmail.com"
},
"bugs": {
"url": "https://github.com/egoist/vue-github-badge/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "cuz I need it",
"devDependencies": {
"bili": "^0.16.0-rc.2",
"eslint-config-rem": "^3.1.0",
"gh-pages": "^1.0.0",
"poi": "^9.0.4",
"rollup-plugin-babel": "^2.7.1",
"xo": "^0.18.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/egoist/vue-github-badge#readme",
"license": "MIT",
"main": "dist/vue-github-badge.js",
"name": "vue-github-badge",
"poi": {
"dist": "dist-example",
"entry": "example.js",
"homepage": "/vue-github-badge"
},
"repository": {
"url": "git+https://github.com/egoist/vue-github-badge.git",
"type": "git"
},
"scripts": {
"build": "bili ./src/index.js --format umd --compress --module-name GitHubBadge --name vue-github-badge --js babel --banner",
"build:example": "poi build",
"deploy": "npm run build:example && gh-pages -d dist-example",
"dev": "poi",
"lint": "xo",
"prepublish": "npm run build",
"test": "echo 'no tests!' && npm run lint"
},
"version": "1.0.1",
"xo": {
"extends": [
"rem"
],
"ignores": [
"example.js"
]
}
}