mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
29 lines
593 B
JSON
29 lines
593 B
JSON
{
|
|
"name": "isarray",
|
|
"description": "Array#isArray for older browsers",
|
|
"version": "0.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/juliangruber/isarray.git"
|
|
},
|
|
"homepage": "https://github.com/juliangruber/isarray",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "*"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"isarray",
|
|
"array"
|
|
],
|
|
"author": {
|
|
"name": "Julian Gruber",
|
|
"email": "mail@juliangruber.com",
|
|
"url": "http://juliangruber.com"
|
|
},
|
|
"license": "MIT"
|
|
} |