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
| {
| "_args": [
| [
| "babel-jest@25.5.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "babel-jest@25.5.1",
| "_id": "babel-jest@25.5.1",
| "_inBundle": false,
| "_integrity": "sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==",
| "_location": "/babel-jest",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "babel-jest@25.5.1",
| "name": "babel-jest",
| "escapedName": "babel-jest",
| "rawSpec": "25.5.1",
| "saveSpec": null,
| "fetchSpec": "25.5.1"
| },
| "_requiredBy": [
| "/jest-config"
| ],
| "_resolved": "https://registry.npmmirror.com/babel-jest/-/babel-jest-25.5.1.tgz",
| "_spec": "25.5.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/facebook/jest/issues"
| },
| "dependencies": {
| "@jest/transform": "^25.5.1",
| "@jest/types": "^25.5.0",
| "@types/babel__core": "^7.1.7",
| "babel-plugin-istanbul": "^6.0.0",
| "babel-preset-jest": "^25.5.0",
| "chalk": "^3.0.0",
| "graceful-fs": "^4.2.4",
| "slash": "^3.0.0"
| },
| "description": "Jest plugin to use babel for transformation.",
| "devDependencies": {
| "@babel/core": "^7.1.0",
| "@types/graceful-fs": "^4.1.3"
| },
| "engines": {
| "node": ">= 8.3"
| },
| "gitHead": "c5f2fd756331895b8177a19304feb49657687e22",
| "homepage": "https://github.com/facebook/jest#readme",
| "license": "MIT",
| "main": "build/index.js",
| "name": "babel-jest",
| "peerDependencies": {
| "@babel/core": "^7.0.0"
| },
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/facebook/jest.git",
| "directory": "packages/babel-jest"
| },
| "types": "build/index.d.ts",
| "typesVersions": {
| "<3.8": {
| "build/*": [
| "build/ts3.4/*"
| ]
| }
| },
| "version": "25.5.1"
| }
|
|