node-debbundle-es-to-primitive 1.2.1+~cs9.7.25-2 source package in Ubuntu

Changelog

node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) unstable; urgency=medium

  * Team upload
  * Add dependency to node-call-bind

 -- Yadd <email address hidden>  Tue, 12 Apr 2022 18:21:03 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.dsc 5.4 KiB b7a0075ac2c1ff5aa216fcd444af10a6da5a921fb604ad1126b5c5e6b6a5d7ba
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-has-symbols.tar.gz 8.9 KiB b49ed21489880d7a1c38f02d77735972b56da39a0ceb45cfac3f14d770efbc6a
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-callable.tar.gz 8.5 KiB 32ddc5c4df72aa1bf0018e41499fb90d9b0da0ee1505b00150a2e873cf269720
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-date-object.tar.gz 8.9 KiB b572c5c7ec917fe4337ebdfb27bc28fa9605db2b137dc45d8d424e911937a2b1
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-symbol.tar.gz 9.7 KiB 3656a0900bf5a70a508bd629687707079bf89fdd652faaa30507c13282df9510
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-arrow-function.tar.gz 7.8 KiB 931b7d4f934e4c1fb0dc11df14f6243283ff86d768b7ac00d0da645c30b1e929
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-generator-function.tar.gz 6.8 KiB 16e7e06c14a19676833fe14f1aa2aefbc565f57046f436a8bba74df75f900cfa
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-object-is.tar.gz 9.8 KiB 32b6edff94943221b4fc245521439d3e56fa3259170efb00abb51778ad95154a
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-types-es-to-primitive.tar.gz 1.8 KiB 62d00e782a3d610b3d24a417d3f744d8be6f533ec6f35efc5fd7611db579a97a
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig.tar.gz 9.0 KiB 95238f33c59f07cbd21a70d539d8b46b9a533037ec1bf6c19e5807dc63ab7173
node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.debian.tar.xz 8.1 KiB c619b8888fde8d03b1deb2bd027c6e3a643a05e2de02469953d4232e2a706214

No changes file available.

Binary packages built by this source

node-debbundle-es-to-primitive: Pure javascript implementation of ToPrimitive algorithm

 This package provides a ponyfill for ToPrimitive algorithm, thus
 converting of JavaScript object to a primitive value. In JavaScript
 a primitive is data that is not an object and has no method. There
 are seven primitive data type: string, number, bigint, boolean, null,
 undefined and symbol.
 .
 This bundle package includes also a few small packages
   - node-is-callable test whether an object is callable.
   - node-make-generator-function : returns an arbitrary generator function,
     or undefined if generator syntax is unsupported.
   - node-make-arrow-function: returns an arbitrary arrow function,
     or undefined if arrow function syntax is unsupported.
   - node-is-date-object: test whether an object is a date.
   - node-has-symbol: determine if the JS environment has Symbol support.
     support specs or shams.
   - node-is-symbol: test whether a value is a JavaScript symbol.
   - node-object-is: shim for Object.is
 .
 Node.js is an event-based server-side JavaScript engine.