npm-fetch-changelog
Version:
fetch the changelog for an npm package from GitHub
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "npm-fetch-changelog",
"version": "3.1.0",
"description": "fetch the changelog for an npm package from GitHub",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/jedwards1211/npm-fetch-changelog.git"
},
"keywords": [
"breaking-changes",
"changelog",
"changes",
"package",
"releases",
"github-releases",
"semver",
"upgrade"
],
"author": "Andy Edwards",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedwards1211/npm-fetch-changelog/issues"
},
"homepage": "https://github.com/jedwards1211/npm-fetch-changelog#readme",
"dependencies": {
"@babel/runtime": "^7.18.6",
"chalk": "^2.4.2",
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"js-base64": "^3.7.5",
"npm-registry-fetch": "^16.1.0",
"octokit": "^3.1.1",
"promisify-child-process": "^4.1.2",
"semver": "^7.5.4",
"yargs": "^17.7.2"
},
"bin": {
"npm-fetch-changelog": "./cli/npm-fetch-changelog.js",
"what-broke": "./cli/what-broke.js"
},
"engines": {
"node": ">=16"
},
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"packageManager": "pnpm@8.11.0",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"default": "./index.js"
}
}
}