GT2/Ejectable/node_modules/metro-react-native-babel-pr.../package.json

95 lines
3.8 KiB
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"_from": "metro-react-native-babel-preset@0.59.0",
"_id": "metro-react-native-babel-preset@0.59.0",
"_inBundle": false,
"_integrity": "sha512-BoO6ncPfceIDReIH8pQ5tQptcGo5yRWQXJGVXfANbiKLq4tfgdZB1C1e2rMUJ6iypmeJU9dzl+EhPmIFKtgREg==",
"_location": "/metro-react-native-babel-preset",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "metro-react-native-babel-preset@0.59.0",
"name": "metro-react-native-babel-preset",
"escapedName": "metro-react-native-babel-preset",
"rawSpec": "0.59.0",
"saveSpec": null,
"fetchSpec": "0.59.0"
},
"_requiredBy": [
"/babel-preset-expo",
"/metro",
"/metro-react-native-babel-transformer"
],
"_resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.59.0.tgz",
"_shasum": "20e020bc6ac9849e1477de1333d303ed42aba225",
"_spec": "metro-react-native-babel-preset@0.59.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/metro-react-native-babel-transformer",
"bugs": {
"url": "https://github.com/facebook/metro/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-export-default-from": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0",
"@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-function-name": "^7.0.0",
"@babel/plugin-transform-literals": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-parameters": "^7.0.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/plugin-transform-sticky-regex": "^7.0.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.5.0",
"@babel/plugin-transform-unicode-regex": "^7.0.0",
"@babel/template": "^7.0.0",
"react-refresh": "^0.4.0"
},
"deprecated": false,
"description": "Babel preset for React Native applications",
"homepage": "https://github.com/facebook/metro#readme",
"keywords": [
"babel",
"preset",
"react-native"
],
"license": "MIT",
"main": "src/index.js",
"name": "metro-react-native-babel-preset",
"peerDependencies": {
"@babel/core": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/metro.git"
},
"scripts": {
"cleanup-release": "test ! -e build && mv src build && mv src.real src",
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src"
},
"version": "0.59.0"
}