UNPKG

765 BJSONView Raw
1{
2 "name": "transform-ast",
3 "version": "2.1.0",
4 "description": "transform an AST with source maps",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/*.js test/falafel/*.js"
8 },
9 "keywords": [],
10 "author": "Renée Kooi <renee@kooi.me>",
11 "license": "MIT",
12 "dependencies": {
13 "acorn": "^5.0.3",
14 "is-buffer": "^1.1.5",
15 "magic-string": "^0.21.3"
16 },
17 "devDependencies": {
18 "acorn-jsx": "^4.0.1",
19 "tape": "^4.7.0"
20 },
21 "directories": {
22 "test": "test"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/goto-bus-stop/transform-ast.git"
27 },
28 "bugs": {
29 "url": "https://github.com/goto-bus-stop/transform-ast/issues"
30 },
31 "homepage": "https://github.com/goto-bus-stop/transform-ast#readme"
32}