Sha256: eb145be1d3881ab822b437870a863925e2d2e039e4aef8ce42210fcdf58995ed

Contents?: true

Size: 1.44 KB

Versions: 26

Compression:

Stored size: 1.44 KB

Contents

{
  "name": "raw-body",
  "description": "Get and validate the raw body of a readable stream.",
  "version": "2.4.0",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "contributors": [
    "Douglas Christopher Wilson <doug@somethingdoug.com>",
    "Raynos <raynos2@gmail.com>"
  ],
  "license": "MIT",
  "repository": "stream-utils/raw-body",
  "dependencies": {
    "bytes": "3.1.0",
    "http-errors": "1.7.2",
    "iconv-lite": "0.4.24",
    "unpipe": "1.0.0"
  },
  "devDependencies": {
    "bluebird": "3.5.4",
    "eslint": "5.16.0",
    "eslint-config-standard": "12.0.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-markdown": "1.0.0",
    "eslint-plugin-node": "8.0.1",
    "eslint-plugin-promise": "4.1.1",
    "eslint-plugin-standard": "4.0.0",
    "istanbul": "0.4.5",
    "mocha": "6.1.3",
    "readable-stream": "2.3.6",
    "safe-buffer": "5.1.2"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  }
}

Version data entries

26 entries across 25 versions & 8 rubygems

Version Path
ezii-os-5.2.1 node_modules/raw-body/package.json
ezii-os-2.0.1 node_modules/raw-body/package.json
ezii-os-1.1.0 node_modules/raw-body/package.json
ezii-os-1.0.0 node_modules/raw-body/package.json
ezii-os-0.0.0.1.0 node_modules/raw-body/package.json
ezii-os-0.0.0.0.1 node_modules/raw-body/package.json