{"_id":"method-names","_rev":"101898","name":"method-names","description":"Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.","dist-tags":{"latest":"0.2.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:35:40.000Z","created":"2014-07-04T10:39:19.098Z","0.2.0":"2015-03-21T23:14:39.523Z","0.1.1":"2014-07-12T03:42:06.593Z","0.1.0":"2014-07-04T10:39:19.098Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/method-names.git"},"versions":{"0.2.0":{"name":"method-names","description":"Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/method-names","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/method-names.git"},"bugs":{"url":"https://github.com/jonschlinkert/method-names/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/method-names/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"^5.2.0"},"keywords":["enumerable","fn","fns","function","functions","enumerable","inherited","object","own","array","method","method-names","methods","name","names","properties","property","prototype"],"gitHead":"ab11500b2c412f23ba76ac6057118c3e00885277","_id":"method-names@0.2.0","_shasum":"ef1b862414d429f72ad4b4b83d5db01eb259a299","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"ef1b862414d429f72ad4b4b83d5db01eb259a299","size":2334,"noattachment":false,"key":"/method-names/-/method-names-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/method-names/download/method-names-0.2.0.tgz"},"directories":{},"publish_time":1426979679523,"_cnpm_publish_time":1426979679523,"_hasShrinkwrap":false},"0.1.1":{"name":"method-names","description":"Returns an array of function property names from all enumerable properties on an object, own and inherited.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/method-names","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/method-names.git"},"bugs":{"url":"https://github.com/jonschlinkert/method-names/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/method-names/blob/master/LICENSE-MIT"}],"keywords":["enumerable","fn","fns","function","functions","enumerable","inherited","object","own","array","method","method-names","methods","name","names","properties","property","prototype"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","mocha":"*","verb":"~0.2.6","verb-tag-jscomments":"^0.1.4"},"_id":"method-names@0.1.1","_shasum":"dc66dd798f11f8faee7c01e55e4783291fd2347d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"dc66dd798f11f8faee7c01e55e4783291fd2347d","size":3512,"noattachment":false,"key":"/method-names/-/method-names-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/method-names/download/method-names-0.1.1.tgz"},"directories":{},"publish_time":1405136526593,"_cnpm_publish_time":1405136526593,"_hasShrinkwrap":false},"0.1.0":{"name":"method-names","description":"Returns an array of function property names from all enumerable properties on an object, own and inherited.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/method-names","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/method-names.git"},"bugs":{"url":"https://github.com/jonschlinkert/method-names/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/method-names/blob/master/LICENSE-MIT"}],"keywords":["enumerable","fn","fns","function","functions","enumerable","inherited","object","own","array","method","method-names","methods","name","names","properties","property","prototype"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","mocha":"*","verb":"~0.2.6","verb-tag-jscomments":"^0.1.4"},"_id":"method-names@0.1.0","_shasum":"2bf2206fbba41abb57453e7b10f208343f1753a6","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"2bf2206fbba41abb57453e7b10f208343f1753a6","size":3514,"noattachment":false,"key":"/method-names/-/method-names-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/method-names/download/method-names-0.1.0.tgz"},"directories":{},"publish_time":1404470359098,"_cnpm_publish_time":1404470359098,"_hasShrinkwrap":false}},"readme":"# method-names [![NPM version](https://badge.fury.io/js/method-names.svg)](http://badge.fury.io/js/method-names)  [![Build Status](https://travis-ci.org/jonschlinkert/method-names.svg)](https://travis-ci.org/jonschlinkert/method-names) \n\n> Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.\n\nBased on the `_.functions` method from Lo-Dash.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i method-names --save\n```\n\n## Usage\n\n```js\nvar methods = require('method-names');\n\nmethods(require('verb'));\n//=> ['set', 'get', 'extend', 'create', 'render', ...]\n```\n\n## Related\n* [list-methods](https://github.com/jonschlinkert/list-methods): Easily generate a JSON or markdown list (sorted array) of property names of all enumerable properties, own and inherited, of objects that have function values.\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/method-names/issues)\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) 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 March 21, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/method-names","bugs":{"url":"https://github.com/jonschlinkert/method-names/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/method-names/blob/master/LICENSE"}}