globalthis-polyfill
Version:
Polyfill foe globalThis
33 lines (32 loc) • 671 B
JSON
{
"name": "globalthis-polyfill",
"version": "1.0.0",
"description": "Polyfill foe globalThis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/polyfill1/globalthis.git"
},
"keywords": [
"global",
"globalThis",
"polyfill"
],
"author": "Daniel Bronshtein",
"contributors": [
{
"name": "Daniel Bronshtein",
"email": "Daniel.Bronshtein@gmail.com",
"hireable": true
},
{
"name": "Shmuel Toporowitch",
"email": "4158847@gmail.com",
"hireable": true
}
],
"license": "MIT"
}