{
  "manifest": {
    "name": "possible-typed-array-names",
    "version": "1.0.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": "aud --production",
      "prelint": "evalmd README.md",
      "lint": "eslint --ext=js,mjs .",
      "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
      "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": {
      "@ljharb/eslint-config": "^21.1.0",
      "@types/tape": "^5.6.4",
      "aud": "^2.0.4",
      "auto-changelog": "^2.4.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.7.5",
      "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"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-possible-typed-array-names-1.0.0-89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f-integrity/node_modules/possible-typed-array-names/package.json",
    "readmeFilename": "README.md",
    "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    && typeof globalThis[name] === 'function'\n    && globalThis[name].name === name\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",
    "licenseText": "MIT License\n\nCopyright (c) 2024 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
    "hash": "89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f",
    "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
    "registry": "npm",
    "packageName": "possible-typed-array-names",
    "cacheIntegrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== sha1-ibtjxvraLD6QrcSmR77us5zHv48="
  },
  "registry": "npm",
  "hash": "89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
}