UNPKG

1.25 kBJSONView Raw
1{
2 "name": "git-rest-wrapper",
3 "version": "0.0.7",
4 "description": "A \"universal\" / normalized API wrapper for common git hosting services.",
5 "main": "index.js",
6 "files": [
7 "README.md",
8 "LICENSE",
9 "package.json",
10 "index.js",
11 "bundle/*"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git+https://code.horrific.dev/james/git-rest-wrapper.git"
16 },
17 "author": "James Fenn <me@jfenn.me> (https://jfenn.me/)",
18 "license": "MPL-2.0",
19 "bugs": {
20 "url": "https://code.horrific.dev/james/git-rest-wrapper/issues"
21 },
22 "homepage": "https://code.horrific.dev/james/git-rest-wrapper#user-content-git-rest-api-wrapper",
23 "dependencies": {
24 "abort-controller": "^3.0.0",
25 "node-fetch": "^2.6.0",
26 "text-encoding": "^0.7.0"
27 },
28 "bundledDependencies": [
29 "kotlin",
30 "kotlin-source-map-loader",
31 "kotlin-test",
32 "kotlin-test-js-runner",
33 "kotlinx-atomicfu",
34 "kotlinx-coroutines-core",
35 "kotlinx-html-js",
36 "kotlinx-serialization-kotlinx-serialization-runtime",
37 "ktor-ktor-client-core",
38 "ktor-ktor-client-js",
39 "ktor-ktor-client-json",
40 "ktor-ktor-client-serialization",
41 "ktor-ktor-http",
42 "ktor-ktor-http-cio",
43 "ktor-ktor-io",
44 "ktor-ktor-utils"
45 ]
46}