保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "@vue/test-utils@1.2.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "@vue/test-utils@1.2.2",
  "_id": "@vue/test-utils@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==",
  "_location": "/@vue/test-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vue/test-utils@1.2.2",
    "name": "@vue/test-utils",
    "escapedName": "@vue%2ftest-utils",
    "scope": "@vue",
    "rawSpec": "1.2.2",
    "saveSpec": null,
    "fetchSpec": "1.2.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.2.2.tgz",
  "_spec": "1.2.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "vuejs"
  },
  "bugs": {
    "url": "https://github.com/vuejs/vue-test-utils/issues"
  },
  "dependencies": {
    "dom-event-types": "^1.0.0",
    "lodash": "^4.17.15",
    "pretty": "^2.0.0"
  },
  "description": "Utilities for testing Vue components.",
  "files": [
    "dist/*.js",
    "types/index.d.ts"
  ],
  "gitHead": "d56d9453ca7143d97c5483e287d626c999cd30bd",
  "homepage": "https://github.com/vuejs/vue-test-utils#readme",
  "license": "MIT",
  "main": "dist/vue-test-utils.js",
  "name": "@vue/test-utils",
  "peerDependencies": {
    "vue": "2.x",
    "vue-template-compiler": "^2.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-test-utils.git",
    "directory": "packages/test-utils"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "build:test": "cross-env NODE_ENV=test SHOW_DEPRECATIONS=false node scripts/build.js"
  },
  "types": "types/index.d.ts",
  "version": "1.2.2"
}