{"_id":"is-typed-array","_rev":"28-91317bb1fd9b8929b7371c984875b539","name":"is-typed-array","description":"Is 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.","dist-tags":{"latest":"1.1.13"},"versions":{"1.0.0":{"name":"is-typed-array","version":"1.0.0","description":"Check if the passed in object is a TypedArray (e.g. Float32Array).","main":"index.js","scripts":{"test":"browserify test.js | tap-closer | smokestack | tap-spec"},"author":"","license":"ISC","devDependencies":{"browserify":"^10.1.1","smokestack":"^3.2.2","tap-closer":"^1.0.0","tap-spec":"^3.0.0","tape":"^4.0.0"},"dependencies":{"browserify":"^10.1.1","smokestack":"^3.2.2","tap-closer":"^1.0.0","tap-spec":"^3.0.0","tape":"^4.0.0"},"repository":{"type":"git","url":"git+https://github.com/alexanderGugel/is-typed-array.git"},"bugs":{"url":"https://github.com/alexanderGugel/is-typed-array/issues"},"homepage":"https://github.com/alexanderGugel/is-typed-array#readme","gitHead":"8fee4f2dbb1c4ab966cb71a664a70ee8c937d44f","_id":"is-typed-array@1.0.0","_shasum":"19bac439863ae4ca551058e45ac5acf2e8773bfe","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.0","_npmUser":{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},"maintainers":[{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"dist":{"shasum":"19bac439863ae4ca551058e45ac5acf2e8773bfe","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.0.0.tgz","integrity":"sha512-iJq78FIScCD92MIMnLfhbyhlUwV4VJOjK2BT3mkQ2/wdB1B2nc2q+B4XarRtz/47Mb8oWm/6UvY80po4spz60A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB8BSLvwbsDlQ25X6VzlORnrJD9otXZltcgz0C+UfmUxAiEA1SvcKKRCmzHvFQhJ1kiYji/iW9KKSuqs8eSk7v/b2pk="}]},"deprecated":"Please upgrade to v1.0.1 - v1.0.0 does not work in ES6 environments or across realms/iframes.","directories":{}},"1.0.1":{"name":"is-typed-array","version":"1.0.1","author":{"name":"Jordan Harband"},"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run tests-only && npm run security","tests-only":"node --es-staging test.js","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"isarray":"^0.0.1"},"devDependencies":{"tape":"^4.2.1","covert":"^1.1.0","jscs":"^2.2.1","editorconfig-tools":"^0.1.1","nsp":"^1.1.0","eslint":"^1.5.1","@ljharb/eslint-config":"^1.2.0","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.0.3","replace":"^0.3.0","foreach":"^2.0.5","is-callable":"^1.1.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"143a9aff0847820823d16e4d3e840821d72b0bcf","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.0.1","_shasum":"556f333e03fbb33246dc6290ad098bffb1391564","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"556f333e03fbb33246dc6290ad098bffb1391564","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.0.1.tgz","integrity":"sha512-kEu//BKGUuCo1UZbkOMLye8FIKcVHB4TNq2OY7hpNqqVIHCbJ5/XD/3aHP08oswJZlZHx6s96HS7+ou5aqhYmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJ9LDLa6lWN5bZaI7YW24c2I93wTgtU6AWq/bDnNzAOgIgOpAckAEm/6E8y0WQud+TRBJ7mHqxx3rGyyaaf8vjlNk="}]},"maintainers":[{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.0.2":{"name":"is-typed-array","version":"1.0.2","author":{"name":"Jordan Harband"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run tests-only && npm run security","tests-only":"node --es-staging test.js","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"tape":"^4.2.1","covert":"^1.1.0","jscs":"^2.2.1","editorconfig-tools":"^0.1.1","nsp":"^1.1.0","eslint":"^1.6.0","@ljharb/eslint-config":"^1.3.0","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.0.3","replace":"^0.3.0","foreach":"^2.0.5","is-callable":"^1.1.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"a73517c9a63bdd6872d4560a06bc48b5715dc6a6","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.0.2","_shasum":"4ac7716fa00d0b5811e6ede9496655061af8f168","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"4ac7716fa00d0b5811e6ede9496655061af8f168","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.0.2.tgz","integrity":"sha512-S3LVsebLxAc4+vZRacALRGS5RpXnpK3FHa+TqGKxWJ125C6lXHEE+mN7HljJ2FGTLlX9Q3TjPBtSdoa5YLbcwg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXwMfUShTzZ1iYg41tDx3ummVZF6l3d0rkdea6yFRHXAIgIuUq3wFxQODCq3Q4nYp/sN/AfVavbi1QuZZbqQ/Lcvc="}]},"maintainers":[{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.0.3":{"name":"is-typed-array","version":"1.0.3","author":{"name":"Jordan Harband"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run tests-only && npm run security","tests-only":"node --es-staging test.js","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"foreach":"^2.0.5"},"devDependencies":{"tape":"^4.2.1","covert":"^1.1.0","jscs":"^2.2.1","editorconfig-tools":"^0.1.1","nsp":"^1.1.0","eslint":"^1.6.0","@ljharb/eslint-config":"^1.3.0","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.0.3","replace":"^0.3.0","is-callable":"^1.1.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"a1116c3db0bcc9e3b2403d1e5ae4d0ce7bfc2cdf","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.0.3","_shasum":"61e08ed18c5144e35e5b9956f7942608fb02b1c3","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"61e08ed18c5144e35e5b9956f7942608fb02b1c3","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.0.3.tgz","integrity":"sha512-Ym0nIxNNLBR7+jhQsYaiZ4MgaQe8Zx8okx+3wR7uBVXseHP9ZZEcaHNSMzj/jgsh31Gaf+JPCi9kz0CJcsBgtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCbt2+2FxkXv5acfp3jRRWne6zUTbzrw7wsEqKDSZ3ngIhAOsgF1egNWuyoEXfImK2uMSN4tb+iypDlceOW0/dP/aN"}]},"maintainers":[{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.0.4":{"name":"is-typed-array","version":"1.0.4","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"pretest":"npm run --silent lint","test":"npm run tests-only","tests-only":"node --es-staging test.js","posttest":"npm run --silent security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run --silent jscs && npm run --silent eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp check"},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"foreach":"^2.0.5"},"devDependencies":{"tape":"^4.5.1","covert":"^1.1.0","jscs":"^2.11.0","editorconfig-tools":"^0.1.1","nsp":"^2.2.1","eslint":"^2.4.0","@ljharb/eslint-config":"^2.1.1","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.1.0","replace":"^0.3.0","is-callable":"^1.1.3"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"aa35783ee9f00af530cf665a0c94b67f61fdc9ef","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.0.4","_shasum":"0bdd89f33477329c152ab45b219ab9edefa60280","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"0bdd89f33477329c152ab45b219ab9edefa60280","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.0.4.tgz","integrity":"sha512-bN2WuAznWZiVgeraa9ebPf58Bka8ZBE6MzkUibe/5xhmJzh59spVb/xH96fQZaONLXYtdGy+jingqktPErwQDA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0DaUZtPZmgRbMlP5P5ZglZ1IhLOd3clatr/Qs2PPceQIhAONlZi96i/G9r/6kqARpuWFphhZpCkDMzgK3L84yceLz"}]},"maintainers":[{"name":"alexandergugel","email":"alexander.gugel@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/is-typed-array-1.0.4.tgz_1458432647941_0.6531796823255718"},"directories":{}},"1.1.0":{"name":"is-typed-array","version":"1.1.0","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"pretest":"npm run --silent lint","test":"npm run tests-only","tests-only":"node --es-staging test.js","posttest":"npm run audit","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"eslint .","preaudit":"npm install --package-lock --package-lock-only","audit":"npm audit","postaudit":"rm package-lock.json"},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"foreach":"^2.0.5"},"devDependencies":{"@ljharb/eslint-config":"^13.1.1","covert":"^1.1.1","eslint":"^5.14.0","is-callable":"^1.1.4","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","replace":"^1.0.1","semver":"^5.6.0","tape":"^4.10.1"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"1257b62deb40128743bbdbf12bd875ef66bad862","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.1.0","_nodeVersion":"11.10.0","_npmVersion":"6.7.0","dist":{"integrity":"sha512-EGDaxCcRhDkZhpihOLzO+KIMjvgQF+Ci28j31SHxcRo4ydvde05FQLvEB7P585C0x3fno+b2cbQJIlZTZAVbpQ==","shasum":"83601f32ba9c9ff9ffffb09cbbbffaa724163018","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.0.tgz","fileCount":10,"unpackedSize":24190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZ80QCRA9TVsSAnZWagAAEGMP/1oI/Z+1iT2I/lesvZWF\nshhd3QD4yO7mMwpNcuOjM5xpO4hk0HO9tiPxFL+ttCVfaoHKfQcfrCPePfK/\nmGIzeAosrTkQsEwsG0jFXTYnxPSyr1c0S93JCjmc6yW0uV3mxEo1nqeFELtq\nkQheHpIljiGSxOFa+qZkMDNvDhXzy8ZcoBThpA7JrW9QQy2aVTjms4Ou63Lb\n36Ibj8MardBbGJVamA0xrz9UC0LCZu4nLAGZvAVtm2SRFjSV7QzmKgUAw4ce\nGhJJVcaVV8nP57zXRD4lIB3oR/k7lW5pZZaQ3tLw75PsqWnC59Vbm//xIsA/\n1RvCqdEAen+pBJj87AEVor3v077YxDcxkv2YoPSpdVq1Hn7Qpg76gfWXJDRV\naCaNOx6eSueHrk0V7gI+yvRpQvNtmmdLPTvcf6c6KezO0yQA4R/aSgmq4LXb\nUG/KjXwgWZQr2WdUnZWtZx+gJdBoUfY9Rto4OSB6bq+H2htxSM3MGEw0acAg\nAsMb2lZKI0j8Ug3a3wcP+ARqyBaQFdXgkvHJizV+2PNByhAlPgMm7hgJDvBi\nYt5uFrpIfHgiSGADrtRa9J2dT3oWzjQfq7xsZ76QYFKomn7fymp1jeLgz067\njbmh4eFvFazbWDbJJLjqY/EVyde2MxQ7OTZfj2wspsrV5rUjrmTbis7gEM2j\n9OOG\r\n=qJe4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGuuXLGEw60/aRLU4ySZyicCgS/L8ZljiifM1O3MqHDtAiApHWSdrs4fGk3MCC/Y7I9F7SGmfvk1dF0tjBxeF2gcww=="}]},"maintainers":[{"email":"alexander.gugel@gmail.com","name":"alexandergugel"},{"email":"ljharb@gmail.com","name":"ljharb"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.0_1550306575484_0.8457053985960963"},"_hasShrinkwrap":false},"1.1.1":{"name":"is-typed-array","version":"1.1.1","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run tests-only","tests-only":"node --es-staging test","posttest":"npx aud","coverage":"covert test/index.js","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"foreach":"^2.0.5"},"devDependencies":{"@ljharb/eslint-config":"^15.1.0","covert":"^1.1.1","eslint":"^6.8.0","is-callable":"^1.1.5","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","safe-publish-latest":"^1.1.4","tape":"^5.0.0-next.4"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"3dc4259593d97df3efe00fbd508e497f21429baf","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.1.1","_nodeVersion":"13.6.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-0NjLUA8I3p6jQO+JEG70Y6cOOx1KCtSpLbnFnz9TaeYZJIwfuiMCmgV3ylO5HlyAPRq7BUkeCBlztU32s3n5xQ==","shasum":"8636158835c093ab0f68bc50412784991c195aca","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.1.tgz","fileCount":10,"unpackedSize":13270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI/gSCRA9TVsSAnZWagAApyQP/i9PydKL1fxiyBqGee8O\n3VUXbkWJjjOaBRI3QbEdf9Qqos2DrSdD0Sz2kX+08Eyyh286362UVhroxGDL\nqzZCMN0ObKQwKf/QTtoAmDb/izZKaflpY7xeC3DMGjDcn/4hu6W7VBmgF7wd\n3AX66wvDiaM6lSd6PGvBGyZ4bCXvYvxYr85ALj/VnKcgoeRB3YsKFr/Hjuxo\nGJqs0Sxjh60aH8ExeXVJ2Hv3YLxo2J406Hktm4oFWPl5w4KCLK9U/rNQSkky\noNA11NeahzSjecNlIf8seSvPsL5aLNOyhLn5KAaDyQtDxp62A+bULmFP3QpU\n9+Cuk8g4FrKqTMlpxMiYwHJqLl5cCo93ewXEZt1z5orzIkAc1dQaRZhi0vzn\nyeGMlmMyL1ONACn69NusSvr1ZJSgpkBW4X0k3wBn8uE1Mpc3r2urBecz7Ftg\nmBBHEgHgHVvepErj03zYfIBo6ty0dce+4eJBU/4rVsqlw/ARHEp6griYxC2q\nzP/q0+4UtKe1BS8960sC2fEWsd9xXx2HEoMBRd/hDOJLUimxHQJOkCg06usI\nVxcQ894+dsPGT1ncMmuJjNf7cU1aguI6CfsO83zAAKMnICBOgSPk83n7yCgh\nRYamvrP42BuRSBLLL5IvwztmEA2TtmvGXdp3QunEZk7xJLXdrAFeIYsZLXT5\nxFi+\r\n=UlAN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDa+ZZh4DOTY+4BMn9OHxEm8CiOWGomwVWGLUf7ceB+jgIhAK7JbrCFpGcGWhiieXqMFiYDUvSlhJzP7eu6uiAl3xZ1"}]},"maintainers":[{"email":"alexander.gugel@gmail.com","name":"alexandergugel"},{"email":"ljharb@gmail.com","name":"ljharb"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.1_1579415570468_0.16842031914508726"},"_hasShrinkwrap":false},"1.1.2":{"name":"is-typed-array","version":"1.1.2","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run tests-only","tests-only":"node --es-staging test","posttest":"npx aud","coverage":"covert test/index.js","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"foreach":"^2.0.5"},"devDependencies":{"@ljharb/eslint-config":"^15.1.0","covert":"^1.1.1","eslint":"^6.8.0","evalmd":"^0.0.19","is-callable":"^1.1.5","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","safe-publish-latest":"^1.1.4","tape":"^5.0.0-next.4"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"022841d794aa235dcb8160eb067116adeb12dc0d","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.1.2","_nodeVersion":"13.6.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-vU5izLqwh7xWSvLSccyATZ7fmvXLhjjwTnL3Syr8483sizGg3N6wGfT51f9M4CYLFnyBZqlMtZmH8ypkhh9q3A==","shasum":"fdc9f720f7416d46a2959302f137037047d2bbc9","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.2.tgz","fileCount":11,"unpackedSize":980323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJkGkCRA9TVsSAnZWagAA2v0P/RQiGHm3dd7OgCHOqbxq\nnIBj4v49/2iIJ24LFSlavYbtf62Mfto+2uYkNUIzqnENo0eEtKPBvGfDCH0i\nisBVHa/bJvCHBiFGMxBN+YYKC43qVjeI2BA5YktQ46y1M0fwnTLXvUrMpGJp\nFw9sDXasmT0UaDxCKGmDGPEPmm/NoezZQmK7KcHiE/1YxczLAtIK/Y2SGG8C\nHvz4w6+9QCE28kvZVgbKdEbqEzX6C9okAus3N0Wz4ya03hgGC4Uqomyeyoa5\nAKuqoTJShRyb7WLcZKZhW8Trl3l/xoCi4fptSv1Em+j5dqjwoWCl9tgnCnzZ\njcdbV5DdgGAPgEeU5pxMpsdorHXMZlEDd8otshvPtHE9ZLI67l/AI98+wz+t\n4/pcXgOjUgX7zlpeanrESNEKVev/5T2JecIDexyIMT+AmeS+gMkdH5KSMwvH\najFXZZUF420EvsKUZ7l/ZH5xFlGXORmJFxqMSuyMhjOqyvJ5WsOQqIVtAn94\nz6Wvv+HvG7Fbuh8Oln/AL/mcElNcLtSpPegy3Xj10jPQWN6AdIAMP14StDyw\nse+JE9YKWtdCdgSdTO5/eTAo32slvAKzEUuitenWtDlFzkYQZ+T4qvrwFLBd\nEwQZVvIS+gil4wAKZGkoo6yzu7Ku9NtlOkF46PhhKMAUaikJsaVf54EedIbz\n69yL\r\n=ZJJ0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3eGUYprycFnxnzHXan8Asm3W8nTEmYhUgO1H0FCwCDwIhAM44rzS6lpugLvLn7aALaTWikrSH5T29RKd84IeGPMyl"}]},"maintainers":[{"email":"alexander.gugel@gmail.com","name":"alexandergugel"},{"email":"ljharb@gmail.com","name":"ljharb"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.2_1579565475937_0.7969040720746725"},"_hasShrinkwrap":false},"1.1.3":{"name":"is-typed-array","version":"1.1.3","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run tests-only","tests-only":"node --es-staging test","posttest":"npx aud","coverage":"covert test/index.js","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.0","es-abstract":"^1.17.4","foreach":"^2.0.5","has-symbols":"^1.0.1"},"devDependencies":{"@ljharb/eslint-config":"^15.1.0","covert":"^1.1.1","eslint":"^6.8.0","evalmd":"^0.0.19","is-callable":"^1.1.5","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","safe-publish-latest":"^1.1.4","tape":"^5.0.0-next.4"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"c5d859b01ee5eabf9da4e494222301f1e98a7156","bugs":{"url":"https://github.com/ljharb/is-typed-array/issues"},"homepage":"https://github.com/ljharb/is-typed-array#readme","_id":"is-typed-array@1.1.3","_nodeVersion":"13.7.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-BSYUBOK/HJibQ30wWkWold5txYwMUXQct9YHAQJr8fSwvZoiglcqB0pd7vEN23+Tsi9IUEjztdOSzl4qLVYGTQ==","shasum":"a4ff5a5e672e1a55f99c7f54e59597af5c1df04d","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.3.tgz","fileCount":10,"unpackedSize":14230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKyGaCRA9TVsSAnZWagAAzTIP/38XGj8zUYsZfhuHiWAw\nifxWQSGBgH3fVmP5lA8mchAUmlb2D7TXf5VBUhjwAtNX6ZgXE5M1AaIiDNap\nNNwSxlgkmuriFnWC2eHtFBdd8MXg3ZiDEwA4iWOSEuxWw41k6vkoZQPQdBL3\nyo7LRerftjTGY7gz4QJA14cgOLNg/UxpxHKTkE3EghUT6PdYI/9KIjfwOHMr\nvOoeax4sz+vjsOqGHsrolfmyzBJplbnP2l1EHz1IaF1AwV+AOh/t8Cwr/J1N\nWgBdnx0VppGbLvZsr9mi6tISkgb/dIo/KxRovXH2BVqQscpJ8DTRb9NtglXe\n+7VmJT8oqx8tAIE5nc725sj6BxmscNwYTLt8Ix5cGu13MWUbcTRi2XtYVQE+\n1Oz0FxyaUuBnhYm2LQ9nNBLbSuGeILsmWnwZ2XAAOiN2Sj1hTqM9gXHcqt85\nv2u1WPmgv1Vyit6rY0KhFth0AcVSAKQ4RNXqyh6EgpEhXsc0nttrnRgov8v5\nUXtZryC9WtR2coDHdYyHLGRKHIx+DUaoysso8ASOY0ri62xJ/r6GkCn2Woje\nq98AtyQejX7PqXSJV5igQ1oBOkJg5TaTs8mekdBoqttdff9ObJDRp0jiMoRh\nzbbvafGJkH73fslXbDsEKxiYn3xcnlA037GL3jBAS0m+h3PaIe9pMIhgjdm5\nqjvy\r\n=L9kk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCR42PDwaH+fd5Y9tuJVHwX3vwzT77xCOgl0ScypYZKjAIhAP5CZYnY4l4vhAuTkr53YHVL50DckN3VhgAu3sJd1f1v"}]},"maintainers":[{"email":"alexander.gugel@gmail.com","name":"alexandergugel"},{"email":"ljharb@gmail.com","name":"ljharb"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.3_1579884954022_0.9183074899773918"},"_hasShrinkwrap":false},"1.1.4":{"name":"is-typed-array","version":"1.1.4","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.2","call-bind":"^1.0.0","es-abstract":"^1.18.0-next.1","foreach":"^2.0.5","has-symbols":"^1.0.1"},"devDependencies":{"@ljharb/eslint-config":"^17.3.0","aud":"^1.1.3","eslint":"^7.15.0","evalmd":"^0.0.19","is-callable":"^1.2.2","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","nyc":"^10.3.2","object-inspect":"^1.9.0","safe-publish-latest":"^1.1.4","tape":"^5.0.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"16826a4f46227d2642c047306d8872908355c7b7","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.4","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-ILaRgn4zaSrVNXNGtON6iFNotXW3hAPF3+0fB1usg2jFlWqo5fEDdmJkz0zBfoi7Dgskr8Khi2xZ8cXqZEfXNA==","shasum":"1f66f34a283a3c94a4335434661ca53fff801120","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.4.tgz","fileCount":20,"unpackedSize":37049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzBcsCRA9TVsSAnZWagAAxaYP/3tpMuw5UCNQ2LEPcbJ2\nJddemDn+7l4uju0/MPXnyv+Ep21kJ5A1eQbUxH7MK4VRwai3s7E7esfI7DDa\nrnaVH8mNsHJF8Zj5fZE5qmSAsonVX3OHlLk6TBcQfQOHIJhrbCKLuiJucFSk\nZQfO0KqdiObaRM0x8Ykq05sAVceUnUlzwZKu/IHJaA8P8Hoqbb7hTcgn4vqn\n2Olh4VH3H9eWLKCxlknwGmAgHvoIELn+1RcWcnmOFnOLaP40jZllRWsUPpXV\nS/M0U4RP9BOPHPD/MbzaV3VdW2h4wAX6YToeH1XBPCvzn/T7lbJ2QD0xWfK5\nkAjnw/r2YqN5C5iED3NJXPTge5FpOqimvrifSYc64DwjHzZamG1w9nyD8jIG\nVPjg/dzKYRIh7SRDdNXtqNmHbmSP/3fKn08NBIuAXBOTrfDU6rK3YcuCMvFb\nS5dqjpLPr3/nTyLjzSpzp85BXieDVlOX1zj931zEQF9tyhQ+OIW/5E69iZGd\nYM5tgBeF3um0/74bEYsTtLXmEwWsN955egDzKa4wCYOX7RfGxOs4QUwcN/Z5\nR2COo1l6hadUH4iRFIicHhgtIvUA1aNSy8ni7rfaWguJTbjdd9xpWNj8/WNa\nLpnUFKEeKToGNdiF+14FUdJvySvOoGGsXVxYkIELmo0xP4K+4AUHTP8Wh/ml\ngX7k\r\n=tQx7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtXwhA6Vhk5k4OxxQ5TcljFbEuR4WMzzOQwsA6CL1CEAIhAMG1tgFrGUgxEKdfW4vZF8lrEhmxhJviftTnOd484PgA"}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.4_1607210796039_0.8719079209554141"},"_hasShrinkwrap":false},"1.1.5":{"name":"is-typed-array","version":"1.1.5","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.2","call-bind":"^1.0.2","es-abstract":"^1.18.0-next.2","foreach":"^2.0.5","has-symbols":"^1.0.1"},"devDependencies":{"@ljharb/eslint-config":"^17.5.1","aud":"^1.1.4","eslint":"^7.20.0","evalmd":"^0.0.19","is-callable":"^1.2.3","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","nyc":"^10.3.2","object-inspect":"^1.9.0","safe-publish-latest":"^1.1.4","tape":"^5.1.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"166e88e00a707c7f2a5632ab108d210b80b9c293","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.5","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"integrity":"sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug==","shasum":"f32e6e096455e329eb7b423862456aa213f0eb4e","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.5.tgz","fileCount":11,"unpackedSize":15085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKYU9CRA9TVsSAnZWagAAQmAP/3fqjM6Mrs4H8A4gfJU4\n8CqnsSb1C6pHkVqT8e8aak9QsmcImDbV+asblpPjwqJrJE6JmakC3XUWpm4n\ncg2rg+Q+QOGyZT53ly+ttzZcbBS3XZoBLTmOJiCbM0H4pzyZi1QuenT5H7ss\nPqlAT5AdkzUFxBR6lCJE2uglCKmDMgFJtLovM7COsUky2tNfwvVkhuoOnJ/1\nkgnJJJVqah6ZCIgipO9rUoyoVoaHXixGgprn1o83vDAhsHsT7FyLam7mbgck\n9xI9Rz/U/VSq49BlISZ61xCRX7VGkBNmclYNqrvbrx/BPzzNJGZ2xk57lnGZ\nQHnZrW/N85fgmgHUkDYzbI/MQwMhDUXQt+nBe3nlJkS0IKHV5s1xeZyzviKI\n+YMCOqlGiQbQKLBX9Bi3BB4ayq9cjTfEl+KLRc/gYI1IGnaCm8Fh7qkMlZev\nOQBTbYLUCNyGYSl/l+fFPkwaIscIffJOR+a6jhewy+VKfRoLDC12/xbsi01A\npRv9hFFVgvDq+MwI3HuGmCyfD332OoCrQLg3h6Hr13Y80D8qPivQP69vZMfV\nldABZNKrVxUh57o9Jh7OHswxasDxR4FBbj7byJqX4iSdIsPzok5g050t+9M/\n9JTqMmxOrKMZNQ3HHXqqJYx3J7lQhMAoDjkrYghlHXvO8bHAw63HPzbO8LPH\nbhB8\r\n=IyYi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwZWSwAWKuN1UUnHeBRiCHdgbYAJUthLE64+sV/amORQIgOGJIzq+YKxKFGYVl2z/UnmyT/gKmuy5IzTw4Dbh2LZM="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.5_1613333820479_0.3488096277396422"},"_hasShrinkwrap":false},"1.1.6":{"name":"is-typed-array","version":"1.1.6","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.4","call-bind":"^1.0.2","es-abstract":"^1.18.5","foreach":"^2.0.5","has-tostringtag":"^1.0.0"},"devDependencies":{"@ljharb/eslint-config":"^17.6.0","aud":"^1.1.5","eslint":"^7.32.0","evalmd":"^0.0.19","is-callable":"^1.2.3","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","nyc":"^10.3.2","object-inspect":"^1.11.0","safe-publish-latest":"^1.1.4","tape":"^5.3.0"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"83590ed5c3f523b3d3d757ba2a790fa3bacb2e8f","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.6","_nodeVersion":"16.6.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-cDIgneTBa/TueUY6AWd7Tyj3jcFF5GAzFd50x3IB9bcjRSfjxkTfGYeD8YUDnrXQ10Q+2Y6rT+ZDwseIX9CI5A==","shasum":"5887fdc44a7342da94f21ddd22ebad06c7dff69c","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.6.tgz","fileCount":11,"unpackedSize":15807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDE1XCRA9TVsSAnZWagAA+XkP/18VgnFEfYEWTK2pwgur\nXL5+EGgBNon93QsSERLDZmcR0m4azhEwc3HsqmXsq3sIECEzIODkfRZXAUp5\nWXn93GSktCxWHnYQfGO3RsFpox3FY8szmzoyn2TyZNfv+1zw6aYoPTip11Tl\nO8bV2O6g+sRjKDvzxLoigS8zqgV66lmE4UhK9YzpNuQNRJznKVqgaJoY28su\n/CVz6PYgwX+pRTXtbftwKWP5niIA1z7F+V/RmeF6nZfO6stiRgH9c6erto/e\nizh7Fg0d0GzQVjDnE42vw0769FisdWJVPWqo8DCTxMr10cBTJg5BQ/rI+BUZ\nNNYB6yfUyC/BcAg7wLNyqwoDl8H6dApon5PQ7hXWnInD/vcOqtNgLP/Cjkid\nH9WLCn3ZvYYAfdsQ9/xH6ek1xCf8IqVfv0UM9WAPM24d7DPwv9gAnQVrORnw\nscNoNcx1N5+34JGunDshWVBZr77F0QX11QO7i5KgV+qbpRSC+xxeV+OerAht\nu8GcYxz3vRymsOwiSVb5lpxJWO0yvtRs8Hnh3bMu3hDbdtHM0uHsMfnyMD0f\n1pOrOquJquJev+TFE9JPnKbQXZ5CjnpVpKsOGjhQwskCywps/cScCXzBcBcZ\nx2IJIycpibiOKVDwEmUWQyjOJaXW+hrVvF9G3j2mUfdDTWc9r9NEGaEL/LVa\nA1eS\r\n=f1tO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZkkVUrYk8oh7XzhnRnVIrPOokjEb6UOVV11KXsujoWAiATJUCJxpjI6S0xxE2GykgTmHyVXjO4QqvJhR08PHztqA=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.6_1628196183207_0.8081068815071308"},"_hasShrinkwrap":false},"1.1.7":{"name":"is-typed-array","version":"1.1.7","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.4","call-bind":"^1.0.2","es-abstract":"^1.18.5","foreach":"^2.0.5","has-tostringtag":"^1.0.0"},"devDependencies":{"@ljharb/eslint-config":"^17.6.0","aud":"^1.1.5","eslint":"^7.32.0","evalmd":"^0.0.19","is-callable":"^1.2.4","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","nyc":"^10.3.2","object-inspect":"^1.11.0","safe-publish-latest":"^1.1.4","tape":"^5.3.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"67fd6b2e49179e1e6d915feed13585f0c8c92bfc","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.7","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-VxlpTBGknhQ3o7YiVjIhdLU6+oD8dPz/79vvvH4F+S/c8608UCVa9fgDpa1kZgFoUST2DCgacc70UszKgzKuvA==","shasum":"881ddc660b13cb8423b2090fa88c0fe37a83eb2f","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.7.tgz","fileCount":11,"unpackedSize":15870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDvKLCRA9TVsSAnZWagAA7U4P/Rdr3tUpD4LoWFSKo8E6\nvacEVLKzifLLdRzYASo7o35zmVMOHWs/6BfeBblzSu9fdwyHw9nbqJ2BRXXB\nDCM89+ZI7IHd8k8GlrG6B/eZCzBOpn4QgI/BZ/VMNA8IHhpDGI3cQszkVGlQ\noCaRx8s4Rlvo5IqLQw2hfn6UKqmmoihIsY9ktjPotcoF50F8D00NzRld8TV3\nAj0p1nncNHcrc8VsdX0RolW3kp9Dqw0IlpEA725PaNs7kR2aZvw9+7HHCDaK\nTMG2zSxUxosOR0HYLcfe94kGAlKxetDzbBnHYA0TaPrQ2oyObSXf0F3Q8MzQ\nGSK2IfBy4GPwFwAEXiLSRbQM8d2n5VAu2F6CcvskyxElwZJ+UDJ4sm7IALgB\ng5ebnBiYr5y28qUSOyDeDkWNKLzEgmLFr3X4QWinrhEkXd6zvPArzJaFh34U\ncFJhJlmo/Fu1zhXlsRsvRs6REGQxa27gfTWQBV48/+Ri+K1KiO77kChi/MnL\np7TAQHtenZ70WWqfRlNHxXuMEpEAzrcE6ncY4rtIcQoEztfX/oU8MYvmcmDX\nbJw3uy0Vj9aUtk6WU8EiBLNo4rWGAfxp049q6rG4LLgEqHzNK7jrWHKqI5ig\nEEHbnLUwsrwFOWm5R13ba3HGlZBNrCkHiza0+lbxpFfQyxpBa1PfjHRz9jRn\nBz7a\r\n=6ClH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMNYk1T6QllNK33goj1FhpifjyrcijOTVaMLpRx0FE4AiAES6YgVfE7sklUQc8LQyfz6eSbx72vVf03ZJTBnvroCA=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.7_1628369547604_0.4712988107200191"},"_hasShrinkwrap":false},"1.1.8":{"name":"is-typed-array","version":"1.1.8","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","prelint":"evalmd README.md","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.5","call-bind":"^1.0.2","es-abstract":"^1.18.5","foreach":"^2.0.5","has-tostringtag":"^1.0.0"},"devDependencies":{"@ljharb/eslint-config":"^18.0.0","aud":"^1.1.5","eslint":"^7.32.0","evalmd":"^0.0.19","is-callable":"^1.2.4","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","nyc":"^10.3.2","object-inspect":"^1.11.0","safe-publish-latest":"^1.1.4","tape":"^5.3.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"cb3f142f8de29c3aeeac8d2b240341701f0b0c32","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.8","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"integrity":"sha512-HqH41TNZq2fgtGT8WHVFVJhBVGuY3AnP3Q36K8JKXUxSxRgk/d+7NjmwG2vo2mYmXK8UYZKu0qH8bVP5gEisjA==","shasum":"cbaa6585dc7db43318bc5b89523ea384a6f65e79","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.8.tgz","fileCount":11,"unpackedSize":16149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLcTACRA9TVsSAnZWagAApDIQAItxaH5aRrihyZMKj/Fh\nCgV5Nu/KfMcOMNV3KLHeXrlHEEvu+w/7ygRDalMu080fx5WiZH8DTPnN8nwR\nbvtbTVZizzzks8GG7ikKr8wgZUZmniGhvNlkSDggr8OX8T0CiCJa1wcB+fzv\nFz3SQTCtVteRXVbEjSMnNQm+2WR8s0SL9G2bR0sNSN0Qw3ge/Cy9KwgEn3jN\nCG7/OHSRcCotYi/eNRGirKabU93gMtZ8GmKQxUUQp5kTxAPII3bHFcwS+STK\nRJiz0vIDLio/rsv+bIYYv8I/Nyjzahvbo0rwym10YCFYpyOWTM1sn03Vusdj\n/tiTDStPIUTaBytwmqFNI1ksbOf+sdSZY/X1iqnA+5VfCF4WrrqqCNLRl5wM\n2OZhXKfNsinvM6B1dcu86pyFnsIquIGK1N3dNLUMb+ISQMLlvsW3+2vIpR/o\nG+/KVczWQLSOy7qbvtmW5RM3sqo4tvPrwPQ7l29Gg73EGMHDWpnpK2VO6TEj\nF8xtqAIQX4Ut6ni8liwcURVl/rGscB7o/QVDx9poaGunZDQSKJa/GKrhrSCP\nDySdRkouN+NxchKA7Cs+r3QfTmn84TeW74n9Y/RQP0ezZcbeOMpBjfxhhUsk\nudvmKADmYEQKMxP/JaeBaMGcBCw9yOG4ApCqXnS3rEustxxhBHlohGeODxFR\nY4H2\r\n=OPAi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0F6jaDQBILLo2gFZhp53iti4+F9rmXoXTm9DIIMkRewIgK6jHHHIYNxlxuxVdECKPFX5sxrLKXLDDHkfGsEV9YTs="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.8_1630389440744_0.0187957751404646"},"_hasShrinkwrap":false},"1.1.9":{"name":"is-typed-array","version":"1.1.9","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","prelint":"evalmd README.md","lint":"eslint --ext=js,mjs ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.5","call-bind":"^1.0.2","es-abstract":"^1.20.0","for-each":"^0.3.3","has-tostringtag":"^1.0.0"},"devDependencies":{"@ljharb/eslint-config":"^21.0.0","aud":"^2.0.0","eslint":"=8.8.0","evalmd":"^0.0.19","is-callable":"^1.2.4","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.0","safe-publish-latest":"^2.0.0","tape":"^5.5.3"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"469eb04c4e81cd274eb072129e4519edee5d641b","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.9","_nodeVersion":"18.1.0","_npmVersion":"8.8.0","dist":{"integrity":"sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==","shasum":"246d77d2871e7d9f5aeb1d54b9f52c71329ece67","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.9.tgz","fileCount":10,"unpackedSize":16818,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCd7vAWTfV9OexfET1Eggf/XSWiLVm5vgHSWuGLtDuFUQIhAI4jwjuDT0yBz5xnyuCrx8363NFDXXVU4NDwaroHuCfr"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifyzyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/5w/+PcVUGEb8KVzP8VTMzN0sqiSzVn5Nanl9OvbgrFakVquEdO5b\r\nqYhGc537NsHNbZY4lsSMJIK/Ek+woaE+uvCwd+/Gi/nUESzAqU+VOQq4KGe4\r\n2s1Xqb+Okjv5xgSlWOYbFxTctG3a5IRZXWvYEPgj8ufcoyeKZiYZ4VAmH0MB\r\n9rIv3UXUOD9e0u4MeE66IszyKhHqG89BW/4fdk6dpwzkXSZd29EyBrvzFBLn\r\nFRbiitLokClts5Yyjdu5bCJiEQpUYf01gZVKhFPgnjV2YdmVJBOXsBG3Mh7A\r\nlv158sD9DOXg1CJP7eZ7ytThDU8wnGIbiKYM1vOqFEmzkHqgkJV9ITBR1E0D\r\nI90A7QLoCMrZz0reBP4Z4v2sPWY1GutMyANLRt9YXBuRnSVX1wfQKfd043sJ\r\nvfD37z9Wc1HfUYnLIbkGzhWzzrDqvI5CCq47r8ZZbEiQOcxCaFdNyNEDloe8\r\n4qWcwRJGwe8JDoLNgloxfmsFHqTpMMK5dtPwfeHg2JoDNcEYWjmshtsXOy2/\r\nzWkWMJ4VwfDfDAANRX2RPNF1cUJKPVQyKDtV/EjyvNYCR3XCb1I3S3yKZjwF\r\nQOjF2NO+Dalnfmc4Y993uYPU5/RiaDTEveC3AEZfakMAdp2Nqv/aFgGwf+LF\r\ngNg8BWf3DkGFFbjjeXIatAnJG34bO41c2Is=\r\n=gZ9v\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.9_1652501746028_0.4337086119099782"},"_hasShrinkwrap":false},"1.1.10":{"name":"is-typed-array","version":"1.1.10","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"evalmd README.md","lint":"eslint --ext=js,mjs .","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.5","call-bind":"^1.0.2","for-each":"^0.3.3","gopd":"^1.0.1","has-tostringtag":"^1.0.0"},"devDependencies":{"@ljharb/eslint-config":"^21.0.0","aud":"^2.0.1","auto-changelog":"^2.4.0","eslint":"=8.8.0","evalmd":"^0.0.19","in-publish":"^2.0.1","is-callable":"^1.2.7","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.2","safe-publish-latest":"^2.0.0","tape":"^5.6.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"1.1.10"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"0f7c619d10400f28a6131ed2ef6352bfe22dc1a6","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.10","_nodeVersion":"19.0.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==","shasum":"36a5b5cb4189b575d1a3e4b08536bfb485801e3f","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz","fileCount":10,"unpackedSize":18434,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFpjZGbpylQjZT05/jlLnRX735A/wvoK9C8qDnh+9zggIgEjqTjzxEk6WOrAdMahTw/cSIBHumkISc6/LZunsfXos="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYpS3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpeqg/6A9xYahM6xNJH8E5ehV77r82fHkr0fpa1DzgirXxOhlzQgfw2\r\nzC/SOv8qDpetf2xjWgRwUHDb4cgH3wKXD0OdbRS3qds7G44tuqZaoqdhE8/n\r\niaUrqRHS5WbGAS4sU6TgrKuxdm0ongcUDXsfLUwYnK9RQ39ozBS30JpVXF+X\r\ntIlRHYEZxBWLcHWp0EP3Hjn4cTFzNXjBcjt3QLgMiP/wwIL3A2i0/otaEebH\r\ntuBNiG610U2RUMqlklMPDnQypMZvLXgGCf6YkNTAnKElcCgxXQSlDcDJch2y\r\n94E3E11zKcA8GaydHkrTe9gCKmBxvwXZi4+9tVaz1Jj7r1iyPf5JXAtOIfGp\r\nz3RJ8mrzAgEGITYPcTrVDs97L3RJEaSdWbJIbPdXmOB6zUjtRwJi6aH9BTQr\r\nm6aSoIwZY5JiypnvwXrS9m5roUwROUXYF6WI5tM2RNTmwgHSlwgPuc0j1lsb\r\n8o+l0nqUnAV08I0qnLfCknN6xhcHK2Y08bx8Euzv4FA7GvFzEFQeYEF4Kqi0\r\nJ5Dz9WcLaOfq+SyaDGrhSJHBziaLMowW3vNNgdPPaBQ8aQ+Sq2O8IXUpikSW\r\nO/zVVvIhPto1AvCkXXiyn68zOQkLhY1oWTMEMpf/83jxui5jdNyG0zDtDgGd\r\nk+7SWQQzYL6yX8ErYg83U1BfrsxC4ZpIMMo=\r\n=5Pfl\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.10_1667404983177_0.6346614208145644"},"_hasShrinkwrap":false},"1.1.11":{"name":"is-typed-array","version":"1.1.11","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"evalmd README.md","lint":"eslint --ext=js,mjs .","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"available-typed-arrays":"^1.0.5","call-bind":"^1.0.2","for-each":"^0.3.3","gopd":"^1.0.1","has-tostringtag":"^1.0.0"},"devDependencies":{"@ljharb/eslint-config":"^21.1.0","aud":"^2.0.3","auto-changelog":"^2.4.0","eslint":"=8.8.0","evalmd":"^0.0.19","in-publish":"^2.0.1","is-callable":"^1.2.7","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.5"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"1.1.10"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"dffceeb41af7223a80b0cdf9200c2d1cbc853cef","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.11","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-l2SCJk9RflSWHQjOJJgNsV5FnE1pq/RpHnYW6ckSjTCYypv07SMbiRSCmLQD63WOv2eXaEwNsn+7kcn3csvYSw==","shasum":"893621188e6919d4e6a488b9f6557d8c4b051953","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.11.tgz","fileCount":10,"unpackedSize":19587,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+y+yjCjAmlvIhzo1pDmOCmV2SVHsR6/SGK84s4vMOxAIhALe3MJh0T8hNCbeFcuGVM7XMnSbEyWFCKrW2FF4Nh2k5"}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.11_1689632712811_0.4671674627749116"},"_hasShrinkwrap":false},"1.1.12":{"name":"is-typed-array","version":"1.1.12","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"evalmd README.md","lint":"eslint --ext=js,mjs .","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"which-typed-array":"^1.1.11"},"devDependencies":{"@ljharb/eslint-config":"^21.1.0","aud":"^2.0.3","auto-changelog":"^2.4.0","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","has-tostringtag":"^1.0.0","in-publish":"^2.0.1","is-callable":"^1.2.7","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.5"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"1.1.10"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"dfc590903cc934c32cbfce5a290cc3315adf5566","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_id":"is-typed-array@1.1.12","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==","shasum":"d0bab5686ef4a76f7a73097b95470ab199c57d4a","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz","fileCount":10,"unpackedSize":17644,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAxYLE9tlThzQ4Nn43vAReoWgiN0RXoLge7gUJmuoZTIAiA0JfgAIJJrLokAjEYx4STt8e5mEizLk+E4yc5Saa4utg=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.12_1689659799665_0.5726081878807983"},"_hasShrinkwrap":false},"1.1.13":{"name":"is-typed-array","version":"1.1.13","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is 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.","license":"MIT","main":"index.js","types":"./index.d.ts","sideEffects":false,"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","prelint":"evalmd README.md","lint":"eslint --ext=js,mjs .","postlint":"tsc -p .","pretest":"npm run --silent lint","test":"npm run tests-only && npm run test:harmony","tests-only":"nyc tape test","test:harmony":"nyc node --harmony --es-staging test","posttest":"npx aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"dependencies":{"which-typed-array":"^1.1.14"},"devDependencies":{"@ljharb/eslint-config":"^21.1.0","@types/for-each":"^0.3.3","@types/is-callable":"^1.1.2","@types/make-arrow-function":"^1.2.2","@types/make-generator-function":"^2.0.3","@types/node":"^20.11.14","@types/object-inspect":"^1.8.4","@types/tape":"^5.6.4","aud":"^2.0.4","auto-changelog":"^2.4.0","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","has-tostringtag":"^1.0.1","in-publish":"^2.0.1","is-callable":"^1.2.7","make-arrow-function":"^1.2.0","make-generator-function":"^2.0.0","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.1","safe-publish-latest":"^2.0.0","tape":"^5.7.4","typescript":"next"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"1.1.10"},"publishConfig":{"ignore":[".github/workflows"]},"_id":"is-typed-array@1.1.13","gitHead":"5784fd3ecfa7377c900c6956185825eb651ae0a7","bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","_nodeVersion":"21.6.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==","shasum":"d6c5ca56df62334959322d7d7dd1cca50debe229","tarball":"https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz","fileCount":12,"unpackedSize":23304,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpYxnFZcs3KfXMGJEsaIpE532w1MQhwd7ZUevDQdkYCAiEAi4anygpgU9dVGncua7OJM9b5a7pyJH7Im1K2CrnBCB4="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-typed-array_1.1.13_1706834382225_0.5407428383822732"},"_hasShrinkwrap":false}},"readme":"# is-typed-array <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nIs 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.\n\n## Example\n\n```js\nvar isTypedArray = require('is-typed-array');\nvar assert = require('assert');\n\nassert.equal(false, isTypedArray(undefined));\nassert.equal(false, isTypedArray(null));\nassert.equal(false, isTypedArray(false));\nassert.equal(false, isTypedArray(true));\nassert.equal(false, isTypedArray([]));\nassert.equal(false, isTypedArray({}));\nassert.equal(false, isTypedArray(/a/g));\nassert.equal(false, isTypedArray(new RegExp('a', 'g')));\nassert.equal(false, isTypedArray(new Date()));\nassert.equal(false, isTypedArray(42));\nassert.equal(false, isTypedArray(NaN));\nassert.equal(false, isTypedArray(Infinity));\nassert.equal(false, isTypedArray(new Number(42)));\nassert.equal(false, isTypedArray('foo'));\nassert.equal(false, isTypedArray(Object('foo')));\nassert.equal(false, isTypedArray(function () {}));\nassert.equal(false, isTypedArray(function* () {}));\nassert.equal(false, isTypedArray(x => x * x));\nassert.equal(false, isTypedArray([]));\n\nassert.ok(isTypedArray(new Int8Array()));\nassert.ok(isTypedArray(new Uint8Array()));\nassert.ok(isTypedArray(new Uint8ClampedArray()));\nassert.ok(isTypedArray(new Int16Array()));\nassert.ok(isTypedArray(new Uint16Array()));\nassert.ok(isTypedArray(new Int32Array()));\nassert.ok(isTypedArray(new Uint32Array()));\nassert.ok(isTypedArray(new Float32Array()));\nassert.ok(isTypedArray(new Float64Array()));\nassert.ok(isTypedArray(new BigInt64Array()));\nassert.ok(isTypedArray(new BigUint64Array()));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/is-typed-array\n[npm-version-svg]: https://versionbadg.es/inspect-js/is-typed-array.svg\n[deps-svg]: https://david-dm.org/inspect-js/is-typed-array.svg\n[deps-url]: https://david-dm.org/inspect-js/is-typed-array\n[dev-deps-svg]: https://david-dm.org/inspect-js/is-typed-array/dev-status.svg\n[dev-deps-url]: https://david-dm.org/inspect-js/is-typed-array#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/is-typed-array.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/is-typed-array.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/is-typed-array.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=is-typed-array\n[codecov-image]: https://codecov.io/gh/inspect-js/is-typed-array/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/inspect-js/is-typed-array/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/is-typed-array\n[actions-url]: https://github.com/inspect-js/is-typed-array/actions\n","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"alexandergugel","email":"alexander.gugel@gmail.com"}],"time":{"modified":"2024-02-02T00:39:42.609Z","created":"2015-05-07T01:53:07.004Z","1.0.0":"2015-05-07T01:53:07.004Z","1.0.1":"2015-10-02T17:50:07.637Z","1.0.2":"2015-10-05T21:37:34.613Z","1.0.3":"2015-10-13T18:07:50.733Z","1.0.4":"2016-03-20T00:10:48.435Z","1.1.0":"2019-02-16T08:42:55.603Z","1.1.1":"2020-01-19T06:32:50.571Z","1.1.2":"2020-01-21T00:11:16.130Z","1.1.3":"2020-01-24T16:55:54.180Z","1.1.4":"2020-12-05T23:26:36.246Z","1.1.5":"2021-02-14T20:17:00.670Z","1.1.6":"2021-08-05T20:43:03.413Z","1.1.7":"2021-08-07T20:52:27.750Z","1.1.8":"2021-08-31T05:57:20.884Z","1.1.9":"2022-05-14T04:15:46.190Z","1.1.10":"2022-11-02T16:03:03.424Z","1.1.11":"2023-07-17T22:25:12.997Z","1.1.12":"2023-07-18T05:56:39.813Z","1.1.13":"2024-02-02T00:39:42.428Z"},"homepage":"https://github.com/inspect-js/is-typed-array#readme","repository":{"type":"git","url":"git://github.com/inspect-js/is-typed-array.git"},"bugs":{"url":"https://github.com/inspect-js/is-typed-array/issues"},"license":"MIT","readmeFilename":"README.md","keywords":["array","TypedArray","typed array","is","typed","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","ES6","toStringTag","Symbol.toStringTag","@@toStringTag"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"users":{"mojaray2k":true}}