GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //usr/local/lib/node_modules/firebase-tools/node_modules/crc32-stream/package.json
{
  "name": "crc32-stream",
  "version": "6.0.0",
  "description": "a streaming CRC32 checksumer",
  "homepage": "https://github.com/archiverjs/node-crc32-stream",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/archiverjs/node-crc32-stream.git"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-crc32-stream/issues"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 14"
  },
  "scripts": {
    "test": "mocha --reporter dot"
  },
  "dependencies": {
    "crc-32": "^1.2.0",
    "readable-stream": "^4.0.0"
  },
  "devDependencies": {
    "chai": "4.4.1",
    "mocha": "10.3.0"
  },
  "keywords": [
    "crc32-stream",
    "crc32",
    "stream",
    "checksum"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}