wishthis/node_modules/isarray/package.json

46 lines
958 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "isarray",
"description": "Array#isArray for older browsers",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/isarray.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/juliangruber/isarray",
"main": "index.js",
2022-01-21 08:28:41 +00:00
"dependencies": {},
"devDependencies": {
"tape": "~2.13.4"
},
"keywords": [
"browser",
"isarray",
"array"
],
2022-04-08 10:55:35 +00:00
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
2022-01-21 08:28:41 +00:00
"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"
]
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "tape test.js"
}
2022-01-21 08:28:41 +00:00
}