npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

revelation

v2.0.10

Published

A programmatic version of Pickering's Majority Text translation of Revelation

Downloads

6

Readme

A fork of Wilbur Pickering's Majority Text translation of Revelation.

To suggest changes to the translation, edit revelation.json.

Minutia

For the programmatic version of Pickering's translation with his notes and without any alterations, see the 1.x branch.

This translation is based on Pickering's revised translation, which can be downloaded from his web site prunch.org.

For a list of changes made to Pickering's original translation, see changelog.md.

License

Pickering's translation is licensed Creative Commons Attribution-ShareAlike 3.0 Unported, and thus this fork is too.

Example of the data

The raw data can be found in revelation.json.

It is published to npm as revelation.

The 1.x version is published to npm as pickering-majority-text-revelation.

It is a JSON array that looks like this:

[
  {
    "type": "header",
    "text": "Introduction"
  },
  {
    "type": "verse",
    "chapterNumber": 1,
    "verseNumber": 1,
    "text": "Jesus Christ’s revelation, which God gave Him to show to His slaves —things that must occur shortly. And He communicated it, sending it by His angel to His slave John,",
    "sectionNumber": 1
  },
  {
    "type": "verse",
    "chapterNumber": 1,
    "verseNumber": 2,
    "text": "who gave witness to the word of God, even the testimony of Jesus Christ —the things that He saw, both things that are and those that must happen after these.",
    "sectionNumber": 1
  },
  {
    "type": "verse",
    "chapterNumber": 1,
    "verseNumber": 3,
    "text": "Blessed is he who reads and those who hear the words of the prophecy, and keep the things that are written in it; because the time is near.",
    "sectionNumber": 1
  },
  {
    "type": "paragraph break"
  },
  {
    "type": "verse",
    "chapterNumber": 1,
    "verseNumber": 4,
    "text": "John, to the seven churches that are in Asia: Grace and peace to you from Him who is and who was and who is coming, and from the seven-fold Spirit who is before His throne,",
    "sectionNumber": 1
  }
]

Markdown

A markdown version of the translation is available in revelation.md.