package.json 1.45 KB
{
  "_from": "through2-sink@^1.0.0",
  "_id": "through2-sink@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-XxBruh1zMNrTy6XAqxhjkjJWw5k=",
  "_location": "/through2-sink",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "through2-sink@^1.0.0",
    "name": "through2-sink",
    "escapedName": "through2-sink",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/bhttp"
  ],
  "_resolved": "https://registry.npmjs.org/through2-sink/-/through2-sink-1.0.0.tgz",
  "_shasum": "5f106bba1d7330dad3cba5c0ab1863923256c399",
  "_spec": "through2-sink@^1.0.0",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
  "author": {
    "name": "Sven Slootweg"
  },
  "bugs": {
    "url": "https://github.com/joepie91/through2-sink/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "through2": "~0.5.1",
    "xtend": "~3.0.0"
  },
  "deprecated": false,
  "description": "A through2 wrapper that just receives chunks and nothing else.",
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/joepie91/through2-sink#readme",
  "keywords": [
    "streams",
    "through",
    "through2",
    "passthrough",
    "spy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "through2-sink",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/joepie91/through2-sink.git"
  },
  "version": "1.0.0"
}