Sha256: 8c2bb72a03e6ca3994658f7b8d0cda7648b68e8aa732f8324bdbeb59112020c3
Contents?: true
Size: 1.72 KB
Versions: 10
Compression:
Stored size: 1.72 KB
Contents
{ "name": "for-own", "description": "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.", "version": "0.1.3", "homepage": "https://github.com/jonschlinkert/for-own", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/for-own.git" }, "bugs": { "url": "https://github.com/jonschlinkert/for-own/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/for-own/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "for-in": "^0.1.4" }, "devDependencies": { "mocha": "*", "should": "^5.2.0" }, "keywords": [ "for-in", "for-own", "has", "has-own", "hasOwn", "key", "keys", "object", "own", "value" ], "gitHead": "43c5291f22b71297e1b5855236fcc35ac9ce51e4", "_id": "for-own@0.1.3", "_shasum": "606444cde77c2f0a11088169e2e354eaf56e74fe", "_from": "for-own@>=0.1.1 <0.2.0", "_npmVersion": "2.7.1", "_nodeVersion": "1.6.2", "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" } ], "dist": { "shasum": "606444cde77c2f0a11088169e2e354eaf56e74fe", "tarball": "http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems