New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wow-toc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wow-toc

World Of Warcraft addon toc file parser

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

wow-toc

Build Status

World Of Warcraft addon .toc file parser. Written in Node.js.

Built on the documentation at Wowpedia.

Usage

$ npm install wow-toc

var wowtoc = require('wow-toc');

var k = wowtoc.parse(fs.readFileSync('somefile.toc'));
wowtoc.stringify(k);

Notes / Caveats

  • Does not acknowledge #@no-lib-strip@/#@end-no-lib-strip@
  • Dependencies/OptionalDeps/etc remain strings (easy to convert to arrays anyways)
  • Doesn't validate tag names (## Bacon: Strip is valid to it but not to WoW)

License

MIT. See LICENSE

Keywords

FAQs

Package last updated on 29 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc