File: control

package info (click to toggle)
node-solid-rest 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 420 kB
  • sloc: javascript: 529; sh: 31; makefile: 15
file content (70 lines) | stat: -rw-r--r-- 2,241 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: node-solid-rest
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 Kartik Kulkarni <kartik.koolks@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
# node-tap <!nocheck>,
 node-fetch <!nocheck>,
 pkg-js-tools,
 node-concat-stream <!nocheck>,
 node-babel-cli (>= 7),
 node-mime-types,
 node-fs-extra <!nocheck>,
 pandoc <!nodoc>,
Standards-Version: 4.5.1
Homepage: https://github.com/jeff-zucker/solid-rest.git
Vcs-Git: https://salsa.debian.org/js-team/node-solid-rest.git
Vcs-Browser: https://salsa.debian.org/js-team/node-solid-rest
Rules-Requires-Root: no

Package: node-solid-rest
Architecture: all
Depends:
 nodejs,
 node-fetch,
 node-mime-types,
 node-fs-extra,
 node-concat-stream,
 ${misc:Depends}
Description: client-side multi-backend API for Solid requests - nodejs lib
 Solid REST sits between auth modules
 like solid-auth-client and solid-auth-cli
 to handle requests for file:// and app:// URIs
 and then uses the appropriate storage module to do the work.
 .
 Solid (Social Linked Data) is a web decentralization project
 with the aims to radically change
 the way web applications work
 by developing a platform for linked-data applications
 that are completely decentralized
 and fully under users' control
 rather than controlled by other entities.
 .
 This package contains Solid REST usable with Nodejs.

#Package: libjs-solid-rest
#Architecture: all
#Depends:
# ${misc:Depends},
#Recommends:
# javascript-common,
#Description: client-side multi-backend API for Solid requests - browser lib
# Solid REST sits between auth modules
# like solid-auth-client and solid-auth-cli
# to handle requests for file:// and app:// URIs
# and then uses the appropriate storage module to do the work.
# .
# Solid (Social Linked Data) is a web decentralization project
# with the aims to radically change
# the way web applications work
# by developing a platform for linked-data applications
# that are completely decentralized
# and fully under users' control
# rather than controlled by other entities.
# .
# This package contains Solid REST usable with web browsers.