git ssb

3+

cel / ssb-npm-registry



Tree: f5e5814eb55f45eecff74992e8e6a6eed3c82af3

Files: f5e5814eb55f45eecff74992e8e6a6eed3c82af3 / package.json

678 bytesRaw
1{
2 "name": "ssb-npm-registry",
3 "version": "1.7.0",
4 "description": "npm registry server backed by ssb",
5 "author": "cel",
6 "license": "AGPL-3.0+",
7 "main": "index.js",
8 "repository": {
9 "type": "git",
10 "url": "ssb://#ssb-npm-registry"
11 },
12 "dependencies": {
13 "asyncmemo": "^1.0.0",
14 "hashlru": "^2.2.0",
15 "multicb": "^1.2.2",
16 "pull-hash": "^1.0.0",
17 "pull-stream": "^3.6.1",
18 "semver": "^5.4.1",
19 "stream-to-pull-stream": "^1.7.2",
20 "tar-stream": "^1.5.4"
21 },
22 "bundledDependencies": [
23 "asyncmemo",
24 "hashlru",
25 "multicb",
26 "pull-hash",
27 "pull-stream",
28 "semver",
29 "stream-to-pull-stream",
30 "tar-stream"
31 ]
32}
33

Built with git-ssb-web