package.json 1.79 KB
{
  "_from": "through2-spy@^1.2.0",
  "_id": "through2-spy@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-nIkcqcpA4eHkzzHhrFf5TMnSSMs=",
  "_location": "/through2-spy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "through2-spy@^1.2.0",
    "name": "through2-spy",
    "escapedName": "through2-spy",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/bhttp"
  ],
  "_resolved": "https://registry.npmjs.org/through2-spy/-/through2-spy-1.2.0.tgz",
  "_shasum": "9c891ca9ca40e1e1e4cf31e1ac57f94cc9d248cb",
  "_spec": "through2-spy@^1.2.0",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
  "author": {
    "name": "Bryce B. Baril"
  },
  "bugs": {
    "url": "https://github.com/brycebaril/through2-spy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "through2": "~0.5.1",
    "xtend": "~3.0.0"
  },
  "deprecated": false,
  "description": "A through2 wrapper to for simple stream.PassThrough spies.",
  "devDependencies": {
    "stream-spigot": "~3.0.4",
    "tap": "~0.4.11",
    "tape": "~2.13.3",
    "terminus": "~1.0.10"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/brycebaril/through2-spy#readme",
  "jshintConfig": {
    "asi": true,
    "globalstrict": true,
    "validthis": true,
    "eqnull": true,
    "node": true,
    "loopfunc": true,
    "newcap": false,
    "eqeqeq": false
  },
  "keywords": [
    "streams",
    "through",
    "through2",
    "passthrough",
    "spy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "through2-spy",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/brycebaril/through2-spy.git"
  },
  "scripts": {
    "test": "tap test/"
  },
  "version": "1.2.0"
}