.gitignore added
[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.9.1",
5   "repository": {
6     "type": "git",
7     "url": "https://github.com/zloirock/core-js.git",
8     "directory": "packages/core-js"
9   },
10   "main": "index.js",
11   "funding": {
12     "type": "opencollective",
13     "url": "https://opencollective.com/core-js"
14   },
15   "license": "MIT",
16   "keywords": [
17     "ES3",
18     "ES5",
19     "ES6",
20     "ES7",
21     "ES2015",
22     "ES2016",
23     "ES2017",
24     "ES2018",
25     "ES2019",
26     "ES2020",
27     "ECMAScript 3",
28     "ECMAScript 5",
29     "ECMAScript 6",
30     "ECMAScript 7",
31     "ECMAScript 2015",
32     "ECMAScript 2016",
33     "ECMAScript 2017",
34     "ECMAScript 2018",
35     "ECMAScript 2019",
36     "ECMAScript 2020",
37     "Harmony",
38     "Strawman",
39     "Map",
40     "Set",
41     "WeakMap",
42     "WeakSet",
43     "Promise",
44     "Observable",
45     "Symbol",
46     "TypedArray",
47     "URL",
48     "URLSearchParams",
49     "queueMicrotask",
50     "setImmediate",
51     "polyfill",
52     "ponyfill",
53     "shim"
54   ],
55   "scripts": {
56     "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
57   },
58   "gitHead": "50073b34ee7373eaa8c9cbbcc7313c5236a2f83e"
59 }