Caleb Everett

Results 56 comments of Caleb Everett

A post-reify script would be useful. We try to run a script to remove the resolved key from package-lock after any modifications [because we build packages against different registries](https://github.com/everett1992/rfcs/blob/main/accepted/0000-resolved-registry-override.md). We...

This issue describes packing, then comparing the packed tarball's checksum against the version in the registry. The tarball checksum includes file metadata, so even changing files' timestamps will create a...

We can take this off the agenda tho I'd appreciate implementation input from someone familiar with package-lock and arborist. I think `metaFromNode` in lib/shrinkwrap is responsible for getting data to...

I've drafted this RFC in npm/arborist#352. Has there been more discussion including registry in lockfile? I think omitting resolved is the most comprehensive option because it supports switching between registries...

@darcyclarke would you add this to the agenda for the next RFC meeting? The [PR](https://github.com/npm/cli/pull/4264) implementing this RFC has a Needs Discussion tag.

I think this RFC addresses npm/rfcs#463 Multi-app Monorepo Support

I think this functionality extends beyond monorepos. To create a lambda archive of my module's files and it's production dependencies I have to ``` # run lifecycle hooks and create...

Looking at the library I don't think it would be easy to target node's stream api because it is async and callback based, while `next` and `stepin` are sync. I...

After some initial success I've hit a roadblock https://stackoverflow.com/questions/66145735/is-there-a-blocking-arraybuffer-that-is-filled-by-a-worker-thread

> What is `fs-extra` providing that `https://github.com/npm/fs` isn't? I used fs-extra because I couldn't find whatever fs lib npm preferred I wasn't aware of @npmcli/fs. - Is this a polyfil...