UNPKG

3.66 kBJSONView Raw
1{
2 "name": "@babel/preset-env",
3 "version": "7.6.3",
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": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
12 "main": "lib/index.js",
13 "scripts": {
14 "build-data": "node ./scripts/build-data.js; node ./scripts/build-modules-support.js"
15 },
16 "dependencies": {
17 "@babel/helper-module-imports": "^7.0.0",
18 "@babel/helper-plugin-utils": "^7.0.0",
19 "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
20 "@babel/plugin-proposal-dynamic-import": "^7.5.0",
21 "@babel/plugin-proposal-json-strings": "^7.2.0",
22 "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
23 "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
24 "@babel/plugin-proposal-unicode-property-regex": "^7.6.2",
25 "@babel/plugin-syntax-async-generators": "^7.2.0",
26 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
27 "@babel/plugin-syntax-json-strings": "^7.2.0",
28 "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
29 "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
30 "@babel/plugin-transform-arrow-functions": "^7.2.0",
31 "@babel/plugin-transform-async-to-generator": "^7.5.0",
32 "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
33 "@babel/plugin-transform-block-scoping": "^7.6.3",
34 "@babel/plugin-transform-classes": "^7.5.5",
35 "@babel/plugin-transform-computed-properties": "^7.2.0",
36 "@babel/plugin-transform-destructuring": "^7.6.0",
37 "@babel/plugin-transform-dotall-regex": "^7.6.2",
38 "@babel/plugin-transform-duplicate-keys": "^7.5.0",
39 "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
40 "@babel/plugin-transform-for-of": "^7.4.4",
41 "@babel/plugin-transform-function-name": "^7.4.4",
42 "@babel/plugin-transform-literals": "^7.2.0",
43 "@babel/plugin-transform-member-expression-literals": "^7.2.0",
44 "@babel/plugin-transform-modules-amd": "^7.5.0",
45 "@babel/plugin-transform-modules-commonjs": "^7.6.0",
46 "@babel/plugin-transform-modules-systemjs": "^7.5.0",
47 "@babel/plugin-transform-modules-umd": "^7.2.0",
48 "@babel/plugin-transform-named-capturing-groups-regex": "^7.6.3",
49 "@babel/plugin-transform-new-target": "^7.4.4",
50 "@babel/plugin-transform-object-super": "^7.5.5",
51 "@babel/plugin-transform-parameters": "^7.4.4",
52 "@babel/plugin-transform-property-literals": "^7.2.0",
53 "@babel/plugin-transform-regenerator": "^7.4.5",
54 "@babel/plugin-transform-reserved-words": "^7.2.0",
55 "@babel/plugin-transform-shorthand-properties": "^7.2.0",
56 "@babel/plugin-transform-spread": "^7.6.2",
57 "@babel/plugin-transform-sticky-regex": "^7.2.0",
58 "@babel/plugin-transform-template-literals": "^7.4.4",
59 "@babel/plugin-transform-typeof-symbol": "^7.2.0",
60 "@babel/plugin-transform-unicode-regex": "^7.6.2",
61 "@babel/types": "^7.6.3",
62 "browserslist": "^4.6.0",
63 "core-js-compat": "^3.1.1",
64 "invariant": "^2.2.2",
65 "js-levenshtein": "^1.1.3",
66 "semver": "^5.5.0"
67 },
68 "peerDependencies": {
69 "@babel/core": "^7.0.0-0"
70 },
71 "devDependencies": {
72 "@babel/cli": "^7.6.3",
73 "@babel/core": "^7.6.3",
74 "@babel/helper-fixtures": "^7.6.3",
75 "@babel/helper-plugin-test-runner": "^7.0.0",
76 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
77 "caniuse-db": "1.0.30000969",
78 "compat-table": "kangax/compat-table#071b478a44694cbf72a78db8ab39189c5ae31b2c",
79 "electron-to-chromium": "1.3.113"
80 },
81 "gitHead": "d329156ebc17da01382acb83e212cb4328534ebc"
82}