node-falafel 2.2.5-1 source package in Ubuntu
Changelog
node-falafel (2.2.5-1) unstable; urgency=medium * Team upload * Declare compliance with policy 4.6.1 * New upstream version 2.2.5 * Drop dependency to node-lodash-packages * Test: use tape instead of tap+tape * Update patches -- Yadd <email address hidden> Wed, 18 May 2022 09:36:35 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- javascript
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-falafel_2.2.5-1.dsc | 2.1 KiB | af88ed745294d85c1666d573104acdd8d623b84a4cd8da2329ae7d1e1a34de28 |
node-falafel_2.2.5.orig.tar.gz | 56.0 KiB | 856c8e89a942c348bb73534d7e2a8f5286740cc9e9699a6976285d89783a802e |
node-falafel_2.2.5-1.debian.tar.xz | 4.4 KiB | da5f82aca22530ab766bb63efced9031120ef350886f5a743dcdd9d6c9298981 |
Available diffs
- diff from 2.2.4-4 to 2.2.5-1 (3.2 KiB)
No changes file available.
Binary packages built by this source
- node-falafel: transform javascript AST on a recursive walk
Falafel is a pure javascript implementation of recursive walk of
abstract syntax tree (AST).
.
Using falafel you could do syntax aware search and replace, and
patching using DOM like method.
.
Node.js is an event-based server-side JavaScript engine.