{"_id":"core.inspect","_rev":"4179621","name":"core.inspect","description":"Displays a human-readable representation of built-in and custom objects","dist-tags":{"latest":"1.0.3"},"maintainers":[{"name":"killdream","email":""},{"name":"robotlolita","email":""}],"time":{"modified":"2026-03-01T21:45:21.000Z","created":"2014-12-25T19:42:11.777Z","1.0.3":"2015-02-28T18:48:50.912Z","1.0.1":"2014-12-26T02:59:06.695Z","1.0.0":"2014-12-25T19:42:11.777Z"},"users":{},"author":{"name":"Quildreen Motta"},"repository":{"type":"git","url":"https://github.com/Folktale/core.inspect"},"versions":{"1.0.3":{"name":"core.inspect","version":"1.0.3","description":"Displays a human-readable representation of built-in and custom objects","main":"./index.js","repository":{"type":"git","url":"https://github.com/Folktale/core.inspect"},"author":{"name":"Quildreen Motta"},"license":"MIT","bugs":{"url":"https://github.com/Folktale/core.inspect/issues"},"dependencies":{},"devDependencies":{"browserify":"^6.1.0","ink-docstrap":"git://github.com/robotlolita/docstrap","jsdoc":"^3.3.0-alpha5","hifive-spec":"^0.2.2","hifive":"^0.4.0","uglify-js":"^2.4.15","alright":"^1.1.0","sweet.js":"^0.7.1"},"_id":"core.inspect@1.0.3","dist":{"shasum":"21561c8f9aede6e60abe660ff98b8298b34fb09a","size":429976,"noattachment":false,"key":"/core.inspect/-/core.inspect-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/core.inspect/download/core.inspect-1.0.3.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"killdream","email":"quildreen@gmail.com"},"maintainers":[{"name":"killdream","email":""},{"name":"robotlolita","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-23T08:34:05.348Z","publish_time":1425149330912,"_cnpm_publish_time":1425149330912},"1.0.1":{"name":"core.inspect","version":"1.0.1","description":"Displays a human-readable representation of built-in and custom objects","main":"./index.js","repository":{"type":"git","url":"https://github.com/Folktale/core.inspect"},"author":{"name":"Quildreen Motta"},"license":"MIT","bugs":{"url":"https://github.com/Folktale/core.inspect/issues"},"dependencies":{},"devDependencies":{"browserify":"^6.1.0","ink-docstrap":"git://github.com/robotlolita/docstrap","jsdoc":"^3.3.0-alpha5","hifive-spec":"^0.2.2","hifive":"^0.4.0","uglify-js":"^2.4.15","alright":"^1.1.0","sweet.js":"^0.7.1"},"_id":"core.inspect@1.0.1","dist":{"shasum":"c25276e68a7faa545aa0b8b1550a91c4f71b628f","size":429983,"noattachment":false,"key":"/core.inspect/-/core.inspect-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/core.inspect/download/core.inspect-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"killdream","email":"quildreen@gmail.com"},"maintainers":[{"name":"killdream","email":""},{"name":"robotlolita","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-23T08:34:03.630Z","publish_time":1419562746695,"_cnpm_publish_time":1419562746695},"1.0.0":{"name":"core.inspect","version":"1.0.0","description":"Displays a human-readable representation of built-in and custom objects","main":"./index.js","repository":{"type":"git","url":"https://github.com/Folktale/core.inspect"},"author":{"name":"Quildreen Motta"},"license":"MIT","bugs":{"url":"https://github.com/Folktale/core.inspect/issues"},"dependencies":{},"devDependencies":{"browserify":"^6.1.0","ink-docstrap":"git://github.com/robotlolita/docstrap","jsdoc":"^3.3.0-alpha5","hifive-spec":"^0.2.2","hifive":"^0.4.0","uglify-js":"^2.4.15","alright":"^1.1.0","sweet.js":"^0.7.1"},"_id":"core.inspect@1.0.0","dist":{"shasum":"117ed7c2a4581b9019cd5795dfb394cfabf294e0","size":429982,"noattachment":false,"key":"/core.inspect/-/core.inspect-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/core.inspect/download/core.inspect-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"killdream","email":"quildreen@gmail.com"},"maintainers":[{"name":"killdream","email":""},{"name":"robotlolita","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-23T08:34:01.788Z","publish_time":1419536531777,"_cnpm_publish_time":1419536531777}},"readme":"core.inspect\n============\n\n[![Build status](https://img.shields.io/travis/Folktale/core.inspect/master.svg?style=flat)](https://travis-ci.org/Folktale/core.inspect)\n[![NPM version](https://img.shields.io/npm/v/core.inspect.svg?style=flat)](https://npmjs.org/package/core.inspect)\n[![Dependencies status](https://img.shields.io/david/Folktale/core.inspect.svg?style=flat)](https://david-dm.org/Folktale/core.inspect)\n![Licence](https://img.shields.io/npm/l/core.inspect.svg?style=flat&label=licence)\n![Stable API](https://img.shields.io/badge/API_stability-stable-green.svg?style=flat)\n\n\nDisplays a human-readable representation of built-in and custom objects\n\n\n## Example\n\n```js\nvar show = require('core.inspect');\n\nshow([1, { foo: true }, \"qux\" ]);\n// => '[1, {\"foo\": true}, \"qux\"]'\n\nshow([1, [2, [3, [4, [5, [6, [7]]]]]]]);\n// => '[1, [2, [3, [4, [5, (...)]]]]]'\n\nshow({ foo: { toString: function(){ return \"Yay\" }}});\n// => '{\"foo\": Yay}'\n```\n\n\n## Installing\n\nThe easiest way is to grab it from NPM. If you're running in a Browser\nenvironment, you can use [Browserify][]\n\n    $ npm install core.inspect\n\n\n### Using with CommonJS\n\nIf you're not using NPM, [Download the latest release][release], and require\nthe `core.inspect.umd.js` file:\n\n```js\nvar Inspect = require('core.inspect')\n```\n\n\n### Using with AMD\n\n[Download the latest release][release], and require the `core.inspect.umd.js`\nfile:\n\n```js\nrequire(['core.inspect'], function(Inspect) {\n  ( ... )\n})\n```\n\n\n### Using without modules\n\n[Download the latest release][release], and load the `core.inspect.umd.js`\nfile. The properties are exposed in the global `Folktale.Core.Inspect` object:\n\n```html\n<script src=\"/path/to/core.inspect.umd.js\"></script>\n```\n\n\n### Compiling from source\n\nIf you want to compile this library from the source, you'll need [Git][],\n[Make][], [Node.js][], and run the following commands:\n\n    $ git clone git://github.com/Folktale/core.inspect.git\n    $ cd core.inspect\n    $ npm install\n    $ make bundle\n    \nThis will generate the `dist/core.inspect.umd.js` file, which you can load in\nany JavaScript environment.\n\n    \n## Documentation\n\nYou can [read the documentation online][docs] or build it yourself:\n\n    $ git clone git://github.com/Folktale/core.inspect.git\n    $ cd core.inspect\n    $ npm install\n    $ make documentation\n\nThen open the file `docs/index.html` in your browser.\n\n\n## Platform support\n\nThis library assumes an ES5 environment, but can be easily supported in ES3\nplatforms by the use of shims. Just include [es5-shim][] :)\n\n\n## Licence\n\nCopyright (c) 2014 Quildreen Motta.\n\nReleased under the [MIT licence](https://github.com/Folktale/core.inspect/blob/master/LICENCE).\n\n<!-- links -->\n[Fantasy Land]: https://github.com/fantasyland/fantasy-land\n[Browserify]: http://browserify.org/\n[Git]: http://git-scm.com/\n[Make]: http://www.gnu.org/software/make/\n[Node.js]: http://nodejs.org/\n[es5-shim]: https://github.com/kriskowal/es5-shim\n[docs]: http://Folktale.github.io/core.inspect\n<!-- [release: https://github.com/Folktale/core.inspect/releases/download/v$VERSION/core.inspect-$VERSION.tar.gz] -->\n[release]: https://github.com/Folktale/core.inspect/releases/download/v1.0.3/core.inspect-1.0.3.tar.gz\n<!-- [/release] -->\n","_attachments":{},"bugs":{"url":"https://github.com/Folktale/core.inspect/issues"},"license":"MIT"}