{
  "_args": [
    [
      "babel-walk@3.0.0-canary-5",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "babel-walk@3.0.0-canary-5",
  "_id": "babel-walk@3.0.0-canary-5",
  "_inBundle": false,
  "_integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==",
  "_location": "/babel-walk",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-walk@3.0.0-canary-5",
    "name": "babel-walk",
    "escapedName": "babel-walk",
    "rawSpec": "3.0.0-canary-5",
    "saveSpec": null,
    "fetchSpec": "3.0.0-canary-5"
  },
  "_requiredBy": [
    "/with"
  ],
  "_resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz",
  "_spec": "3.0.0-canary-5",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Timothy Gu",
    "email": "timothygu99@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/pugjs/babel-walk/issues"
  },
  "dependencies": {
    "@babel/types": "^7.9.6"
  },
  "description": "Lightweight Babel AST traversal",
  "devDependencies": {
    "@forbeslindesay/tsconfig": "^2.0.0",
    "@types/node": "^14.0.5",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "tslint": "^6.1.2",
    "typescript": "^3.9.3"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/pugjs/babel-walk#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "babel-walk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/babel-walk.git"
  },
  "scripts": {
    "build": "tsc && node lib",
    "lint": "tslint './src/**/*.{ts,tsx}' -t verbose -p .",
    "postbuild": "rimraf lib/**/__tests__",
    "prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
    "prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'"
  },
  "version": "3.0.0-canary-5"
}
