source: trip-planner-front/node_modules/@babel/core/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.3 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/core@7.14.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/core@7.14.8",
10 "_id": "@babel/core@7.14.8",
11 "_inBundle": false,
12 "_integrity": "sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==",
13 "_location": "/@babel/core",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/core@7.14.8",
19 "name": "@babel/core",
20 "escapedName": "@babel%2fcore",
21 "scope": "@babel",
22 "rawSpec": "7.14.8",
23 "saveSpec": null,
24 "fetchSpec": "7.14.8"
25 },
26 "_requiredBy": [
27 "/@angular-devkit/build-angular",
28 "/@angular/compiler-cli",
29 "/istanbul-lib-instrument"
30 ],
31 "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz",
32 "_spec": "7.14.8",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "The Babel Team",
36 "url": "https://babel.dev/team"
37 },
38 "browser": {
39 "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
40 "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
41 "./lib/transform-file.js": "./lib/transform-file-browser.js",
42 "./lib/transformation/util/clone-deep.js": "./lib/transformation/util/clone-deep-browser.js",
43 "./src/config/files/index.ts": "./src/config/files/index-browser.ts",
44 "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
45 "./src/transform-file.ts": "./src/transform-file-browser.ts",
46 "./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
47 },
48 "bugs": {
49 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
50 },
51 "dependencies": {
52 "@babel/code-frame": "^7.14.5",
53 "@babel/generator": "^7.14.8",
54 "@babel/helper-compilation-targets": "^7.14.5",
55 "@babel/helper-module-transforms": "^7.14.8",
56 "@babel/helpers": "^7.14.8",
57 "@babel/parser": "^7.14.8",
58 "@babel/template": "^7.14.5",
59 "@babel/traverse": "^7.14.8",
60 "@babel/types": "^7.14.8",
61 "convert-source-map": "^1.7.0",
62 "debug": "^4.1.0",
63 "gensync": "^1.0.0-beta.2",
64 "json5": "^2.1.2",
65 "semver": "^6.3.0",
66 "source-map": "^0.5.0"
67 },
68 "description": "Babel compiler core.",
69 "devDependencies": {
70 "@babel/helper-transform-fixture-test-runner": "7.14.5",
71 "@babel/plugin-transform-modules-commonjs": "7.14.5",
72 "@types/convert-source-map": "^1.5.1",
73 "@types/debug": "^4.1.0",
74 "@types/resolve": "^1.3.2",
75 "@types/semver": "^5.4.0",
76 "@types/source-map": "^0.5.0"
77 },
78 "engines": {
79 "node": ">=6.9.0"
80 },
81 "funding": {
82 "type": "opencollective",
83 "url": "https://opencollective.com/babel"
84 },
85 "homepage": "https://babel.dev/docs/en/next/babel-core",
86 "keywords": [
87 "6to5",
88 "babel",
89 "classes",
90 "const",
91 "es6",
92 "harmony",
93 "let",
94 "modules",
95 "transpile",
96 "transpiler",
97 "var",
98 "babel-core",
99 "compiler"
100 ],
101 "license": "MIT",
102 "main": "./lib/index.js",
103 "name": "@babel/core",
104 "publishConfig": {
105 "access": "public"
106 },
107 "repository": {
108 "type": "git",
109 "url": "git+https://github.com/babel/babel.git",
110 "directory": "packages/babel-core"
111 },
112 "version": "7.14.8"
113}
Note: See TracBrowser for help on using the repository browser.