File: control

package info (click to toggle)
node-fast-json-patch 3.1.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: javascript: 748; makefile: 11; sh: 7
file content (32 lines) | stat: -rw-r--r-- 1,133 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-fast-json-patch
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-glob <!nocheck>
 , node-jasmine <!nocheck>
 , node-typescript
 , webpack
Standards-Version: 4.7.0
Homepage: https://github.com/Starcounter-Jack/JSON-Patch
Vcs-Git: https://salsa.debian.org/js-team/node-fast-json-patch.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fast-json-patch
Rules-Requires-Root: no

Package: node-fast-json-patch
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Provides: libjs-fast-json-patch
Description: Node.js implementation of JSON-Patch
 node-fast-json-patch is a leaner and meaner implementation of JSON-Patch.
 Small footprint. High performance. It can:
  * apply patches (arrays) and single operations on JS object
  * validate a sequence of patches
  * observe for changes and generate patches when a change is detected
  * compare two objects to obtain the difference