保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_from": "@nuxt/components@^2.1.8",
  "_id": "@nuxt/components@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-r1LHUzifvheTnJtYrMuA+apgsrEJbxcgFKIimeXKb+jl8TnPWdV3egmrxBCaDJchrtY/wmHyP47tunsft7AWwg==",
  "_location": "/@nuxt/components",
  "_phantomChildren": {
    "lru-cache": "6.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nuxt/components@^2.1.8",
    "name": "@nuxt/components",
    "escapedName": "@nuxt%2fcomponents",
    "scope": "@nuxt",
    "rawSpec": "^2.1.8",
    "saveSpec": null,
    "fetchSpec": "^2.1.8"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/components/-/components-2.2.1.tgz",
  "_shasum": "49c4442ac5a0ef49f49ef7d9960f4376fc3e7c78",
  "_spec": "@nuxt/components@^2.1.8",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\nuxt",
  "bugs": {
    "url": "https://github.com/nuxt/components/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.1.2",
    "chokidar": "^3.5.2",
    "glob": "^7.1.7",
    "globby": "^11.0.4",
    "scule": "^0.2.1",
    "semver": "^7.3.5",
    "upath": "^2.0.1",
    "vue-template-compiler": "^2.6.14"
  },
  "deprecated": false,
  "description": "Auto Import Components for Nuxt.js",
  "devDependencies": {
    "@babel/preset-env": "latest",
    "@babel/preset-typescript": "latest",
    "@nuxt/test-utils": "latest",
    "@nuxt/types": "latest",
    "@nuxt/typescript-build": "latest",
    "@nuxt/typescript-runtime": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "@types/jest": "latest",
    "@types/loader-utils": "latest",
    "@types/lodash": "latest",
    "@types/semver": "latest",
    "consola": "latest",
    "eslint": "latest",
    "jest": "latest",
    "loader-utils": "latest",
    "nuxt-edge": "latest",
    "pug": "latest",
    "pug-plain-loader": "latest",
    "siroc": "0.15.0",
    "standard-version": "latest"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*",
    "./package.json": "./package.json",
    "./loader": "./dist/loader.js"
  },
  "files": [
    "dist",
    "lib",
    "templates"
  ],
  "homepage": "https://github.com/nuxt/components#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nuxt/components",
  "peerDependencies": {
    "consola": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/components.git"
  },
  "scripts": {
    "build": "siroc build",
    "dev": "nuxt dev test/fixture",
    "lint": "eslint --ext .ts,.js,.vue .",
    "prepare": "yarn link && yarn link @nuxt/components",
    "prepublishOnly": "yarn build",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest --verbose"
  },
  "types": "dist/index.d.ts",
  "version": "2.2.1"
}