aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/isarray/package.json
blob: 43f5151a35addb4fef5d5f8e676ec5510b4f04cc (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "_args": [
    [
      {
        "raw": "isarray@2.0.1",
        "scope": null,
        "escapedName": "isarray",
        "name": "isarray",
        "rawSpec": "2.0.1",
        "spec": "2.0.1",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/has-binary2"
    ]
  ],
  "_from": "isarray@2.0.1",
  "_id": "isarray@2.0.1",
  "_inCache": true,
  "_location": "/isarray",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/isarray-2.0.1.tgz_1475080038422_0.2867460672277957"
  },
  "_npmUser": {
    "name": "juliangruber",
    "email": "julian@juliangruber.com"
  },
  "_npmVersion": "2.15.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "isarray@2.0.1",
    "scope": null,
    "escapedName": "isarray",
    "name": "isarray",
    "rawSpec": "2.0.1",
    "spec": "2.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/has-binary2",
    "/socket.io-parser"
  ],
  "_resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz",
  "_shasum": "a37d94ed9cda2d59865c9f76fe596ee1f338741e",
  "_shrinkwrap": null,
  "_spec": "isarray@2.0.1",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/has-binary2",
  "author": {
    "name": "Julian Gruber",
    "email": "mail@juliangruber.com",
    "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": "a37d94ed9cda2d59865c9f76fe596ee1f338741e",
    "tarball": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "d7f00583d8f58215cea94a81de85c6b4d33bead2",
  "homepage": "https://github.com/juliangruber/isarray",
  "keywords": [
    "browser",
    "isarray",
    "array"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "juliangruber",
      "email": "julian@juliangruber.com"
    }
  ],
  "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": {
    "files": "test.js",
    "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"
    ]
  },
  "version": "2.0.1"
}