• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "isarray@~1.0.0",
3  "_id": "isarray@1.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
6  "_location": "/isarray",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "isarray@~1.0.0",
12    "name": "isarray",
13    "escapedName": "isarray",
14    "rawSpec": "~1.0.0",
15    "saveSpec": null,
16    "fetchSpec": "~1.0.0"
17  },
18  "_requiredBy": [
19    "/eslint-plugin-import/doctrine",
20    "/readable-stream"
21  ],
22  "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
23  "_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
24  "_spec": "isarray@~1.0.0",
25  "_where": "/Users/rebecca/code/npm/node_modules/readable-stream",
26  "author": {
27    "name": "Julian Gruber",
28    "email": "mail@juliangruber.com",
29    "url": "http://juliangruber.com"
30  },
31  "bugs": {
32    "url": "https://github.com/juliangruber/isarray/issues"
33  },
34  "bundleDependencies": false,
35  "dependencies": {},
36  "deprecated": false,
37  "description": "Array#isArray for older browsers",
38  "devDependencies": {
39    "tape": "~2.13.4"
40  },
41  "homepage": "https://github.com/juliangruber/isarray",
42  "keywords": [
43    "browser",
44    "isarray",
45    "array"
46  ],
47  "license": "MIT",
48  "main": "index.js",
49  "name": "isarray",
50  "repository": {
51    "type": "git",
52    "url": "git://github.com/juliangruber/isarray.git"
53  },
54  "scripts": {
55    "test": "tape test.js"
56  },
57  "testling": {
58    "files": "test.js",
59    "browsers": [
60      "ie/8..latest",
61      "firefox/17..latest",
62      "firefox/nightly",
63      "chrome/22..latest",
64      "chrome/canary",
65      "opera/12..latest",
66      "opera/next",
67      "safari/5.1..latest",
68      "ipad/6.0..latest",
69      "iphone/6.0..latest",
70      "android-browser/4.2..latest"
71    ]
72  },
73  "version": "1.0.0"
74}
75