79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"_from": "@babel/traverse@^7.15.0",
|
|
"_id": "@babel/traverse@7.15.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==",
|
|
"_location": "/@babel/traverse",
|
|
"_phantomChildren": {
|
|
"@babel/highlight": "7.14.5"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/traverse@^7.15.0",
|
|
"name": "@babel/traverse",
|
|
"escapedName": "@babel%2ftraverse",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.15.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.15.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/helper-define-polyfill-provider",
|
|
"/@babel/helper-module-transforms",
|
|
"/@babel/helper-replace-supers",
|
|
"/@babel/helper-wrap-function",
|
|
"/@babel/helpers",
|
|
"/expo-constants/@babel/core",
|
|
"/jest-expo/@babel/core",
|
|
"/jest-jasmine2",
|
|
"/metro",
|
|
"/metro-source-map"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz",
|
|
"_shasum": "4cca838fd1b2a03283c1f38e141f639d60b3fc98",
|
|
"_spec": "@babel/traverse@^7.15.0",
|
|
"_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?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.14.5",
|
|
"@babel/generator": "^7.15.0",
|
|
"@babel/helper-function-name": "^7.14.5",
|
|
"@babel/helper-hoist-variables": "^7.14.5",
|
|
"@babel/helper-split-export-declaration": "^7.14.5",
|
|
"@babel/parser": "^7.15.0",
|
|
"@babel/types": "^7.15.0",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
|
"devDependencies": {
|
|
"@babel/helper-plugin-test-runner": "7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/traverse",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-traverse"
|
|
},
|
|
"version": "7.15.0"
|
|
}
|