aimpress-chatbot/node_modules/safe-eval/package.json
“SamoilenkoVadym” 205d62e282 Your commit message
2025-04-27 19:29:04 +01:00

24 lines
617 B
JSON

{
"name": "safe-eval",
"version": "0.3.0",
"description": "Safer version of eval()",
"main": "index.js",
"scripts": {
"pretest": "node_modules/standard/bin/cmd.js",
"test": "node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/hacksparrow/safe-eval.git"
},
"author": "Hage Yaapa <captain@hacksparrow.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hacksparrow/safe-eval/issues"
},
"homepage": "https://github.com/hacksparrow/safe-eval",
"devDependencies": {
"mocha": "^2.2.5",
"standard": "^5.1.1"
}
}