-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create markdown table skeleton for initial package.json fields #21
Labels
Comments
WIP Bun package manager
pkgname, relativepath, version used above are all strings Bun runtimeBun bundlerBun test runnerUncategorized
|
I believe this idea is similar to my intent with: https://github.com/openjs-foundation/package-json-research |
npm also has this typescript definition here: https://github.com/npm/types/blob/main/types/index.d.ts#L90-L129 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
*Open Inventory and Analysis” issue to start research process async across stakeholders.
Let’s make a place (doc, wiki, issue) that can list all known package.json fields. For each field, let’s link to all of the places (package managers, tools, platforms, etc) that document semantics/usage of it. To better populate that list of fields, we should audit the docs of known package managers/tools/platforms/etc to ensure we’re not missing anything. This work can be fully parallelized and done async, and set up so that anyone can arbitrarily pick a field to research and flesh out.
Let’s model things after https://github.com/mdn/browser-compat-data - with the intent to hopefully PR the data in there when it’s mostly complete, but whether they want the data or not, we can benefit from their data schema design.
First steps: make a markdown file in the collab space repo with a skeleton so people can PR in fields and research results.
Desired stakeholders:
The text was updated successfully, but these errors were encountered: