You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
665 B

4 years ago
{
4 years ago
"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"
4 years ago
},
4 years ago
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
"license": "MIT",
4 years ago
"dependencies": {},
"devDependencies": {
"tape": "^2.13.1"
},
4 years ago
"repository": {
"type": "git",
"url": "git://github.com/hughsk/is-typedarray.git"
},
4 years ago
"keywords": [
"typed",
"array",
"detect",
"is",
"util"
],
4 years ago
"bugs": {
"url": "https://github.com/hughsk/is-typedarray/issues"
4 years ago
},
4 years ago
"homepage": "https://github.com/hughsk/is-typedarray"
4 years ago
}