source: trip-planner-front/node_modules/core-js/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "core-js@3.16.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "core-js@3.16.0",
10 "_id": "core-js@3.16.0",
11 "_inBundle": false,
12 "_integrity": "sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==",
13 "_location": "/core-js",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "core-js@3.16.0",
19 "name": "core-js",
20 "escapedName": "core-js",
21 "rawSpec": "3.16.0",
22 "saveSpec": null,
23 "fetchSpec": "3.16.0"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.0.tgz",
29 "_spec": "3.16.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/zloirock/core-js/issues"
33 },
34 "description": "Standard library",
35 "funding": {
36 "type": "opencollective",
37 "url": "https://opencollective.com/core-js"
38 },
39 "gitHead": "89686ea7429ad46a05040269be44395e3760837d",
40 "homepage": "https://github.com/zloirock/core-js#readme",
41 "keywords": [
42 "ES3",
43 "ES5",
44 "ES6",
45 "ES7",
46 "ES2015",
47 "ES2016",
48 "ES2017",
49 "ES2018",
50 "ES2019",
51 "ES2020",
52 "ECMAScript 3",
53 "ECMAScript 5",
54 "ECMAScript 6",
55 "ECMAScript 7",
56 "ECMAScript 2015",
57 "ECMAScript 2016",
58 "ECMAScript 2017",
59 "ECMAScript 2018",
60 "ECMAScript 2019",
61 "ECMAScript 2020",
62 "Harmony",
63 "Strawman",
64 "Map",
65 "Set",
66 "WeakMap",
67 "WeakSet",
68 "Promise",
69 "Observable",
70 "Symbol",
71 "TypedArray",
72 "URL",
73 "URLSearchParams",
74 "queueMicrotask",
75 "setImmediate",
76 "polyfill",
77 "ponyfill",
78 "shim"
79 ],
80 "license": "MIT",
81 "main": "index.js",
82 "name": "core-js",
83 "repository": {
84 "type": "git",
85 "url": "git+https://github.com/zloirock/core-js.git"
86 },
87 "scripts": {
88 "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
89 },
90 "version": "3.16.0"
91}
Note: See TracBrowser for help on using the repository browser.