UNPKG

network-byte-order

Version:

htonl, htons, ntohl, ntohs - convert values between host and network byte order.

37 lines (36 loc) 898 B
{ "name": "network-byte-order", "description": "htonl, htons, ntohl, ntohs - convert values between host and network byte order.", "version": "0.2.0", "main": "lib/index.js", "homepage": "https://github.com/mattcg/network-byte-order", "implements": ["CommonJS/Modules/1.0"], "contributors": [ { "name": "Matthew Caruana Galizia", "email": "m@m.cg" } ], "keywords": [ "htonl", "htons", "ntohl", "ntohs", "byte order", "endian", "endianness", "convert" ], "bugs": { "url": "https://github.com/mattcg/network-byte-order/issues" }, "repository": { "type": "git", "url": "https://github.com/mattcg/network-byte-order.git" }, "licenses": [ { "type": "Apache License, Version 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "devDependencies": { "jscoverage": "0.x", "mocha": "1.x", "mocha-lcov-reporter" : "0.x", "coveralls": "2.x" } }