Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name" : "isarray",
3
"description" : "Array#isArray for older browsers",
4
"version" : "0.0.1",
5
"repository" : "juliangruber/isarray",
6
"homepage": "https://github.com/juliangruber/isarray",
7
"main" : "index.js",
8
"scripts" : [
9
"index.js"
10
],
11
"dependencies" : {},
12
"keywords": ["browser","isarray","array"],
13
"author": {
14
"name": "Julian Gruber",
15
"email": "[email protected]",
16
"url": "http://juliangruber.com"
17
},
18
"license": "MIT"
19
}
20
21