Files: b56b524effbc57d4b88d620b76205ae8e4208705 / package.json
756 bytesRaw
1 | { |
2 | "name": "ssb-npm-registry", |
3 | "version": "1.8.1", |
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://%pFqjcdVKHqsrtOjVEAVZeCF0iY4s+3Hr0vA3EFCq5UM=.sha256" |
11 | }, |
12 | "dependencies": { |
13 | "asyncmemo": "^1.1.0", |
14 | "hashlru": "^2.2.1", |
15 | "multicb": "^1.2.2", |
16 | "pull-cat": "^1.1.11", |
17 | "pull-hash": "^1.0.0", |
18 | "pull-stream": "^3.6.1", |
19 | "semver": "^5.4.1", |
20 | "stream-to-pull-stream": "^1.7.2", |
21 | "tar-stream": "^1.5.4" |
22 | }, |
23 | "bundledDependencies": [ |
24 | "asyncmemo", |
25 | "hashlru", |
26 | "multicb", |
27 | "pull-cat", |
28 | "pull-hash", |
29 | "pull-stream", |
30 | "semver", |
31 | "stream-to-pull-stream", |
32 | "tar-stream" |
33 | ] |
34 | } |
35 |
Built with git-ssb-web