summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/is-typedarray/package.json
blob: 863afc5165c76935c1d7bd8a4f20873fea3c54fd (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_args": [
    [
      "is-typedarray@~1.0.0",
      "/Users/ogd/Documents/projects/npm/npm/node_modules/request"
    ]
  ],
  "_from": "is-typedarray@>=1.0.0 <1.1.0",
  "_id": "is-typedarray@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/is-typedarray",
  "_nodeVersion": "0.10.36",
  "_npmUser": {
    "email": "hughskennedy@gmail.com",
    "name": "hughsk"
  },
  "_npmVersion": "2.7.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-typedarray",
    "raw": "is-typedarray@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  "_shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
  "_shrinkwrap": null,
  "_spec": "is-typedarray@~1.0.0",
  "_where": "/Users/ogd/Documents/projects/npm/npm/node_modules/request",
  "author": {
    "email": "hughskennedy@gmail.com",
    "name": "Hugh Kennedy",
    "url": "http://hughsk.io/"
  },
  "bugs": {
    "url": "https://github.com/hughsk/is-typedarray/issues"
  },
  "dependencies": {},
  "description": "Detect whether or not an object is a Typed Array",
  "devDependencies": {
    "tape": "^2.13.1"
  },
  "directories": {},
  "dist": {
    "shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
    "tarball": "http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
  },
  "gitHead": "0617cfa871686cf541af62b144f130488f44f6fe",
  "homepage": "https://github.com/hughsk/is-typedarray",
  "keywords": [
    "array",
    "detect",
    "is",
    "typed",
    "util"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "hughsk",
      "email": "hughskennedy@gmail.com"
    }
  ],
  "name": "is-typedarray",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/is-typedarray.git"
  },
  "scripts": {
    "test": "node test"
  },
  "version": "1.0.0"
}