Source: node-which-typed-array
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-available-typed-arrays <!nocheck>
 , node-call-bind <!nocheck>
 , node-to-buffer <!nocheck>
 , node-gopd <!nocheck>
 , node-has-tostringtag <!nocheck>
 , node-make-generator-function <!nocheck>
 , node-make-arrow-function <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/inspect-js/which-typed-array#readme
Vcs-Git: https://salsa.debian.org/js-team/node-which-typed-array.git
Vcs-Browser: https://salsa.debian.org/js-team/node-which-typed-array
Rules-Requires-Root: no

Package: node-which-typed-array
Architecture: all
Depends:
 ${misc:Depends}
 , node-available-typed-arrays
 , node-call-bind
 , node-to-buffer
 , node-gopd
 , node-has-tostringtag
Description: Detect wich kind of Typed Array is a JavaScript value
 Detect the type of JavaScript typed array (Int8Array, UInt8Array, Uint8ClampedArray,
 Int16Array, ...) avoiding instanceof function.
 .
 Node.js is an event-based server-side JavaScript engine.
