|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "git-rest-wrapper", |
|
|
|
"version": "0.0.7", |
|
|
|
"version": "0.0.8", |
|
|
|
"description": "A \"universal\" / normalized API wrapper for common git hosting services.", |
|
|
|
"main": "index.js", |
|
|
|
"files": [ |
|
|
@@ -22,26 +22,26 @@ |
|
|
|
"homepage": "https://code.horrific.dev/james/git-rest-wrapper#user-content-git-rest-api-wrapper", |
|
|
|
"dependencies": { |
|
|
|
"abort-controller": "^3.0.0", |
|
|
|
"node-fetch": "^2.6.0", |
|
|
|
"text-encoding": "^0.7.0", |
|
|
|
"node-persist": "^3.1.0" |
|
|
|
"node-fetch": "^2.6.1", |
|
|
|
"node-persist": "^3.1.0", |
|
|
|
"text-encoding": "^0.7.0" |
|
|
|
}, |
|
|
|
"bundledDependencies": [ |
|
|
|
"kotlin", |
|
|
|
"kotlin-source-map-loader", |
|
|
|
"kotlin-test", |
|
|
|
"kotlin-test-js-runner", |
|
|
|
"kotlinx-atomicfu", |
|
|
|
"kotlinx-coroutines-core", |
|
|
|
"kotlinx-html-js", |
|
|
|
"kotlinx-serialization-kotlinx-serialization-runtime", |
|
|
|
"ktor-ktor-client-core", |
|
|
|
"ktor-ktor-client-js", |
|
|
|
"ktor-ktor-client-json", |
|
|
|
"ktor-ktor-client-serialization", |
|
|
|
"ktor-ktor-http", |
|
|
|
"ktor-ktor-http-cio", |
|
|
|
"ktor-ktor-io", |
|
|
|
"ktor-ktor-utils" |
|
|
|
"kotlinx-serialization-kotlinx-serialization-core-jsLegacy", |
|
|
|
"kotlinx-serialization-kotlinx-serialization-json-jsLegacy", |
|
|
|
"ktor-ktor-client-core-jsLegacy", |
|
|
|
"ktor-ktor-client-js-jsLegacy", |
|
|
|
"ktor-ktor-client-json-jsLegacy", |
|
|
|
"ktor-ktor-client-serialization-jsLegacy", |
|
|
|
"ktor-ktor-http-cio-jsLegacy", |
|
|
|
"ktor-ktor-http-jsLegacy", |
|
|
|
"ktor-ktor-io-jsLegacy", |
|
|
|
"ktor-ktor-utils-jsLegacy" |
|
|
|
] |
|
|
|
} |