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
| {
| "_args": [
| [
| "babel-plugin-polyfill-corejs2@0.4.10",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "babel-plugin-polyfill-corejs2@0.4.10",
| "_id": "babel-plugin-polyfill-corejs2@0.4.10",
| "_inBundle": false,
| "_integrity": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==",
| "_location": "/babel-plugin-polyfill-corejs2",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "babel-plugin-polyfill-corejs2@0.4.10",
| "name": "babel-plugin-polyfill-corejs2",
| "escapedName": "babel-plugin-polyfill-corejs2",
| "rawSpec": "0.4.10",
| "saveSpec": null,
| "fetchSpec": "0.4.10"
| },
| "_requiredBy": [
| "/@babel/plugin-transform-runtime",
| "/@babel/preset-env"
| ],
| "_resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz",
| "_spec": "0.4.10",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/babel/babel-polyfills/issues"
| },
| "dependencies": {
| "@babel/compat-data": "^7.22.6",
| "@babel/helper-define-polyfill-provider": "^0.6.1",
| "semver": "^6.3.1"
| },
| "description": "A Babel plugin to inject imports to core-js@2 polyfills",
| "devDependencies": {
| "@babel/core": "^7.22.6",
| "@babel/helper-plugin-test-runner": "^7.22.5",
| "@babel/plugin-transform-for-of": "^7.22.5",
| "@babel/plugin-transform-modules-commonjs": "^7.22.5"
| },
| "exports": {
| ".": [
| {
| "import": "./esm/index.mjs",
| "default": "./lib/index.js"
| },
| "./lib/index.js"
| ],
| "./package.json": "./package.json"
| },
| "gitHead": "1ce88db2507db2ef3d2ed2a2f920a3cf0b9364b5",
| "homepage": "https://github.com/babel/babel-polyfills#readme",
| "keywords": [
| "babel-plugin"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "babel-plugin-polyfill-corejs2",
| "peerDependencies": {
| "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
| },
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel-polyfills.git",
| "directory": "packages/babel-plugin-polyfill-corejs2"
| },
| "version": "0.4.10"
| }
|
|