package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "vue-client-only@^2.0.0",
  3. "_id": "vue-client-only@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==",
  6. "_location": "/vue-client-only",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-client-only@^2.0.0",
  12. "name": "vue-client-only",
  13. "escapedName": "vue-client-only",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/vue-app"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.1.0.tgz",
  22. "_shasum": "1a67a47b8ecacfa86d75830173fffee3bf8a4ee3",
  23. "_spec": "vue-client-only@^2.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\vue-app",
  25. "author": {
  26. "name": "egoist",
  27. "email": "0x142857@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/egoist/vue-client-only/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Vue component to wrap non SSR friendly components",
  36. "devDependencies": {
  37. "bili": "^0.16.0-rc.1",
  38. "dtslint": "^4.1.0",
  39. "eslint-config-rem": "^3.0.0",
  40. "poi": "^9.3.1",
  41. "tsd": "^0.16.0",
  42. "typescript": "^4.3.2",
  43. "vue": "^2.6.13",
  44. "xo": "^0.18.0"
  45. },
  46. "files": [
  47. "dist",
  48. "types/index.d.ts"
  49. ],
  50. "homepage": "https://github.com/egoist/vue-client-only#readme",
  51. "license": "MIT",
  52. "main": "dist/vue-client-only.common.js",
  53. "name": "vue-client-only",
  54. "poi": {
  55. "entry": "example/index.js",
  56. "dist": "example/dist"
  57. },
  58. "repository": {
  59. "url": "git+https://github.com/egoist/vue-client-only.git",
  60. "type": "git"
  61. },
  62. "scripts": {
  63. "build": "npm run build:cjs && npm run build:umd",
  64. "build:cjs": "FORMAT=cjs bili",
  65. "build:umd": "FORMAT=umd bili",
  66. "example": "poi",
  67. "lint": "xo",
  68. "prepublish": "npm run build",
  69. "test": "echo 'no tests!' && npm run lint",
  70. "types": "dtslint --localTs node_modules/typescript/lib types"
  71. },
  72. "types": "types/index.d.ts",
  73. "unpkg": "dist/vue-client-only.min.js",
  74. "version": "2.1.0",
  75. "xo": {
  76. "extends": "rem/prettier",
  77. "ignores": [
  78. "example/**"
  79. ]
  80. }
  81. }