{ "name": "test-npm-ci", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { "shortid": "^2.0.0" } }, "node_modules/shortid": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.0.0.tgz", "integrity": "sha1-wok4XrZxbPxvHzisMAEtfPOTqII=", "engines": { "node": ">=0.8.x" } } }, "dependencies": { "shortid": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.0.0.tgz", "integrity": "sha1-wok4XrZxbPxvHzisMAEtfPOTqII=" } } }