UNPKG

git-rest-wrapper

Version:

A "universal" / normalized API wrapper for common git hosting services.

48 lines (47 loc) 1.39 kB
{ "name": "git-rest-wrapper", "version": "0.0.8", "description": "A \"universal\" / normalized API wrapper for common git hosting services.", "main": "index.js", "files": [ "README.md", "LICENSE", "package.json", "index.js", "bundle/*" ], "repository": { "type": "git", "url": "git+https://code.horrific.dev/james/git-rest-wrapper.git" }, "author": "James Fenn <me@jfenn.me> (https://jfenn.me/)", "license": "MPL-2.0", "bugs": { "url": "https://code.horrific.dev/james/git-rest-wrapper/issues" }, "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.1", "node-persist": "^3.1.0", "text-encoding": "^0.7.0" }, "bundledDependencies": [ "kotlin", "kotlin-test", "kotlin-test-js-runner", "kotlinx-atomicfu", "kotlinx-coroutines-core", "kotlinx-html-js", "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" ] }