Source: node-get-tsconfig
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-is-fs-case-sensitive,
 node-jsonc-parser,
 node-read-pkg,
 node-resolve-pkg-maps,
 node-rollup-plugin-node-resolve,
 node-slash,
 node-types-node,
 node-typescript,
 rollup,
Standards-Version: 4.7.4
Homepage: https://github.com/privatenumber/get-tsconfig
Vcs-Git: https://salsa.debian.org/js-team/node-get-tsconfig.git
Vcs-Browser: https://salsa.debian.org/js-team/node-get-tsconfig

Package: node-get-tsconfig
Architecture: all
Depends:
 node-is-fs-case-sensitive,
 node-jsonc-parser,
 node-resolve-pkg-maps,
 node-slash,
 ${misc:Depends},
Multi-Arch: foreign
Description: parser and path resolver for tsconfig.json
 For TypeScript related tooling to correctly parse tsconfig.json file
 without depending on TypeScript.
 .
 Features:
 .
  - Zero dependency (not even TypeScript)
  - Tested against TypeScript for correctness
  - Supports comments & dangling commas in tsconfig.json
  - Resolves extends
  - Fully typed tsconfig.json
  - Validates and throws parsing errors
  - Tiny! 7 kB Minified + Gzipped
 .
 Node.js is an event-based server-side JavaScript engine.
