HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/nodejs/is-typedarray/package.json
{
  "name": "is-typedarray",
  "version": "1.0.0",
  "description": "Detect whether or not an object is a Typed Array",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "tape": "^2.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/is-typedarray.git"
  },
  "keywords": [
    "typed",
    "array",
    "detect",
    "is",
    "util"
  ],
  "bugs": {
    "url": "https://github.com/hughsk/is-typedarray/issues"
  },
  "homepage": "https://github.com/hughsk/is-typedarray"
}