{ "name": "npm-test-shrinkwrap", "version": "0.0.0", "dependencies": { "npm-test-single-file": { "version": "1.2.3", "resolved": "https://raw.github.com/gist/1837112/index.js" }, "glob": { "version": "3.1.5", "resolved": "git://github.com/isaacs/node-glob.git#67bda227fd7a559cca5620307c7d30a6732a792f", "dependencies": { "minimatch": { "version": "0.2.1", "dependencies": { "lru-cache": { "version": "1.0.5" } } }, "graceful-fs": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.5.tgz", "dependencies": { "fast-list": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/fast-list/-/fast-list-1.0.2.tgz" } } }, "inherits": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz" } } }, "minimatch": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.1.5.tgz", "dependencies": { "lru-cache": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-1.0.5.tgz" } } } } }