1 | {
|
---|
2 | "_from": "@babel/core@^7.26.0",
|
---|
3 | "_id": "@babel/core@7.26.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
|
---|
6 | "_location": "/@babel/core",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "@babel/core@^7.26.0",
|
---|
12 | "name": "@babel/core",
|
---|
13 | "escapedName": "@babel%2fcore",
|
---|
14 | "scope": "@babel",
|
---|
15 | "rawSpec": "^7.26.0",
|
---|
16 | "saveSpec": null,
|
---|
17 | "fetchSpec": "^7.26.0"
|
---|
18 | },
|
---|
19 | "_requiredBy": [
|
---|
20 | "/@vitejs/plugin-react"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
|
---|
23 | "_shasum": "d78b6023cc8f3114ccf049eb219613f74a747b40",
|
---|
24 | "_spec": "@babel/core@^7.26.0",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@vitejs/plugin-react",
|
---|
26 | "author": {
|
---|
27 | "name": "The Babel Team",
|
---|
28 | "url": "https://babel.dev/team"
|
---|
29 | },
|
---|
30 | "browser": {
|
---|
31 | "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
---|
32 | "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
|
---|
33 | "./lib/transform-file.js": "./lib/transform-file-browser.js",
|
---|
34 | "./src/config/files/index.ts": "./src/config/files/index-browser.ts",
|
---|
35 | "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
|
---|
36 | "./src/transform-file.ts": "./src/transform-file-browser.ts"
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "dependencies": {
|
---|
43 | "@ampproject/remapping": "^2.2.0",
|
---|
44 | "@babel/code-frame": "^7.26.0",
|
---|
45 | "@babel/generator": "^7.26.0",
|
---|
46 | "@babel/helper-compilation-targets": "^7.25.9",
|
---|
47 | "@babel/helper-module-transforms": "^7.26.0",
|
---|
48 | "@babel/helpers": "^7.26.0",
|
---|
49 | "@babel/parser": "^7.26.0",
|
---|
50 | "@babel/template": "^7.25.9",
|
---|
51 | "@babel/traverse": "^7.25.9",
|
---|
52 | "@babel/types": "^7.26.0",
|
---|
53 | "convert-source-map": "^2.0.0",
|
---|
54 | "debug": "^4.1.0",
|
---|
55 | "gensync": "^1.0.0-beta.2",
|
---|
56 | "json5": "^2.2.3",
|
---|
57 | "semver": "^6.3.1"
|
---|
58 | },
|
---|
59 | "deprecated": false,
|
---|
60 | "description": "Babel compiler core.",
|
---|
61 | "devDependencies": {
|
---|
62 | "@babel/helper-transform-fixture-test-runner": "^7.26.0",
|
---|
63 | "@babel/plugin-syntax-flow": "^7.26.0",
|
---|
64 | "@babel/plugin-transform-flow-strip-types": "^7.25.9",
|
---|
65 | "@babel/plugin-transform-modules-commonjs": "^7.25.9",
|
---|
66 | "@babel/preset-env": "^7.26.0",
|
---|
67 | "@babel/preset-typescript": "^7.26.0",
|
---|
68 | "@jridgewell/trace-mapping": "^0.3.25",
|
---|
69 | "@types/convert-source-map": "^2.0.0",
|
---|
70 | "@types/debug": "^4.1.0",
|
---|
71 | "@types/gensync": "^1.0.0",
|
---|
72 | "@types/resolve": "^1.3.2",
|
---|
73 | "@types/semver": "^5.4.0",
|
---|
74 | "rimraf": "^3.0.0",
|
---|
75 | "ts-node": "^11.0.0-beta.1"
|
---|
76 | },
|
---|
77 | "engines": {
|
---|
78 | "node": ">=6.9.0"
|
---|
79 | },
|
---|
80 | "funding": {
|
---|
81 | "type": "opencollective",
|
---|
82 | "url": "https://opencollective.com/babel"
|
---|
83 | },
|
---|
84 | "homepage": "https://babel.dev/docs/en/next/babel-core",
|
---|
85 | "keywords": [
|
---|
86 | "6to5",
|
---|
87 | "babel",
|
---|
88 | "classes",
|
---|
89 | "const",
|
---|
90 | "es6",
|
---|
91 | "harmony",
|
---|
92 | "let",
|
---|
93 | "modules",
|
---|
94 | "transpile",
|
---|
95 | "transpiler",
|
---|
96 | "var",
|
---|
97 | "babel-core",
|
---|
98 | "compiler"
|
---|
99 | ],
|
---|
100 | "license": "MIT",
|
---|
101 | "main": "./lib/index.js",
|
---|
102 | "name": "@babel/core",
|
---|
103 | "publishConfig": {
|
---|
104 | "access": "public"
|
---|
105 | },
|
---|
106 | "repository": {
|
---|
107 | "type": "git",
|
---|
108 | "url": "git+https://github.com/babel/babel.git",
|
---|
109 | "directory": "packages/babel-core"
|
---|
110 | },
|
---|
111 | "type": "commonjs",
|
---|
112 | "version": "7.26.0"
|
---|
113 | }
|
---|