Initial commit
[yaffs-website] / node_modules / isarray / package.json
1 {
2   "_args": [
3     [
4       "isarray@0.0.1",
5       "/var/www/yaffs/node_modules/readable-stream"
6     ]
7   ],
8   "_from": "isarray@0.0.1",
9   "_id": "isarray@0.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/isarray",
13   "_npmUser": {
14     "email": "julian@juliangruber.com",
15     "name": "juliangruber"
16   },
17   "_npmVersion": "1.2.18",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "isarray",
21     "raw": "isarray@0.0.1",
22     "rawSpec": "0.0.1",
23     "scope": null,
24     "spec": "0.0.1",
25     "type": "version"
26   },
27   "_requiredBy": [
28     "/glob-stream/readable-stream",
29     "/gulp/readable-stream",
30     "/readable-stream"
31   ],
32   "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
33   "_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
34   "_shrinkwrap": null,
35   "_spec": "isarray@0.0.1",
36   "_where": "/var/www/yaffs/node_modules/readable-stream",
37   "author": {
38     "email": "mail@juliangruber.com",
39     "name": "Julian Gruber",
40     "url": "http://juliangruber.com"
41   },
42   "bugs": {
43     "url": "https://github.com/juliangruber/isarray/issues"
44   },
45   "dependencies": {},
46   "description": "Array#isArray for older browsers",
47   "devDependencies": {
48     "tap": "*"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
53     "tarball": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
54   },
55   "homepage": "https://github.com/juliangruber/isarray",
56   "keywords": [
57     "array",
58     "browser",
59     "isarray"
60   ],
61   "license": "MIT",
62   "main": "index.js",
63   "maintainers": [
64     {
65       "name": "juliangruber",
66       "email": "julian@juliangruber.com"
67     }
68   ],
69   "name": "isarray",
70   "optionalDependencies": {},
71   "readme": "ERROR: No README data found!",
72   "repository": {
73     "type": "git",
74     "url": "git://github.com/juliangruber/isarray.git"
75   },
76   "scripts": {
77     "test": "tap test/*.js"
78   },
79   "version": "0.0.1"
80 }