argencoders-notevil
Version:
Evaluate javascript like the built-in eval() method but safely
32 lines • 634 B
JSON
{
"name": "argencoders-notevil",
"version": "2.5.0",
"description": "Evaluate javascript like the built-in eval() method but safely",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/notevil"
},
"keywords": [
"eval",
"sandbox",
"esprima",
"safe",
"expression"
],
"author": "Matt McKegg",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmckegg/notevil/issues"
},
"dependencies": {
"esprima": "^4.0.1",
"hoister": "~0.0"
},
"devDependencies": {
"tape": "^4.11.0"
}
}