1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "estraverse",
|
3 |
|
|
"description": "ECMAScript JS AST traversal functions",
|
4 |
|
|
"homepage": "https://github.com/estools/estraverse",
|
5 |
|
|
"main": "estraverse.js",
|
6 |
|
|
"version": "4.3.0",
|
7 |
|
|
"engines": {
|
8 |
|
|
"node": ">=4.0"
|
9 |
|
|
},
|
10 |
|
|
"maintainers": [
|
11 |
|
|
{
|
12 |
|
|
"name": "Yusuke Suzuki",
|
13 |
|
|
"email": "utatane.tea@gmail.com",
|
14 |
|
|
"web": "http://github.com/Constellation"
|
15 |
|
|
}
|
16 |
|
|
],
|
17 |
|
|
"repository": {
|
18 |
|
|
"type": "git",
|
19 |
|
|
"url": "http://github.com/estools/estraverse.git"
|
20 |
|
|
},
|
21 |
|
|
"devDependencies": {
|
22 |
|
|
"babel-preset-env": "^1.6.1",
|
23 |
|
|
"babel-register": "^6.3.13",
|
24 |
|
|
"chai": "^2.1.1",
|
25 |
|
|
"espree": "^1.11.0",
|
26 |
|
|
"gulp": "^3.8.10",
|
27 |
|
|
"gulp-bump": "^0.2.2",
|
28 |
|
|
"gulp-filter": "^2.0.0",
|
29 |
|
|
"gulp-git": "^1.0.1",
|
30 |
|
|
"gulp-tag-version": "^1.3.0",
|
31 |
|
|
"jshint": "^2.5.6",
|
32 |
|
|
"mocha": "^2.1.0"
|
33 |
|
|
},
|
34 |
|
|
"license": "BSD-2-Clause",
|
35 |
|
|
"scripts": {
|
36 |
|
|
"test": "npm run-script lint && npm run-script unit-test",
|
37 |
|
|
"lint": "jshint estraverse.js",
|
38 |
|
|
"unit-test": "mocha --compilers js:babel-register"
|
39 |
|
|
}
|
40 |
|
|
}
|