From 49095787648c436cf701f01f771f31fc4835b399 Mon Sep 17 00:00:00 2001 From: Ganesh K Bhat Date: Wed, 26 Oct 2022 18:22:55 +0530 Subject: [PATCH] Pull request: reenable npm cli api access --- accepted/0000-reenable-npm-cli-api-access.md | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 accepted/0000-reenable-npm-cli-api-access.md diff --git a/accepted/0000-reenable-npm-cli-api-access.md b/accepted/0000-reenable-npm-cli-api-access.md new file mode 100644 index 000000000..bdfddd4ee --- /dev/null +++ b/accepted/0000-reenable-npm-cli-api-access.md @@ -0,0 +1,32 @@ +# reenable npm cli api access + +## Summary + +reenable npm cli api access - https://github.com/npm/libnpm + +## Motivation + + +- Provide an easier way to work with npm, npm commands, and package.json / npm scripts + +## Detailed Explanation + +No explaination needed. Re-Consider enabling npm cli api access. Currently it is disabled and removed. + +## Rationale and Alternatives + +None. Some external maintainer probably may work on the repository as a hack for npm. It may probably make it unmoderated or not funded properly to merge goals of nodejs, npm, and related security considerations https://github.com/npm/libnpm + +## Implementation + +Update and reimplement https://github.com/npm/libnpm to current npm cli version. + +## Prior Art + +https://github.com/npm/libnpm + +## Unresolved Questions and Bikeshedding + +None + +