Socket
Book a DemoInstallSign in
Socket

@jhanssen/cue-parser

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

@jhanssen/cue-parser

A simple js library to parse cue sheet

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

About

cue-parser is a cue-sheet parser library written for nodejs.

Most of the code is inspired by cue-go

Build Status NPM version npm downloads Dependencies
Total alerts Language grade: JavaScript

How to use

Add cue-parser as a dependency to your project using npm:

npm install cue-parser

or yarn:

yarn add cue-parser

Use it in your node source code

const parser = require('cue-parser');

const cuesheet = parser.parse('filename.cue');

console.log(cuesheet.performer);
console.log(cuesheet.files);
console.log(cuesheet.files[0].tracks);

References

Keywords

cue

FAQs

Package last updated on 02 Jul 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.