This commit is contained in:
zino
2021-03-02 00:06:38 +01:00
parent 3a8aab0e9a
commit eeb745b013
3567 changed files with 1234741 additions and 0 deletions

39
client/node_modules/dash-ast/package.json generated vendored Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "dash-ast",
"description": "walk an AST, quickly",
"version": "1.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/dash-ast/issues"
},
"devDependencies": {
"acorn": "^5.5.3",
"astw": "^2.2.0",
"estree-walk": "^2.2.0",
"estree-walker": "^0.5.2",
"nanobench": "^2.1.1",
"standard": "^11.0.1",
"tape": "^4.9.0"
},
"homepage": "https://github.com/goto-bus-stop/dash-ast",
"keywords": [
"ast",
"estree",
"javascript",
"parse",
"transform",
"tree",
"visitor",
"walk",
"walker"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/goto-bus-stop/dash-ast.git"
},
"scripts": {
"test": "standard && node test && node bench"
}
}