source: trip-planner-front/node_modules/babel-plugin-polyfill-corejs2/package.json@ 59329aa

Last change on this file since 59329aa 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-plugin-polyfill-corejs2@0.2.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "babel-plugin-polyfill-corejs2@0.2.2",
10 "_id": "babel-plugin-polyfill-corejs2@0.2.2",
11 "_inBundle": false,
12 "_integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
13 "_location": "/babel-plugin-polyfill-corejs2",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "babel-plugin-polyfill-corejs2@0.2.2",
19 "name": "babel-plugin-polyfill-corejs2",
20 "escapedName": "babel-plugin-polyfill-corejs2",
21 "rawSpec": "0.2.2",
22 "saveSpec": null,
23 "fetchSpec": "0.2.2"
24 },
25 "_requiredBy": [
26 "/@babel/plugin-transform-runtime",
27 "/@babel/preset-env"
28 ],
29 "_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
30 "_spec": "0.2.2",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "bugs": {
33 "url": "https://github.com/babel/babel-polyfills/issues"
34 },
35 "dependencies": {
36 "@babel/compat-data": "^7.13.11",
37 "@babel/helper-define-polyfill-provider": "^0.2.2",
38 "semver": "^6.1.1"
39 },
40 "description": "A Babel plugin to inject imports to core-js@2 polyfills",
41 "devDependencies": {
42 "@babel/core": "^7.13.0",
43 "@babel/helper-plugin-test-runner": "^7.10.4",
44 "@babel/plugin-transform-for-of": "^7.10.4",
45 "@babel/plugin-transform-modules-commonjs": "^7.10.4"
46 },
47 "exports": {
48 ".": [
49 {
50 "import": "./esm/index.mjs",
51 "default": "./lib/index.js"
52 },
53 "./lib/index.js"
54 ],
55 "./package.json": "./package.json"
56 },
57 "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de",
58 "homepage": "https://github.com/babel/babel-polyfills#readme",
59 "keywords": [
60 "babel-plugin"
61 ],
62 "license": "MIT",
63 "main": "lib/index.js",
64 "name": "babel-plugin-polyfill-corejs2",
65 "peerDependencies": {
66 "@babel/core": "^7.0.0-0"
67 },
68 "publishConfig": {
69 "access": "public"
70 },
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/babel/babel-polyfills.git",
74 "directory": "packages/babel-plugin-polyfill-corejs2"
75 },
76 "version": "0.2.2"
77}
Note: See TracBrowser for help on using the repository browser.