{"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"keywords":["jsdoc","template","theme","javascript","oblivion"],"dist-tags":{"latest":"0.0.9"},"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"description":"A gray and blue theme for JSDoc.","readme":"# JSDoc Oblivion Template\n\n> A gray and blue [JSDoc](http://usejsdoc.org/) template theme (based off [docstrap](https://github.com/terryweiss/docstrap)).\n\n# Demo\n\n**[https://lab.miguelmota.com/jsdoc-oblivion](https://lab.miguelmota.com/jsdoc-oblivion)**\n\n# Install\n\nAvailable via [npm](https://www.npmjs.org/)\n\n```bash\nnpm install jsdoc-oblivion\n```\n\n# Usage\n\nJSDoc config file `jsdoc.json`:\n\n```json\n{\n  \"tags\": {\n    \"allowUnknownTags\": true\n  },\n  \"source\": {\n    \"includePattern\": \".+\\\\.js(doc)?$\",\n    \"excludePattern\": \"(^|\\\\/|\\\\\\\\)_\"\n  },\n  \"plugins\": [],\n  \"templates\": {\n    \"cleverLinks\": false,\n    \"monospaceLinks\": false,\n    \"default\": {\n      \"outputSourceFiles\": true\n    },\n    \"systemName\"      : \"Oblivion\",\n    \"footer\"          : \"\",\n    \"copyright\"       : \"Copyright © 2014\",\n    \"navType\"         : \"vertical\",\n    \"theme\"           : \"oblivion\",\n    \"linenums\"        : true,\n    \"collapseSymbols\" : false,\n    \"inverseNav\"      : true\n  }\n}\n```\n\n**Using CLI:**\n\n```\njsdoc src/ -r -c jsdoc.json -d docs/ -t node_modules/jsdoc-oblivion/template\n```\n\n**Using [Grunt](http://gruntjs.com/):**\n\n```bash\nnpm install grunt-jsdoc --save-dev\n```\n\n`gruntfile.js`:\n\n```javascript\nmodule.exports = function (grunt) {\n  grunt.initConfig({\n    pkg: grunt.file.readJSON('package.json'),\n    jsdoc : {\n      dist : {\n        src: [\n          './**/*.js',\n          'README.md'\n        ],\n        jsdoc: './node_modules/.bin/jsdoc',\n        options: {\n          destination: 'docs',\n          configure: './jsdocjson',\n          template: './node_modules/jsdoc-oblivion/template'\n        }\n      }\n    }\n  });\n  grunt.registerTask('default', ['grunt-jsdoc']);\n  grunt.loadNpmTasks('grunt-jsdoc');\n};\n```\n\nGenerate:\n\n```bash\ngrunt jsdoc\n```\n\n# Source\n\n[https://github.com/miguelmota/jsdoc-oblivion](https://github.com/miguelmota/jsdoc-oblivion)\n\n# License\n\nReleased under the MIT License.\n","repository":{"type":"git","url":"git+https://github.com/miguelmota/jsdoc-oblivion.git"},"users":{"elussich":true},"bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"license":"MIT","versions":{"0.0.1":{"name":"jsdoc-oblivion","version":"0.0.1","description":"A gray and blue theme for JSDoc.","main":"index.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"https://github.com/miguelmota/jsdoc-oblivion"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^0.5.7","jsdoc":"^3.3.0-alpha9"},"gitHead":"f17c668eb84d2145906c73c427ba42b238895275","_id":"jsdoc-oblivion@0.0.1","_shasum":"604de09fb6af6f88454d62af044443efb13ae119","_from":".","_npmVersion":"1.4.19","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"dist":{"shasum":"604de09fb6af6f88454d62af044443efb13ae119","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.1.tgz","integrity":"sha512-l8IZcH8Jod9ejv0/q3eJL9j7gVABDX6Eqwjjd02geYkbUbIGeCM1V/O8UAijfOAUhSu6bDSyLNHQeIRYJ4bwoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG/72W23slFQ4LfMFJAscE+ZODeDSGCQKuDrUG5+cyaQAiBH8n9nrm/U2OyfzdnX2iu9kkc//nldH5nSPh+JCtviGw=="}]}},"0.0.2":{"name":"jsdoc-oblivion","version":"0.0.2","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"https://github.com/miguelmota/jsdoc-oblivion"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^0.5.7","jsdoc":"^3.3.0-alpha9"},"gitHead":"8e79085d279a6988121151eca58de0b5dc80f629","_id":"jsdoc-oblivion@0.0.2","_shasum":"adf5d54894e202cd1a775ef670d4239f8b26059e","_from":".","_npmVersion":"1.4.19","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"dist":{"shasum":"adf5d54894e202cd1a775ef670d4239f8b26059e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.2.tgz","integrity":"sha512-iJtU1qK5ocCpKhUYO+NSDz6ewU2u94HGgY6tNHAu7NMvCnDi0bxADQhH87MWpboMCAvjTAoU6fGgOg1iQAu3iQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHNEViFJVp6C1CGMCHLKLCgyOSqzGBj6CGW5lSsIq4hPAiEAkcfC5d1yXfHChBfG4OzWq0IsbJR1aJuebhPiVlStvS8="}]}},"0.0.3":{"name":"jsdoc-oblivion","version":"0.0.3","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"https://github.com/miguelmota/jsdoc-oblivion"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^0.5.7","jsdoc":"^3.3.0-alpha9"},"gitHead":"5b3a6f5cb8140e075223418fa04715cca477a250","_id":"jsdoc-oblivion@0.0.3","_shasum":"2d6f603b245a71c21f672e03963645e1e9868ccb","_from":".","_npmVersion":"1.4.19","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"dist":{"shasum":"2d6f603b245a71c21f672e03963645e1e9868ccb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.3.tgz","integrity":"sha512-9QVeQ0WJn7eAS+3VQMjLQw4KF6uhkAX/nRIbwW90qCUfQvfe7iG27sj55AKTGfZ527s2f4Lf1iaFOAiASxwoNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDn2vvm/t6d24gqcyzApSZEVKV3MnU2+1DAZ/dxo8JWOgIhAIQ0slJO9EHqNM2hOacH+m1Y49IC2NyY++V+vraLhiDd"}]}},"0.0.4":{"name":"jsdoc-oblivion","version":"0.0.4","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"https://github.com/miguelmota/jsdoc-oblivion"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^0.5.7","jsdoc":"^3.3.0-alpha9"},"gitHead":"e512ed880dc0a2cc7217c87f021e26a2c1391a8c","_id":"jsdoc-oblivion@0.0.4","_shasum":"73d4b657e99a335d41d9b2ee264b19a66d5638e7","_from":".","_npmVersion":"1.4.19","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"dist":{"shasum":"73d4b657e99a335d41d9b2ee264b19a66d5638e7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.4.tgz","integrity":"sha512-rlwNYpTOpoG6IShAy3KNF+OPH9yWVFrPpnQ5hh9z/vmj0krv6nxQlCFjRoyDPFlQOj9FOKtcMiYWslcmR37jkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKdj41F7ivHfh0qjF8gAMpH5ZWHinXqeAEkWsqozxNugIgXocEZBbJgPwyUSBN5hWixCaM1O/uj9Mg3Irldp6IkhU="}]}},"0.0.5":{"name":"jsdoc-oblivion","version":"0.0.5","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"git+https://github.com/miguelmota/jsdoc-oblivion.git"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^0.5.7","jsdoc":"^3.3.0-alpha9"},"gitHead":"c2128664865c10ce4403fbd79d837dc518e96410","_id":"jsdoc-oblivion@0.0.5","_shasum":"5b303e0bcd571b25365da69daad013797e4f0147","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"dist":{"shasum":"5b303e0bcd571b25365da69daad013797e4f0147","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.5.tgz","integrity":"sha512-xOjsA6/filZ07zFmBDo9XfY3kQ1FdY1eyTUJjIXRYvNdryAx0jbzHegBQfVdxlWepEcnMxNXCdYRrrbGoUB8gA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxNk9pw+899rwlSJLU/RAXs204/1+KQk60J7+vPsbwHAIgAca7YCvtJkd9BDM2oCP1CQ3Zhqhf4TTM/KepmuncGbE="}]},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsdoc-oblivion-0.0.5.tgz_1495425498422_0.7302524077240378"}},"0.0.7":{"name":"jsdoc-oblivion","version":"0.0.7","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"git+https://github.com/miguelmota/jsdoc-oblivion.git"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^0.5.7","jsdoc":"^3.3.0-alpha9"},"gitHead":"61c75487a014f03985ba858b8cc76bbfa250032f","_id":"jsdoc-oblivion@0.0.7","_shasum":"06ed41a5e10c31b2c6d60a90c85ef7dc339ad5f8","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"dist":{"shasum":"06ed41a5e10c31b2c6d60a90c85ef7dc339ad5f8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.7.tgz","integrity":"sha512-xLbfz4WAKtVwOPV0HFhMd/zjfiZimyQEgPcAtpymRhffH6DLlOB8DPhk4l35zfs6aEMxj0yPwu4nvZ3DeAcYUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLrpRbHsukclWElEC5ltkfQELlTrF3OBWbX5LJ/pmygAiBpPzDIjeqddYaZMSg+QANZQlbKwhu3oTaB+so3+kK/dA=="}]},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsdoc-oblivion-0.0.7.tgz_1499647267592_0.39699885505251586"}},"0.0.8":{"name":"jsdoc-oblivion","version":"0.0.8","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"git+https://github.com/miguelmota/jsdoc-oblivion.git"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^2.1.0","jsdoc":"^3.4.3"},"gitHead":"cf6756fc219cd14241990a27e8588087076d4bb1","_id":"jsdoc-oblivion@0.0.8","_shasum":"81fe074094461390bb09c93af6086eb6f83ac855","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"dist":{"shasum":"81fe074094461390bb09c93af6086eb6f83ac855","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.8.tgz","integrity":"sha512-1MlwihUYPVgFpAfq1M0ZbRCjdDwYhRuXa/Y5kA6X2MHgqjhqpgoAybZSencAkEygjPMt2nmop8u9DnTZbfHp9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjZiIB5HtYzUt9kLXDdbtYEy44jgshmukBh7ya4KwDBwIhALmel/TeiNPDsurE/8sbhBGhsugbGfuSZkH9XnTKkg+G"}]},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsdoc-oblivion-0.0.8.tgz_1500176592380_0.9866837332956493"}},"0.0.9":{"name":"jsdoc-oblivion","version":"0.0.9","description":"A gray and blue theme for JSDoc.","main":"template/publish.js","scripts":{"test":"npm test"},"repository":{"type":"git","url":"git+https://github.com/miguelmota/jsdoc-oblivion.git"},"keywords":["jsdoc","template","theme","javascript","oblivion"],"author":{"name":"Miguel Mota","email":"hello@miguelmota.com","url":"http://www.miguelmota.com/"},"license":"MIT","bugs":{"url":"https://github.com/miguelmota/jsdoc-oblivion/issues"},"homepage":"https://github.com/miguelmota/jsdoc-oblivion","devDependencies":{"grunt":"^0.4.5","grunt-jsdoc":"^2.1.0","jsdoc":"^3.4.3"},"gitHead":"d0accff6aa3edb98eacdb65485001a5975834d1a","_id":"jsdoc-oblivion@0.0.9","_shasum":"b525e7dd8dc3ba4dfcc61bb26e191750ccc91324","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"hello@miguelmota.com"},"dist":{"shasum":"b525e7dd8dc3ba4dfcc61bb26e191750ccc91324","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsdoc-oblivion/-/jsdoc-oblivion-0.0.9.tgz","integrity":"sha512-HyMis5bBTazgJHQO7EwXprr9pBP+0xf8uwYAGKHMEjl6cFY2UcXT5G33XKih5u0l89GTXt7gmM8Z2esG3kOpsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0c6YuO2vgy1W52ibBGgbzCgEflGxOvjGwBNaGX+GB7AiA82DuX/oUNwxuDMob3Dkk7EToHV/oaITFUNEoebHJ38A=="}]},"maintainers":[{"name":"anonymous","email":"hello@miguelmota.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsdoc-oblivion-0.0.9.tgz_1500189610595_0.369221975794062"}}},"name":"jsdoc-oblivion","time":{"modified":"2022-06-19T05:57:23.288Z","created":"2014-09-02T00:18:56.257Z","0.0.1":"2014-09-02T00:18:56.257Z","0.0.2":"2014-09-06T06:03:55.575Z","0.0.3":"2014-09-06T23:21:56.189Z","0.0.4":"2014-09-14T17:12:58.255Z","0.0.5":"2017-05-22T03:58:18.735Z","0.0.7":"2017-07-10T00:41:07.828Z","0.0.8":"2017-07-16T03:43:12.491Z","0.0.9":"2017-07-16T07:20:11.174Z"},"readmeFilename":"README.md","homepage":"https://github.com/miguelmota/jsdoc-oblivion"}