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
|
Source: node-sort-package-json
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
, ava <!nocheck>
, node-del <!nocheck>
, node-detect-indent <!nocheck>
, node-detect-newline <!nocheck>
, node-dot-prop <!nocheck>
, node-get-stdin <!nocheck>
, node-globby <!nocheck>
, node-is-plain-obj <!nocheck>
, node-is-stream <!nocheck>
, node-make-dir <!nocheck>
, node-temp-dir <!nocheck>
, node-unique-string <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/keithamus/sort-package-json#readme
Vcs-Git: https://salsa.debian.org/js-team/node-sort-package-json.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sort-package-json
Rules-Requires-Root: no
Package: node-sort-package-json
Architecture: all
Depends: ${misc:Depends}
, node-detect-indent
, node-detect-newline
, node-get-stdin
, node-globby
, node-is-plain-obj
, nodejs:any
Provides: ${nodejs:Provides}
, sort-package-json
Description: Node.js library to sort package.json
node-sort-package-json is a small library useful to sort package.json files
of Node.js modules, not in alphabetic order but in logical order (starting
by name and version).
|