UNPKG
ipp
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Internet Printing Protocol (IPP) for nodejs
github.com/williamkapke/ipp
williamkapke/ipp
ipp
/
lib
/
versions.js
9 lines
(6 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
versions
=
[]; versions[
0x0100
] =
'1.0'
; versions[
0x0101
] =
'1.1'
; versions[
0x0200
] =
'2.0'
; versions[
0x0201
] =
'2.1'
;
module
.
exports
= require(
'./ipputil'
).xref(versions);