{"_id":"then-read-stream","_rev":"49459","name":"then-read-stream","description":"Read from a readable stream just like a file","dist-tags":{"latest":"3.0.1"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"time":{"modified":"2021-06-03T10:15:10.000Z","created":"2017-06-25T18:47:30.395Z","3.0.1":"2021-01-03T19:36:34.415Z","3.0.0":"2019-12-24T14:49:19.653Z","2.0.8":"2019-11-01T11:41:51.351Z","2.0.7":"2019-10-16T18:28:37.419Z","2.0.6":"2019-09-07T13:22:27.704Z","2.0.0":"2019-06-05T19:46:46.229Z","1.5.1":"2019-06-05T19:09:45.141Z","1.5.0":"2018-12-16T12:18:41.252Z","1.4.0":"2018-11-26T20:45:11.344Z","1.3.1":"2018-09-29T10:41:48.912Z","1.3.0":"2018-09-11T22:04:14.813Z","1.2.1":"2018-07-01T09:41:26.700Z","1.2.0":"2018-06-24T11:16:15.361Z","1.1.3":"2018-05-08T19:41:18.935Z","1.1.2":"2018-05-08T18:33:05.275Z","1.1.1":"2018-04-29T07:26:22.423Z","1.1.0":"2018-04-25T05:40:54.659Z","1.0.6":"2018-04-24T20:00:28.998Z","1.0.5":"2018-02-05T17:55:21.300Z","1.0.4":"2017-09-22T17:54:37.603Z","1.0.3":"2017-09-02T12:31:38.900Z","1.0.2":"2017-09-02T07:04:29.294Z","1.0.1":"2017-08-31T18:31:19.844Z","1.0.0":"2017-08-30T18:57:01.019Z","0.9.6":"2017-08-22T07:29:48.055Z","0.9.5":"2017-08-19T09:27:17.014Z","0.9.4":"2017-08-14T06:46:28.068Z","0.9.3":"2017-08-12T19:42:51.030Z","0.9.2":"2017-08-11T18:52:42.294Z","0.9.1":"2017-07-17T07:40:36.661Z","0.9.0":"2017-07-17T07:32:43.456Z","0.1.0":"2017-07-02T14:06:06.212Z","0.0.6":"2017-06-26T17:41:00.175Z","0.0.5":"2017-06-25T18:47:30.395Z"},"users":{},"author":{"name":"Borewit","url":"https://github.com/Borewit"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"versions":{"3.0.1":{"name":"then-read-stream","version":"3.0.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p lib","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","eslint":"eslint lib test --ext .ts --ignore-pattern *.d.ts","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run eslint","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.13.0","@typescript-eslint/parser":"^2.13.0","add":"^2.0.6","chai":"^4.2.0","coveralls":"^3.0.8","del-cli":"^3.0.0","eslint":"^6.8.0","mocha":"^6.2.2","nyc":"^15.0.0","remark-cli":"^7.0.1","remark-preset-lint-recommended":"^3.0.2","ts-node":"^8.5.2","typescript":"^3.7.2","yarn":"^1.21.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"ee55c16b7b39c63a2a77be4055b95d2a35614f17","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@3.0.1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ca259fb5822b734313730da0b0685f39927fe992","size":3451,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-3.0.1.tgz"},"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_3.0.1_1609702594261_0.7873014582089317"},"_hasShrinkwrap":false,"publish_time":1609702594415,"_cnpm_publish_time":1609702594415,"deprecated":"Package renamed to peak-readable."},"3.0.0":{"name":"then-read-stream","version":"3.0.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p lib","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","eslint":"eslint lib test --ext .ts --ignore-pattern *.d.ts","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run eslint","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^13.1.0","@typescript-eslint/eslint-plugin":"^2.13.0","@typescript-eslint/parser":"^2.13.0","add":"^2.0.6","chai":"^4.2.0","coveralls":"^3.0.8","del-cli":"^3.0.0","eslint":"^6.8.0","mocha":"^6.2.2","nyc":"^15.0.0","remark-cli":"^7.0.1","remark-preset-lint-recommended":"^3.0.2","ts-node":"^8.5.2","typescript":"^3.7.2","yarn":"^1.21.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"fd4b507543da649f0034ab3a92d23bf9eae84900","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@3.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"4a4ec37e23f18135b56fbc61670b6e8195e545b2","size":4536,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-3.0.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_3.0.0_1577198959507_0.15303944064246533"},"_hasShrinkwrap":false,"publish_time":1577198959653,"_cnpm_publish_time":1577198959653,"deprecated":"Package renamed to peak-readable."},"2.0.8":{"name":"then-read-stream","version":"2.0.8","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p lib","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.12.3","chai":"^4.2.0","coveralls":"^3.0.7","del-cli":"^3.0.0","mocha":"^6.2.2","nyc":"^14.1.1","remark-cli":"^7.0.0","remark-preset-lint-recommended":"^3.0.2","ts-node":"^8.4.1","tslint":"^5.20.0","typescript":"^3.6.4"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"f33733a2ee6f07c088a852dbf0bc48da9a988c79","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@2.0.8","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1d2c29e46af1327101875abef183e43313876c1b","size":4253,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-2.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-2.0.8.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_2.0.8_1572608511209_0.9892923227564867"},"_hasShrinkwrap":false,"publish_time":1572608511351,"_cnpm_publish_time":1572608511351,"deprecated":"Package renamed to peak-readable."},"2.0.7":{"name":"then-read-stream","version":"2.0.7","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p lib","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.11.1","chai":"^4.2.0","coveralls":"^3.0.7","del-cli":"^3.0.0","mocha":"^6.2.1","nyc":"^14.1.1","remark-cli":"^7.0.0","remark-preset-lint-recommended":"^3.0.2","ts-node":"^8.4.1","tslint":"^5.20.0","typescript":"^3.6.4"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"d53a87e9cd267aafa7a703ed24f51c2855b371da","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@2.0.7","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"23ee72659ae27ab8d986a68cc6059e3a688b79e3","size":4165,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-2.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-2.0.7.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_2.0.7_1571250517267_0.6947384201472218"},"_hasShrinkwrap":false,"publish_time":1571250517419,"_cnpm_publish_time":1571250517419,"deprecated":"Package renamed to peak-readable."},"2.0.6":{"name":"then-read-stream","version":"2.0.6","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p lib","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.0.4","chai":"^4.2.0","coveralls":"^3.0.5","del-cli":"^2.0.0","mocha":"^6.2.0","nyc":"^14.1.1","remark-cli":"^7.0.0","remark-preset-lint-recommended":"^3.0.2","ts-node":"^8.3.0","tslint":"^5.19.0","typescript":"^3.6.2"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"8e3db9b3eaa6423d5b13068a9f815b59a7ada063","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@2.0.6","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8d8e2b165b54a1c5f866cb43e2164c1f5f9b85ac","size":4171,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-2.0.6.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_2.0.6_1567862547556_0.4436025927584706"},"_hasShrinkwrap":false,"publish_time":1567862547704,"_cnpm_publish_time":1567862547704,"deprecated":"Package renamed to peak-readable."},"2.0.0":{"name":"then-read-stream","version":"2.0.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/** src/**/*.js src/**/*.js.map src/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.0.4","chai":"^4.2.0","coveralls":"^3.0.3","del-cli":"^2.0.0","mocha":"^6.1.4","nyc":"^14.1.1","remark-cli":"^6.0.1","remark-preset-lint-recommended":"^3.0.2","source-map-support":"^0.5.12","ts-node":"^8.0.2","tslint":"^5.17.0","typescript":"^3.5.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"8704bd81ff0050b8a9d7327c7ea748ab676fc96c","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@2.0.0","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","dist":{"shasum":"94bb75f01cac12198ecfc277f914d3ce5a1eb787","size":3862,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-2.0.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_2.0.0_1559764006047_0.7907481843983286"},"_hasShrinkwrap":false,"publish_time":1559764006229,"_cnpm_publish_time":1559764006229,"deprecated":"Package renamed to peak-readable."},"1.5.1":{"name":"then-read-stream","version":"1.5.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/** src/**/*.js src/**/*.js.map src/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=8"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.7","@types/node":"^12.0.4","chai":"^4.2.0","coveralls":"^3.0.3","del-cli":"^2.0.0","mocha":"^6.1.4","nyc":"^14.1.1","remark-cli":"^6.0.1","remark-preset-lint-recommended":"^3.0.2","source-map-support":"^0.5.12","ts-node":"^8.0.2","tslint":"^5.17.0","typescript":"^3.5.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"extension":[".ts"],"sourceMap":true,"instrument":true,"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"6e9f835fc001f91a305d82d027f1c57e0ce89d81","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.5.1","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","dist":{"shasum":"466a6ee5683895e8c0d4b0bc218b525bd66a6069","size":4862,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.5.1.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.5.1_1559761785035_0.17020312634668566"},"_hasShrinkwrap":false,"publish_time":1559761785141,"_cnpm_publish_time":1559761785141,"deprecated":"Package renamed to peak-readable."},"1.5.0":{"name":"then-read-stream","version":"1.5.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/** src/**/*.js src/**/*.js.map src/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register test","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.5","@types/node":"^10.12.10","chai":"^4.2.0","coveralls":"^3.0.2","del-cli":"^1.1.0","mocha":"^5.2.0","nyc":"^13.1.0","remark-cli":"^6.0.1","remark-preset-lint-recommended":"^3.0.2","ts-node":"^7.0.1","tslint":"^5.11.0","typescript":"^3.2.2"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"588566f749195ec89aab1afda13aacc6976996c2","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.5.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"1077809ac135f11fc54fb7ae01631dff8b598082","size":37838,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.5.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.5.0_1544962721031_0.015590898907238415"},"_hasShrinkwrap":false,"publish_time":1544962721252,"_cnpm_publish_time":1544962721252,"deprecated":"Package renamed to peak-readable."},"1.4.0":{"name":"then-read-stream","version":"1.4.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"clean":"del-cli lib/** src/**/*.js src/**/*.js.map src/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output","build":"npm run clean && npm run compile","compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && yarn run compile-test","lint-ts":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","lint-md":"remark -u preset-lint-recommended .","lint":"npm run lint-md && npm run lint-ts","test":"mocha --require ts-node/register test","test-coverage":"nyc npm run test","send-coveralls":"nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.5","@types/node":"^10.12.10","chai":"^4.2.0","coveralls":"^3.0.2","del-cli":"^1.1.0","mocha":"^5.2.0","nyc":"^13.1.0","remark-cli":"^6.0.1","remark-preset-lint-recommended":"^3.0.2","ts-node":"^7.0.1","tslint":"^5.11.0","typescript":"^3.1.6"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"51645bed738f14fc18adccb4c7eb5f281848e615","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.4.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"a8ff597ad82e41f41d723908edbd0a6037f518de","size":81685,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.4.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.4.0_1543265111217_0.5074708276802506"},"_hasShrinkwrap":false,"publish_time":1543265111344,"_cnpm_publish_time":1543265111344,"deprecated":"Package renamed to peak-readable."},"1.3.1":{"name":"then-read-stream","version":"1.3.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"build":"yarn run compile","compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"yarn run compile-src && yarn run compile-test","prepare":"yarn run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"yarn run cover-test && nyc report --reporter=text-lcov | coveralls","start":"yarn run compile && yarn run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.5","@types/node":"^10.11.3","chai":"^4.1.2","coveralls":"^3.0.1","mocha":"^5.2.0","nyc":"^13.0.0","ts-node":"7","tslint":"^5.10.0","typescript":"^3.1.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"eda577493d10851d6ea86514b6e4e7b747e71c25","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.3.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"81f91fa31d8044bd9a6d49b84af4fb6b34b5cfc7","size":36321,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.3.1.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.3.1_1538217708763_0.8973144414290446"},"_hasShrinkwrap":false,"publish_time":1538217708912,"_cnpm_publish_time":1538217708912,"deprecated":"Package renamed to peak-readable."},"1.3.0":{"name":"then-read-stream","version":"1.3.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","build":"yarn run compile","compile":"yarn run compile-src && yarn run compile-test","prepare":"yarn run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"yarn run cover-test && nyc report --reporter=text-lcov | coveralls","start":"yarn run compile && yarn run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.3","@types/node":"10.9.4","chai":"^4.1.2","coveralls":"^3.0.1","fs-extra":"^5.0.0","mocha":"^5.2.0","nyc":"^13.0.0","ts-node":"7","tslint":"^5.10.0","typescript":"3.0.3"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"8e3cfe0c0ef4a6398768ac6507dcabd05e63c428","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.3.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"fb99314d1c5845fea29e5d271f261a1259039c09","size":21455,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.3.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.3.0_1536703454690_0.9290086025166866"},"_hasShrinkwrap":false,"publish_time":1536703454813,"_cnpm_publish_time":1536703454813,"deprecated":"Package renamed to peak-readable."},"1.2.1":{"name":"then-read-stream","version":"1.2.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.3","@types/node":"^9.6.22","chai":"^4.1.2","coveralls":"^3.0.1","fs-extra":"^5.0.0","mocha":"^5.2.0","nyc":"^13.0.0","ts-node":"^6.2.0","tslint":"^5.10.0","typescript":"^2.9.2"},"dependencies":{"es6-promise":"^4.2.4"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"98a98e56170097d6f89efdb7deea9a853d8bb87b","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.2.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"9baddcb8a4ebc8a6fb36436985d24c36f7908829","size":21644,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.2.1.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.2.1_1530438086587_0.8005440932490713"},"_hasShrinkwrap":false,"publish_time":1530438086700,"_cnpm_publish_time":1530438086700,"deprecated":"Package renamed to peak-readable."},"1.2.0":{"name":"then-read-stream","version":"1.2.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.3","@types/node":"^9.6.22","chai":"^4.1.2","coveralls":"^3.0.1","fs-extra":"^5.0.0","mocha":"^5.2.0","nyc":"^13.0.0","ts-node":"^6.2.0","tslint":"^5.10.0","typescript":"^2.9.2"},"dependencies":{"es6-promise":"^4.2.4"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"c0a292943422bb8216e2873d4c8bf51259d7106c","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"b5332be9234d237b547be11075a96872991d5841","size":6188,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.2.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.2.0_1529838975316_0.5548546279257831"},"_hasShrinkwrap":false,"publish_time":1529838975361,"_cnpm_publish_time":1529838975361,"deprecated":"Package renamed to peak-readable."},"1.1.3":{"name":"then-read-stream","version":"1.1.3","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.0","@types/node":"^9.6.13","chai":"^4.1.2","coveralls":"^3.0.1","fs-extra":"^5.0.0","mocha":"^5.1.1","nyc":"^11.7.1","ts-node":"^6.0.3","tslint":"^5.10.0","typescript":"^2.8.3"},"dependencies":{"bluebird":"^3.5.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"9023c8ed85a599895da0c292f9da0695c50801df","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.1.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"1940a884649ca63636bd55e924d4c6f874aea7db","size":6168,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.1.3.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.1.3_1525808478641_0.16699645978881583"},"_hasShrinkwrap":false,"publish_time":1525808478935,"_cnpm_publish_time":1525808478935,"deprecated":"Package renamed to peak-readable."},"1.1.2":{"name":"then-read-stream","version":"1.1.2","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.0","@types/node":"^9.6.13","chai":"^4.1.2","coveralls":"^3.0.1","fs-extra":"^5.0.0","mocha":"^5.1.1","nyc":"^11.7.1","ts-node":"^6.0.3","tslint":"^5.10.0","typescript":"^2.8.3"},"dependencies":{"bluebird":"^3.5.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"c85d495aff2425a94656405affce0c0a1e9fb311","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.1.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"6601a91f2e6aff4d2169ab47140ec629fb94da12","size":6358,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.1.2.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.1.2_1525804385195_0.7266232928180041"},"_hasShrinkwrap":false,"publish_time":1525804385275,"_cnpm_publish_time":1525804385275,"deprecated":"Package renamed to peak-readable."},"1.1.1":{"name":"then-read-stream","version":"1.1.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.0","@types/node":"^9.6.7","chai":"^4.1.2","coveralls":"^3.0.0","fs-extra":"^5.0.0","mocha":"^5.1.1","nyc":"^11.7.1","ts-node":"^6.0.1","tslint":"^5.9.1","typescript":"^2.8.3"},"dependencies":{"bluebird":"^3.5.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"4d2ea838f8f65b95e590af58359164812ef25fd0","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.1.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"29ec86cbdfa213250ba5f4799af7802659195661","size":6362,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.1.1.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.1.1_1524986782335_0.557908492346078"},"_hasShrinkwrap":false,"publish_time":1524986782423,"_cnpm_publish_time":1524986782423,"deprecated":"Package renamed to peak-readable."},"1.1.0":{"name":"then-read-stream","version":"1.1.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.0","@types/node":"^9.6.6","chai":"^4.1.2","coveralls":"^3.0.0","fs-extra":"^5.0.0","mocha":"^5.1.1","nyc":"^11.7.1","ts-node":"^6.0.0","tslint":"^5.9.1","typescript":"^2.8.3"},"dependencies":{"bluebird":"^3.5.1"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"cf766bd3e3dc65651eb1c96f7a23ae4d081aca72","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"044a86be9afe1cdaef32628e38eebc0b9b858cdd","size":6360,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.1.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.1.0_1524634853329_0.06858692845868908"},"_hasShrinkwrap":false,"publish_time":1524634854659,"_cnpm_publish_time":1524634854659,"deprecated":"Package renamed to peak-readable."},"1.0.6":{"name":"then-read-stream","version":"1.0.6","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/mocha":"^5.2.0","@types/node":"^9.6.6","chai":"^4.1.2","coveralls":"^3.0.0","fs-extra":"^5.0.0","mocha":"^5.1.1","nyc":"^11.7.1","ts-node":"^6.0.0","tslint":"^5.9.1","typescript":"^2.8.3"},"dependencies":{"es6-promise":"^4.2.4"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"9ead425ffa76ce812ade0d06813be4552e988be8","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.6","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"5d2f083e9d326c8d30a949d06ef1ad56127cade4","size":6369,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.6.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream_1.0.6_1524600028919_0.04845129400388681"},"_hasShrinkwrap":false,"publish_time":1524600028998,"_cnpm_publish_time":1524600028998,"deprecated":"Package renamed to peak-readable."},"1.0.5":{"name":"then-read-stream","version":"1.0.5","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"^3.3.0","@types/mocha":"^2.2.48","@types/node":"^9.4.0","chai":"^4.1.2","coveralls":"^3.0.0","fs-extra":"^5.0.0","mocha":"^5.0.0","nyc":"^11.4.1","ts-node":"^4.1.0","tslint":"^5.9.1","typescript":"^2.7.1"},"dependencies":{"es6-promise":"^4.2.4"},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"60bc5963debcc5e28d0b63de1b9a8ed77714a754","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.5","_npmVersion":"5.6.0","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"f5270ca3a63fc9a4d4e9f768d42244b103646cbb","size":6306,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.5.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-1.0.5.tgz_1517853320340_0.8644781545735896"},"directories":{},"publish_time":1517853321300,"_hasShrinkwrap":false,"_cnpm_publish_time":1517853321300,"deprecated":"Package renamed to peak-readable."},"1.0.4":{"name":"then-read-stream","version":"1.0.4","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.43","@types/node":"^8.0.29","chai":"^4.1.2","coveralls":"^2.13.1","fs-extra":"^4.0.2","mocha":"^3.5.3","nyc":"^11.2.1","ts-node":"^3.3.0","tslint":"^5.7.0","typescript":"^2.5.2"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"47a5ae9490e41b1356a4e227b11c9a5d958860cc","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.4","_npmVersion":"5.2.0","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"d0998ea32565f58a7ecbaf79f013803acd3644ee","size":6333,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.4.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-1.0.4.tgz_1506102876778_0.8275911312084645"},"directories":{},"publish_time":1506102877603,"_hasShrinkwrap":false,"_cnpm_publish_time":1506102877603,"deprecated":"Package renamed to peak-readable."},"1.0.3":{"name":"then-read-stream","version":"1.0.3","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.42","@types/node":"^8.0.26","chai":"^4.1.2","coveralls":"^2.13.1","fs-extra":"^4.0.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.7.0","typescript":"^2.5.2"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"a956251654c5ed468c9ea7e462ffcd2e8dc62c38","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.3","_shasum":"970478662a91dfcdbe00f9f135f17bccf29071ff","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"970478662a91dfcdbe00f9f135f17bccf29071ff","size":19402,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.3.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-1.0.3.tgz_1504355497817_0.5979772030841559"},"directories":{},"publish_time":1504355498900,"_hasShrinkwrap":false,"_cnpm_publish_time":1504355498900,"deprecated":"Package renamed to peak-readable."},"1.0.2":{"name":"then-read-stream","version":"1.0.2","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.42","@types/node":"^8.0.26","chai":"^4.1.2","coveralls":"^2.13.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.7.0","typescript":"^2.5.2"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"1cb0f803e06fa1fe4280a36cc45ef730fc23b84a","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.2","_shasum":"079efb318acea9c47997c117ef13f1d983ff76cf","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"079efb318acea9c47997c117ef13f1d983ff76cf","size":19158,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.2.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-1.0.2.tgz_1504335868343_0.4205678489524871"},"directories":{},"publish_time":1504335869294,"_hasShrinkwrap":false,"_cnpm_publish_time":1504335869294,"deprecated":"Package renamed to peak-readable."},"1.0.1":{"name":"then-read-stream","version":"1.0.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.42","@types/node":"^8.0.26","chai":"^4.1.1","coveralls":"^2.13.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.7.0","typescript":"^2.5.1"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"844bd759a18277133a69fe9cff96f2571d87d8f1","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.1","_shasum":"91534fcbc0271e69a2a58fa59bb5ef57af33f3b0","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"91534fcbc0271e69a2a58fa59bb5ef57af33f3b0","size":19157,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.1.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-1.0.1.tgz_1504204278844_0.8735665327403694"},"directories":{},"publish_time":1504204279844,"_cnpm_publish_time":1504204279844,"_hasShrinkwrap":false,"deprecated":"Package renamed to peak-readable."},"1.0.0":{"name":"then-read-stream","version":"1.0.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.42","@types/node":"^8.0.26","chai":"^4.1.1","coveralls":"^2.13.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.7.0","typescript":"^2.5.1"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"92f31728eb8391cd7396091dc8dffa55faf0062f","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@1.0.0","_shasum":"b5ae78e2214be1783ced21d3b68468c1f6d25aa5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"b5ae78e2214be1783ced21d3b68468c1f6d25aa5","size":19133,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-1.0.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-1.0.0.tgz_1504119419803_0.2170082761440426"},"directories":{},"publish_time":1504119421019,"_hasShrinkwrap":false,"_cnpm_publish_time":1504119421019,"deprecated":"Package renamed to peak-readable."},"0.9.6":{"name":"then-read-stream","version":"0.9.6","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.42","@types/node":"^8.0.24","chai":"^4.1.1","coveralls":"^2.13.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.6.0","typescript":"^2.5.1"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"dd2df399711b1c6aa5bd3cb3488ac7eab3309c05","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.6","_shasum":"a4b43959f25fb65a936f2b1621415e65c8f73f90","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"a4b43959f25fb65a936f2b1621415e65c8f73f90","size":19069,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.6.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.6.tgz_1503386987043_0.8477115777786821"},"directories":{},"publish_time":1503386988055,"_cnpm_publish_time":1503386988055,"_hasShrinkwrap":false,"deprecated":"Package renamed to peak-readable."},"0.9.5":{"name":"then-read-stream","version":"0.9.5","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.42","chai":"^4.1.1","coveralls":"^2.13.1","es6-promise":"^4.1.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.6.0","typescript":"^2.5.1"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"a25cc7258ab0b3877c6111e2f375b9b973435583","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.5","_shasum":"65c3c6b495bf6326f2f030639a30ab577c1ba3b8","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"65c3c6b495bf6326f2f030639a30ab577c1ba3b8","size":19109,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.5.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.5.tgz_1503134835989_0.9201688000466675"},"directories":{},"publish_time":1503134837014,"_hasShrinkwrap":false,"_cnpm_publish_time":1503134837014,"deprecated":"Package renamed to peak-readable."},"0.9.4":{"name":"then-read-stream","version":"0.9.4","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.39","chai":"^4.1.1","coveralls":"^2.13.1","es6-promise":"^4.1.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.6.0","typescript":"^2.4.2"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"nyc":{"check-coverage":true,"include":["src/**/*"],"reporter":["lcov","text"],"report-dir":"coverage"},"gitHead":"5afaa6aac5217b7b563a19c34f8ed07e28b9a903","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.4","_shasum":"865e4ce04f6ba97b8720906601e8cac193338127","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"865e4ce04f6ba97b8720906601e8cac193338127","size":19087,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.4.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.4.tgz_1502693187132_0.3483778757508844"},"directories":{},"publish_time":1502693188068,"_hasShrinkwrap":false,"_cnpm_publish_time":1502693188068,"deprecated":"Package renamed to peak-readable."},"0.9.3":{"name":"then-read-stream","version":"0.9.3","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile-src":"tsc -p src","compile-test":"tsc -p test","compile":"npm run compile-src && npm run compile-test","prepare":"npm run compile","lint":"tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.39","chai":"^4.1.1","coveralls":"^2.13.1","es6-promise":"^4.1.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.6.0","typescript":"^2.4.2"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"9a87740154685bb740f7602b07e6a59bb132d139","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.3","_shasum":"82671bfa2421adabb5f0d5f11a7d5e2a0bdf54c6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"82671bfa2421adabb5f0d5f11a7d5e2a0bdf54c6","size":20215,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.3.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.3.tgz_1502566969981_0.054441439686343074"},"directories":{},"publish_time":1502566971030,"_hasShrinkwrap":false,"_cnpm_publish_time":1502566971030,"deprecated":"Package renamed to peak-readable."},"0.9.2":{"name":"then-read-stream","version":"0.9.2","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile":"tsc --pretty","prepare":"npm run compile","lint":"tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.39","chai":"^4.1.1","coveralls":"^2.13.1","es6-promise":"^4.1.1","mocha":"^3.5.0","nyc":"^11.1.0","ts-node":"^3.3.0","tslint":"^5.6.0","typescript":"^2.4.2"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"de22cf9add22d625735789819e0f3a5d718cf72c","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.2","_shasum":"e7f244a35c721ccde65640b61917694a32ede762","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.4","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"e7f244a35c721ccde65640b61917694a32ede762","size":21149,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.2.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.2.tgz_1502477561328_0.07482529152184725"},"directories":{},"publish_time":1502477562294,"_cnpm_publish_time":1502477562294,"_hasShrinkwrap":false,"deprecated":"Package renamed to peak-readable."},"0.9.1":{"name":"then-read-stream","version":"0.9.1","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile":"tsc --pretty","prepare":"npm run compile","lint":"tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.29","chai":"^4.0.2","coveralls":"^2.13.1","es6-promise":"^4.1.1","mocha":"^3.4.2","nyc":"^11.0.3","ts-node":"^3.0.6","tslint":"^5.4.3","typescript":"^2.0.3"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"aee134821f539134cba5fa1576cd8a8e832d4d9b","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.1","_shasum":"2620bf5bb8c202db6328001bde63d5ab7b598be4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.0","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"2620bf5bb8c202db6328001bde63d5ab7b598be4","size":19622,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.1.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.1.tgz_1500277235391_0.6661019315943122"},"directories":{},"publish_time":1500277236661,"_hasShrinkwrap":false,"_cnpm_publish_time":1500277236661,"deprecated":"Package renamed to peak-readable."},"0.9.0":{"name":"then-read-stream","version":"0.9.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"compile":"tsc --pretty","prepare":"npm run compile","lint":"tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'","test":"mocha --require ts-node/register test","cover-test":"nyc npm run test","coveralls":"npm run cover-test && nyc report --reporter=text-lcov | coveralls","start":"npm run compile && npm run lint && npm run cover-test"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"MIT","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.29","chai":"^4.0.2","coveralls":"^2.13.1","es6-promise":"^4.1.1","mocha":"^3.4.2","nyc":"^11.0.3","ts-node":"^3.0.6","tslint":"^5.4.3","typescript":"^2.0.3"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"c967c7fae01a4d83213fa11e3843bd01865aa0d0","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.9.0","_shasum":"92a96a4bef9fe3e8353605311b3fefdf16e918e7","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.0","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"92a96a4bef9fe3e8353605311b3fefdf16e918e7","size":19605,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.9.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.9.0.tgz_1500276762084_0.7262440628837794"},"directories":{},"publish_time":1500276763456,"_cnpm_publish_time":1500276763456,"_hasShrinkwrap":false,"deprecated":"Package renamed to peak-readable."},"0.1.0":{"name":"then-read-stream","version":"0.1.0","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"tsc":"tsc --pretty","compile":"gulp compile","lint":"tslint 'src/**/*.ts'","test":"gulp test","prepare":"gulp"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"BSD-3-Clause","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.29","chai":"^4.0.2","es6-promise":"^4.1.1","gulp":"^3.9.1","gulp-clean":"^0.3.2","gulp-mocha":"^4.3.1","gulp-tsc":"^1.3.2","mocha":"^3.4.2","ts-node":"^3.0.6","tslint":"^5.4.3","typescript":"^2.0.3","typings":"2.0.0"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"2ac7897ab4a661f031ff1e146c1f2940ab34f313","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.1.0","_shasum":"0b60011f38825a51a52ac5dc2378c55cd1cb0d05","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.0","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"0b60011f38825a51a52ac5dc2378c55cd1cb0d05","size":25753,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.1.0.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.1.0.tgz_1499004365123_0.07360886689275503"},"directories":{},"publish_time":1499004366212,"_cnpm_publish_time":1499004366212,"_hasShrinkwrap":false,"deprecated":"Package renamed to peak-readable."},"0.0.6":{"name":"then-read-stream","version":"0.0.6","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"tsc":"tsc --pretty","compile":"gulp compile","lint":"tslint 'src/**/*.ts'","test":"gulp test","prepare":"gulp"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"BSD-3-Clause","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.29","chai":"^4.0.2","es6-promise":"^4.1.0","gulp":"^3.9.1","gulp-clean":"^0.3.2","gulp-mocha":"^4.3.1","gulp-tsc":"^1.3.2","mocha":"^3.4.2","ts-node":"^3.0.6","tslint":"^5.4.3","typescript":"^2.0.3","typings":"2.0.0"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"f0c179e08e5e4b97cff79f8d2f286e88ea0240c8","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.0.6","_shasum":"0b8afb91af08de0231e17807756ca5cf02e4c710","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.0","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"0b8afb91af08de0231e17807756ca5cf02e4c710","size":4487,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.0.6.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.0.6.tgz_1498498859144_0.5761240317951888"},"directories":{},"publish_time":1498498860175,"_hasShrinkwrap":false,"_cnpm_publish_time":1498498860175,"deprecated":"Package renamed to peak-readable."},"0.0.5":{"name":"then-read-stream","version":"0.0.5","description":"Read from a readable stream just like a file","author":{"name":"Borewit","url":"https://github.com/Borewit"},"scripts":{"tsc":"tsc --pretty","compile":"gulp compile","lint":"tslint 'src/**/*.ts'","test":"gulp test","prepare":"gulp"},"engines":{"node":">=0.1.98"},"repository":{"type":"git","url":"git+https://github.com/Borewit/then-read-stream.git"},"license":"BSD-3-Clause","main":"./lib/index.js","typings":"lib/index","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"devDependencies":{"@types/es6-promise":"0.0.32","@types/mocha":"^2.2.41","@types/node":"^7.0.29","chai":"^4.0.2","es6-promise":"^4.1.0","gulp":"^3.9.1","gulp-clean":"^0.3.2","gulp-mocha":"^4.3.1","gulp-tsc":"^1.3.2","mocha":"^3.4.2","ts-node":"^3.0.6","tslint":"^5.4.3","typescript":"^2.0.3","typings":"2.0.0"},"dependencies":{},"keywords":["readable","buffer","stream","read"],"gitHead":"42ebdb990cef38f10a9801937e09502e7bf49de6","homepage":"https://github.com/Borewit/then-read-stream#readme","_id":"then-read-stream@0.0.5","_shasum":"ac22face17898035058569a65eab4fe9b213443d","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.8.0","_npmUser":{"name":"borewit","email":"borewit@xs4all.nl"},"dist":{"shasum":"ac22face17898035058569a65eab4fe9b213443d","size":4292,"noattachment":false,"key":"/then-read-stream/-/then-read-stream-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/then-read-stream/download/then-read-stream-0.0.5.tgz"},"maintainers":[{"name":"borewit","email":"borewit@xs4all.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/then-read-stream-0.0.5.tgz_1498416449387_0.3411015970632434"},"directories":{},"publish_time":1498416450395,"_cnpm_publish_time":1498416450395,"_hasShrinkwrap":false,"deprecated":"Package renamed to peak-readable."}},"readme":"# then-read-stream\n\nThe module has been renamed to:\n* NPM: [peek-readable](https://github.com/Borewit/peek-readable)\n* GitHub: [peek-readable](https://www.npmjs.com/package/peek-readable)\n","_attachments":{},"homepage":"https://github.com/Borewit/then-read-stream#readme","bugs":{"url":"https://github.com/Borewit/then-read-stream/issues"},"license":"MIT"}