{
"name": "has",
"description": "Object.prototype.hasOwnProperty.call shortcut",
"version": "1.0.0",
"homepage": "https://github.com/tarruda/has",
"author": {
"name": "Thiago de Arruda",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/tarruda/has.git"
},
"bugs": {
"url": "https://github.com/tarruda/has/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
}
],
"main": "./src/index",
"devDependencies": {
"chai": "~1.7.2",
"mocha": "^1.21.4"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"gitHead": "3113c5ff93ec8befffd9cf23c4dbab7a9d429c20",
"_id": "[email protected]",
"_shasum": "56c6582d23b40f3a5458f68ba79bc6c4bef203b3",
"_from": "has@>=1.0.0 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "tarruda",
"email": "[email protected]"
},
"maintainers": [
{
"name": "tarruda",
"email": "[email protected]"
}
],
"dist": {
"shasum": "56c6582d23b40f3a5458f68ba79bc6c4bef203b3",
"tarball": "http://registry.npmjs.org/has/-/has-1.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/has/-/has-1.0.0.tgz"
}