{"library":"parcel-plugin-nqp","title":"Parcel NQP Plugin","description":"A Parcel bundler plugin for compiling NQP (Not Quite Perl) files during builds. Current version 0.43.0 is stable with no recent updates. It integrates NQP source files into the Parcel asset pipeline, allowing NQP to be used alongside JavaScript. Differentiates from other NQP tools by providing zero-config bundling via Parcel. Release cadence is low; last update was several years ago. Works with Parcel v1 only.","language":"javascript","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["npm install parcel-plugin-nqp"],"cli":null},"imports":["import parcelPluginNqp from 'parcel-plugin-nqp'","// .parcelrc\n{\n  \"plugins\": [\"parcel-plugin-nqp\"]\n}","import { NqpAsset } from 'parcel-plugin-nqp'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install dependencies\nnpm install --save-dev parcel-bundler@1 parcel-plugin-nqp@0.43.0\n\n// 2. Create .parcelrc\n{\n  \"plugins\": [\"parcel-plugin-nqp\"]\n}\n\n// 3. Create an NQP file (example.nqp)\n// NQP code here\n\n// 4. Build\nnpx parcel build index.html\n\n// Parcel will process .nqp files automatically","lang":"javascript","description":"Shows installation, configuration, and build steps for using Parcel v1 with the NQP plugin.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}