12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "multifeed",
- "description": "multi-writer hypercore",
- "author": "Stephen Whitmore <sww@eight.net>",
- "version": "4.2.1",
- "repository": {
- "url": "git://github.com/noffle/multifeed.git"
- },
- "homepage": "https://github.com/noffle/multifeed",
- "bugs": "https://github.com/noffle/multifeed/issues",
- "main": "index.js",
- "scripts": {
- "test": "tape test/*.js",
- "lint": "standard"
- },
- "keywords": [],
- "dependencies": {
- "debug": "^4.1.0",
- "hypercore-protocol": "^6.8.0",
- "inherits": "^2.0.3",
- "mutexify": "^1.2.0",
- "random-access-file": "^2.0.1",
- "random-access-memory": "^3.1.1",
- "through2": "^3.0.0"
- },
- "devDependencies": {
- "hypercore": "^6.18.1",
- "pump": "^3.0.0",
- "pumpify": "^1.5.1",
- "random-access-latency": "^1.0.0",
- "rimraf": "^2.6.3",
- "standard": "~10.0.0",
- "tape": "~4.6.2",
- "tmp": "0.0.33"
- },
- "license": "ISC"
- }
|