[ ソース: node-debbundle-es-to-primitive ]
パッケージ: node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2)
node-debbundle-es-to-primitive に関するリンク
Debian の資源:
node-debbundle-es-to-primitive ソースパッケージをダウンロード:
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.dsc]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-has-symbols.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-callable.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-date-object.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-symbol.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-arrow-function.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-generator-function.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-object-is.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-types-es-to-primitive.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig.tar.gz]
- [node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の node-debbundle-es-to-primitive 関連パッケージ
|
|
|
|
-
- dep: node-call-bind
- パッケージは利用できません
-
- dep: node-define-properties
- Define multiple non-enumerable properties at once
-
- rec: node-es-abstract
- ECMAScript spec abstract operations