File: control

package info (click to toggle)
node-original 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 77; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
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
Source: node-original
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-assume <!nocheck>
 , node-deep-eql <!nocheck>
 , node-object-inspect <!nocheck>
 , node-url-parse <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-original
Vcs-Git: https://salsa.debian.org/js-team/node-original.git
Homepage: https://github.com/unshiftio/original
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-original
Architecture: all
Depends: ${misc:Depends}
 , node-url-parse
Provides: ${nodejs:Provides}
Description: Generate the origin from an URL or check if two URL/Origins are the same
 Original generates the origin URL for a given URL or URL object.
 In addition to that it also comes with a simple same function to check
 if two URL's have the same origin.
 .
 This module is browserify and node compatible.
 .
 Node.js is an event-based server-side JavaScript engine.