{"_id":"watskeburt","_rev":"2971104","name":"watskeburt","description":"List files changed since a git revision","dist-tags":{"latest":"0.11.2"},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"time":{"modified":"2023-05-22T08:55:33.000Z","created":"2022-07-07T20:04:41.944Z","0.11.2":"2023-05-15T17:02:53.519Z","0.11.1":"2023-04-29T07:39:27.356Z","0.11.0":"2023-04-28T17:23:49.914Z","0.10.2":"2023-04-12T19:03:56.611Z","0.10.1":"2023-03-19T10:28:42.264Z","0.10.0":"2023-02-19T10:12:28.324Z","0.9.2":"2023-02-14T21:40:32.034Z","0.9.1":"2023-01-22T18:42:10.292Z","0.9.0":"2022-11-19T14:24:41.982Z","0.8.1":"2022-10-22T16:37:10.201Z","0.8.0":"2022-10-22T04:51:56.318Z","0.7.0":"2022-08-03T18:06:50.059Z","0.6.1":"2022-08-02T16:36:56.100Z","0.6.0":"2022-07-24T11:45:32.523Z","0.5.1":"2022-07-24T09:12:02.189Z","0.5.0":"2022-07-10T16:42:39.984Z","0.4.0":"2022-07-10T10:05:38.818Z","0.3.0":"2022-07-09T13:02:12.504Z","0.2.0":"2022-07-07T21:30:12.704Z","0.1.0":"2022-07-07T20:04:41.944Z"},"users":{},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"versions":{"0.11.2":{"name":"watskeburt","version":"0.11.2","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.js"},"main":"dist/cjs-bundle.cjs","module":"dist/esm/main.js","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm/main.js","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.1"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"20.1.4","@typescript-eslint/eslint-plugin":"5.59.5","c8":"7.13.0","dependency-cruiser":"13.0.0","esbuild":"0.17.19","eslint":"8.40.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.8.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"47.0.0","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.8","ts-node":"10.9.1","typescript":"5.0.4","upem":"7.3.2"},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:clean build:version build:dist","build:version":"node --no-warnings --loader ts-node/esm tools/get-version.ts > bin/version.js","build:clean":"rm -rf dist/*","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"tsc","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.js main -T regex)\" --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --output-type mermaid --output-to - --highlight \"$(node bin/cli.js $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --output-type text","depcruise:focus":"depcruise bin src types --progress --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.{js,ts}\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.ts\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc --noEmit","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"7bc2bf76e4c7018134d5d271917fb86eaad9d50b","_id":"watskeburt@0.11.2","_nodeVersion":"20.1.0","_npmVersion":"9.6.4","dist":{"shasum":"60dba339bdf82ef05e533858050489093efc721c","size":8715,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.11.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.11.2.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.11.2_1684170173234_0.7254980419113655"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-15T17:02:53.519Z","publish_time":1684170173519,"_source_registry_name":"default","_cnpm_publish_time":1684170173519},"0.11.1":{"name":"watskeburt","version":"0.11.1","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.js"},"main":"dist/cjs-bundle.cjs","module":"dist/esm/main.js","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm/main.js","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.1"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.16.2","@typescript-eslint/eslint-plugin":"5.59.1","c8":"7.13.0","dependency-cruiser":"13.0.0-beta-5","esbuild":"0.17.18","eslint":"8.39.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.8.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"46.0.0","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.8","ts-node":"10.9.1","typescript":"5.0.4","upem":"7.3.2"},"upem":{"policies":[{"package":"dependency-cruiser","policy":"wanted","because":"we're beta testing v13 & policy 'latest' would downgraded it back to v12 again"}]},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:clean build:version build:dist","build:version":"ts-node --esm tools/get-version.ts > bin/version.js","build:clean":"rm -rf dist/*","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"tsc","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.js main -T regex)\" --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --output-type mermaid --output-to - --highlight \"$(node bin/cli.js $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --output-type text","depcruise:focus":"depcruise bin src types --progress --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.{js,ts}\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.ts\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc --noEmit","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"8cc242f26fc285f0ac7c14b4be001fa611f99e30","_id":"watskeburt@0.11.1","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"shasum":"9ef63cdcd5f8345442c3888438b041fd5b3a285d","size":8754,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.11.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.11.1.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.11.1_1682753967159_0.8545876893033171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-29T07:39:27.356Z","publish_time":1682753967356,"_source_registry_name":"default","_cnpm_publish_time":1682753967356},"0.11.0":{"name":"watskeburt","version":"0.11.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.js"},"main":"dist/cjs-bundle.cjs","module":"dist/esm/main.js","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm/main.js","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.1"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.16.2","@typescript-eslint/eslint-plugin":"5.59.1","c8":"7.13.0","dependency-cruiser":"13.0.0-beta-5","esbuild":"0.17.18","eslint":"8.39.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.8.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"46.0.0","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.8","ts-node":"10.9.1","typescript":"5.0.4","upem":"7.3.2"},"upem":{"policies":[{"package":"dependency-cruiser","policy":"wanted","because":"we're beta testing v13 & policy 'latest' would downgraded it back to v12 again"}]},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:clean build:version build:dist","build:version":"ts-node --esm tools/get-version.ts > bin/version.js","build:clean":"rm -rf dist/*","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"tsc","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.js main -T regex)\" --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --output-type mermaid --output-to - --highlight \"$(node bin/cli.js $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --output-type text","depcruise:focus":"depcruise bin src types --progress --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.{js,ts}\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.ts\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc --noEmit","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"03421423a79a1683a20c5c4c7b5ba73a42717a00","_id":"watskeburt@0.11.0","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"shasum":"5768995fd2b9ab66923c34f8c35331a05307ba23","size":9011,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.11.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.11.0_1682702629723_0.23750143162163084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-28T17:23:49.914Z","publish_time":1682702629914,"_source_registry_name":"default","_cnpm_publish_time":1682702629914},"0.10.2":{"name":"watskeburt","version":"0.10.2","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.js"},"main":"dist/cjs-bundle.cjs","module":"dist/esm/main.js","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm/main.js","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.0"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.15.11","@typescript-eslint/eslint-plugin":"5.58.0","c8":"7.13.0","dependency-cruiser":"13.0.0-beta-1","esbuild":"0.17.16","eslint":"8.38.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.8.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"46.0.0","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.7","ts-node":"10.9.1","typescript":"5.0.4","upem":"7.3.2"},"upem":{"policies":[{"package":"dependency-cruiser","policy":"wanted","because":"we're beta testing v13 & policy 'latest' would downgraded it back to v12 again"}]},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:clean build:version build:dist","build:version":"ts-node --esm tools/get-version.ts > bin/version.js","build:clean":"rm -rf dist/*","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"tsc","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.js main -T regex)\" --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --output-type mermaid --output-to - --highlight \"$(node bin/cli.js $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --output-type text","depcruise:focus":"depcruise bin src types --progress --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.{js,ts}\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.ts\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc --noEmit","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"07e339b70e8b6cb9146b4d3ee65bb5ac1d21b6a1","_id":"watskeburt@0.10.2","_nodeVersion":"19.8.1","_npmVersion":"9.5.1","dist":{"shasum":"16630d862b6c002045361894e04af8aa25c8bb13","size":8179,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.10.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.10.2.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.10.2_1681326236366_0.7550880346616626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-12T19:03:56.611Z","publish_time":1681326236611,"_cnpm_publish_time":1681326236611},"0.10.1":{"name":"watskeburt","version":"0.10.1","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.js"},"main":"dist/cjs-bundle.cjs","module":"dist/esm/main.js","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm/main.js","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.0"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.15.3","@typescript-eslint/eslint-plugin":"5.55.0","c8":"7.13.0","dependency-cruiser":"12.10.2","esbuild":"0.17.12","eslint":"8.36.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.7.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"46.0.0","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.4","ts-node":"10.9.1","typescript":"5.0.2","upem":"7.3.2"},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:clean build:version build:dist","build:version":"ts-node --esm tools/get-version.ts > bin/version.js","build:clean":"rm -rf dist/*","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"tsc","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types --config --output-type err","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.js main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --config --output-type mermaid --output-to - --highlight \"$(node bin/cli.js $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --config --output-type text","depcruise:focus":"depcruise bin src types --progress --config --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --config --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.{js,ts}\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.ts\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc --noEmit","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"fd29dea49162812f6c77d3c03515d1f8b210efdb","_id":"watskeburt@0.10.1","_nodeVersion":"19.7.0","_npmVersion":"9.5.0","dist":{"shasum":"29884bedb5428182a1c891bcac85d0870f27d429","size":8080,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.10.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.10.1.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.10.1_1679221722121_0.39751877596061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-19T10:28:42.264Z","publish_time":1679221722264,"_cnpm_publish_time":1679221722264},"0.10.0":{"name":"watskeburt","version":"0.10.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.mjs"},"main":"dist/cjs-bundle.cjs","module":"dist/esm-bundle.mjs","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm-bundle.mjs","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.0"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.14.0","@typescript-eslint/eslint-plugin":"5.52.0","c8":"7.13.0","dependency-cruiser":"12.9.0","esbuild":"0.17.8","eslint":"8.34.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.6.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"45.0.2","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.4","ts-node":"10.9.1","typescript":"4.9.5","upem":"7.3.2"},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > bin/version.mjs","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"esbuild src/main.ts --format=esm --target=node14 --platform=node --bundle --global-name=wkbtesm --minify --outfile=dist/esm-bundle.mjs","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types --config --output-type err","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --config --output-type mermaid --output-to - --highlight \"$(node bin/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --config --output-type text","depcruise:focus":"depcruise bin src types --progress --config --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --config --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"c53cc53914f315086ada8f8ecbc0577cbf43fac0","_id":"watskeburt@0.10.0","_nodeVersion":"19.3.0","_npmVersion":"9.2.0","dist":{"shasum":"3cf646a08e5e80807b84140199cf7e269e927519","size":6579,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.10.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.10.0_1676801548148_0.6617401357784647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-19T10:12:28.324Z","publish_time":1676801548324,"_cnpm_publish_time":1676801548324},"0.9.2":{"name":"watskeburt","version":"0.9.2","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.mjs"},"main":"dist/cjs-bundle.cjs","module":"dist/esm-bundle.mjs","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm-bundle.mjs","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.0"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.13.0","@typescript-eslint/eslint-plugin":"5.52.0","c8":"7.12.0","dependency-cruiser":"12.9.0","esbuild":"0.17.8","eslint":"8.34.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.6.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.7.1","eslint-plugin-unicorn":"45.0.2","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.4","ts-node":"10.9.1","typescript":"4.9.5","upem":"7.3.1"},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > bin/version.mjs","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"esbuild src/main.ts --format=esm --target=node14 --platform=node --bundle --global-name=wkbtesm --minify --outfile=dist/esm-bundle.mjs","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 mocha","depcruise":"depcruise bin dist src types --config --output-type err","depcruise:graph":"depcruise bin src types --include-only '^(bin|dist|src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --include-only '^(bin|dist|src|types)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --include-only '^(bin|dist|src|types)' --config --output-type mermaid --output-to - --highlight \"$(node bin/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --config --output-type text","depcruise:focus":"depcruise bin src types --progress --config --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --config --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"bda5d7a4ebbda5583c196cb11298612e199aed25","_id":"watskeburt@0.9.2","_nodeVersion":"19.3.0","_npmVersion":"9.2.0","dist":{"shasum":"6c59500f7d632f5cc3d79d372dbd6c5166af068d","size":6537,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.9.2.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.9.2_1676410831841_0.08865923200573245"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-14T21:40:32.034Z","publish_time":1676410832034,"_cnpm_publish_time":1676410832034},"0.9.1":{"name":"watskeburt","version":"0.9.1","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.mjs"},"main":"dist/cjs-bundle.cjs","module":"dist/esm-bundle.mjs","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm-bundle.mjs","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"10.0.0"},"devDependencies":{"@types/mocha":"10.0.1","@types/node":"18.11.18","@typescript-eslint/eslint-plugin":"5.48.2","c8":"7.12.0","dependency-cruiser":"12.6.0","esbuild":"0.17.4","eslint":"8.32.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.6.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.27.5","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.6.0","eslint-plugin-unicorn":"45.0.2","mocha":"10.2.0","npm-run-all":"4.1.5","prettier":"2.8.3","ts-node":"10.9.1","typescript":"4.9.4","upem":"7.3.1"},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > bin/version.mjs","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"esbuild src/main.ts --format=esm --target=node14 --platform=node --bundle --global-name=wkbtesm --minify --outfile=dist/esm-bundle.mjs","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.ts\" --reporter text-summary --reporter html --reporter json-summary mocha","depcruise":"depcruise bin dist src types --config --cache","depcruise:graph":"depcruise bin src types --cache --include-only '^(bin|dist|src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --cache --include-only '^(bin|dist|src|types)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --config --output-type mermaid --output-to - --highlight \"$(node bin/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --cache --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --cache --config --output-type text","depcruise:focus":"depcruise bin src types --progress --cache --config --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --cache --config --output-type text --reaches","format":"prettier --write \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --check \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"d2bb0346834a28351c88c8168e4e296171484959","_id":"watskeburt@0.9.1","_nodeVersion":"19.3.0","_npmVersion":"9.2.0","dist":{"shasum":"10bcc56ee71e6805ab6926a1ea1ed0d05cc90ca7","size":6612,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.9.1.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.9.1_1674412930049_0.4161329394578992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-22T18:42:10.292Z","publish_time":1674412930292,"_cnpm_publish_time":1674412930292},"0.9.0":{"name":"watskeburt","version":"0.9.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.mjs"},"main":"dist/cjs-bundle.cjs","module":"dist/esm-bundle.mjs","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm-bundle.mjs","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"9.4.1"},"devDependencies":{"@types/mocha":"10.0.0","@types/node":"18.11.9","@typescript-eslint/eslint-plugin":"5.43.0","c8":"7.12.0","dependency-cruiser":"12.0.0","esbuild":"0.15.14","eslint":"8.28.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.5.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.26.0","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.5.0","eslint-plugin-unicorn":"44.0.2","mocha":"10.1.0","npm-run-all":"4.1.5","prettier":"2.7.1","ts-node":"10.9.1","typescript":"4.9.3","upem":"7.3.1"},"engines":{"node":"^14||^16||>=18"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > bin/version.mjs","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node14 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"esbuild src/main.ts --format=esm --target=node14 --platform=node --bundle --global-name=wkbtesm --minify --outfile=dist/esm-bundle.mjs","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.ts\" --reporter text-summary --reporter html --reporter json-summary mocha","depcruise":"depcruise bin dist src types --config --cache","depcruise:graph":"depcruise bin src types --cache --include-only '^(bin|dist|src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --cache --include-only '^(bin|dist|src|types)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --config --output-type mermaid --output-to - --highlight \"$(node bin/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --cache --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --cache --config --output-type text","depcruise:focus":"depcruise bin src types --progress --cache --config --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --cache --config --output-type text --reaches","format":"prettier --check \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","format:check":"prettier --loglevel warn --write \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint":"npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output format lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:types":"tsc","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"gitHead":"4cdca6b82df24d03e8c28d48689489992affe4e3","_id":"watskeburt@0.9.0","_nodeVersion":"19.0.1","_npmVersion":"8.19.2","dist":{"shasum":"14504b1fb2953e7f52887b6f9b90c49b395ce33c","size":6607,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.9.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.9.0_1668867881756_0.46396588277621165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-19T14:24:45.742Z","publish_time":1668867881982,"_cnpm_publish_time":1668867881982},"0.8.1":{"name":"watskeburt","version":"0.8.1","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"bin/cli.mjs"},"main":"dist/cjs-bundle.cjs","module":"dist/esm-bundle.mjs","type":"module","sideEffects":false,"exports":{".":[{"import":"./dist/esm-bundle.mjs","require":"./dist/cjs-bundle.cjs"},"./dist/cjs-bundle.cjs"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"9.4.1"},"devDependencies":{"@types/mocha":"10.0.0","@types/node":"18.11.3","@typescript-eslint/eslint-plugin":"5.40.1","c8":"7.12.0","dependency-cruiser":"11.17.0","esbuild":"0.15.12","eslint":"8.26.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.5.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.26.0","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.5.0","eslint-plugin-unicorn":"44.0.2","mocha":"10.1.0","npm-run-all":"4.1.5","prettier":"2.7.1","ts-node":"10.9.1","typescript":"4.8.4","upem":"7.3.0"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > bin/version.mjs","build:dist":"npm-run-all build:dist:*","build:dist:cjs":"esbuild src/main.ts --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.cjs","build:dist:esm":"esbuild src/main.ts --format=esm --target=node16 --platform=node --bundle --global-name=wkbtesm --minify --outfile=dist/esm-bundle.mjs","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"NODE_OPTIONS=--no-warnings mocha","test:cover":"NODE_OPTIONS=--no-warnings c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.ts\" --reporter text-summary --reporter html --reporter json-summary mocha","depcruise":"depcruise bin dist src types --config --cache","depcruise:graph":"depcruise bin src types --cache --include-only '^(bin|dist|src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise bin src --cache --include-only '^(bin|dist|src|types)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --highlight \"$(node bin/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise bin dist src types --cache --include-only '^(bin|dist|src|types)' --config --output-type mermaid --output-to - --highlight \"$(node bin/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise bin src types --progress --cache --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise bin src types --progress --cache --config --output-type text","depcruise:focus":"depcruise bin src types --progress --cache --config --output-type text --focus","depcruise:reaches":"depcruise bin src types --progress --cache --config --output-type text --reaches","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint bin src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:types":"tsc","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"a4d106abb4c24825b7393f8b99d312c2527a804d","_id":"watskeburt@0.8.1","_nodeVersion":"18.11.0","_npmVersion":"8.19.2","dist":{"shasum":"5f34cae5307d2b1b61d8d6d4b2a4b6d91ca80f10","size":6715,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.8.1.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.8.1_1666456629982_0.8653520031971762"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-22T16:41:41.606Z","publish_time":1666456630201,"_cnpm_publish_time":1666456630201},"0.8.0":{"name":"watskeburt","version":"0.8.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"9.4.1"},"devDependencies":{"@types/mocha":"10.0.0","@types/node":"18.11.3","@typescript-eslint/eslint-plugin":"5.40.1","c8":"7.12.0","dependency-cruiser":"11.17.0","esbuild":"0.15.12","eslint":"8.26.0","eslint-config-moving-meadow":"4.0.2","eslint-config-prettier":"8.5.0","eslint-plugin-budapestian":"5.0.1","eslint-plugin-eslint-comments":"3.2.0","eslint-plugin-import":"2.26.0","eslint-plugin-mocha":"10.1.0","eslint-plugin-node":"11.1.0","eslint-plugin-security":"1.5.0","eslint-plugin-unicorn":"44.0.2","mocha":"10.1.0","npm-run-all":"4.1.5","prettier":"2.7.1","typescript":"4.8.4","upem":"7.3.0"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary mocha","depcruise":"depcruise src types --config --cache","depcruise:graph":"depcruise src types --cache --include-only '^(src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --cache --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --cache --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src types --cache --include-only '^(src|types)' --focus \"$(node src/cli.mjs main -T regex)\" --focus-depth 0 --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src types --cache --include-only '^(src|types)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\" --focus-depth 0","depcruise:html":"depcruise src types --progress --cache --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src types --progress --cache --config --output-type text","depcruise:focus":"depcruise src types --progress --cache --config --output-type text --focus","depcruise:reaches":"depcruise src types --progress --cache --config --output-type text --reaches","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:types":"tsc","scm:stage":"git add .","update-dependencies":"run-s upem:update upem:install lint:fix check","upem-outdated":"npm outdated --json --long | upem --dry-run","upem:install":"npm install","upem:update":"npm outdated --json --long | upem | pbcopy && pbpaste","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"3710fb94925b8fc7b92a0daa31120cb59b805337","_id":"watskeburt@0.8.0","_nodeVersion":"18.11.0","_npmVersion":"8.19.2","dist":{"shasum":"241f7026dd74a2fff6044db8571f32b31f124c18","size":8201,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.8.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.8.0_1666414316136_0.5128272327082211"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-22T16:41:40.565Z","publish_time":1666414316318,"_cnpm_publish_time":1666414316318},"0.7.0":{"name":"watskeburt","version":"0.7.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@types/mocha":"^9.1.1","@types/node":"^18.6.3","@typescript-eslint/eslint-plugin":"^5.32.0","c8":"^7.12.0","dependency-cruiser":"^11.14.1","esbuild":"^0.14.51","eslint":"^8.21.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.2","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1","typescript":"^4.7.4"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src types --config --cache","depcruise:graph":"depcruise src types --cache --include-only '^(src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --cache --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --cache --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src types --cache --include-only '^(src|types)' --focus \"$(node src/cli.mjs main -T regex)\" --focus-depth 0 --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src types --cache --include-only '^(src|types)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\" --focus-depth 0","depcruise:html":"depcruise src types --progress --cache --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src types --progress --cache --config --output-type text","depcruise:focus":"depcruise src types --progress --cache --config --output-type text --focus","depcruise:reaches":"depcruise src types --progress --cache --config --output-type text --reaches","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:types":"tsc","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"92f3fe5366fa75da78709fff0281ef0970db18ff","_id":"watskeburt@0.7.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"8017aa430d0cdc3fec498e3c705efc821f11f85b","size":8105,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.7.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.7.0_1659550009816_0.6106964219620608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T18:21:25.310Z","publish_time":1659550010059,"_cnpm_publish_time":1659550010059},"0.6.1":{"name":"watskeburt","version":"0.6.1","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@types/mocha":"^9.1.1","@types/node":"^18.6.3","@typescript-eslint/eslint-plugin":"^5.32.0","c8":"^7.12.0","dependency-cruiser":"^11.14.1","esbuild":"^0.14.51","eslint":"^8.21.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.2","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1","typescript":"^4.7.4"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src types --config --cache","depcruise:graph":"depcruise src types --cache --include-only '^(src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --cache --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --cache --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src types --cache --include-only '^(src|types)' --focus \"$(node src/cli.mjs main -T regex)\" --focus-depth 0 --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src types --cache --include-only '^(src|types)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\" --focus-depth 0","depcruise:html":"depcruise src types --progress --cache --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src types --progress --cache --config --output-type text","depcruise:focus":"depcruise src types --progress --cache --config --output-type text --focus","depcruise:reaches":"depcruise src types --progress --cache --config --output-type text --reaches","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:types":"tsc","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"4250535b2f5f5a00689a86a3b41cbd8d17d1db67","_id":"watskeburt@0.6.1","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"e862353c296a27550bfb5513953d751f81f467a7","size":7820,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.6.1.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.6.1_1659458215932_0.05022372430705979"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-02T16:40:30.041Z","publish_time":1659458216100,"_cnpm_publish_time":1659458216100},"0.6.0":{"name":"watskeburt","version":"0.6.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@types/mocha":"^9.1.1","@types/node":"^18.0.6","@typescript-eslint/eslint-plugin":"^5.30.7","c8":"^7.12.0","dependency-cruiser":"^11.12.0","esbuild":"^0.14.49","eslint":"^8.20.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.2","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1","typescript":"^4.7.4"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src types --config","depcruise:graph":"depcruise src types --include-only '^(src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src types --include-only '^(src|types)' --focus \"$(node src/cli.mjs main -T regex)\" --focus-depth 0 --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src types --include-only '^(src|types)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\" --focus-depth 0","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:types":"tsc","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"7212e3e7bfc9a38b8c46ed8a3490082dc4de3885","_id":"watskeburt@0.6.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"4bd7bf0ef46fdf73912eeea0a4fa79b147cb591d","size":7805,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.6.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.6.0_1658663132361_0.010778097220659033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-24T11:45:35.933Z","publish_time":1658663132523,"_cnpm_publish_time":1658663132523},"0.5.1":{"name":"watskeburt","version":"0.5.1","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@types/mocha":"^9.1.1","@types/node":"^18.0.6","@typescript-eslint/eslint-plugin":"^5.30.7","c8":"^7.12.0","dependency-cruiser":"^11.12.0","esbuild":"^0.14.49","eslint":"^8.20.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.1.0","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.2","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1","typescript":"^4.7.4"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src types --config","depcruise:graph":"depcruise src types --include-only '^(src|types)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src types --include-only '^(src|types)' --focus \"$(node src/cli.mjs main -T regex)\" --focus-depth 0 --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src types --include-only '^(src|types)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\" --focus-depth 0","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint lint:types","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src types tools --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src types tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:types":"tsc","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"9cbacc342213d687a3bd9e5e4e84c82dfd770588","_id":"watskeburt@0.5.1","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"0b76589fca9b768c6c8cf9e61f0701a9da652d83","size":7790,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.5.1.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.5.1_1658653922039_0.49117119553794253"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-24T09:12:07.298Z","publish_time":1658653922189,"_cnpm_publish_time":1658653922189},"0.5.0":{"name":"watskeburt","version":"0.5.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.30.5","c8":"^7.11.3","dependency-cruiser":"^11.11.0","esbuild":"^0.14.48","eslint":"^8.19.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.0.5","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1","typescript":"^4.7.4"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src --config","depcruise:graph":"depcruise src --include-only '^(src)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src --include-only '^(src)' --focus \"$(node src/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src --include-only '^(src)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"5fcb03e3dd8caa0306e90e93c7fc2a6bd132063a","_id":"watskeburt@0.5.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"615f28799ea24cfc13e39f23f6959ebbab5c5045","size":7603,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.5.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.5.0_1657471359824_0.028496087934459124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-10T16:42:42.950Z","publish_time":1657471359984,"_cnpm_publish_time":1657471359984},"0.4.0":{"name":"watskeburt","version":"0.4.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.30.5","c8":"^7.11.3","dependency-cruiser":"^11.11.0","esbuild":"^0.14.48","eslint":"^8.19.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.0.5","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1","typescript":"^4.7.4"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","check":"npm-run-all --parallel --aggregate-output lint depcruise test:cover","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src --config","depcruise:graph":"depcruise src --include-only '^(src)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src --include-only '^(src)' --focus \"$(node src/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src --include-only '^(src)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"7d131802abf3e295e5ec6456d915b2d67035504c","_id":"watskeburt@0.4.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"d6bf771bdb841d87d3fd487e66f4b0c020f4b5f8","size":7911,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.4.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.4.0_1657447538593_0.24564048746147904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-10T10:05:42.104Z","publish_time":1657447538818,"_cnpm_publish_time":1657447538818},"0.3.0":{"name":"watskeburt","version":"0.3.0","description":"List files changed since a git revision","keywords":["git","diff"],"homepage":"https://github.com/sverweij/watskeburt","repository":{"type":"git","url":"git+https://github.com/sverweij/watskeburt.git"},"bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"author":{"name":"Sander Verweij","url":"https://sverweij.github.io"},"license":"MIT","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","sideEffects":false,"exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","dependencies":{"commander":"^9.3.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.30.5","c8":"^7.11.3","dependency-cruiser":"^11.11.0","esbuild":"^0.14.48","eslint":"^8.19.0","eslint-config-moving-meadow":"^3.0.0","eslint-config-prettier":"^8.5.0","eslint-plugin-budapestian":"^4.0.0","eslint-plugin-import":"^2.26.0","eslint-plugin-mocha":"^10.0.5","eslint-plugin-node":"^11.1.0","eslint-plugin-security":"^1.5.0","eslint-plugin-unicorn":"^43.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","prettier":"^2.7.1"},"engines":{"node":"^12.20||^14||>=16"},"scripts":{"build":"npm-run-all --sequential build:version build:dist","build:version":"node tools/get-version.mjs > src/version.mjs","build:dist":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src --config","depcruise:graph":"depcruise src --include-only '^(src)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src --include-only '^(src)' --focus \"$(node src/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src --include-only '^(src)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus","lint":"npm-run-all --parallel --aggregate-output lint:format lint:eslint","lint:fix":"npm-run-all --parallel --aggregate-output lint:format:fix lint:eslint:fix","lint:eslint":"eslint src --cache --cache-location node_modules/.cache/eslint/","lint:eslint:fix":"eslint src tools --fix --cache --cache-location node_modules/.cache/eslint/","lint:format":"prettier --check \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","lint:format:fix":"prettier --loglevel warn --write \"{src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"","scm:stage":"git add .","version":"npm-run-all --sequential clean build lint depcruise:graph scm:stage"},"eslintIgnore":["coverage","docs","dist","node_modules"],"gitHead":"ec965a80cdc115ed5d3cc2cd7ae70effb5f39652","_id":"watskeburt@0.3.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"f238c37ed27c90b6451d00ddc422df8f6644c217","size":7887,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.3.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.3.0_1657371732323_0.8263500212943526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-09T13:02:14.741Z","publish_time":1657371732504,"_cnpm_publish_time":1657371732504},"0.2.0":{"name":"watskeburt","version":"0.2.0","description":"list files changed since a git reference","bin":{"watskeburt":"src/cli.mjs"},"main":"dist/cjs-bundle.js","module":"src/main.mjs","exports":{".":[{"import":"./src/main.mjs","require":"./dist/cjs-bundle.js"},"./dist/cjs-bundle.js"]},"types":"types/watskeburt.d.ts","scripts":{"build":"esbuild src/main.mjs --format=cjs --target=node12 --platform=node --bundle --global-name=wkbtcjs --minify --outfile=dist/cjs-bundle.js","clean":"rm -rf dist","test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src --config","depcruise:graph":"depcruise src --include-only '^(src)' --config --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src --include-only '^(src)' --focus \"$(node src/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src --include-only '^(src)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus","scm:stage":"git add .","version":"run-s clean build depcruise:graph scm:stage"},"keywords":["git","diff"],"author":{"name":"Sander Verweij","url":"https://sverweij.github.io/"},"license":"MIT","devDependencies":{"c8":"^7.11.3","dependency-cruiser":"^11.11.0","esbuild":"^0.14.48","mocha":"^10.0.0","npm-run-all":"^4.1.5"},"dependencies":{"commander":"^9.3.0"},"gitHead":"5535d332d34f415b2b750ea89c24449338565c18","_id":"watskeburt@0.2.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"d678dadbc994e2a79190f130f50fc55e5fa2e3e4","size":5571,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.2.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.2.0_1657229412539_0.787343668448029"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T21:30:17.477Z","publish_time":1657229412704,"_cnpm_publish_time":1657229412704},"0.1.0":{"name":"watskeburt","version":"0.1.0","description":"list files changed since a git reference","bin":{"watskeburt":"src/cli.mjs"},"main":"src/main.mjs","module":"src/main.mjs","exports":{".":[{"import":"./src/main.mjs"}]},"types":"types/watskeburt.d.ts","scripts":{"test":"mocha \"src/**/*.spec.mjs\"","test:cover":"c8 --check-coverage --statements 100 --branches 100 --functions 100 --lines 100 --exclude \"**/*.spec.mjs\" --reporter text-summary --reporter html --reporter json-summary npm test","depcruise":"depcruise src --config","depcruise:graph":"depcruise src --include-only '^(src)' --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html","depcruise:graph:archi":"depcruise src --include-only '^(src)' --config --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html","depcruise:graph:dev":"depcruise src --include-only '^(src)' --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:dev":"depcruise src --include-only '^(src)' --focus \"$(node src/cli.mjs main -T regex)\" --prefix vscode://file/$(pwd)/ --config --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser","depcruise:graph:diff:mermaid":"depcruise src --include-only '^(src)' --config --output-type mermaid --output-to - --focus \"$(node src/cli.mjs $SHA -T regex)\"","depcruise:html":"depcruise src --progress --config --output-type err-html --output-to dependency-violation-report.html","depcruise:text":"depcruise src --progress --config --output-type text","depcruise:focus":"depcruise src --progress --config --output-type text --focus"},"keywords":["git","diff"],"author":{"name":"Sander Verweij","url":"https://sverweij.github.io/"},"license":"MIT","devDependencies":{"c8":"^7.11.3","dependency-cruiser":"^11.11.0","mocha":"^10.0.0"},"dependencies":{"commander":"^9.3.0"},"gitHead":"eef9a6ad8fc58e5087078eaa1ed0c9793e3dcfbb","_id":"watskeburt@0.1.0","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"shasum":"d053db0894a63b7db8091082dd07e3a057329640","size":4482,"noattachment":false,"key":"/watskeburt/-/watskeburt-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/watskeburt/download/watskeburt-0.1.0.tgz"},"_npmUser":{"name":"sverweij","email":"sander_verweij@yahoo.com"},"directories":{},"maintainers":[{"name":"sverweij","email":"sander_verweij@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/watskeburt_0.1.0_1657224281713_0.2154484453210901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T20:06:00.606Z","publish_time":1657224281944,"_cnpm_publish_time":1657224281944}},"readme":"# watskeburt\n\nGet changed files & their statuses since any git _revision_\n\n## what's this do?\n\nA micro-lib to retrieve an array of file names that were changed since a\nrevision. Also sports a cli for use outside of JavaScript c.s.\n\n- :warning: Interface is stable, but can can change until 1.0.0 is published :warning:\n\n## why?\n\nI needed something simple and robust to support some upcoming features in\n[dependency-cruiser](https://github.com/sverweij/dependency-cruiser) and to\nrun standalone to use _in combination_ with dependency-cruiser.\n\nThere are a few specialized packages like this on npm, but it seems they've\nfallen out of maintenance. More generic packages are still maintained,\nbut for just this simple usage they're a bit overkill.\n\n## :construction_worker: usage\n\n### :scroll: API\n\n```javascript\n// const { listSync, getSHASync } = require(\"watskeburt\"); // in commonjs contexts you can also require it\nimport { list, getSHA, listSync, getSHASync } from \"watskeburt\";\n\n// print the SHA1 of the current HEAD\nconsole.log(await getSHA());\nconsole.log(getSHASync());\n\n// list all files that differ between 'main' and the current revision (including\n// files not staged for commit and files not under revision control)\n/** @type {import('watskeburt').IChange[]} */\nconst lChangedFiles = await list(\"main\");\n// or with the synchronous interface:\n// const lChangedFiles = listSync(\"main\");\n\n// list all files that differ between 'v0.6.1' and 'v0.7.1' (by definition\n// won't include files staged for commit and/ or not under revision control)\n/** @type {import('watskeburt').IChange[]} */\nconst lChangedFiles = await list(\"v0.6.1\", \"v0.7.1\");\n// or with the synchronous interface:\n// const lChangedFiles = listSync(\"v0.6.1\", \"v0.7.1\");\n\n// As a third parameter you can pass some options\n// (pass null as the second parameter if you only want to compare between\n// a revision and the working tree):\n/** @type {import('watskeburt').IChange[]|string} */\nconst lChangedFiles = await list(\"main\", null, {\n  trackedOnly: false, // when set to true leaves out files not under revision control\n  outputType: \"object\", // other options: \"json\" and \"regex\" (as used in the CLI)\n});\n// or with the synchronous interface:\n// const lChangedFiles = listSync(\"main\", null, {\n//   trackedOnly: false, // when set to true leaves out files not under revision control\n//   outputType: \"object\", // other options: \"json\" and \"regex\" (as used in the CLI)\n// });\n```\n\nThe array of changes this returns looks like this:\n\n```javascript\n[\n  {\n    name: \"doc/cli.md\",\n    changeType: \"modified\",\n  },\n  {\n    name: \"test/thing.spec.mjs\",\n    changeType: \"renamed\",\n    oldName: \"test/old-thing.spec.mjs\",\n  },\n  {\n    name: \"src/not-tracked-yet.mjs\",\n    changeType: \"untracked\",\n  },\n];\n```\n\n### :shell: cli\n\nFor now there's also a simple command line interface\n\n```shell\n# list all JavaScript-ish files changed since main in a regular expression\n$ npx watskeburt main\n^(src/cli\\.mjs|src/formatters/regex\\.mjs|src/version\\.mjs)$\n```\n\nBy default this returns a regex that contains all changed files that could be\nsource files in the JavaScript ecosystem (.js, .mjs, .ts, .tsx ...) that can\nbe used in e.g. the `--focus` and `--reaches` filters of dependency-cruiser.\n\nThe JSON output (which looks a lot like the array above) is unfiltered and\nalso contains other extensions.\n\n```\nUsage: cli [options] [revision]\n\nlists files & their statuses since [revision].\n\n-> When you don't pass a revision the revision defaults to the current one.\n\nOptions:\n  -V, --version             output the version number\n  -T, --output-type <type>  json,regex (default: \"regex\")\n  --tracked-only            only take tracked files into account (default: false)\n  -h, --help                display help for command\n```\n\n## ???????? what does 'watskeburt' mean?\n\n_watskeburt_ is a fast pronunciation of the Dutch \"wat is er gebeurd?\"\n(_what has happened?_) or \"wat er is gebeurd\" (_what has happened_). It's\nalso the title of a song by the Dutch band \"De Jeugd van Tegenwoordig\"\n(_Youth these days_).\n","_attachments":{},"homepage":"https://github.com/sverweij/watskeburt","bugs":{"url":"https://github.com/sverweij/watskeburt/issues"},"license":"MIT"}