Files
automatic-dispose/node_modules/@babel/traverse/package.json
2018-11-24 14:43:59 +01:00

61 lines
1.8 KiB
JSON

{
"_from": "@babel/traverse@^7.1.5",
"_id": "@babel/traverse@7.1.5",
"_inBundle": false,
"_integrity": "sha512-eU6XokWypl0MVJo+MTSPUtlfPePkrqsF26O+l1qFGlCKWwmiYAYy2Sy44Qw8m2u/LbPCsxYt90rghmqhYMGpPA==",
"_location": "/@babel/traverse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/traverse@^7.1.5",
"name": "@babel/traverse",
"escapedName": "@babel%2ftraverse",
"scope": "@babel",
"rawSpec": "^7.1.5",
"saveSpec": null,
"fetchSpec": "^7.1.5"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helpers"
],
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.5.tgz",
"_shasum": "5aafca2039aa058c104cf2bfeb9fc4a857ccbca9",
"_spec": "@babel/traverse@^7.1.5",
"_where": "/var/www/html/autocompletion/node_modules/@babel/core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.1.5",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0",
"@babel/parser": "^7.1.5",
"@babel/types": "^7.1.5",
"debug": "^3.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.10"
},
"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.0.0"
},
"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.1.5"
}