spectral-language-server
spectral-language-server copied to clipboard
Updated package-lock.json
Hello. I updated package-lock.json because the lockfile doesn't contain resolved and integrity fields. I was trying to build spectral-language-server with Nix (https://github.com/NixOS/nixpkgs/pull/301730 ), but it needs integrity hashes.
This pull request changes lockfileVersion and adds resolved and integrity fields.
As a side note, the lack of resolved and integrity is most likely a bug in npm. cf. https://github.com/npm/cli/issues/4263
They are needed to track dependencies, and this is a problem not only for the Nix package manager but also for other developers using npm since they cannot reproduce the same environment.