{"library":"es6-shorthands","type":"library","category":null,"description":"A tiny transpiler (v0.0.2) that converts ES6 shorthand method syntax in object literals (e.g., `{a, b() {}}`) to ES5 equivalents (`{a: a, b: function b() {}}`). It is a simple, single-purpose tool that performs a string-based transformation, not a full-featured compiler like Babel. Published as a proof-of-concept, it has not seen updates since initial release and is in maintenance mode. Useful only for legacy build pipelines that need a minimal ES6 shorthand transformation without a larger toolchain. Not suitable for production use.","language":"javascript","status":"maintenance","version":"0.0.2","tags":["javascript","es6","transpiler","shorthands"],"last_verified":"Fri May 01","install":[{"cmd":"npm install es6-shorthands","imports":["import shorthand from 'es6-shorthands'","import type { ShorthandOptions } from 'es6-shorthands'","import shorthand from 'es6-shorthands'"]},{"cmd":"yarn add es6-shorthands","imports":[]},{"cmd":"pnpm add es6-shorthands","imports":[]}],"homepage":null,"github":"https://github.com/polyfills/es6-shorthands","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/es6-shorthands","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}