Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: [improvement] reenable npm cli api access #648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 32 additions & 0 deletions accepted/0000-reenable-npm-cli-api-access.md
Original file line number Diff line number Diff line change
@@ -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