Initial commit
[yaffs-website] / node_modules / is-typedarray / package.json
1 {
2   "_args": [
3     [
4       "is-typedarray@~1.0.0",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "is-typedarray@>=1.0.0 <1.1.0",
9   "_id": "is-typedarray@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-typedarray",
13   "_nodeVersion": "0.10.36",
14   "_npmUser": {
15     "email": "hughskennedy@gmail.com",
16     "name": "hughsk"
17   },
18   "_npmVersion": "2.7.5",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "is-typedarray",
22     "raw": "is-typedarray@~1.0.0",
23     "rawSpec": "~1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <1.1.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/request"
30   ],
31   "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
32   "_shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
33   "_shrinkwrap": null,
34   "_spec": "is-typedarray@~1.0.0",
35   "_where": "/var/www/yaffs/node_modules/request",
36   "author": {
37     "email": "hughskennedy@gmail.com",
38     "name": "Hugh Kennedy",
39     "url": "http://hughsk.io/"
40   },
41   "bugs": {
42     "url": "https://github.com/hughsk/is-typedarray/issues"
43   },
44   "dependencies": {},
45   "description": "Detect whether or not an object is a Typed Array",
46   "devDependencies": {
47     "tape": "^2.13.1"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
52     "tarball": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
53   },
54   "gitHead": "0617cfa871686cf541af62b144f130488f44f6fe",
55   "homepage": "https://github.com/hughsk/is-typedarray",
56   "keywords": [
57     "array",
58     "detect",
59     "is",
60     "typed",
61     "util"
62   ],
63   "license": "MIT",
64   "main": "index.js",
65   "maintainers": [
66     {
67       "name": "hughsk",
68       "email": "hughskennedy@gmail.com"
69     }
70   ],
71   "name": "is-typedarray",
72   "optionalDependencies": {},
73   "readme": "ERROR: No README data found!",
74   "repository": {
75     "type": "git",
76     "url": "git://github.com/hughsk/is-typedarray.git"
77   },
78   "scripts": {
79     "test": "node test"
80   },
81   "version": "1.0.0"
82 }