UNPKG

1.4 kBJSONView Raw
1{
2 "name": "catchment",
3 "version": "3.1.1",
4 "description": "Collect stream data into a catchment.",
5 "main": "build",
6 "files": [
7 "build"
8 ],
9 "scripts": {
10 "t": "zoroaster -a",
11 "test": "yarn t test/spec",
12 "test-build": "ALAMODE_ENV=test-build yarn test",
13 "test-examples/": "ZOROASTER_TIMEOUT=5000 zoroaster test-examples/spec -b",
14 "b": "alamode src -o build",
15 "doc": "NODE_DEBUG=doc doc documentary -o README.md",
16 "build": "yarn-s doc b",
17 "e": "node example",
18 "example/catchment.js": "yarn e example/catchment",
19 "example/binary.js": "yarn e example/binary",
20 "example/rs.js": "yarn e example/rs"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/artdecocode/catchment.git"
25 },
26 "keywords": [
27 "stream",
28 "buffer",
29 "collect",
30 "readable",
31 "memory",
32 "writable",
33 "readable",
34 "promise",
35 "data",
36 "resolve"
37 ],
38 "author": "Anton <anton@adc.sh>",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/artdecocode/catchment/issues"
42 },
43 "homepage": "https://github.com/artdecocode/catchment#readme",
44 "devDependencies": {
45 "alamode": "1.4.0",
46 "documentary": "1.15.1",
47 "eslint-config-artdeco": "1.0.1",
48 "noddy": "1.1.1",
49 "yarn-s": "1.1.0",
50 "zoroaster": "3.1.0"
51 },
52 "dependencies": {
53 "@artdeco/clean-stack": "1.0.0",
54 "erotic": "2.0.1"
55 }
56}