@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
104 lines (103 loc) • 4.5 kB
JSON
{
"_args": [
[
{
"raw": "for-in@https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"scope": null,
"escapedName": "for-in",
"name": "for-in",
"rawSpec": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"spec": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s"
]
],
"_from": "for-in@>=0.1.5 <0.2.0",
"_id": "for-in@0.1.5",
"_inCache": true,
"_location": "/for-in",
"_phantomChildren": {},
"_requested": {
"raw": "for-in@https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"scope": null,
"escapedName": "for-in",
"name": "for-in",
"rawSpec": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"spec": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"type": "remote"
},
"_requiredBy": [
"/",
"/for-own"
],
"_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz",
"_shasum": "007374e2b6d5c67420a1479bdb75a04872b738c4",
"_shrinkwrap": null,
"_spec": "for-in@https://registry.npmjs.org/for-in/-/for-in-0.1.5.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-in/issues"
},
"dependencies": {},
"description": "Iterate over the own and inherited enumerable properties of an objecte, 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",
"should": "^8.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/for-in",
"keywords": [
"for-in",
"for-own",
"has",
"has-own",
"hasOwn",
"key",
"keys",
"object",
"own",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "for-in",
"optionalDependencies": {},
"readme": "# for-in [](https://www.npmjs.com/package/for-in) [](https://npmjs.org/package/for-in) [](https://travis-ci.org/jonschlinkert/for-in)\n\n> Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install for-in --save\n```\n\n## Usage\n\n```js\nvar forIn = require('for-in');\n\nvar obj = {a: 'foo', b: 'bar', c: 'baz'};\nvar values = [];\nvar keys = [];\n\nforIn(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## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/for-in/issues/new).\n\n## Building docs\n\nGenerate readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install verb && npm run docs\n```\n\nOr, if [verb](https://github.com/verbose/verb) is installed globally:\n\n```sh\n$ verb\n```\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\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\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/for-in/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb](https://github.com/verbose/verb), v, on March 27, 2016._",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/for-in.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.5"
}