motion
Version:
motion - moving development forward
57 lines (56 loc) • 1.95 kB
JSON
{
"_args": [
[
"has-own@https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "has-own@>=1.0.0 <2.0.0",
"_id": "has-own@1.0.0",
"_inCache": true,
"_location": "/has-own",
"_phantomChildren": {},
"_requested": {
"name": "has-own",
"raw": "has-own@https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/postcss-merge-idents"
],
"_resolved": "https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz",
"_shasum": "3062246e31cfd887a9a61ee6d38ca57289378cd1",
"_shrinkwrap": null,
"_spec": "has-own@https://registry.npmjs.org/has-own/-/has-own-1.0.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "aaron.heckmann+github@gmail.com",
"name": "Aaron Heckmann"
},
"bugs": {
"url": "https://github.com/pebble/has-own/issues"
},
"dependencies": {},
"description": "A safer .hasOwnProperty() - hasOwn(name, obj)",
"devDependencies": {
"mocha": "^1.21.0"
},
"homepage": "https://github.com/pebble/has-own/",
"license": "MIT",
"main": "index.js",
"name": "has-own",
"optionalDependencies": {},
"readme": "#has-own\n==========\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 it's readability.\n\n[LICENSE](https://github.com/pebble/has-own/blob/master/LICENSE)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/pebble/has-own.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.0"
}