Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / package.json
1 {
2   "name": "core-js",
3   "description": "Standard library",
4   "version": "3.19.2",
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": "e49b7f34f7b3a10cc88e1210431508c7a58e069b"
58 }