ast-replace-this
Version:
change the this of code
26 lines (25 loc) • 487 B
JSON
{
"name": "ast-replace-this",
"version": "2.0.0",
"description": "change the this of code",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/nathan7/ast-replace-this.git"
},
"keywords": [
"ast",
"this",
"context",
"esparse",
"esprima"
],
"author": "Nathan Zadoks",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathan7/ast-replace-this/issues"
},
"dependencies": {
"esmap": "~1.1.0"
}
}