blob: 7c5bd53d9f4525cf33d9a5882cd823403a696daf [file] [log] [blame]
{
"author": {
"email": "tpadilha84@gmail.com",
"name": "Thiago de Arruda"
},
"bugs": {
"url": "https://github.com/tarruda/has/issues"
},
"contributors": [
{
"email": "ljharb@gmail.com",
"name": "Jordan Harband",
"url": "http://ljharb.codes"
}
],
"dependencies": {
"function-bind": "^1.1.1"
},
"description": "Object.prototype.hasOwnProperty.call shortcut",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.19.1",
"tape": "^4.9.0"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/tarruda/has",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
}
],
"main": "./src",
"name": "has",
"repository": {
"type": "git",
"url": "git://github.com/tarruda/has.git"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "tape test"
},
"version": "1.0.3"
}