GT2/Ejectable/node_modules/@babel/plugin-transform-object-assign/package.json
2021-08-16 00:14:59 +00:00

65 lines
2 KiB
JSON

{
"_from": "@babel/plugin-transform-object-assign@^7.0.0",
"_id": "@babel/plugin-transform-object-assign@7.14.5",
"_inBundle": false,
"_integrity": "sha512-lvhjk4UN9xJJYB1mI5KC0/o1D5EcJXdbhVe+4fSk08D6ZN+iuAIs7LJC+71h8av9Ew4+uRq9452v9R93SFmQlQ==",
"_location": "/@babel/plugin-transform-object-assign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-object-assign@^7.0.0",
"name": "@babel/plugin-transform-object-assign",
"escapedName": "@babel%2fplugin-transform-object-assign",
"scope": "@babel",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/metro-react-native-babel-preset",
"/react-native-reanimated"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.14.5.tgz",
"_shasum": "62537d54b6d85de04f4df48bfdba2eebff17b760",
"_spec": "@babel/plugin-transform-object-assign@^7.0.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/metro-react-native-babel-preset",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
"deprecated": false,
"description": "Replace Object.assign with an inline helper",
"devDependencies": {
"@babel/core": "7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-assign",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/plugin-transform-object-assign",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-object-assign"
},
"version": "7.14.5"
}