github-pages-deploy-action/node_modules/has/package.json

49 lines
1011 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "has",
"description": "Object.prototype.hasOwnProperty.call shortcut",
"version": "1.0.3",
"homepage": "https://github.com/tarruda/has",
2020-01-28 13:07:56 +08:00
"author": {
"name": "Thiago de Arruda",
"email": "tpadilha84@gmail.com"
},
2020-03-31 20:57:48 +08:00
"contributors": [
2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
2020-01-28 13:07:56 +08:00
}
],
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "git://github.com/tarruda/has.git"
2020-01-28 13:07:56 +08:00
},
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/tarruda/has/issues"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
}
],
"main": "./src",
2020-03-31 20:57:48 +08:00
"dependencies": {
"function-bind": "^1.1.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.19.1",
"tape": "^4.9.0"
},
"engines": {
"node": ">= 0.4.0"
2020-03-22 05:13:25 +08:00
},
2020-01-28 13:07:56 +08:00
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "tape test"
2020-03-31 20:57:48 +08:00
}
2020-01-28 13:07:56 +08:00
}