UNPKG

4.26 kBJSONView Raw
1{
2 "name": "@babel/preset-env",
3 "version": "7.10.2",
4 "description": "A Babel preset for each environment.",
5 "author": "Henry Zhu <hi@henryzoo.com>",
6 "homepage": "https://babeljs.io/",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/babel/babel.git",
14 "directory": "packages/babel-preset-env"
15 },
16 "main": "lib/index.js",
17 "dependencies": {
18 "@babel/compat-data": "^7.10.1",
19 "@babel/helper-compilation-targets": "^7.10.2",
20 "@babel/helper-module-imports": "^7.10.1",
21 "@babel/helper-plugin-utils": "^7.10.1",
22 "@babel/plugin-proposal-async-generator-functions": "^7.10.1",
23 "@babel/plugin-proposal-class-properties": "^7.10.1",
24 "@babel/plugin-proposal-dynamic-import": "^7.10.1",
25 "@babel/plugin-proposal-json-strings": "^7.10.1",
26 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
27 "@babel/plugin-proposal-numeric-separator": "^7.10.1",
28 "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
29 "@babel/plugin-proposal-optional-catch-binding": "^7.10.1",
30 "@babel/plugin-proposal-optional-chaining": "^7.10.1",
31 "@babel/plugin-proposal-private-methods": "^7.10.1",
32 "@babel/plugin-proposal-unicode-property-regex": "^7.10.1",
33 "@babel/plugin-syntax-async-generators": "^7.8.0",
34 "@babel/plugin-syntax-class-properties": "^7.10.1",
35 "@babel/plugin-syntax-dynamic-import": "^7.8.0",
36 "@babel/plugin-syntax-json-strings": "^7.8.0",
37 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
38 "@babel/plugin-syntax-numeric-separator": "^7.10.1",
39 "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
40 "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
41 "@babel/plugin-syntax-optional-chaining": "^7.8.0",
42 "@babel/plugin-syntax-top-level-await": "^7.10.1",
43 "@babel/plugin-transform-arrow-functions": "^7.10.1",
44 "@babel/plugin-transform-async-to-generator": "^7.10.1",
45 "@babel/plugin-transform-block-scoped-functions": "^7.10.1",
46 "@babel/plugin-transform-block-scoping": "^7.10.1",
47 "@babel/plugin-transform-classes": "^7.10.1",
48 "@babel/plugin-transform-computed-properties": "^7.10.1",
49 "@babel/plugin-transform-destructuring": "^7.10.1",
50 "@babel/plugin-transform-dotall-regex": "^7.10.1",
51 "@babel/plugin-transform-duplicate-keys": "^7.10.1",
52 "@babel/plugin-transform-exponentiation-operator": "^7.10.1",
53 "@babel/plugin-transform-for-of": "^7.10.1",
54 "@babel/plugin-transform-function-name": "^7.10.1",
55 "@babel/plugin-transform-literals": "^7.10.1",
56 "@babel/plugin-transform-member-expression-literals": "^7.10.1",
57 "@babel/plugin-transform-modules-amd": "^7.10.1",
58 "@babel/plugin-transform-modules-commonjs": "^7.10.1",
59 "@babel/plugin-transform-modules-systemjs": "^7.10.1",
60 "@babel/plugin-transform-modules-umd": "^7.10.1",
61 "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
62 "@babel/plugin-transform-new-target": "^7.10.1",
63 "@babel/plugin-transform-object-super": "^7.10.1",
64 "@babel/plugin-transform-parameters": "^7.10.1",
65 "@babel/plugin-transform-property-literals": "^7.10.1",
66 "@babel/plugin-transform-regenerator": "^7.10.1",
67 "@babel/plugin-transform-reserved-words": "^7.10.1",
68 "@babel/plugin-transform-shorthand-properties": "^7.10.1",
69 "@babel/plugin-transform-spread": "^7.10.1",
70 "@babel/plugin-transform-sticky-regex": "^7.10.1",
71 "@babel/plugin-transform-template-literals": "^7.10.1",
72 "@babel/plugin-transform-typeof-symbol": "^7.10.1",
73 "@babel/plugin-transform-unicode-escapes": "^7.10.1",
74 "@babel/plugin-transform-unicode-regex": "^7.10.1",
75 "@babel/preset-modules": "^0.1.3",
76 "@babel/types": "^7.10.2",
77 "browserslist": "^4.12.0",
78 "core-js-compat": "^3.6.2",
79 "invariant": "^2.2.2",
80 "levenary": "^1.1.1",
81 "semver": "^5.5.0"
82 },
83 "peerDependencies": {
84 "@babel/core": "^7.0.0-0"
85 },
86 "devDependencies": {
87 "@babel/cli": "^7.10.1",
88 "@babel/core": "^7.10.2",
89 "@babel/helper-fixtures": "^7.10.1",
90 "@babel/helper-plugin-test-runner": "^7.10.1",
91 "@babel/plugin-syntax-dynamic-import": "^7.2.0"
92 },
93 "gitHead": "b0350e5b1e86bd2d53b4a25705e39eb380ec65a2"
94}