Last active
October 28, 2017 02:21
-
-
Save thegonch/e880f5a81b956a1c0079bfe3b5e0f8a3 to your computer and use it in GitHub Desktop.
NPM Lock File
This file contains 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": "my-app", | |
"version": "0.0.1", | |
"dependencies": { | |
"batch": { | |
"version": "0.5.0" | |
}, | |
"buffer-crc32": { | |
"version": "0.2.1" | |
}, | |
"bytes": { | |
"version": "0.2.1" | |
}, | |
"commander": { | |
"version": "1.3.2" | |
}, | |
"connect": { | |
"version": "2.12.0" | |
}, | |
"cookie": { | |
"version": "0.1.0" | |
}, | |
"cookie-signature": { | |
"version": "1.0.1" | |
}, | |
"core-util-is": { | |
"version": "1.0.2" | |
}, | |
"debug": { | |
"version": "0.8.1" | |
}, | |
"express": { | |
"version": "3.4.8" | |
}, | |
"fresh": { | |
"version": "0.2.0" | |
}, | |
"isarray": { | |
"version": "0.0.1" | |
}, | |
"json-lint": { | |
"version": "0.1.0" | |
}, | |
"keypress": { | |
"version": "0.1.0" | |
}, | |
"merge-descriptors": { | |
"version": "0.0.1" | |
}, | |
"methods": { | |
"version": "0.1.0" | |
}, | |
"mime": { | |
"version": "1.2.11" | |
}, | |
"mkdirp": { | |
"version": "0.3.5" | |
}, | |
"multiparty": { | |
"version": "2.2.0" | |
}, | |
"negotiator": { | |
"version": "0.3.0" | |
}, | |
"pause": { | |
"version": "0.0.1" | |
}, | |
"qs": { | |
"version": "0.6.6" | |
}, | |
"range-parser": { | |
"version": "0.0.4" | |
}, | |
"raw-body": { | |
"version": "1.1.2" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"dependencies": { | |
"inherits": { | |
"version": "2.0.3" | |
} | |
} | |
}, | |
"send": { | |
"version": "0.1.4" | |
}, | |
"stream-counter": { | |
"version": "0.2.0" | |
}, | |
"string_decoder": { | |
"version": "0.10.31" | |
}, | |
"uid2": { | |
"version": "0.0.3" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment