ghaction-upx/node_modules/@babel/traverse/package.json

64 lines
1.9 KiB
JSON
Raw Normal View History

2020-01-23 01:49:02 -07:00
{
"_from": "@babel/traverse@^7.8.3",
"_id": "@babel/traverse@7.8.3",
"_inBundle": false,
"_integrity": "sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg==",
"_location": "/@babel/traverse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/traverse@^7.8.3",
"name": "@babel/traverse",
"escapedName": "@babel%2ftraverse",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helpers",
"/istanbul-lib-instrument",
"/jest-jasmine2"
],
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.3.tgz",
"_shasum": "a826215b011c9b4f73f3a893afbc05151358bf9a",
"_spec": "@babel/traverse@^7.8.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/@babel/core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.8.3",
"@babel/helper-function-name": "^7.8.3",
"@babel/helper-split-export-declaration": "^7.8.3",
"@babel/parser": "^7.8.3",
"@babel/types": "^7.8.3",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"
},
"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.8.3"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"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.8.3"
}