{"_id":"docset-server","_rev":"1-81ef872ea10e281d6b859dc06e6bbe29","name":"docset-server","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"docset-server","version":"1.0.0","description":"An extremely simple docset server for browsing docset files.","main":"index.js","dependencies":{"mime":"^2.4.6","sqlite3":"^4.2.0","websocket":"^1.0.31"},"repository":{"type":"git","url":"https://tildegit.org/hoper/docset-server.git"},"bin":{"docset-server":"docset_server.js"},"directories":{"lib":"lib","asset":"asset"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["docset","viewer"],"homepage":"http://tilde.black/users/hoper/docset-server.html","author":{"name":"Joe Shoe","email":"hoper@tilde.black","url":"http://tilde.black/users/hoper/"},"license":"ISC","gitHead":"4276209afef299f2ae2391102a8da29e63082edf","_id":"docset-server@1.0.0","_nodeVersion":"13.10.1","_npmVersion":"6.12.1","dist":{"integrity":"sha512-5T7Yj6Df+bZsgQ1ttjZvf+vcm+7e66cgdedq2dtfwKEwN53H3VbiMJXCmUcB3G2WOZkeuljrPzHbw4BaxHm/aw==","shasum":"93d9312253a013e87a1ddc4fe646e94dabc559f9","tarball":"https://registry.npmjs.org/docset-server/-/docset-server-1.0.0.tgz","fileCount":12,"unpackedSize":2528445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfAnDgCRA9TVsSAnZWagAA5/QQAIYYptkVutmG9TJLnj7j\ncSneLnuO8wt0mI+yPtytK8UA2n61CNdvM6nUfPviCF7J2RzkVKVblY3o6taf\nHciuU6PDmNlqBtu0p1L/o+ajgk28jqy+n2eMl2QrimcuALx/XSf34Jq7gLrr\nNvDfE/p9I8EM9tja+ezF8Nc7PjNEkduVPEEQ427a4xqj8T/wqLW8j/cN7Phe\nmCD5YVz5Xql3mWjt3c4e+3fe9q+LRUJnSHqg6SyplONu6SKo9v8ioqpTJWvJ\nHxwOJL4HQ21L8IqNTs8T5pQJD/ZOL2UsDntmc6gnAakPL60ic8c1GibMR1dH\n0sUyJ/acrea/geU7l3mXaze69LrcGFP6K5tCrF1aYP2/iMUeK4D+r0wENI7G\nQOV6sVypZ9lrCmmk0c8L8on7UHiDNhMb1AoZYwKKbybs9kY3/21klULMMjfY\nCo0t4QQfmKQSVQoXsbrnL6Xy3j75Gt1eKzwabMry66MUN8tk3uny5ZuPgZw/\nVJloblywipNt1XAyTqVt4zSLOARaqkr2x038TJJAyZOjI2HLmHMrThckwXFt\nSc8DbyVtaLMYFHBLmgNZa9FQwtjmJAGT4LgLusvXQo0Lb0FJ2rCU/AAy2KuT\nqAuWVOvdTSzZ5lx/yCMr4AErBSFxXXIN6g7EH+liq2/y3WFeDO3KPU1T4oCe\naP3D\r\n=WALe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhmHwP1K1LOp6byCf+o1hT5CSNdgyP4IW7jYvx06IIFAiEA8vUTPitrHiiHUulXFMCDmRHcFKyv2ZdN9z2Dz0BizmA="}]},"maintainers":[{"name":"jshoe","email":"hoper@tilde.black"}],"_npmUser":{"name":"jshoe","email":"hoper@tilde.black"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docset-server_1.0.0_1593995487743_0.7179744459315338"},"_hasShrinkwrap":false}},"time":{"created":"2020-07-06T00:31:27.695Z","1.0.0":"2020-07-06T00:31:27.955Z","modified":"2022-04-29T01:18:35.196Z"},"maintainers":[{"name":"jshoe","email":"hoper@tilde.black"}],"description":"An extremely simple docset server for browsing docset files.","homepage":"http://tilde.black/users/hoper/docset-server.html","keywords":["docset","viewer"],"repository":{"type":"git","url":"https://tildegit.org/hoper/docset-server.git"},"author":{"name":"Joe Shoe","email":"hoper@tilde.black","url":"http://tilde.black/users/hoper/"},"license":"ISC","readme":"# docset-server\n\nThis is a simple \"Docset Viewer\".  It is intended to browse documentation\noffline, in a web browser.\n\nDocsets are sqlite3 files containing a search index and a directory structure\nof HTML files. They are typically used for reading technical documentation offline.\n\nYou can read more about them here:  https://kapeli.com/docsets\n\n# Your ~/.docset directory\n\nBy default, docsets go in your ~/.docset directory. \n\nOne or more \"docset directories\" can exist in your ~/.docset \ndirectory. (A docset is a directory of files) \n\nIf you have the Zeal program installed, the command\nbelow will allow you to use the same docset files:\n\n  ln -s .local/share/Zeal/Zeal/docsets .docset\n\n# Viewing Docset Files\n\nThe program docset_server.js can be used to start an HTTP server which \nserves up your docset files to a web browser.\n\nNavigate to http://localhost:8080/ to search your docset files.\n\nThe \"Options\" menu allows you to specify which docset(s) you'd like to search,\nas well as the type of information to search for. These are simple check boxes,\nand you can use regular expressions to \"mass-select\" one or more options from\nthe list.\n\n# About the author and so-forth:\n\n\tgopher://tilde.black/0/users/hoper\n\n\n","readmeFilename":"README.md"}