1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "vue-no-ssr@^1.1.1",
- "_id": "vue-no-ssr@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==",
- "_location": "/vue-no-ssr",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vue-no-ssr@^1.1.1",
- "name": "vue-no-ssr",
- "escapedName": "vue-no-ssr",
- "rawSpec": "^1.1.1",
- "saveSpec": null,
- "fetchSpec": "^1.1.1"
- },
- "_requiredBy": [
- "/@nuxt/vue-app"
- ],
- "_resolved": "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz",
- "_shasum": "875f3be6fb0ae41568a837f3ac1a80eaa137b998",
- "_spec": "vue-no-ssr@^1.1.1",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\vue-app",
- "author": {
- "name": "egoist",
- "email": "0x142857@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/egoist/vue-no-ssr/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Vue component to wrap non SSR friendly components",
- "devDependencies": {
- "bili": "^0.16.0-rc.1",
- "eslint-config-rem": "^3.0.0",
- "poi": "^9.3.1",
- "xo": "^0.18.0"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/egoist/vue-no-ssr#readme",
- "license": "MIT",
- "main": "dist/vue-no-ssr.common.js",
- "name": "vue-no-ssr",
- "poi": {
- "entry": "example/index.js",
- "dist": "example/dist"
- },
- "repository": {
- "url": "git+https://github.com/egoist/vue-no-ssr.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"
- },
- "unpkg": "dist/vue-no-ssr.min.js",
- "version": "1.1.1",
- "xo": {
- "extends": "rem/prettier",
- "ignores": [
- "example/**"
- ]
- }
- }
|