summaryrefslogtreecommitdiff
path: root/node_modules/babel-traverse/package.json
blob: 3aea616765f99c75ceb47919aaeddefca53b91b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "babel-traverse",
  "version": "6.18.0",
  "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
  "main": "lib/index.js",
  "dependencies": {
    "babel-code-frame": "^6.16.0",
    "babel-messages": "^6.8.0",
    "babel-runtime": "^6.9.0",
    "babel-types": "^6.18.0",
    "babylon": "^6.11.0",
    "debug": "^2.2.0",
    "globals": "^9.0.0",
    "invariant": "^2.2.0",
    "lodash": "^4.2.0"
  }
}