package.json
1.83 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
59
60
61
62
63
64
{
"_from": "@babel/polyfill@^7.10.1",
"_id": "@babel/polyfill@7.11.5",
"_inBundle": false,
"_integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==",
"_location": "/@babel/polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/polyfill@^7.10.1",
"name": "@babel/polyfill",
"escapedName": "@babel%2fpolyfill",
"scope": "@babel",
"rawSpec": "^7.10.1",
"saveSpec": null,
"fetchSpec": "^7.10.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz",
"_shasum": "df550b2ec53abbc2ed599367ec59e64c7a707bb5",
"_spec": "@babel/polyfill@^7.10.1",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4"
},
"deprecated": false,
"description": "Provides polyfills necessary for a full ES2015+ environment",
"devDependencies": {
"browserify": "^16.5.2",
"bundle-collapser": "1.3.0",
"derequire": "2.1.1",
"uglify-js": "3.7.2"
},
"gitHead": "af64ccb2b00bc7574943674996c2f0507cdbfb6f",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/polyfill",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-polyfill"
},
"scripts": {
"postpublish": "rm browser.js",
"prepublishOnly": "cp dist/polyfill.min.js browser.js"
},
"version": "7.11.5"
}