Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « is-typedarray « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37f7ae31c1111a58b30e3ba32355381f8ecf8bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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"
}