UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

105 lines (104 loc) 3.7 kB
{ "_args": [ [ { "raw": "for-own@https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "scope": null, "escapedName": "for-own", "name": "for-own", "rawSpec": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "spec": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "type": "remote" }, "/Users/code/tfs/agent3/_work/2/s" ] ], "_from": "for-own@>=0.1.3 <0.2.0", "_id": "for-own@0.1.4", "_inCache": true, "_location": "/for-own", "_phantomChildren": {}, "_requested": { "raw": "for-own@https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "scope": null, "escapedName": "for-own", "name": "for-own", "rawSpec": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "spec": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "type": "remote" }, "_requiredBy": [ "/", "/object.omit" ], "_resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "_shasum": "0149b41a39088c7515f51ebe1c1386d45f935072", "_shrinkwrap": null, "_spec": "for-own@https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", "_where": "/Users/code/tfs/agent3/_work/2/s", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/for-own/issues" }, "dependencies": { "for-in": "^0.1.5" }, "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.", "devDependencies": { "gulp-format-md": "^0.1.7", "mocha": "^2.4.5" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/for-own", "keywords": [ "for-in", "for-own", "has", "has-own", "hasOwn", "key", "keys", "object", "own", "value" ], "license": "MIT", "main": "index.js", "name": "for-own", "optionalDependencies": {}, "readme": "# for-own [![NPM version](https://badge.fury.io/js/for-own.svg)](http://badge.fury.io/js/for-own)\n\n> Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.\n\n## Install\n#### Install with [npm](https://www.npmjs.com/):\n\n```bash\nnpm i for-own --save\n```\n\n## Run tests\n\n```bash\nnpm test\n```\n\n## Usage\n\n```js\nvar forOwn = require('for-own');\n\nvar obj = {a: 'foo', b: 'bar', c: 'baz'};\nvar values = [];\nvar keys = [];\n\nforOwn(obj, function (value, key, o) {\n keys.push(key);\n values.push(value);\n});\n\nconsole.log(keys);\n//=> ['a', 'b', 'c'];\n\nconsole.log(values);\n//=> ['foo', 'bar', 'baz'];\n```\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\nCopyright (c) 2014 Jon Schlinkert, contributors.\nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on September 20, 2014._\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/for-own.git" }, "scripts": { "test": "mocha" }, "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "reflinks": [ "verb" ], "lint": { "reflinks": true } }, "version": "0.1.4" }