New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

npus

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npus

A node printing utils

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

npus

NPM version NPM downloads Build Status Coverage Status

A node printing utils

How to Install

$ npm install --save npus

About out of paper

cups use printer option to report printer options and state include paper state. The detail information about printer include paper, marker and toner is here

Example of paper out state when start printing.

{
"printer-state-reasons": "media-empty-warning,media-empty-report"
}

and

{
"printer-state-reasons": "media-empty-warning,media-empty-error,media-needed"
}

After fulfilled paper, the printer-state-reasons become:

{
"printer-state-reasons": "none"
}

Reference

  • Printer Management pliigo-cups-agent

License

MIT © Yuan Tao

FAQs

Package last updated on 26 Jul 2018

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