Skip to content

Commit

Permalink
maybe they will email me about "security" issues if i put this in there
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 17, 2021
1 parent 1a4d734 commit aff732b
Showing 1 changed file with 31 additions and 25 deletions.
56 changes: 31 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@
{
"name": "static-eval",
"version": "2.1.0",
"description": "evaluate statically-analyzable expressions",
"main": "index.js",
"version": "2.1.0",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"contributors": [
{
"name": "Renée Kooi",
"email": "renee@kooi.me"
}
],
"dependencies": {
"escodegen": "^1.11.1"
},
"devDependencies": {
"esprima": "^3.1.3",
"tape": "^4.10.1"
},
"homepage": "https://github.com/browserify/static-eval",
"keywords": [
"abstract",
"analysis",
"ast",
"esprima",
"eval",
"expression",
"static",
"syntax",
"tree"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/browserify/static-eval.git"
},
"scripts": {
"test": "tape test/*.js"
},
Expand All @@ -22,27 +50,5 @@
"opera/latest",
"safari/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/browserify/static-eval.git"
},
"homepage": "https://github.com/browserify/static-eval",
"keywords": [
"static",
"eval",
"expression",
"esprima",
"ast",
"abstract",
"syntax",
"tree",
"analysis"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}
}

0 comments on commit aff732b

Please sign in to comment.