{
  "_from": "nofilter@^1.0.1",
  "_id": "nofilter@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-d38SORxm9UNoDsnPXajV9nBEebKX4/paXAlyRGnSjZuFbLLZDFUO4objr+tbybqsbqGXDWllb6gQoKUDc9q3Cg==",
  "_location": "/nofilter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nofilter@^1.0.1",
    "name": "nofilter",
    "escapedName": "nofilter",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/cbor"
  ],
  "_resolved": "https://registry.npmjs.org/nofilter/-/nofilter-1.0.2.tgz",
  "_shasum": "d2887b9e76531fa251f20038c3843b993f1b3e26",
  "_spec": "nofilter@^1.0.1",
  "_where": "/Users/mj/rlay-utils/rlay-client-lib/node_modules/cbor",
  "author": {
    "name": "Joe Hildebrand",
    "email": "joe-github@cursive.net"
  },
  "bugs": {
    "url": "https://github.com/hildjj/nofilter/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Read and write a growable buffer as a stream",
  "devDependencies": {
    "chai": "^4.2",
    "coveralls": "^3.0.3",
    "jsdoc": "^3.5.5",
    "minami": "^1.2.3",
    "mocha": "^6.0.2",
    "nyc": "^13.3.0"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/hildjj/nofilter#readme",
  "keywords": [
    "buffer",
    "stream",
    "duplex",
    "transform",
    "#nofilter",
    "no-filter",
    "concat"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "nofilter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hildjj/nofilter.git"
  },
  "scripts": {
    "clean": "rm -rf coverage doc man/* **/.DS_Store",
    "coverage": "nyc -r html npm test",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "doc": "jsdoc -c .jsdoc.conf",
    "lint": "eslint lib/*.js bin/* test/*.js",
    "release": "npm version patch && git push --follow-tags && npm publish",
    "test": "mocha test/*.js"
  },
  "version": "1.0.2"
}
