115 lines
3.2 KiB
JSON
115 lines
3.2 KiB
JSON
{
|
|
"_from": "docker-hub-utils",
|
|
"_id": "docker-hub-utils@1.10.29",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wZ3BmcG3mq90rlXGfGcgqwgyTyO0kWQA5D+3J7T+nLgE1mzjggK1ZDB44krt5dj5lK/nXla3vGIw7nF7IE2kQQ==",
|
|
"_location": "/docker-hub-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "docker-hub-utils",
|
|
"name": "docker-hub-utils",
|
|
"escapedName": "docker-hub-utils",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.29.tgz",
|
|
"_shasum": "8e1f910e704c9a7706dba8fb2b3078d7fbbe7a6e",
|
|
"_spec": "docker-hub-utils",
|
|
"_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.19.2",
|
|
"camelcase-keys": "6.2.1",
|
|
"luxon": "1.22.2",
|
|
"pino": "5.17.0",
|
|
"ramda": "0.27.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Typescript / Node utilities for interacting with the Docker Hub API.",
|
|
"devDependencies": {
|
|
"@semantic-release/git": "9.0.0",
|
|
"@types/jest": "25.1.4",
|
|
"@types/luxon": "1.22.0",
|
|
"@types/node": "13.9.4",
|
|
"@types/pino": "5.17.0",
|
|
"@types/ramda": "0.27.0",
|
|
"@typescript-eslint/eslint-plugin": "2.25.0",
|
|
"@typescript-eslint/parser": "2.25.0",
|
|
"codecov": "3.6.5",
|
|
"concurrently": "5.1.0",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-prettier": "6.10.1",
|
|
"eslint-plugin-import": "2.20.1",
|
|
"eslint-plugin-prettier": "3.1.2",
|
|
"husky": "4.2.3",
|
|
"jest": "25.1.0",
|
|
"jest-junit": "10.0.0",
|
|
"nodemon": "2.0.2",
|
|
"prettier": "1.19.1",
|
|
"pretty-quick": "2.0.1",
|
|
"semantic-release": "17.0.4",
|
|
"source-map-support": "0.5.16",
|
|
"ts-jest": "25.2.1",
|
|
"tsdx": "0.13.0",
|
|
"tslib": "1.11.1",
|
|
"tslint": "6.1.0",
|
|
"tslint-config-prettier": "1.18.0",
|
|
"typedoc": "0.17.3",
|
|
"typescript": "3.8.3"
|
|
},
|
|
"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.29"
|
|
}
|