HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/bare-stream/package.json
{
  "name": "bare-stream",
  "version": "2.6.1",
  "description": "Streaming data for JavaScript",
  "exports": {
    ".": "./index.js",
    "./package": "./package.json",
    "./promises": "./promises.js",
    "./web": "./web.js",
    "./global": "./global.js"
  },
  "files": [
    "index.js",
    "promises.js",
    "web.js",
    "global.js"
  ],
  "scripts": {
    "test": "prettier . --check && bare test/all.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-stream.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-stream/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-stream#readme",
  "dependencies": {
    "streamx": "^2.21.0"
  },
  "devDependencies": {
    "brittle": "^3.5.2",
    "prettier": "^3.3.3",
    "prettier-config-standard": "^7.0.0"
  }
}