mirror of https://gitee.com/antv-l7/antv-l7
34 lines
768 B
JSON
34 lines
768 B
JSON
{
|
|
"name": "redeyed",
|
|
"version": "0.4.4",
|
|
"description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
|
|
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
|
|
"main": "redeyed.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js",
|
|
"demo-log": "node examples/replace-log",
|
|
"demo": "cd examples/browser; open index.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/thlorenz/redeyed.git"
|
|
},
|
|
"keywords": [
|
|
"ast",
|
|
"syntax",
|
|
"tree",
|
|
"source",
|
|
"wrap",
|
|
"metadata"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tap": "~0.4.8",
|
|
"readdirp": "~0.3.3",
|
|
"cardinal": "~0.4.4"
|
|
},
|
|
"dependencies": {
|
|
"esprima": "~1.0.4"
|
|
}
|
|
}
|