frontend/.pnpm-store/v3/files/ca/15402c8c9c3b5cf009ebd00b93c139be46391824935c332ba97ad6719229a7ea89ba0d2665444929b62f4866fbf92d05eb68b22d79995246bd9ae935549ef8

31 lines
665 B
Plaintext

{
"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"
}