source: frontend/node_modules/core-js-compat/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 726 bytes
Line 
1{
2 "name": "core-js-compat",
3 "version": "3.49.0",
4 "type": "commonjs",
5 "description": "core-js compat",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/zloirock/core-js.git",
9 "directory": "packages/core-js-compat"
10 },
11 "homepage": "https://core-js.io",
12 "bugs": {
13 "url": "https://github.com/zloirock/core-js/issues"
14 },
15 "funding": {
16 "type": "opencollective",
17 "url": "https://opencollective.com/core-js"
18 },
19 "license": "MIT",
20 "author": {
21 "name": "Denis Pushkarev",
22 "email": "zloirock@zloirock.ru",
23 "url": "http://zloirock.ru"
24 },
25 "sideEffects": false,
26 "main": "index.js",
27 "types": "index.d.ts",
28 "dependencies": {
29 "browserslist": "^4.28.1"
30 }
31}
Note: See TracBrowser for help on using the repository browser.