opusdev/vector-similarity-api
1
1{2 "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",3 "contributors": [4 "Mike Atkins <apeherder@gmail.com>"5 ],6 "name": "delayed-stream",7 "description": "Buffers events from a stream until you are ready to handle them.",8 "license": "MIT",9 "version": "1.0.0",10 "homepage": "https://github.com/felixge/node-delayed-stream",11 "repository": {12 "type": "git",13 "url": "git://github.com/felixge/node-delayed-stream.git"14 },15 "main": "./lib/delayed_stream",16 "engines": {17 "node": ">=0.4.0"18 },19 "scripts": {20 "test": "make test"21 },22 "dependencies": {},23 "devDependencies": {24 "fake": "0.2.0",25 "far": "0.0.1"26 }27}28 