Path: blob/master/node_modules/acorn/package.json
2591 views
{1"name": "acorn",2"description": "ECMAScript parser",3"homepage": "https://github.com/acornjs/acorn",4"main": "dist/acorn.js",5"types": "dist/acorn.d.ts",6"module": "dist/acorn.mjs",7"exports": {8".": [9{10"import": "./dist/acorn.mjs",11"require": "./dist/acorn.js",12"default": "./dist/acorn.js"13},14"./dist/acorn.js"15],16"./package.json": "./package.json"17},18"version": "8.7.0",19"engines": {"node": ">=0.4.0"},20"maintainers": [21{22"name": "Marijn Haverbeke",23"email": "[email protected]",24"web": "https://marijnhaverbeke.nl"25},26{27"name": "Ingvar Stepanyan",28"email": "[email protected]",29"web": "https://rreverser.com/"30},31{32"name": "Adrian Heine",33"web": "http://adrianheine.de"34}35],36"repository": {37"type": "git",38"url": "https://github.com/acornjs/acorn.git"39},40"license": "MIT",41"scripts": {42"prepare": "cd ..; npm run build:main"43},44"bin": {"acorn": "./bin/acorn"}45}464748