package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "vue-no-ssr@^1.1.1",
  3. "_id": "vue-no-ssr@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==",
  6. "_location": "/vue-no-ssr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-no-ssr@^1.1.1",
  12. "name": "vue-no-ssr",
  13. "escapedName": "vue-no-ssr",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/vue-app"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz",
  22. "_shasum": "875f3be6fb0ae41568a837f3ac1a80eaa137b998",
  23. "_spec": "vue-no-ssr@^1.1.1",
  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-no-ssr/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. "eslint-config-rem": "^3.0.0",
  39. "poi": "^9.3.1",
  40. "xo": "^0.18.0"
  41. },
  42. "files": [
  43. "dist"
  44. ],
  45. "homepage": "https://github.com/egoist/vue-no-ssr#readme",
  46. "license": "MIT",
  47. "main": "dist/vue-no-ssr.common.js",
  48. "name": "vue-no-ssr",
  49. "poi": {
  50. "entry": "example/index.js",
  51. "dist": "example/dist"
  52. },
  53. "repository": {
  54. "url": "git+https://github.com/egoist/vue-no-ssr.git",
  55. "type": "git"
  56. },
  57. "scripts": {
  58. "build": "npm run build:cjs && npm run build:umd",
  59. "build:cjs": "FORMAT=cjs bili",
  60. "build:umd": "FORMAT=umd bili",
  61. "example": "poi",
  62. "lint": "xo",
  63. "prepublish": "npm run build",
  64. "test": "echo 'no tests!' && npm run lint"
  65. },
  66. "unpkg": "dist/vue-no-ssr.min.js",
  67. "version": "1.1.1",
  68. "xo": {
  69. "extends": "rem/prettier",
  70. "ignores": [
  71. "example/**"
  72. ]
  73. }
  74. }