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-call-bind <!nocheck>
 , node-call-bound <!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
Multi-Arch: foreign
Depends:
 ${misc:Depends}
Provides: ${nodejs:Provides}
Breaks: node-deep-equal (<< 2.2.3+~cs43.15.94-2~)
Replaces: node-deep-equal (<< 2.2.3+~cs43.15.94-2~)
Description: Detect wich kind of Typed Array is a JavaScript value
 Detect the specific type of JavaScript Typed Array (such as
 Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, and others)
 without relying on instanceof checks.
 .
 This package also includes several small utility modules:
 - available-typed-arrays : returns a list of Typed Array names supported
   in the current environment.
 - possible-typed-array-names : provides a complete list of all standard
   Typed Array names.
 - is-typed-array : determines whether a given value is any kind
   of Typed Array.
 .
 Node.js is an event-based server-side JavaScript engine.
