UNPKG

cue-parser

Version:

A simple js library to parse cue sheet

62 lines (61 loc) 1.25 kB
{ "name": "cue-parser", "preferGlobal": false, "version": "0.3.0", "author": { "name": "Xiao Han", "homepage": "https://github.com/justlaputa" }, "contributors": [ { "name": "Borewit", "homepage": "https://github.com/Borewit" }, { "name": "Xiao Han", "homepage": "https://github.com/justlaputa" } ], "description": "A simple js library to parse cue sheet", "keywords": [ "cue", "sheet", "cue-sheet", "parser", "eac", "xld" ], "scripts": { "test": "mocha test/test.js", "compile-lib": "tsc -p lib", "compile": "npm run compile-lib", "build": "npm run compile", "lint": "tslint 'lib/**/*.ts'", "fix-lint": "tslint --fix 'lib/**/*.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/justlaputa/cue-parser.git" }, "dependencies": { "chardet": "^1.0.0" }, "devDependencies": { "@types/node": "^14.0.23", "expect.js": "^0.3.1", "mocha": "^7.0.1", "tslint": "^6.0.0", "typescript": "^3.5.3" }, "main": "lib/cue", "typings": "lib/cue", "files": [ "lib/**/*.js", "lib/**/*.d.ts" ], "engines": { "node": ">=10", "npm": ">=6" }, "license": "MIT" }