package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "vue-github-badge@^1.0.0",
  3. "_id": "vue-github-badge@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3/fOBzIOZKIY7fEGsVpDF27AYQY=",
  6. "_location": "/vue-github-badge",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-github-badge@^1.0.0",
  12. "name": "vue-github-badge",
  13. "escapedName": "vue-github-badge",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vue-aliplayer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-github-badge/-/vue-github-badge-1.0.1.tgz",
  22. "_shasum": "dff7ce07320e64a218edf106b15a43176ec06106",
  23. "_spec": "vue-github-badge@^1.0.0",
  24. "_where": "G:\\xiangmu\\MaZui\\node_modules\\vue-aliplayer",
  25. "author": {
  26. "name": "egoist",
  27. "email": "0x142857@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/egoist/vue-github-badge/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "cuz I need it",
  35. "devDependencies": {
  36. "bili": "^0.16.0-rc.2",
  37. "eslint-config-rem": "^3.1.0",
  38. "gh-pages": "^1.0.0",
  39. "poi": "^9.0.4",
  40. "rollup-plugin-babel": "^2.7.1",
  41. "xo": "^0.18.2"
  42. },
  43. "files": [
  44. "dist"
  45. ],
  46. "homepage": "https://github.com/egoist/vue-github-badge#readme",
  47. "license": "MIT",
  48. "main": "dist/vue-github-badge.js",
  49. "name": "vue-github-badge",
  50. "poi": {
  51. "dist": "dist-example",
  52. "entry": "example.js",
  53. "homepage": "/vue-github-badge"
  54. },
  55. "repository": {
  56. "url": "git+https://github.com/egoist/vue-github-badge.git",
  57. "type": "git"
  58. },
  59. "scripts": {
  60. "build": "bili ./src/index.js --format umd --compress --module-name GitHubBadge --name vue-github-badge --js babel --banner",
  61. "build:example": "poi build",
  62. "deploy": "npm run build:example && gh-pages -d dist-example",
  63. "dev": "poi",
  64. "lint": "xo",
  65. "prepublish": "npm run build",
  66. "test": "echo 'no tests!' && npm run lint"
  67. },
  68. "version": "1.0.1",
  69. "xo": {
  70. "extends": [
  71. "rem"
  72. ],
  73. "ignores": [
  74. "example.js"
  75. ]
  76. }
  77. }