source: trip-planner-front/node_modules/core-js/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "core-js",
3 "description": "Standard library",
4 "version": "3.16.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/zloirock/core-js.git"
8 },
9 "main": "index.js",
10 "funding": {
11 "type": "opencollective",
12 "url": "https://opencollective.com/core-js"
13 },
14 "license": "MIT",
15 "keywords": [
16 "ES3",
17 "ES5",
18 "ES6",
19 "ES7",
20 "ES2015",
21 "ES2016",
22 "ES2017",
23 "ES2018",
24 "ES2019",
25 "ES2020",
26 "ECMAScript 3",
27 "ECMAScript 5",
28 "ECMAScript 6",
29 "ECMAScript 7",
30 "ECMAScript 2015",
31 "ECMAScript 2016",
32 "ECMAScript 2017",
33 "ECMAScript 2018",
34 "ECMAScript 2019",
35 "ECMAScript 2020",
36 "Harmony",
37 "Strawman",
38 "Map",
39 "Set",
40 "WeakMap",
41 "WeakSet",
42 "Promise",
43 "Observable",
44 "Symbol",
45 "TypedArray",
46 "URL",
47 "URLSearchParams",
48 "queueMicrotask",
49 "setImmediate",
50 "polyfill",
51 "ponyfill",
52 "shim"
53 ],
54 "scripts": {
55 "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
56 },
57 "gitHead": "89686ea7429ad46a05040269be44395e3760837d"
58}
Note: See TracBrowser for help on using the repository browser.