File tree Expand file tree Collapse file tree 11 files changed +177
-1352
lines changed
Expand file tree Collapse file tree 11 files changed +177
-1352
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ node_modules/
2020/packages /core-js /stable /
2121/packages /core-js /stage /
2222/packages /core-js /index.js
23+ /packages /core-js /package.json
2324/packages /core-js /LICENSE
2425/packages /core-js-babel-plugin /LICENSE
2526/packages /core-js-builder /LICENSE
@@ -43,9 +44,10 @@ node_modules/
4344/packages /core-js-pure /proposals /
4445/packages /core-js-pure /stable /
4546/packages /core-js-pure /stage /
46- /packages /core-js-pure /LICENSE
4747/packages /core-js-pure /index.js
4848/packages /core-js-pure /configurator.js
49+ /packages /core-js-pure /package.json
50+ /packages /core-js-pure /LICENSE
4951/tests /** /bundles /
5052/tests /compat /* .jar
5153/tests /compat /compat-data.js
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ node_modules/
33. *
44
55/override /
6+ /package.tpl.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @core-js/pure" ,
3+ "version" : " 4.0.0-alpha.0" ,
4+ "publishConfig" : {
5+ "access" : " public"
6+ },
7+ "type" : " commonjs" ,
8+ "description" : " Standard library" ,
9+ "keywords" : [
10+ " ES3" ,
11+ " ES5" ,
12+ " ES6" ,
13+ " ES7" ,
14+ " ES2015" ,
15+ " ES2016" ,
16+ " ES2017" ,
17+ " ES2018" ,
18+ " ES2019" ,
19+ " ES2020" ,
20+ " ES2021" ,
21+ " ES2022" ,
22+ " ES2023" ,
23+ " ES2024" ,
24+ " ECMAScript 3" ,
25+ " ECMAScript 5" ,
26+ " ECMAScript 6" ,
27+ " ECMAScript 7" ,
28+ " ECMAScript 2015" ,
29+ " ECMAScript 2016" ,
30+ " ECMAScript 2017" ,
31+ " ECMAScript 2018" ,
32+ " ECMAScript 2019" ,
33+ " ECMAScript 2020" ,
34+ " ECMAScript 2021" ,
35+ " ECMAScript 2022" ,
36+ " ECMAScript 2023" ,
37+ " ECMAScript 2024" ,
38+ " Map" ,
39+ " Set" ,
40+ " WeakMap" ,
41+ " WeakSet" ,
42+ " TypedArray" ,
43+ " Promise" ,
44+ " Observable" ,
45+ " Symbol" ,
46+ " Iterator" ,
47+ " AsyncIterator" ,
48+ " URL" ,
49+ " URLSearchParams" ,
50+ " queueMicrotask" ,
51+ " setImmediate" ,
52+ " structuredClone" ,
53+ " polyfill" ,
54+ " ponyfill" ,
55+ " shim"
56+ ],
57+ "repository" : {
58+ "type" : " git" ,
59+ "url" : " git+https://github.com/zloirock/core-js.git" ,
60+ "directory" : " packages/core-js-pure"
61+ },
62+ "homepage" : " https://core-js.io" ,
63+ "bugs" : {
64+ "url" : " https://github.com/zloirock/core-js/issues"
65+ },
66+ "funding" : {
67+ "type" : " opencollective" ,
68+ "url" : " https://opencollective.com/core-js"
69+ },
70+ "license" : " SEE LICENSE IN LICENSE.md" ,
71+ "author" : {
72+ "name" : " Denis Pushkarev" ,
73+ "email" : " zloirock@zloirock.ru" ,
74+ "url" : " http://zloirock.ru"
75+ },
76+ "sideEffects" : [
77+ " ./modules/*.js"
78+ ],
79+ "main" : " index.js"
80+ }
Original file line number Diff line number Diff line change 11node_modules /
22* .log
33. *
4+
5+ /package.tpl.json
You can’t perform that action at this time.
0 commit comments