gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
INDIRECT
0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
INDIRECT
1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.
INDIRECT
0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
INDIRECT
1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.
INDIRECT
1
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
INDIRECT
0
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
tar-stream • 1.6.2tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
DIRECT
45
to-buffer • 1.2.1Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.