67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"_from": "@babel/traverse@^7.7.4",
|
|
"_id": "@babel/traverse@7.7.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==",
|
|
"_location": "/@babel/traverse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/traverse@^7.7.4",
|
|
"name": "@babel/traverse",
|
|
"escapedName": "@babel%2ftraverse",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.7.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.7.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/helper-call-delegate",
|
|
"/@babel/helper-explode-assignable-expression",
|
|
"/@babel/helper-remap-async-to-generator",
|
|
"/@babel/helper-replace-supers",
|
|
"/@babel/helper-wrap-function",
|
|
"/@babel/helpers"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz",
|
|
"_shasum": "9c1e7c60fb679fe4fcfaa42500833333c2058558",
|
|
"_spec": "@babel/traverse@^7.7.4",
|
|
"_where": "/home/george/citwa/red_de_investigacion_front/first/node_modules/@babel/core",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.5.5",
|
|
"@babel/generator": "^7.7.4",
|
|
"@babel/helper-function-name": "^7.7.4",
|
|
"@babel/helper-split-export-declaration": "^7.7.4",
|
|
"@babel/parser": "^7.7.4",
|
|
"@babel/types": "^7.7.4",
|
|
"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.7.4"
|
|
},
|
|
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9",
|
|
"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.7.4"
|
|
}
|