summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json
blob: 75aac295c7dd5fa5f136ce9df0646a509475ace1 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      "isarray@~1.0.0",
      "/Users/rebecca/code/npm/node_modules/readable-stream"
    ],
    [
      "isarray@~1.0.0",
      "/Users/rebecca/code/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream"
    ]
  ],
  "_from": "isarray@>=1.0.0 <1.1.0",
  "_id": "isarray@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/npm-registry-client/concat-stream/readable-stream/isarray",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "email": "julian@juliangruber.com",
    "name": "juliangruber"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "isarray",
    "raw": "isarray@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npm-registry-client/concat-stream/readable-stream"
  ],
  "_shrinkwrap": null,
  "_spec": "isarray@~1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream",
  "author": {
    "email": "mail@juliangruber.com",
    "name": "Julian Gruber",
    "url": "http://juliangruber.com"
  },
  "bugs": {
    "url": "https://github.com/juliangruber/isarray/issues"
  },
  "dependencies": {},
  "description": "Array#isArray for older browsers",
  "devDependencies": {
    "tape": "~2.13.4"
  },
  "directories": {},
  "dist": {
    "shasum": "bb935d48582cba168c06834957a54a3e07124f11",
    "tarball": "http://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
  },
  "gitHead": "2a23a281f369e9ae06394c0fb4d2381355a6ba33",
  "homepage": "https://github.com/juliangruber/isarray",
  "keywords": [
    "browser",
    "isarray",
    "array"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "julian@juliangruber.com",
      "name": "juliangruber"
    }
  ],
  "name": "isarray",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/juliangruber/isarray.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "testling": {
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ],
    "files": "test.js"
  },
  "version": "1.0.0"
}