{
  "name": "transform-ast",
  "version": "2.4.4",
  "description": "transform an AST with source maps",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js test/falafel/*.js"
  },
  "keywords": [],
  "author": "Renée Kooi <renee@kooi.me>",
  "license": "MIT",
  "dependencies": {
    "acorn-node": "^1.3.0",
    "convert-source-map": "^1.5.1",
    "dash-ast": "^1.0.0",
    "is-buffer": "^2.0.0",
    "magic-string": "^0.23.2",
    "merge-source-map": "1.0.4",
    "nanobench": "^2.1.1"
  },
  "devDependencies": {
    "acorn-jsx": "^4.1.1",
    "tape": "^4.9.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto-bus-stop/transform-ast.git"
  },
  "bugs": {
    "url": "https://github.com/goto-bus-stop/transform-ast/issues"
  },
  "homepage": "https://github.com/goto-bus-stop/transform-ast#readme"
}
