{"_id":"introspect","_rev":"10-673edd193b0bbf62d0d12c09dc8c3121","name":"introspect","description":"A fast and powerful Function introspection","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.1":{"author":{"name":"Kilian Ciuffolo","email":"me@nailik.org","url":"http://nailik.org"},"name":"introspect","main":"./lib/introspect/introspect.js","description":"A fast and powerful Function introspection","keywords":["reflection","introspection","arguments","args"],"version":"0.0.1","engines":{"node":">= v0.4.7"},"scripts":{"test":"vows test/*-test.js --spec","benchmark":"node lib/introspect/introspect-benchmark"},"repository":{"type":"git","url":"git://github.com/kilianc/node-introspect.git"},"devDependencies":{"vows":"0.5.x >= 0.5.13","cli-table":""},"_npmUser":{"name":"kilianc","email":"kilian.ciuffolo@gmail.com"},"_id":"introspect@0.0.1","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"2b34059e92bfbc8109d9566b462cb397362f300b","tarball":"https://registry.npmjs.org/introspect/-/introspect-0.0.1.tgz","integrity":"sha512-g7X3PE+PPCmDswyDuOx0LscuwhaYhUZY3gka6w6va5at2Unb2LJS9iKhZF/hVC3AcFXaGge1VP0gPa+Mgnc83g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdwLxb8fRAn2lkMlEuoAi1/YGm1k8xCnoXRJZFo5dbPQIgErPoM4hPK5tEA0AD4O3YosWwFBCVsVbLre64zT4r/f4="}]},"maintainers":[{"name":"kilianc","email":"kilian.ciuffolo@gmail.com"}]},"0.0.2":{"author":{"name":"Kilian Ciuffolo","email":"me@nailik.org","url":"http://nailik.org"},"name":"introspect","main":"./lib/introspect/introspect.js","description":"A fast and powerful Function introspection","keywords":["reflection","introspection","arguments","args"],"version":"0.0.2","engines":{"node":">= v0.4.7"},"scripts":{"test":"vows test/*-test.js --spec","benchmark":"node lib/introspect/introspect-benchmark"},"repository":{"type":"git","url":"git://github.com/kilianc/node-introspect.git"},"devDependencies":{"vows":"0.5.x >= 0.5.13","cli-table":""},"_npmUser":{"name":"kilianc","email":"kilian.ciuffolo@gmail.com"},"_id":"introspect@0.0.2","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"604004ea223a9c9cafd32cd3d680db6ac04a9e2e","tarball":"https://registry.npmjs.org/introspect/-/introspect-0.0.2.tgz","integrity":"sha512-gBO62WZ7+Cdc47ouwH8xbp75XHd7s6WUCsCg/X+F3vyRG3aKxqSA3/kCH5RnppYyEyrYYcWiMDn+fotR1EEBWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOgLWi/KYFQWU/I68y8hyRThFyQTbGbQ+AqUJ90oR0swIhANTtm72LjtI/oQyfT4A3KEwqk4R+M6ZdZjbcSUKnM1yQ"}]},"maintainers":[{"name":"kilianc","email":"kilian.ciuffolo@gmail.com"}]},"0.0.3":{"author":{"name":"Kilian Ciuffolo","email":"me@nailik.org","url":"http://nailik.org"},"name":"introspect","main":"./lib/introspect/introspect.js","description":"A fast and powerful Function introspection","keywords":["reflection","introspection","arguments","args"],"version":"0.0.3","engines":{"node":">= v0.4.7"},"scripts":{"test":"vows test/*-test.js --spec","benchmark":"node lib/introspect/introspect-benchmark"},"repository":{"type":"git","url":"http://github.com/kilianc/node-introspect.git"},"devDependencies":{"vows":"0.5.x >= 0.5.13","cli-table":""},"bugs":{"url":"https://github.com/kilianc/node-introspect/issues"},"homepage":"https://github.com/kilianc/node-introspect","_id":"introspect@0.0.3","dist":{"shasum":"10074c775a4a2236787ecfea1f137651db97d865","tarball":"https://registry.npmjs.org/introspect/-/introspect-0.0.3.tgz","integrity":"sha512-3CfFQ4CrCgB+AN3gk6cTA+BUZpmUic7Ln4RgUsa0mIsM66l4Taa6ocS+uHePoU+IVt9zZKa2FJPpzrm/WB2P7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG1L7vSNwo6zDg0kCF5nz40R7NGKL/jAzrZOFdaysrpSAiBbxiHjEeapnGTJDJRqVVSJrvIFnLTdYXw7040lXvClsQ=="}]},"_from":".","_npmVersion":"1.3.25","_npmUser":{"name":"kilianc","email":"me@nailik.org"},"maintainers":[{"name":"kilianc","email":"kilian.ciuffolo@gmail.com"}]}},"readme":"# node-introspect ![project status](http://dl.dropbox.com/u/2208502/maintained.png)\n\nA fast and powerful Function introspection. This is such a kind of experiment, any thought on this is welcomed.\n\n## Engine\n\n- nodejs v0.4.12+ (tested with v0.6.x)\n\n## Installation with npm\n\n    $ npm install introspect\n\n## Syntax\n\n```javascript\nintrospect(fn);\n```\n\n##Parameters\n\n1. `fn` _(Function)_: a function to be introspected\n\n##Notes\n\nIntrospect returns an array of all the function parameters names\n\n##Example\n\n```javascript\nvar introspect = require('introspect');\n\nfunction fn (foo, bar, callback) {\n  // function body\n}\n\nvar arguments = introspect(fn);\nconsole.log(arguments);\n```\n\n## Benchmark\n\nBenchmark results are pretty good.\n\n    npm run-script benchmark\n\n![profile](http://f.cl.ly/items/2L2G183k1Z071C3a3E3x/introspect_v0.0.1.png)\n\n## Test\n\nTests depends on http://vowsjs.org/ then\n\n    npm install -g vows\n    npm install\n    npm test\n\n![tests](http://f.cl.ly/items/2G2V0M3A1C423q1v1E3V/introspect_v0.0.1.png)\n\n## License\n\n_This software is released under the MIT license cited below_.\n\n    Copyright (c) 2010 Kilian Ciuffolo, me@nailik.org. All Rights Reserved.\n\n    Permission is hereby granted, free of charge, to any person\n    obtaining a copy of this software and associated documentation\n    files (the 'Software'), to deal in the Software without\n    restriction, including without limitation the rights to use,\n    copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the\n    Software is furnished to do so, subject to the following\n    conditions:\n    \n    The above copyright notice and this permission notice shall be\n    included in all copies or substantial portions of the Software.\n    \n    THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\n    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n    OTHER DEALINGS IN THE SOFTWARE.","maintainers":[{"email":"me@nailik.org","name":"kilianc"}],"time":{"modified":"2022-06-19T01:51:50.664Z","created":"2011-11-20T13:50:12.347Z","0.0.1":"2011-11-20T13:50:15.426Z","0.0.2":"2011-11-23T11:56:04.025Z","0.0.3":"2014-02-20T21:26:43.907Z"},"author":{"name":"Kilian Ciuffolo","email":"me@nailik.org","url":"http://nailik.org"},"repository":{"type":"git","url":"http://github.com/kilianc/node-introspect.git"},"readmeFilename":"README.md","homepage":"https://github.com/kilianc/node-introspect","keywords":["reflection","introspection","arguments","args"],"bugs":{"url":"https://github.com/kilianc/node-introspect/issues"}}