python-esprima 4.0.1-0+exp2
Package Information
| Description | high performance, standard-compliant ECMAScript parser Esprima is a high performance, standard-compliant ECMAScript parser officially written in ECMAScript (also popularly known as JavaScript) and ported to Python. It features: * Full support for ECMAScript 2017 (ECMA-262 8th Edition) * Sensible syntax tree format as standardized by ESTree project * Experimental support for JSX, a syntax extension for React * Optional tracking of syntax node location (index-based and line-column) This package installs the library for Python 3. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | Étienne Mollier <emollier@debian.org> |
| Sponsor | emollier@debian.org |
| Distribution | experimental |
| Architecture | all |
| VCS | git: https://salsa.debian.org/python-team/packages/python-esprima.git (browse) |
| Closes | #987923 |
| Blocked Bugs | #953053 (serious) |
| Tracker | https://tracker.debian.org/pkg/python-esprima |
| Uploaded | 6 hours ago |
New Package Report
.changes
| Source | python-esprima |
|---|---|
| Version | 4.0.1-0+exp2 |
| Changed-By | Étienne Mollier |
| Architecture | source all |
| Distribution | experimental |
| Date | Wed, 25 Feb 2026 19:27:51 +0100 |
Changelog
python-esprima (4.0.1-0+exp2) experimental; urgency=medium . * Initial release. (Closes: #987923)
.dsc
| Package-List | python3-esprima deb python optional arch=all |
|---|---|
| Section | python |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/Kronuz/esprima-python
Upstream-Name: python-esprima
Files: *
Copyright: JS Foundation and other contributors
License: BSD-2-clause
Comment:
Python port is a line-by-line manual translation and was created and is
maintained by German Mendez Bravo (Kronuz).
Files: debian/*
Copyright: 2026 Étienne Mollier <emollier@debian.org>
License: BSD-2-clause
License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Third party test components license terms follow.
Files: test/3rdparty/angular-1.2.5.js
Copyright: 2010-2014 Google, Inc
License: Expat
Files:
test/3rdparty/backbone-1.1.0.js
test/3rdparty/underscore-1.5.2.js
Copyright:
2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
License: Expat
Files: test/3rdparty/benchmark.js
Copyright: 2010-2012 Mathias Bynens
License: Expat
Comment:
Based on JSLitmus.js, copyright Robert Kieffer
Modified by John-David Dalton
Files: test/3rdparty/jquery-1.9.1.js
Copyright: 2005-2012 jQuery Foundation, Inc. and other contributors
License: Expat
Files: test/3rdparty/jquery.mobile-1.4.2.js
Copyright:
2010-2014 jQuery Foundation, Inc. and other contributors
2010 "Cowboy" Ben Alman
2012 Scott Jehl, Paul Irish, Nicholas Zakas
License: Expat
Comment:
Functions authored by "Cowboy" are dual licensed MIT and GPL.
matchMedia authored by Scott Jehl, Paul Irish and Nicholas Zakas is
dual licensed MIT and BSD.
Files: test/3rdparty/mootools-1.4.5.js
Copyright: 2006-2012 Valerio Proietti
License: Expat
Comment:
Class implementation inspired by Base.js, Copyright (c) 2006 Dean
Edwards, GNU Lesser General Public License.
.
Some functionality inspired by Prototype.js, Copyright (c) 2005-2007
Sam Stephenson, MIT License
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Files: test/3rdparty/yui-3.12.0.js
Copyright: 2013 Yahoo! Inc. All rights reserved.
License: BSD-3-clause
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the following
conditions are met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Yahoo! Inc. nor the names of YUI's contributors
may be used to endorse or promote products derived from this
software without specific prior written permission of Yahoo! Inc.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Comment:
License link from the source file is broken, but the hereafter link
looks to be an up to date location with the exact terms:
https://github.com/yui/yui3/blob/master/LICENSE.md