package.json
1.73 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_from": "react-app-polyfill@^2.0.0",
"_id": "react-app-polyfill@2.0.0",
"_inBundle": false,
"_integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==",
"_location": "/react-app-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-app-polyfill@^2.0.0",
"name": "react-app-polyfill",
"escapedName": "react-app-polyfill",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz",
"_shasum": "a0bea50f078b8a082970a9d853dc34b6dcc6a3cf",
"_spec": "react-app-polyfill@^2.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-scripts",
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"description": "Polyfills for various browsers including commonly used language features",
"engines": {
"node": ">=10"
},
"files": [
"ie9.js",
"ie11.js",
"jsdom.js",
"stable.js"
],
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e",
"homepage": "https://github.com/facebook/create-react-app#readme",
"license": "MIT",
"name": "react-app-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/create-react-app.git",
"directory": "packages/react-app-polyfill"
},
"version": "2.0.0"
}