wallet-core/node_modules/estraverse/package.json

41 lines
1016 B
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"name": "estraverse",
"description": "ECMAScript JS AST traversal functions",
"homepage": "https://github.com/estools/estraverse",
"main": "estraverse.js",
2017-05-27 17:36:13 +02:00
"version": "4.2.0",
2017-05-03 15:35:00 +02:00
"engines": {
"node": ">=0.10.0"
},
"maintainers": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"web": "http://github.com/Constellation"
}
],
"repository": {
"type": "git",
"url": "http://github.com/estools/estraverse.git"
},
"devDependencies": {
2017-05-27 17:36:13 +02:00
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
2017-05-03 15:35:00 +02:00
"chai": "^2.1.1",
2017-05-27 17:36:13 +02:00
"espree": "^1.11.0",
2017-05-03 15:35:00 +02:00
"gulp": "^3.8.10",
"gulp-bump": "^0.2.2",
"gulp-filter": "^2.0.0",
"gulp-git": "^1.0.1",
"gulp-tag-version": "^1.2.1",
"jshint": "^2.5.6",
"mocha": "^2.1.0"
},
2017-05-27 17:36:13 +02:00
"license": "BSD-2-Clause",
2017-05-03 15:35:00 +02:00
"scripts": {
"test": "npm run-script lint && npm run-script unit-test",
"lint": "jshint estraverse.js",
2017-05-27 17:36:13 +02:00
"unit-test": "mocha --compilers js:babel-register"
2017-05-03 15:35:00 +02:00
}
}