CommandCodeAI / CommandCodeAI/command-code
Feature Production Lockfile on NPM
まだ誰も着手していません。
- 主要言語
- 言語のデータがありません
- スター
- 4k
- フォーク
- 350
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Feature Description
I just packaged command code for nixpkgs : NixOS/nixpkgs#548781
However, there is only a package.json without any full production lockfile package.lock in the NPM registry : https://www.npmjs.com/package/command-code?activeTab=code
It is needed to ensure reproducible builds, and without the full production lockfile (matching the published package.json, containing only dependencies available from the npm registry), it is needed to replicate it using immediate pinning, which might differ from the one you tested the software with
Would it be possible to include the full production lockfile as well on NPM?
Thanks!
Use Case
Reproducible Packaging
Additional Context
Would be fixed by #618
How important is this to you?
Important for my workflow
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
package.json と issue #618 から始め、その後 NPM package がどのように公開されているかを調べる。production lockfile が公開された package.json から生成され、NPM registry package に含まれていることを確認する。downstream packagers がこれを reproducible builds に使用できれば完了とする。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js
- 領域
- build-system, release
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 58/100