UNPKG

@nilsboy/errorformatregex

Version:

Find error locations in text and prefix them for use with vim's quickfix.

31 lines (30 loc) 642 B
{ "name": "@nilsboy/errorformatregex", "version": "3.0.0", "description": "Find error locations in text and prefix them for use with vim's quickfix.", "bin": "bin/errorformatregex", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/nilsboy/errorformatregex.git" }, "keywords": [ "vim", "quickfix", "regex" ], "author": "Nils Boysen", "license": "MIT", "dependencies": { "get-stdin": "^8.0.0", "get-stream": "^5.1.0", "neodoc": "^2.0.2", "redent": "^3.0.0", "xregexp": "^4.4.0" }, "devDependencies": { "jest": "^26.1.0" } }