Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/acorn-walk/package.json
1126 views
1
{
2
"name": "acorn-walk",
3
"description": "ECMAScript (ESTree) AST walker",
4
"homepage": "https://github.com/acornjs/acorn",
5
"main": "dist/walk.js",
6
"types": "dist/walk.d.ts",
7
"module": "dist/walk.mjs",
8
"version": "7.2.0",
9
"engines": {"node": ">=0.4.0"},
10
"maintainers": [
11
{
12
"name": "Marijn Haverbeke",
13
"email": "[email protected]",
14
"web": "https://marijnhaverbeke.nl"
15
},
16
{
17
"name": "Ingvar Stepanyan",
18
"email": "[email protected]",
19
"web": "https://rreverser.com/"
20
},
21
{
22
"name": "Adrian Heine",
23
"web": "http://adrianheine.de"
24
}
25
],
26
"repository": {
27
"type": "git",
28
"url": "https://github.com/acornjs/acorn.git"
29
},
30
"scripts": {
31
"prepare": "cd ..; npm run build:walk"
32
},
33
"license": "MIT"
34
}
35
36