{
  "_from": "vue-client-only@^2.0.0",
  "_id": "vue-client-only@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==",
  "_location": "/vue-client-only",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-client-only@^2.0.0",
    "name": "vue-client-only",
    "escapedName": "vue-client-only",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@nuxt/vue-app"
  ],
  "_resolved": "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.1.0.tgz",
  "_shasum": "1a67a47b8ecacfa86d75830173fffee3bf8a4ee3",
  "_spec": "vue-client-only@^2.0.0",
  "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\vue-app",
  "author": {
    "name": "egoist",
    "email": "0x142857@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/egoist/vue-client-only/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Vue component to wrap non SSR friendly components",
  "devDependencies": {
    "bili": "^0.16.0-rc.1",
    "dtslint": "^4.1.0",
    "eslint-config-rem": "^3.0.0",
    "poi": "^9.3.1",
    "tsd": "^0.16.0",
    "typescript": "^4.3.2",
    "vue": "^2.6.13",
    "xo": "^0.18.0"
  },
  "files": [
    "dist",
    "types/index.d.ts"
  ],
  "homepage": "https://github.com/egoist/vue-client-only#readme",
  "license": "MIT",
  "main": "dist/vue-client-only.common.js",
  "name": "vue-client-only",
  "poi": {
    "entry": "example/index.js",
    "dist": "example/dist"
  },
  "repository": {
    "url": "git+https://github.com/egoist/vue-client-only.git",
    "type": "git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:umd",
    "build:cjs": "FORMAT=cjs bili",
    "build:umd": "FORMAT=umd bili",
    "example": "poi",
    "lint": "xo",
    "prepublish": "npm run build",
    "test": "echo 'no tests!' && npm run lint",
    "types": "dtslint --localTs node_modules/typescript/lib types"
  },
  "types": "types/index.d.ts",
  "unpkg": "dist/vue-client-only.min.js",
  "version": "2.1.0",
  "xo": {
    "extends": "rem/prettier",
    "ignores": [
      "example/**"
    ]
  }
}