{"library":"acorn","type":"library","category":null,"description":"Acorn is a compact, high-performance JavaScript parser implemented entirely in JavaScript. It parses ECMAScript code into an Abstract Syntax Tree (AST) that conforms to the ESTree specification. The current stable version is 8.16.0, as of February 2026, with frequent releases to support the latest ECMAScript features and bug fixes. Acorn differentiates itself by its minimal footprint and speed, serving as a fundamental component in many JavaScript tooling projects, including linters (like ESLint), bundlers, and transpilers. It strictly implements 'stage 4' (finalized) ECMAScript features, requiring plugins for experimental syntax.","language":"javascript","status":"active","version":"8.16.0","tags":["javascript","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install acorn","imports":["import * as acorn from 'acorn'","const acorn = require('acorn')","import { Parser } from 'acorn'"]},{"cmd":"yarn add acorn","imports":[]},{"cmd":"pnpm add acorn","imports":[]}],"homepage":null,"github":"https://github.com/acornjs/acorn","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/acorn","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/acorn/compatibility"}}