12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "peek-stream",
- "version": "1.1.3",
- "description": "Transform stream that lets you peek the first line before deciding how to parse it",
- "main": "index.js",
- "dependencies": {
- "buffer-from": "^1.0.0",
- "duplexify": "^3.5.0",
- "through2": "^2.0.3"
- },
- "devDependencies": {
- "concat-stream": "^1.6.0",
- "tape": "^4.6.3"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/peek-stream"
- },
- "keywords": [
- "peek",
- "stream",
- "parse",
- "swap"
- ],
- "author": "Mathias Buus",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/mafintosh/peek-stream/issues"
- },
- "homepage": "https://github.com/mafintosh/peek-stream"
- }
|