package.json 1.97 KB
{
  "_from": "stream-length@^1.0.2",
  "_id": "stream-length@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-gnfzy+5JpNqrz9tOL0qbXp8snwA=",
  "_location": "/stream-length",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stream-length@^1.0.2",
    "name": "stream-length",
    "escapedName": "stream-length",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/bhttp",
    "/combined-stream2"
  ],
  "_resolved": "https://registry.npmjs.org/stream-length/-/stream-length-1.0.2.tgz",
  "_shasum": "8277f3cbee49a4daabcfdb4e2f4a9b5e9f2c9f00",
  "_spec": "stream-length@^1.0.2",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
  "author": {
    "name": "Sven Slootweg"
  },
  "bugs": {
    "url": "https://github.com/joepie91/node-stream-length/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bluebird": "^2.6.2"
  },
  "deprecated": false,
  "description": "For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.",
  "devDependencies": {
    "gulp": "~3.8.0",
    "gulp-cached": "~0.0.3",
    "gulp-coffee": "~2.0.1",
    "gulp-concat": "~2.2.0",
    "gulp-livereload": "~2.1.0",
    "gulp-nodemon": "~1.0.4",
    "gulp-plumber": "~0.6.3",
    "gulp-remember": "~0.2.0",
    "gulp-rename": "~1.2.0",
    "gulp-util": "~2.2.17",
    "request": "^2.51.0"
  },
  "homepage": "https://github.com/joepie91/node-stream-length#readme",
  "keywords": [
    "stream",
    "length",
    "content-length"
  ],
  "license": "WTFPL",
  "main": "index.js",
  "name": "stream-length",
  "repository": {
    "type": "git",
    "url": "git://github.com/joepie91/node-stream-length.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.2"
}