CommandCodeAI / CommandCodeAI/command-code
Feature Production Lockfile on NPM
还没有人认领这个 Issue。
- 主要语言
- 没有语言数据
- 星标
- 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 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 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