UNPKG

recma-stringify

Version:

recma plugin to serialize JavaScript

53 lines (52 loc) 1.18 kB
{ "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "bugs": "https://github.com/mdx-js/recma/issues", "contributors": [ "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ], "description": "recma plugin to serialize JavaScript", "dependencies": { "@types/estree": "^1.0.0", "estree-util-to-js": "^2.0.0", "unified": "^11.0.0", "vfile": "^6.0.0" }, "exports": "./index.js", "files": [ "lib/", "index.d.ts", "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "homepage": "https://github.com/mdx-js/recma", "keywords": [ "abstract", "ast", "compile", "javascript", "plugin", "recma-plugin", "recma", "serialize", "stringify", "syntax", "tree", "unified" ], "license": "MIT", "name": "recma-stringify", "repository": "https://github.com/mdx-js/recma/tree/main/packages/recma-stringify", "scripts": {}, "sideEffects": false, "typeCoverage": { "atLeast": 100, "detail": true, "strict": true, "ignoreCatch": true }, "type": "module", "version": "1.0.0" }