{"_id":"get-values","_rev":"78814","name":"get-values","description":"Return an array of all values from the given object.","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:25:16.000Z","created":"2015-06-07T13:13:33.813Z","0.1.0":"2015-06-07T13:13:33.813Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/get-values.git"},"versions":{"0.1.0":{"name":"get-values","description":"Return an array of all values from the given object.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/get-values","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/get-values.git"},"bugs":{"url":"https://github.com/jonschlinkert/get-values/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"for-own":"^0.1.3"},"devDependencies":{"mocha":"*"},"keywords":["array","for","for-own","map","object","own","values"],"_id":"get-values@0.1.0","_shasum":"3ac035b65a44923d35db2fc2b7ba2322b6c3f29e","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3ac035b65a44923d35db2fc2b7ba2322b6c3f29e","size":1919,"noattachment":false,"key":"/get-values/-/get-values-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/get-values/download/get-values-0.1.0.tgz"},"directories":{},"publish_time":1433682813813,"_cnpm_publish_time":1433682813813,"_hasShrinkwrap":false}},"readme":"# get-values [![NPM version](https://badge.fury.io/js/get-values.svg)](http://badge.fury.io/js/get-values)\n\n> Return an array of all values from the given object.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i get-values --save\n```\n\n## Usage\n\n```js\nvar values = require('get-values');\n\nvalues({a: 'aaa', b: 'bbb', c: 'ccc'});\n//=> ['aaa', 'bbb', 'ccc']\n```\n\n## Related projects\n\n* [arr-map](https://github.com/jonschlinkert/arr-map): Faster, node.js focused alternative to JavaScript's native array map.\n* [for-own](https://github.com/jonschlinkert/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own)\n* [for-in](https://github.com/jonschlinkert/for-in): Iterate over the own and inherited enumerable properties of an objecte, and return an object… [more](https://github.com/jonschlinkert/for-in)\n* [get-value](https://github.com/jonschlinkert/get-value): Use property paths (`  a.b.c`) to get a nested value from an object.\n* [utils](https://github.com/jonschlinkert/utils): Fast, generic JavaScript/node.js utility functions.\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\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/get-values/issues/new)\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 © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on June 07, 2015._\n","_attachments":{},"homepage":"https://github.com/jonschlinkert/get-values","bugs":{"url":"https://github.com/jonschlinkert/get-values/issues"},"license":"MIT"}