You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.4 KiB
76 lines
2.4 KiB
{
|
|
"_from": "@babel/traverse@^7.11.0",
|
|
"_id": "@babel/traverse@7.11.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-m5ls4bmPU/fD5BdRFWBdVu0H3SQ=",
|
|
"_location": "/@babel/traverse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/traverse@^7.11.0",
|
|
"name": "@babel/traverse",
|
|
"escapedName": "@babel%2ftraverse",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.11.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.11.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ant-design/pro-cli",
|
|
"/@babel/core",
|
|
"/@babel/helper-explode-assignable-expression",
|
|
"/@babel/helper-remap-async-to-generator",
|
|
"/@babel/helper-replace-supers",
|
|
"/@babel/helper-wrap-function",
|
|
"/@babel/helpers",
|
|
"/@umijs/utils",
|
|
"/babel-eslint",
|
|
"/jest-environment-jsdom-fourteen/istanbul-lib-instrument",
|
|
"/jest-jasmine2",
|
|
"/styled-components",
|
|
"/umi-uni18n"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.11.0.tgz?cache=0&sync_timestamp=1596148046133&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.11.0.tgz",
|
|
"_shasum": "9b996ce1b98f53f7c3e4175115605d56ed07dd24",
|
|
"_spec": "@babel/traverse@^7.11.0",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@babel/core",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/generator": "^7.11.0",
|
|
"@babel/helper-function-name": "^7.10.4",
|
|
"@babel/helper-split-export-declaration": "^7.11.0",
|
|
"@babel/parser": "^7.11.0",
|
|
"@babel/types": "^7.11.0",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0",
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"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.10.4"
|
|
},
|
|
"homepage": "https://babeljs.io/",
|
|
"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.11.0"
|
|
}
|