package.json 2.1 KB
{
  "_from": "@babel/traverse@^7.12.1",
  "_id": "@babel/traverse@7.12.10",
  "_inBundle": false,
  "_integrity": "sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==",
  "_location": "/@babel/traverse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/traverse@^7.12.1",
    "name": "@babel/traverse",
    "escapedName": "@babel%2ftraverse",
    "scope": "@babel",
    "rawSpec": "^7.12.1",
    "saveSpec": null,
    "fetchSpec": "^7.12.1"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/helper-module-transforms",
    "/@babel/helper-replace-supers",
    "/@babel/helper-wrap-function",
    "/@babel/helpers",
    "/babel-eslint",
    "/jest-circus",
    "/jest-jasmine2"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.10.tgz",
  "_shasum": "2d1f4041e8bf42ea099e5b2dc48d6a594c00017a",
  "_spec": "@babel/traverse@^7.12.1",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@babel\\core",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/code-frame": "^7.10.4",
    "@babel/generator": "^7.12.10",
    "@babel/helper-function-name": "^7.10.4",
    "@babel/helper-split-export-declaration": "^7.11.0",
    "@babel/parser": "^7.12.10",
    "@babel/types": "^7.12.10",
    "debug": "^4.1.0",
    "globals": "^11.1.0",
    "lodash": "^4.17.19"
  },
  "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.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.10"
}