You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB

{
"name": "is-function",
"version": "1.0.2",
"description": "is that thing a function? Use this module to find out",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "~2.3.2"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/grncdr/js-is-function.git"
},
"homepage": "https://github.com/grncdr/js-is-function",
"keywords": [
"polyfill",
"is-function",
"ie6"
],
"author": "Stephen Sugden <me@stephensugden.com>",
"license": "MIT",
"testling": {
"files": "test.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"__npminstall_done": "Sun Apr 18 2021 11:11:02 GMT+0800 (中国标准时间)",
"_from": "is-function@1.0.2",
"_resolved": "https://registry.npm.taobao.org/is-function/download/is-function-1.0.2.tgz"
}