Show More
Commit Description:
change logger to be limited by file size
Commit Description:
change logger to be limited by file size
References:
File last commit:
Show/Diff file:
Action:
node_modules/estree-is-function/package.json | 33 lines | 796 B | application/json | JsonLexer |
{
"name": "estree-is-function",
"description": "check if an AST node is a function of some sort",
"version": "1.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/estree-is-function/issues"
},
"devDependencies": {
"acorn": "^5.2.1",
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"homepage": "https://github.com/goto-bus-stop/estree-is-function",
"keywords": [
"arrow-function",
"check",
"detect",
"estree",
"function",
"functiondeclaration",
"functionexpression"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/goto-bus-stop/estree-is-function.git"
},
"scripts": {
"test": "standard && node test.js"
}
}