node-espree 9.3.1~dfsg-1 source package in Ubuntu
Changelog
node-espree (9.3.1~dfsg-1) unstable; urgency=medium [ upstream ] * new release(s) [ Jonas Smedegaard ] * update watch file: use repacksuffix ~dfsg (not ~dfsg1) * update copyright info: update coverage * tighten lintian overrides * tighten (build-)dependency on node-acorn node-eslint-visitor-keys * stop build-depend on node-leche * drop patch cherry-picked upstream now applied * add patch 2001 to avoid privacy leak in documentation * update build routines to no longer regenerate unicode patterns (obsoleted by upstream changes); drop patch 1001; stop build-depend on libipc-system-simple-perl libpath-tiny-perl node-unicode-14.0.0 perl * generate html and plaintext documentation from upstream markdown; build-depend on cmark-gfm * update build routines; build-depend on rollup node-rollup-plugin-commonjs node-rollup-plugin-json node-rollup-plugin-node-resolve * update test checking -- Jonas Smedegaard <email address hidden> Thu, 24 Feb 2022 17:11:31 +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 | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-espree_9.3.1~dfsg-1.dsc | 2.4 KiB | b8d3d3a32ee0bad333d9e82ab3185eeb7e1b326fd196bbd3e36797fa55a5baf2 |
node-espree_9.3.1~dfsg.orig.tar.xz | 280.9 KiB | f91f3a91e94877d0429670008ab773cf18ee07b7e554b5b2b301b4428d622c45 |
node-espree_9.3.1~dfsg-1.debian.tar.xz | 14.6 KiB | 09d3ef36f32fe9717e1428793a4e9d622a50e167343d1e9156d9269fc4c58d03 |
Available diffs
- diff from 7.3.1~dfsg1-3 to 9.3.1~dfsg-1 (116.7 KiB)
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.