UNPKG

parsix

Version:

A lightweight and customizable JavaScript parser framework that processes strings based on user-defined keywords and actions. Perfect for building flexible, extensible parsing solutions.

35 lines (34 loc) 712 B
{ "name": "parsix", "version": "5.1.3", "description": "A lightweight and customizable JavaScript parser framework that processes strings based on user-defined keywords and actions. Perfect for building flexible, extensible parsing solutions.", "main": "index.js", "scripts": { "test": "node test.js" }, "type": "module", "exports": { "require": "./index.js", "import": "./index.js" }, "keywords": [ "parser", "custom", "JSON", "decode", "module", "ES6", "JavaScript", "JS", "string", "object", "array", "keywords", "front-end" ], "author": "drakalyebus", "license": "MIT", "dependencies": { "parsix": "file:" } }