Version 1
[yaffs-website] / node_modules / concat-stream / node_modules / isarray / package.json
1 {
2   "_args": [
3     [
4       "isarray@~1.0.0",
5       "/var/www/yaffs/node_modules/concat-stream/node_modules/readable-stream"
6     ]
7   ],
8   "_from": "isarray@>=1.0.0 <1.1.0",
9   "_id": "isarray@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/concat-stream/isarray",
13   "_nodeVersion": "5.1.0",
14   "_npmUser": {
15     "email": "julian@juliangruber.com",
16     "name": "juliangruber"
17   },
18   "_npmVersion": "3.3.12",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "isarray",
22     "raw": "isarray@~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     "/concat-stream/readable-stream"
30   ],
31   "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
32   "_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
33   "_shrinkwrap": null,
34   "_spec": "isarray@~1.0.0",
35   "_where": "/var/www/yaffs/node_modules/concat-stream/node_modules/readable-stream",
36   "author": {
37     "email": "mail@juliangruber.com",
38     "name": "Julian Gruber",
39     "url": "http://juliangruber.com"
40   },
41   "bugs": {
42     "url": "https://github.com/juliangruber/isarray/issues"
43   },
44   "dependencies": {},
45   "description": "Array#isArray for older browsers",
46   "devDependencies": {
47     "tape": "~2.13.4"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "bb935d48582cba168c06834957a54a3e07124f11",
52     "tarball": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
53   },
54   "gitHead": "2a23a281f369e9ae06394c0fb4d2381355a6ba33",
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": "tape test.js"
78   },
79   "testling": {
80     "browsers": [
81       "android-browser/4.2..latest",
82       "chrome/22..latest",
83       "chrome/canary",
84       "firefox/17..latest",
85       "firefox/nightly",
86       "ie/8..latest",
87       "ipad/6.0..latest",
88       "iphone/6.0..latest",
89       "opera/12..latest",
90       "opera/next",
91       "safari/5.1..latest"
92     ],
93     "files": "test.js"
94   },
95   "version": "1.0.0"
96 }