{
  "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"
  },
  "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",
  "repository": {
    "type": "git",
    "url": "git://github.com/inspect-js/is-typed-array.git"
  },
  "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"
    ]
  }
}