1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: node-spdx-expression-parse
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-assert <!nocheck>
, node-spdx-exceptions (>= 2.1.0) <!nocheck>
, node-spdx-license-ids (>= 3.0.0) <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-spdx-expression-parse
Vcs-Git: https://salsa.debian.org/js-team/node-spdx-expression-parse.git
Homepage: https://github.com/jslicense/spdx-expression-parse.js
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-spdx-expression-parse
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, node-spdx-exceptions (>= 2.0.1)
, node-spdx-license-ids (>= 3.0.0)
Provides: ${nodejs:Provides}
Description: parse SPDX license expressions
This package parses SPDX license expression strings
describing license terms, like package.json license strings,
into consistently structured ECMAScript (JavaScript) objects.
.
SPDX license expressions are standardized string that uses
SPDX identifiers (unique and machine‑readable names for specific
software licenses) to state a project’s licensing terms clearly
using logical operators like AND, OR, and WITH.
.
Node.js is an event-based server-side JavaScript engine.
|