es-arguments
Version:
Get the argument names of any es method
33 lines (32 loc) • 673 B
JSON
{
"name": "es-arguments",
"version": "1.0.2",
"description": "Get the argument names of any es method",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch"
},
"author": "Ryan P. Hansen",
"license": "ISC",
"keywords": [
"es6",
"Reflection",
"arguments",
"parameters"
],
"dependencies": {
"recast": "^0.12.7"
},
"devDependencies": {
"jest": "^21.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rphansen91/es-arguments.git"
},
"bugs": {
"url": "https://github.com/rphansen91/es-arguments/issues"
}
}