{ "name": "@lerna/collect-uncommitted", "version": "4.0.0", "description": "Collect uncommitted changes to working tree for display in error messages", "keywords": [ "lerna", "utils", "git", "tree" ], "author": "Daniel Stockman ", "contributors": [ "Pedro De Ona " ], "homepage": "https://github.com/lerna/lerna/tree/master/utils/collect-uncommitted#readme", "license": "MIT", "main": "lib/collect-uncommitted.js", "files": [ "lib" ], "engines": { "node": ">= 10.18.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/lerna/lerna.git", "directory": "utils/collect-uncommitted" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "@lerna/child-process": "4.0.0", "chalk": "^4.1.0", "npmlog": "^4.1.2" }, "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a" }