Description
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.

73 lines
2.0 KiB

4 years ago
{
"_args": [
[
"@babel/traverse@7.12.9",
"/home/lefos/repos/swarmlab-playground-client"
]
],
"_development": true,
"_from": "@babel/traverse@7.12.9",
"_id": "@babel/traverse@7.12.9",
"_inBundle": false,
"_integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==",
"_location": "/@babel/traverse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/traverse@7.12.9",
"name": "@babel/traverse",
"escapedName": "@babel%2ftraverse",
"scope": "@babel",
"rawSpec": "7.12.9",
"saveSpec": null,
"fetchSpec": "7.12.9"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-module-transforms",
"/@babel/helper-replace-supers",
"/@babel/helper-wrap-function",
"/@babel/helpers",
"/@vue/babel-plugin-jsx"
],
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz",
"_spec": "7.12.9",
"_where": "/home/lefos/repos/swarmlab-playground-client",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.12.5",
"@babel/helper-function-name": "^7.10.4",
"@babel/helper-split-export-declaration": "^7.11.0",
"@babel/parser": "^7.12.7",
"@babel/types": "^7.12.7",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"
},
"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.12.9"
}