sha256:ae5d6c4415f92dd3af41ab02981b808e373dae51b1644e77cfeab5e7699ca480
Found in archives
-
sha256:01cbfc518402f4a45a979a18b8670c9ff35dc9d93db8ea040236b1ac8e0e62b7
workspaces/arborist/test/fixtures/workspaces-with-overrides/package-lock.json -
sha256:da3e68aa5c3a20e45293876be5cfec39a905ee5bf7a744e7971d8020a2e97869
workspaces/arborist/test/fixtures/workspaces-with-overrides/package-lock.json -
sha256:ff5c13bfe98f0a9fa43a15fcdcc73b75d441d2230261f620b20d1b327e9d3849
workspaces/arborist/test/fixtures/workspaces-with-overrides/package-lock.json
{ "name": "workspace-with-overrides", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workspace-with-overrides", "workspaces": [ "ws" ] }, "node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", "license": "MIT" }, "node_modules/ws": { "resolved": "ws", "link": true }, "ws": { "version": "1.0.0", "dependencies": { "arg": "4.1.2" } } } }
Return to home page.