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

vz-biblio2json

v0.5.0

Published

A swiss knife tool to convert bibtex to json

Downloads

29

Readme

vz-biblio2json

A swiss knife tool to convert bibtex to json

Install

Install it with

npm install vz-biblio2json

Usage

Usage:
    vz-biblio2json summary <file>
    vz-biblio2json convert <file>
    vz-biblio2json check <file1> <file2> [ -a <json> ]
    vz-biblio2json ( -h | --help )

Options:
    -h, --help              help for vz-biblio2json
    -a, --adjust <json>     adjust rules as a json file

Commands:
    convert                 convert BIBFILE to JSON
    summary                 summarizes data in BIBFILE (for tests)
    check                   checks if the two biblios are the same

Author

  • Vittorio Zaccaria

License

Released under the BSD License.


New features

  • add approximate timestamp to each entry -- [Mar 26th 16](../../commit/7c393cd14601f9d52f1d14458bf2ad06be2a0f74)
  • post process json for better integration with liquid -- [Jan 21st 16](../../commit/b9cfb71dcdde501d253a20b2bcfdac19c9ad8300)
  • add internal rules to prune small publications -- [Sep 29th 15](../../commit/265d2d5676825250bc3725a0a9868f842ac19677)

Bug fixes

  • avoid comparison of timestamps in tests -- [Mar 29th 16](../../commit/bd931ee5fa004670d982dfa50d4d5caa3eb190d3)
  • add moment dependency -- [Mar 29th 16](../../commit/a1a57b3f8ee8a738b1b0aa4544638eb13052f653)
  • use patent number only for patents -- [Mar 25th 16](../../commit/a5b4b2dca35f9f7e4b75c15ea92737d4ec601a0d)
  • use updated zaccaria-cli -- [Mar 16th 16](../../commit/ced5312854329de267f24373676994a36c910ed3)
  • remove readLocal -- [Mar 16th 16](../../commit/9d5963c1f30188eb6b9c828e775adf13f763a4cd)
  • add missing test directory -- [Mar 1st 16](../../commit/c22fe2e08aadb4c505233b5e1c8a40844c049951)
  • add lodash dependency -- [Mar 1st 16](../../commit/0ee7b6b9b4f2525a6e747af27131dcbc45721ad2)
  • env setup for continuous development tests -- [Mar 1st 16](../../commit/18e6cd2d05168c8f4884b5d87a8114cfdcfc0eaa)
  • add debug package -- [Feb 25th 16](../../commit/854d5bd1de29768ff8577fe1d97d114628a1f84c)
  • dietrofront on shelljs -- [Feb 25th 16](../../commit/907aa12ee8ef23735bc0ac1a970795bcbc2186ed)
  • issue with shelljs returning an array instead of a value -- [Feb 25th 16](../../commit/c8e73162e3077bae5173acab59b3526d85390b7f)
  • improve diff of bibtexes -- [Sep 29th 15](../../commit/0171910cbfc91b53d00dc2bd8740b236a8e6045c)

Changes to the build process

  • initial commit -- [Sep 28th 15](../../commit/873fdfc3aabe13df23364b602034999305a5674b)