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/buyercall/node_modules/stream-http/package.json
{
  "_args": [
    [
      "stream-http@3.2.0",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "stream-http@3.2.0",
  "_id": "stream-http@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==",
  "_location": "/stream-http",
  "_phantomChildren": {
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stream-http@3.2.0",
    "name": "stream-http",
    "escapedName": "stream-http",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/browserify"
  ],
  "_resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "John Hiesey"
  },
  "bugs": {
    "url": "https://github.com/jhiesey/stream-http/issues"
  },
  "dependencies": {
    "builtin-status-codes": "^3.0.0",
    "inherits": "^2.0.4",
    "readable-stream": "^3.6.0",
    "xtend": "^4.0.2"
  },
  "description": "Streaming http in the browser",
  "devDependencies": {
    "airtap": "^4.0.3",
    "airtap-manual": "^1.0.0",
    "airtap-sauce": "^1.1.0",
    "basic-auth": "^2.0.1",
    "brfs": "^2.0.2",
    "cookie-parser": "^1.4.5",
    "express": "^4.17.1",
    "tape": "^5.2.2",
    "ua-parser-js": "^0.7.28",
    "webworkify": "^1.5.0"
  },
  "homepage": "https://github.com/jhiesey/stream-http#readme",
  "keywords": [
    "http",
    "stream",
    "streaming",
    "xhr",
    "http-browserify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stream-http",
  "repository": {
    "type": "git",
    "url": "git://github.com/jhiesey/stream-http.git"
  },
  "scripts": {
    "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
    "test-browser": "airtap --concurrency 1 -- test/browser/*.js",
    "test-browser-local": "airtap --preset local -- test/browser/*.js",
    "test-node": "tape test/node/*.js"
  },
  "version": "3.2.0"
}