mirror of
https://github.com/actions/setup-python.git
synced 2024-11-13 07:11:06 +07:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@babel/traverse@7.4.5",
|
|
"C:\\Users\\Administrator\\Documents\\setup-python"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@babel/traverse@7.4.5",
|
|
"_id": "@babel/traverse@7.4.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==",
|
|
"_location": "/@babel/traverse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@babel/traverse@7.4.5",
|
|
"name": "@babel/traverse",
|
|
"escapedName": "@babel%2ftraverse",
|
|
"scope": "@babel",
|
|
"rawSpec": "7.4.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.4.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/helpers",
|
|
"/istanbul-lib-instrument",
|
|
"/jest-circus",
|
|
"/jest-jasmine2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz",
|
|
"_spec": "7.4.5",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@babel/generator": "^7.4.4",
|
|
"@babel/helper-function-name": "^7.1.0",
|
|
"@babel/helper-split-export-declaration": "^7.4.4",
|
|
"@babel/parser": "^7.4.5",
|
|
"@babel/types": "^7.4.4",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"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.0.0"
|
|
},
|
|
"gitHead": "33ab4f166117e2380de3955a0842985f578b01b8",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/traverse",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
|
|
},
|
|
"version": "7.4.5"
|
|
}
|