git-commit-range
Version:
Get the git commithash within a Range from-to
53 lines (52 loc) • 1.41 kB
JSON
{
"name": "git-commit-range",
"version": "1.2.0",
"description": "Get the git commithash within a Range from-to",
"main": "build.js",
"scripts": {
"pretest": "npm run lint",
"test": "jest --coverage",
"lint": "eslint index.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepublish": "npm run babel",
"babel": "babel index.js -o build.js",
"prepush": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aichbauer/node-git-commit-range.git"
},
"author": "Lukas Aichbauer <l.aichbauer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aichbauer/node-git-commit-range/issues"
},
"keywords": [
"git",
"commit",
"range",
"get",
"get-commit-range",
"is-git"
],
"homepage": "https://github.com/aichbauer/node-git-commit-range#readme",
"dependencies": {
"execa": "^0.7.0",
"is-git-repository": "^1.1.1",
"os": "^0.1.1",
"path-is-absolute": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"babel-plugin-add-module-exports": "^0.2.1",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"husky": "^0.13.2",
"jest": "^25.1.0"
}
}