source: imaps-frontend/node_modules/core-js/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_from": "core-js@^3.6.0",
3 "_id": "core-js@3.40.0",
4 "_inBundle": false,
5 "_integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==",
6 "_location": "/core-js",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "core-js@^3.6.0",
12 "name": "core-js",
13 "escapedName": "core-js",
14 "rawSpec": "^3.6.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.6.0"
17 },
18 "_requiredBy": [
19 "/canvg",
20 "/jspdf"
21 ],
22 "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz",
23 "_shasum": "2773f6b06877d8eda102fc42f828176437062476",
24 "_spec": "core-js@^3.6.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/jspdf",
26 "author": {
27 "name": "Denis Pushkarev",
28 "email": "zloirock@zloirock.ru",
29 "url": "http://zloirock.ru"
30 },
31 "bugs": {
32 "url": "https://github.com/zloirock/core-js/issues"
33 },
34 "bundleDependencies": false,
35 "deprecated": false,
36 "description": "Standard library",
37 "funding": {
38 "type": "opencollective",
39 "url": "https://opencollective.com/core-js"
40 },
41 "homepage": "https://github.com/zloirock/core-js#readme",
42 "keywords": [
43 "ES3",
44 "ES5",
45 "ES6",
46 "ES7",
47 "ES2015",
48 "ES2016",
49 "ES2017",
50 "ES2018",
51 "ES2019",
52 "ES2020",
53 "ES2021",
54 "ES2022",
55 "ES2023",
56 "ES2024",
57 "ECMAScript 3",
58 "ECMAScript 5",
59 "ECMAScript 6",
60 "ECMAScript 7",
61 "ECMAScript 2015",
62 "ECMAScript 2016",
63 "ECMAScript 2017",
64 "ECMAScript 2018",
65 "ECMAScript 2019",
66 "ECMAScript 2020",
67 "ECMAScript 2021",
68 "ECMAScript 2022",
69 "ECMAScript 2023",
70 "ECMAScript 2024",
71 "Map",
72 "Set",
73 "WeakMap",
74 "WeakSet",
75 "TypedArray",
76 "Promise",
77 "Observable",
78 "Symbol",
79 "Iterator",
80 "AsyncIterator",
81 "URL",
82 "URLSearchParams",
83 "queueMicrotask",
84 "setImmediate",
85 "structuredClone",
86 "polyfill",
87 "ponyfill",
88 "shim"
89 ],
90 "license": "MIT",
91 "main": "index.js",
92 "name": "core-js",
93 "repository": {
94 "type": "git",
95 "url": "git+https://github.com/zloirock/core-js.git",
96 "directory": "packages/core-js"
97 },
98 "scripts": {
99 "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
100 },
101 "type": "commonjs",
102 "version": "3.40.0"
103}
Note: See TracBrowser for help on using the repository browser.