mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
33 lines
773 B
JSON
33 lines
773 B
JSON
|
{
|
||
|
"name": "react-app-polyfill",
|
||
|
"version": "2.0.0",
|
||
|
"description": "Polyfills for various browsers including commonly used language features",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/create-react-app.git",
|
||
|
"directory": "packages/react-app-polyfill"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facebook/create-react-app/issues"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"files": [
|
||
|
"ie9.js",
|
||
|
"ie11.js",
|
||
|
"jsdom.js",
|
||
|
"stable.js"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"core-js": "^3.6.5",
|
||
|
"object-assign": "^4.1.1",
|
||
|
"promise": "^8.1.0",
|
||
|
"raf": "^3.4.1",
|
||
|
"regenerator-runtime": "^0.13.7",
|
||
|
"whatwg-fetch": "^3.4.1"
|
||
|
},
|
||
|
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
|
||
|
}
|