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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
| {
| "_from": "vue-jest@^3.0.7",
| "_id": "vue-jest@3.0.7",
| "_inBundle": false,
| "_integrity": "sha512-PIOxFM+wsBMry26ZpfBvUQ/DGH2hvp5khDQ1n51g3bN0TwFwTy4J85XVfxTRMukqHji/GnAoGUnlZ5Ao73K62w==",
| "_location": "/vue-jest",
| "_phantomChildren": {
| "escape-string-regexp": "1.0.5"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "vue-jest@^3.0.7",
| "name": "vue-jest",
| "escapedName": "vue-jest",
| "rawSpec": "^3.0.7",
| "saveSpec": null,
| "fetchSpec": "^3.0.7"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/vue-jest/-/vue-jest-3.0.7.tgz",
| "_shasum": "a6d29758a5cb4d750f5d1242212be39be4296a33",
| "_spec": "vue-jest@^3.0.7",
| "_where": "D:\\project\\PAM\\PAMapp",
| "author": {
| "name": "Edd Yerburgh"
| },
| "bugs": {
| "url": "https://github.com/vuejs/vue-jest/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
| "chalk": "^2.1.0",
| "deasync": "^0.1.15",
| "extract-from-css": "^0.4.4",
| "find-babel-config": "^1.1.0",
| "js-beautify": "^1.6.14",
| "node-cache": "^4.1.1",
| "object-assign": "^4.1.1",
| "source-map": "^0.5.6",
| "tsconfig": "^7.0.0",
| "vue-template-es2015-compiler": "^1.6.0"
| },
| "deprecated": false,
| "description": "Jest Vue transform",
| "devDependencies": {
| "@vue/test-utils": "^1.0.0-beta.25",
| "babel-core": "^6.25.0",
| "babel-jest": "^20.0.3",
| "babel-plugin-istanbul": "^4.1.4",
| "babel-preset-env": "^1.6.1",
| "clear-module": "^2.1.0",
| "coffeescript": "^2.0.3",
| "conventional-changelog": "^1.1.5",
| "eslint": "^4.3.0",
| "eslint-plugin-html": "^3.1.1",
| "eslint-plugin-vue": "^2.1.0",
| "eslint-plugin-vue-libs": "^1.2.0",
| "hamljs": "^0.6.2",
| "jade": "^1.11.0",
| "jest": "^20.0.4",
| "node-sass": "^4.10.0",
| "postcss": "^7.0.18",
| "postcss-css-variables": "^0.13.0",
| "postcss-load-config": "^2.1.0",
| "postcss-nested": "^4.1.2",
| "pug": "^2.0.0-rc.3",
| "stylus": "^0.54.5",
| "typescript": "^2.5.2",
| "vue": "^2.4.2",
| "vue-template-compiler": "^2.4.2"
| },
| "files": [
| "vue-jest.js",
| "lib"
| ],
| "homepage": "https://github.com/vuejs/vue-jest#readme",
| "jest": {
| "moduleFileExtensions": [
| "js",
| "json",
| "vue"
| ],
| "transform": {
| "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
| ".*\\.(vue)$": "<rootDir>/vue-jest.js"
| },
| "mapCoverage": true,
| "moduleNameMapper": {
| "^~?__root/(.*)$": "<rootDir>/$1",
| "^~?__test/(.*)$": "<rootDir>/test/$1"
| }
| },
| "keywords": [
| "jest",
| "vue",
| "jest vue",
| "jest vue transform",
| "jest vue preprocessor",
| "vue jest",
| "vue jest",
| "vue jest transform",
| "vue jest preprocessor"
| ],
| "license": "MIT",
| "main": "vue-jest.js",
| "name": "vue-jest",
| "peerDependencies": {
| "babel-core": "^6.25.0 || ^7.0.0-0",
| "vue": "^2.x",
| "vue-template-compiler": "^2.x"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/vuejs/vue-jest.git"
| },
| "scripts": {
| "lint": "eslint lib vue-jest.js test",
| "lint:fix": "npm run lint -- --fix",
| "release": "build/release.sh",
| "release:note": "node build/gen-release-note.js",
| "test": "npm run lint && ./test.sh",
| "unit": "./test.sh",
| "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
| },
| "version": "3.0.7"
| }
|
|