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