node-espree 6.0.0+ds-3 source package in Ubuntu
Changelog
node-espree (6.0.0+ds-3) unstable; urgency=medium * Team upload * Declare compliance with policy 4.5.0 * Remove bad dependency to node-acorn-jsx * Update lintian overrides -- Xavier Guimard <email address hidden> Tue, 17 Mar 2020 12:24:06 +0100
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 | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-espree_6.0.0+ds-3.dsc | 2.1 KiB | 789588990d57d480258876be3fb62b211c73752adee39b9885f286883d3041ed |
node-espree_6.0.0+ds.orig.tar.xz | 24.9 KiB | b1566cd41a07c205e5094d1988a0b66a581c367d8d490c78884faec82c3adcba |
node-espree_6.0.0+ds-3.debian.tar.xz | 3.5 KiB | 30b4a238b9a2cf7af0b5ed4b9ebe9806e90966209ca2ddc389c1a023bae93bbf |
Available diffs
- diff from 6.0.0+ds-2 to 6.0.0+ds-3 (889 bytes)
No changes file available.
Binary packages built by this source
- node-espree: Esprima-compatible JavaScript parser built on Acorn
Espree started out as a fork of Esprima v1.2.2, the last stable published
released of Esprima before work on ECMAScript 6 began. Espree is now built on
top of Acorn, which has a modular architecture that allows extension of core
functionality. The goal of Espree is to produce output that is similar to
Esprima with a similar API so that it can be used in place of Esprima.
.
Node.js is an event-based server-side JavaScript engine.