Roughing out the demo app
This commit is contained in:
51
node_modules/defer-to-connect/package.json
generated
vendored
Normal file
51
node_modules/defer-to-connect/package.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"_from": "defer-to-connect@^1.0.1",
|
||||
"_id": "defer-to-connect@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-k09hcQcTDY+cwgiwa6PYKLm3jlagNzQ+RSvhjzESOGOx+MNOuXkxTfEvPrO1IOQ81tArCFYQgi631clB70RpQw==",
|
||||
"_location": "/defer-to-connect",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "defer-to-connect@^1.0.1",
|
||||
"name": "defer-to-connect",
|
||||
"escapedName": "defer-to-connect",
|
||||
"rawSpec": "^1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@szmarczak/http-timer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.0.2.tgz",
|
||||
"_shasum": "4bae758a314b034ae33902b5aac25a8dd6a8633e",
|
||||
"_spec": "defer-to-connect@^1.0.1",
|
||||
"_where": "/Users/nate/code/pluralsight/async-programming-promises/node_modules/@szmarczak/http-timer",
|
||||
"author": {
|
||||
"name": "Szymon Marczak"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/szmarczak/defer-to-connect/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "The safe way to handle the `connect` socket event",
|
||||
"homepage": "https://github.com/szmarczak/defer-to-connect#readme",
|
||||
"keywords": [
|
||||
"socket",
|
||||
"connect",
|
||||
"event"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "defer-to-connect",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/szmarczak/defer-to-connect.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user