UNPKG

parse-git-patch

Version:
41 lines (40 loc) 1.09 kB
{ "name": "parse-git-patch", "version": "2.1.1", "description": "Parse git patches with ease", "main": "dist/src/index.js", "types": "dist/src/index.d.js", "repository": { "type": "git", "url": "git+https://github.com/dherault/parse-git-patch.git" }, "keywords": [ "git", "patch", "patches", "diff", "parse", "parser" ], "author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)", "license": "MIT", "bugs": { "url": "https://github.com/dherault/parse-git-patch/issues" }, "homepage": "https://github.com/dherault/parse-git-patch#readme", "scripts": { "lint": "tsc --noEmit && eslint ./src --ext ts --report-unused-disable-directives --max-warnings 0", "test": "jest --coverage", "build": "tsc --declaration", "prepublishOnly": "npm run build" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.10", "eslint": "^8.46.0", "eslint-config-dherault-typescript": "^1.4.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } }