test-action-debian-package/node_modules/docker-hub-utils/package.json
2020-11-12 16:37:43 +01:00

115 lines
3.2 KiB
JSON

{
"_from": "docker-hub-utils@1.10.37",
"_id": "docker-hub-utils@1.10.37",
"_inBundle": false,
"_integrity": "sha512-hkqoB2RqWcvyJbNjTjGDAWW2YRaf6kmsUcPdoGcrj8rzf9r1/18cwx+4k26qPDVyC3iKI4S/8ZWa0mM1VnhUrg==",
"_location": "/docker-hub-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "docker-hub-utils@1.10.37",
"name": "docker-hub-utils",
"escapedName": "docker-hub-utils",
"rawSpec": "1.10.37",
"saveSpec": null,
"fetchSpec": "1.10.37"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.37.tgz",
"_shasum": "2fc944510714a3558a25311ac838e5fbd99e75bf",
"_spec": "docker-hub-utils@1.10.37",
"_where": "/home/dawidd6/github/dawidd6/action-debian-package",
"author": {
"name": "Jesse Stuart",
"email": "hi@jessestuart.com"
},
"bugs": {
"url": "https://github.com/jessestuart/docker-hub-utils/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "0.21.0",
"camelcase-keys": "6.2.2",
"luxon": "1.25.0",
"pino": "5.17.0",
"ramda": "0.27.1"
},
"deprecated": false,
"description": "Typescript / Node utilities for interacting with the Docker Hub API.",
"devDependencies": {
"@semantic-release/git": "9.0.0",
"@types/jest": "25.2.3",
"@types/luxon": "1.25.0",
"@types/node": "13.13.28",
"@types/pino": "5.20.0",
"@types/ramda": "0.27.30",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"codecov": "3.8.0",
"concurrently": "5.3.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.3.0",
"jest": "25.5.4",
"jest-junit": "10.0.0",
"nodemon": "2.0.6",
"prettier": "1.19.1",
"pretty-quick": "2.0.2",
"semantic-release": "17.2.1",
"source-map-support": "0.5.19",
"ts-jest": "25.5.1",
"tsdx": "0.14.1",
"tslib": "1.14.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typedoc": "0.19.2",
"typescript": "3.9.7"
},
"files": [
"dist"
],
"homepage": "https://github.com/jessestuart/docker-hub-utils",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [
"api",
"docker",
"docker-hub",
"typescript",
"utils",
"wrapper-api"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/docker-hub-utils.esm.js",
"name": "docker-hub-utils",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jessestuart/docker-hub-utils.git"
},
"scripts": {
"build": "tsdx build",
"ci": "JEST_JUNIT_OUTPUT=reports/junit/js-test-results.xml jest --ci --runInBand --coverage --reporters=default --reporters=jest-junit",
"docs": "typedoc --mode modules --out public",
"lint": "eslint --quiet src/ --ext ts,tsx",
"prepublishOnly": "yarn build",
"push": "yarn build && yalc push",
"rebuild": "rm -rf dist/* && yarn build",
"release": "yarn rebuild && semantic-release",
"start": "tsdx watch",
"test": "yarn jest --cache --coverage"
},
"typings": "dist/index.d.ts",
"version": "1.10.37"
}