Show More
Commit Description:
Merge pull request #28 from paphonb/change-default-language...
Commit Description:
Merge pull request #28 from paphonb/change-default-language
allow users to change default submission language
References:
File last commit:
Show/Diff file:
Action:
node_modules/static-eval/package.json
| 48 lines
| 855 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "static-eval", | ||||
"version": "2.0.5", | ||||
"description": "evaluate statically-analyzable expressions", | ||||
"main": "index.js", | ||||
"dependencies": { | ||||
"escodegen": "^1.11.1" | ||||
}, | ||||
"devDependencies": { | ||||
"esprima": "^3.1.3", | ||||
"tape": "^4.10.1" | ||||
}, | ||||
"scripts": { | ||||
"test": "tape test/*.js" | ||||
}, | ||||
"testling": { | ||||
"files": "test/*.js", | ||||
"browsers": [ | ||||
"ie/8..latest", | ||||
"ff/latest", | ||||
"chrome/latest", | ||||
"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" | ||||
} | ||||