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).
