Created
March 19, 2015 11:33
-
-
Save davidmarkclements/0c4041d21fafefdc86fe to your computer and use it in GitHub Desktop.
Example shrinkwrap.json file, created from npm-dependents module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "npm-dependents", | |
"version": "1.0.1", | |
"dependencies": { | |
"JSONStream": { | |
"version": "0.10.0", | |
"from": "JSONStream@*", | |
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.10.0.tgz", | |
"dependencies": { | |
"jsonparse": { | |
"version": "0.0.5", | |
"from": "[email protected]", | |
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz" | |
}, | |
"through": { | |
"version": "2.3.6", | |
"from": "through@>=2.2.7 <3.0.0", | |
"resolved": "https://registry.npmjs.org/through/-/through-2.3.6.tgz" | |
} | |
} | |
}, | |
"hyperquest": { | |
"version": "1.0.1", | |
"from": "hyperquest@*", | |
"resolved": "https://registry.npmjs.org/hyperquest/-/hyperquest-1.0.1.tgz", | |
"dependencies": { | |
"duplexer2": { | |
"version": "0.0.2", | |
"from": "duplexer2@>=0.0.2 <0.1.0", | |
"resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.1.13", | |
"from": "readable-stream@>=1.1.9 <1.2.0", | |
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz", | |
"dependencies": { | |
"core-util-is": { | |
"version": "1.0.1", | |
"from": "core-util-is@>=1.0.0 <1.1.0", | |
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]", | |
"resolved": "http://ld.davidmarkclements.com/isarray/-/isarray-0.0.1.tgz" | |
}, | |
"string_decoder": { | |
"version": "0.10.31", | |
"from": "string_decoder@>=0.10.0 <0.11.0", | |
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" | |
}, | |
"inherits": { | |
"version": "2.0.1", | |
"from": "inherits@>=2.0.1 <2.1.0", | |
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" | |
} | |
} | |
} | |
} | |
}, | |
"through2": { | |
"version": "0.6.3", | |
"from": "through2@>=0.6.3 <0.7.0", | |
"resolved": "https://registry.npmjs.org/through2/-/through2-0.6.3.tgz", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.0.33", | |
"from": "readable-stream@>=1.0.33-1 <1.1.0-0", | |
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz", | |
"dependencies": { | |
"core-util-is": { | |
"version": "1.0.1", | |
"from": "core-util-is@>=1.0.0 <1.1.0", | |
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]", | |
"resolved": "http://ld.davidmarkclements.com/isarray/-/isarray-0.0.1.tgz" | |
}, | |
"string_decoder": { | |
"version": "0.10.31", | |
"from": "string_decoder@>=0.10.0 <0.11.0", | |
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" | |
}, | |
"inherits": { | |
"version": "2.0.1", | |
"from": "inherits@>=2.0.1 <2.1.0", | |
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" | |
} | |
} | |
}, | |
"xtend": { | |
"version": "4.0.0", | |
"from": "xtend@>=4.0.0 <4.1.0-0", | |
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz" | |
} | |
} | |
} | |
} | |
}, | |
"minimist": { | |
"version": "1.1.0", | |
"from": "minimist@*", | |
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.0.tgz" | |
}, | |
"stream-reduce": { | |
"version": "1.0.3", | |
"from": "stream-reduce@*", | |
"resolved": "https://registry.npmjs.org/stream-reduce/-/stream-reduce-1.0.3.tgz", | |
"dependencies": { | |
"through": { | |
"version": "2.3.6", | |
"from": "through@>=2.3.4 <2.4.0", | |
"resolved": "https://registry.npmjs.org/through/-/through-2.3.6.tgz" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment