Server IP : 162.213.251.212 / Your IP : 3.128.171.99 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/allssztx/needapair.com/node_modules/buffer-crc32/ |
Upload File : |
{ "author": "Brian J. Brennan <brianloveswords@gmail.com>", "name": "buffer-crc32", "description": "A pure javascript CRC32 algorithm that plays nice with binary data", "version": "0.2.13", "licenses": [ { "type": "MIT", "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE" } ], "contributors": [ { "name": "Vladimir Kuznetsov", "github": "mistakster" } ], "homepage": "https://github.com/brianloveswords/buffer-crc32", "repository": { "type": "git", "url": "git://github.com/brianloveswords/buffer-crc32.git" }, "main": "index.js", "scripts": { "test": "./node_modules/.bin/tap tests/*.test.js" }, "dependencies": {}, "devDependencies": { "tap": "~0.2.5" }, "optionalDependencies": {}, "engines": { "node": "*" }, "license": "MIT", "files": [ "index.js" ] }