source: trip-planner-front/node_modules/@babel/compat-data/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/compat-data@7.15.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/compat-data@7.15.0",
10 "_id": "@babel/compat-data@7.15.0",
11 "_inBundle": false,
12 "_integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==",
13 "_location": "/@babel/compat-data",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/compat-data@7.15.0",
19 "name": "@babel/compat-data",
20 "escapedName": "@babel%2fcompat-data",
21 "scope": "@babel",
22 "rawSpec": "7.15.0",
23 "saveSpec": null,
24 "fetchSpec": "7.15.0"
25 },
26 "_requiredBy": [
27 "/@babel/helper-compilation-targets",
28 "/@babel/plugin-proposal-object-rest-spread",
29 "/@babel/preset-env",
30 "/babel-plugin-polyfill-corejs2"
31 ],
32 "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
33 "_spec": "7.15.0",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "The Babel Team",
37 "url": "https://babel.dev/team"
38 },
39 "bugs": {
40 "url": "https://github.com/babel/babel/issues"
41 },
42 "description": "",
43 "devDependencies": {
44 "@mdn/browser-compat-data": "^3.3.4",
45 "core-js-compat": "^3.16.0",
46 "electron-to-chromium": "^1.3.749"
47 },
48 "engines": {
49 "node": ">=6.9.0"
50 },
51 "exports": {
52 "./plugins": "./plugins.js",
53 "./native-modules": "./native-modules.js",
54 "./corejs2-built-ins": "./corejs2-built-ins.js",
55 "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
56 "./overlapping-plugins": "./overlapping-plugins.js",
57 "./plugin-bugfixes": "./plugin-bugfixes.js"
58 },
59 "homepage": "https://github.com/babel/babel#readme",
60 "keywords": [
61 "babel",
62 "compat-table",
63 "compat-data"
64 ],
65 "license": "MIT",
66 "name": "@babel/compat-data",
67 "publishConfig": {
68 "access": "public"
69 },
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/babel/babel.git",
73 "directory": "packages/babel-compat-data"
74 },
75 "scripts": {
76 "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
77 },
78 "version": "7.15.0"
79}
Note: See TracBrowser for help on using the repository browser.