File: .ncurc.js

package info (click to toggle)
node-cbor 8.1.0%2Bdfsg%2B~cs5.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,220 kB
  • sloc: javascript: 7,450; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 80 bytes parent folder | download
1
2
3
4
5
6
7
8
'use strict'

module.exports = {
  reject: [
    "marked",
    "p-event",
  ]
}