{"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"keywords":["typed","array","typedarray","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"_rev":"10","description":"A simple list of possible Typed Array names.","readme":"# possible-typed-array-names <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nA simple list of possible Typed Array names.\n\n## Example\n\n```js\nconst assert = require('assert');\n\nconst names = require('possible-typed-array-names');\n\nassert(Array.isArray(names));\nassert(names.every(name => (\n    typeof name === 'string'\n    && ((\n        typeof globalThis[name] === 'function'\n        && globalThis[name].name === name\n    ) || typeof globalThis[name] === 'undefined')\n)));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n## Security\n\nPlease email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.\n\n[package-url]: https://npmjs.org/package/possible-typed-array-names\n[npm-version-svg]: https://versionbadg.es/ljharb/possible-typed-array-names.svg\n[deps-svg]: https://david-dm.org/ljharb/possible-typed-array-names.svg\n[deps-url]: https://david-dm.org/ljharb/possible-typed-array-names\n[dev-deps-svg]: https://david-dm.org/ljharb/possible-typed-array-names/dev-status.svg\n[dev-deps-url]: https://david-dm.org/ljharb/possible-typed-array-names#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/possible-typed-array-names.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/possible-typed-array-names.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/possible-typed-array-names.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=possible-typed-array-names\n[codecov-image]: https://codecov.io/gh/ljharb/possible-typed-array-names/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/ljharb/possible-typed-array-names/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/possible-typed-array-names\n[actions-url]: https://github.com/ljharb/possible-typed-array-names/actions\n","repository":{"type":"git","url":"git+https://github.com/ljharb/possible-typed-array-names.git"},"bugs":{"url":"https://github.com/ljharb/possible-typed-array-names/issues"},"license":"MIT","versions":{"1.0.0":{"name":"possible-typed-array-names","version":"1.0.0","keywords":["typed","array","typedarray","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"possible-typed-array-names@1.0.0","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/ljharb/possible-typed-array-names#readme","bugs":{"url":"https://github.com/ljharb/possible-typed-array-names/issues"},"dist":{"shasum":"89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz","fileCount":10,"integrity":"sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==","signatures":[{"sig":"MEUCIQD88Ag2ucoSjcS8WyJLfxsBkEb7Q6ihwqjltB0WPUjmVwIgCrMqAPYBun1o6Pe7UT/+0wHtRHbRKLEvR4I5zfOVieY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10903},"main":"index.js","types":"./index.d.ts","engines":{"node":">= 0.4"},"exports":{".":"./index.js","./package.json":"./package.json"},"gitHead":"38d28dd7ec26af8da42034a6e02d14b8101a1f3d","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"repository":{"url":"git+https://github.com/ljharb/possible-typed-array-names.git","type":"git"},"_npmVersion":"10.2.4","description":"A simple list of possible Typed Array names.","directories":{},"sideEffects":false,"_nodeVersion":"21.6.2","publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.4","nyc":"^10.3.2","tape":"^5.7.5","eclint":"^2.8.1","eslint":"=8.8.0","evalmd":"^0.0.19","npmignore":"^0.3.1","in-publish":"^2.0.1","typescript":"next","@types/tape":"^5.6.4","auto-changelog":"^2.4.0","safe-publish-latest":"^2.0.0","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/possible-typed-array-names_1.0.0_1708381971506_0.9232792967077847","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"possible-typed-array-names","version":"1.1.0","description":"A simple list of possible Typed Array names.","main":"index.js","exports":{".":"./index.js","./package.json":"./package.json"},"types":"./index.d.ts","sideEffects":false,"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>= 10.2' audit --production","prelint":"evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)","lint":"eslint --ext=js,mjs .","postlint":"tsc && attw -P","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+https://github.com/ljharb/possible-typed-array-names.git"},"keywords":["typed","array","typedarray","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/ljharb/possible-typed-array-names/issues"},"homepage":"https://github.com/ljharb/possible-typed-array-names#readme","devDependencies":{"@arethetypeswrong/cli":"^0.17.3","@ljharb/eslint-config":"^21.1.1","@ljharb/tsconfig":"^0.2.3","@types/tape":"^5.8.1","auto-changelog":"^2.5.0","eclint":"^2.8.1","eslint":"=8.8.0","evalmd":"^0.0.19","in-publish":"^2.0.1","npmignore":"^0.3.1","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","tape":"^5.9.0","typescript":"next"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"possible-typed-array-names@1.1.0","gitHead":"2f74e2d3a02309b48fa6d6d48f8fd3359681707f","_nodeVersion":"23.7.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==","shasum":"93e3582bc0e5426586d9d07b79ee40fc841de4ae","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz","fileCount":10,"unpackedSize":9698,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGBIPNoeXUkQTKuFjXKNSmk9oxzbLdXRlm8GkNUZZru8AiAsVrV5YsDG7ie9VkS4+WAKkCNgdidaUWTtmXtN6O35Iw=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/possible-typed-array-names_1.1.0_1738904655035_0.9636439079459738"},"_hasShrinkwrap":false}},"name":"possible-typed-array-names","time":{"created":"2024-02-19T22:32:51.504Z","modified":"2026-04-17T13:29:10.616Z","1.0.0":"2024-02-19T22:32:51.701Z","1.1.0":"2025-02-07T05:04:15.221Z"},"readmeFilename":"README.md","_id":"possible-typed-array-names","homepage":"https://github.com/ljharb/possible-typed-array-names#readme"}