File size: 799 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"name": "@automattic/calypso-polyfills",
	"type": "module",
	"version": "2.0.0",
	"description": "Polyfills required for Calypso to work across various browsers and in node.",
	"main": "index.js",
	"exports": "./index.js",
	"sideEffects": true,
	"keywords": [
		"wordpress"
	],
	"author": "Automattic Inc.",
	"contributors": [],
	"homepage": "https://github.com/Automattic/wp-calypso",
	"license": "GPL-2.0-or-later",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "packages/calypso-polyfills"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"dependencies": {
		"core-js": "^3.42.0"
	},
	"devDependencies": {
		"@automattic/calypso-typescript-config": "workspace:^"
	}
}