source: frontend/node_modules/acorn-walk/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 791 bytes
Line 
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": "marijnh@gmail.com",
14 "web": "https://marijnhaverbeke.nl"
15 },
16 {
17 "name": "Ingvar Stepanyan",
18 "email": "me@rreverser.com",
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}
Note: See TracBrowser for help on using the repository browser.