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