forked from benjamn/ast-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"author": "Ben Newman <[email protected]>",
"name": "ast-types",
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",
"keywords": [
"ast",
"abstract syntax tree",
"hierarchy",
"mozilla",
"spidermonkey",
"parser api",
"esprima",
"types",
"type system",
"type checking",
"dynamic types",
"parsing",
"transformation",
"syntax"
],
"version": "0.11.3",
"homepage": "http://github.com/benjamn/ast-types",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/ast-types.git"
},
"license": "MIT",
"main": "main.js",
"scripts": {
"test": "test/run.sh"
},
"dependencies": {},
"devDependencies": {
"babel-types": "^6.26.0",
"babylon": "^7.0.0-beta.40",
"espree": "^3.1.7",
"esprima": "~4.0.0",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"flow-parser": "^0.67.1",
"glob": "^7.1.2",
"mocha": "^5.0.0",
"reify": "^0.14.1"
},
"engines": {
"node": ">= 0.8"
}
}