Version 1
[yaffs-website] / node_modules / bl / node_modules / isarray / package.json
1 {
2   "_args": [
3     [
4       "isarray@~1.0.0",
5       "/var/www/yaffs/node_modules/bl/node_modules/readable-stream"
6     ],
7     [
8       "isarray@~1.0.0",
9       "/var/www/yaffs/node_modules/concat-stream/node_modules/readable-stream"
10     ]
11   ],
12   "_from": "isarray@>=1.0.0 <1.1.0",
13   "_id": "isarray@1.0.0",
14   "_inCache": true,
15   "_installable": true,
16   "_location": "/bl/isarray",
17   "_nodeVersion": "5.1.0",
18   "_npmUser": {
19     "email": "julian@juliangruber.com",
20     "name": "juliangruber"
21   },
22   "_npmVersion": "3.3.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "isarray",
26     "raw": "isarray@~1.0.0",
27     "rawSpec": "~1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <1.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/bl/readable-stream"
34   ],
35   "_shrinkwrap": null,
36   "_spec": "isarray@~1.0.0",
37   "_where": "/var/www/yaffs/node_modules/bl/node_modules/readable-stream",
38   "author": {
39     "email": "mail@juliangruber.com",
40     "name": "Julian Gruber",
41     "url": "http://juliangruber.com"
42   },
43   "bugs": {
44     "url": "https://github.com/juliangruber/isarray/issues"
45   },
46   "dependencies": {},
47   "description": "Array#isArray for older browsers",
48   "devDependencies": {
49     "tape": "~2.13.4"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "bb935d48582cba168c06834957a54a3e07124f11",
54     "tarball": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
55   },
56   "gitHead": "2a23a281f369e9ae06394c0fb4d2381355a6ba33",
57   "homepage": "https://github.com/juliangruber/isarray",
58   "keywords": [
59     "array",
60     "browser",
61     "isarray"
62   ],
63   "license": "MIT",
64   "main": "index.js",
65   "maintainers": [
66     {
67       "name": "juliangruber",
68       "email": "julian@juliangruber.com"
69     }
70   ],
71   "name": "isarray",
72   "optionalDependencies": {},
73   "readme": "ERROR: No README data found!",
74   "repository": {
75     "type": "git",
76     "url": "git://github.com/juliangruber/isarray.git"
77   },
78   "scripts": {
79     "test": "tape test.js"
80   },
81   "testling": {
82     "browsers": [
83       "android-browser/4.2..latest",
84       "chrome/22..latest",
85       "chrome/canary",
86       "firefox/17..latest",
87       "firefox/nightly",
88       "ie/8..latest",
89       "ipad/6.0..latest",
90       "iphone/6.0..latest",
91       "opera/12..latest",
92       "opera/next",
93       "safari/5.1..latest"
94     ],
95     "files": "test.js"
96   },
97   "version": "1.0.0"
98 }