{"_id":"has-own","_rev":"156181","name":"has-own","description":"A safer .hasOwnProperty() - hasOwn(name, obj)","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"aaron","email":"aaron.heckmann+github@gmail.com"},{"name":"pebble-tech","email":"webteam@getpebble.com"}],"time":{"modified":"2021-06-03T11:36:29.000Z","created":"2014-07-26T19:23:48.595Z","1.0.1":"2019-12-17T16:47:47.578Z","1.0.0":"2014-07-26T19:23:48.595Z"},"users":{},"author":{"name":"Aaron Heckmann","email":"aaron.heckmann+github@gmail.com"},"repository":{"type":"git","url":"git://github.com/aheckmann/has-own.git"},"versions":{"1.0.1":{"name":"has-own","version":"1.0.1","description":"A safer .hasOwnProperty() - hasOwn(name, obj)","main":"index.js","scripts":{"test":"make test"},"author":{"name":"Aaron Heckmann","email":"aaron.heckmann+github@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/aheckmann/has-own.git"},"homepage":"https://github.com/aheckmann/has-own/","devDependencies":{"mocha":"^6.2.2"},"gitHead":"f36fbddb8bcb594de12d4b1a6fba54286f799ca2","bugs":{"url":"https://github.com/aheckmann/has-own/issues"},"_id":"has-own@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"aaron","email":"aaron.heckmann+github@gmail.com"},"dist":{"shasum":"7cc78a63e5ffde330fa8d0a6ddaca4a70c495579","size":1818,"noattachment":false,"key":"/has-own/-/has-own-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/has-own/download/has-own-1.0.1.tgz"},"maintainers":[{"name":"aaron","email":"aaron.heckmann+github@gmail.com"},{"name":"pebble-tech","email":"webteam@getpebble.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-own_1.0.1_1576601267475_0.9356125143783485"},"_hasShrinkwrap":false,"publish_time":1576601267578,"_cnpm_publish_time":1576601267578},"1.0.0":{"name":"has-own","version":"1.0.0","description":"A safer .hasOwnProperty() - hasOwn(name, obj)","main":"index.js","scripts":{"test":"make test"},"author":{"name":"Aaron Heckmann","email":"aaron.heckmann+github@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/pebble/has-own.git"},"homepage":"https://github.com/pebble/has-own/","devDependencies":{"mocha":"^1.21.0"},"bugs":{"url":"https://github.com/pebble/has-own/issues"},"_id":"has-own@1.0.0","_shasum":"3062246e31cfd887a9a61ee6d38ca57289378cd1","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"aaron","email":"aaron.heckmann+github@gmail.com"},"maintainers":[{"name":"aaron","email":"aaron.heckmann+github@gmail.com"},{"name":"pebble-tech","email":"webteam@getpebble.com"}],"dist":{"shasum":"3062246e31cfd887a9a61ee6d38ca57289378cd1","size":1877,"noattachment":false,"key":"/has-own/-/has-own-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/has-own/download/has-own-1.0.0.tgz"},"directories":{},"publish_time":1406402628595,"_cnpm_publish_time":1406402628595,"_hasShrinkwrap":false}},"readme":"#has-own\n\n[![Build Status](https://travis-ci.org/pebble/has-own.svg?branch=master)](https://travis-ci.org/pebble/has-own)\n\nShorthand `Object.prototype.hasOwnProperty.call(obj, name)`.\n\n```js\nvar assert = require('assert');\nvar hasOwn = require('has-own');\n\nvar o = Object.create(null);\no.name = 'has-own';\n\nassert(hasOwn('name', o)); // true\n```\n\nWhy another module? Because I like its readability.\n\n[LICENSE](https://github.com/pebble/has-own/blob/master/LICENSE)\n","_attachments":{},"homepage":"https://github.com/aheckmann/has-own/","bugs":{"url":"https://github.com/aheckmann/has-own/issues"},"license":"MIT"}