{ "name": "use-common", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "version": "1.0.0", "license": "ISC", "dependencies": { "hello-common": "file:../common/hello-common" } }, "../common/hello-common": { "version": "1.0.0", "license": "ISC" }, "node_modules/hello-common": { "resolved": "../common/hello-common", "link": true } }, "dependencies": { "hello-common": { "version": "file:../common/hello-common" } } }