| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "vue-github-badge@^1.0.0",
- "_id": "vue-github-badge@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-3/fOBzIOZKIY7fEGsVpDF27AYQY=",
- "_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.npmjs.org/vue-github-badge/-/vue-github-badge-1.0.1.tgz",
- "_shasum": "dff7ce07320e64a218edf106b15a43176ec06106",
- "_spec": "vue-github-badge@^1.0.0",
- "_where": "G:\\xiangmu\\MaZui\\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"
- ]
- }
- }
|