GT2/Ejectable/node_modules/@babel/helpers/package.json

63 lines
1.7 KiB
JSON

{
"_from": "@babel/helpers@^7.14.8",
"_id": "@babel/helpers@7.15.3",
"_inBundle": false,
"_integrity": "sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==",
"_location": "/@babel/helpers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helpers@^7.14.8",
"name": "@babel/helpers",
"escapedName": "@babel%2fhelpers",
"scope": "@babel",
"rawSpec": "^7.14.8",
"saveSpec": null,
"fetchSpec": "^7.14.8"
},
"_requiredBy": [
"/@babel/core",
"/expo-constants/@babel/core",
"/jest-expo/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.3.tgz",
"_shasum": "c96838b752b95dcd525b4e741ed40bb1dc2a1357",
"_spec": "@babel/helpers@^7.14.8",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@babel/core",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/template": "^7.14.5",
"@babel/traverse": "^7.15.0",
"@babel/types": "^7.15.0"
},
"deprecated": false,
"description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/helper-plugin-test-runner": "7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helpers",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helpers"
},
"version": "7.15.3"
}