Compare commits
	
		
			11 Commits
		
	
	
		
			27f64c5027
			...
			5fb67664c1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5fb67664c1 | |||
| 6b359c4d3a | |||
| 420fbf44d0 | |||
| 
						 | 
					5b9495ab9a | ||
| 
						 | 
					1ddb145eb4 | ||
| 
						 | 
					79daf5c790 | ||
| 
						 | 
					5538a89ca7 | ||
| 
						 | 
					02873a9b12 | ||
| 
						 | 
					b6cd87d00b | ||
| 
						 | 
					12f0a8364e | ||
| 
						 | 
					7dfc94a8d7 | 
@@ -1,17 +1,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
 | 
					 | 
				
			||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "Node.js",
 | 
						"name": "Node.js",
 | 
				
			||||||
	// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
 | 
						"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
 | 
				
			||||||
	"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18-bullseye",
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Features to add to the dev container. More info: https://containers.dev/features.
 | 
					 | 
				
			||||||
	// "features": {},
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Configure tool-specific properties.
 | 
					 | 
				
			||||||
	"customizations": {
 | 
						"customizations": {
 | 
				
			||||||
		// Configure properties specific to VS Code.
 | 
					 | 
				
			||||||
		"vscode": {
 | 
							"vscode": {
 | 
				
			||||||
			"settings": {},
 | 
								"settings": {},
 | 
				
			||||||
			"extensions": [
 | 
								"extensions": [
 | 
				
			||||||
@@ -20,21 +12,11 @@
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
					 | 
				
			||||||
	// "forwardPorts": [3000],
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Use 'portsAttributes' to set default properties for specific forwarded ports. 
 | 
					 | 
				
			||||||
	// More info: https://containers.dev/implementors/json_reference/#port-attributes
 | 
					 | 
				
			||||||
	"portsAttributes": {
 | 
						"portsAttributes": {
 | 
				
			||||||
		"3000": {
 | 
							"3000": {
 | 
				
			||||||
			"label": "Hello Remote World",
 | 
								"label": "Hello Remote World",
 | 
				
			||||||
			"onAutoForward": "notify"
 | 
								"onAutoForward": "notify"
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
						"postAttachCommand": "yarn install && npm run debug"
 | 
				
			||||||
	// Use 'postCreateCommand' to run commands after the container is created.
 | 
					 | 
				
			||||||
	"postCreateCommand": "yarn install"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
 | 
					 | 
				
			||||||
	// "remoteUser": "root"
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7
									
								
								.gitea/workflows/dependabot.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.gitea/workflows/dependabot.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					# For more details, see https://containers.dev/guide/dependabot
 | 
				
			||||||
 | 
					version: 2
 | 
				
			||||||
 | 
					updates:
 | 
				
			||||||
 | 
					  - package-ecosystem: "devcontainers"
 | 
				
			||||||
 | 
					    directory: "/"
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: weekly
 | 
				
			||||||
@@ -1,9 +0,0 @@
 | 
				
			|||||||
# Microsoft Open Source Code of Conduct
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Resources:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
 | 
					 | 
				
			||||||
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
 | 
					 | 
				
			||||||
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
 | 
					 | 
				
			||||||
							
								
								
									
										21
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								LICENSE
									
									
									
									
									
								
							@@ -1,21 +0,0 @@
 | 
				
			|||||||
    MIT License
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Copyright (c) Microsoft Corporation. All rights reserved.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
					 | 
				
			||||||
    of this software and associated documentation files (the "Software"), to deal
 | 
					 | 
				
			||||||
    in the Software without restriction, including without limitation the rights
 | 
					 | 
				
			||||||
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 | 
					 | 
				
			||||||
    copies of the Software, and to permit persons to whom the Software is
 | 
					 | 
				
			||||||
    furnished to do so, subject to the following conditions:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    The above copyright notice and this permission notice shall be included in all
 | 
					 | 
				
			||||||
    copies or substantial portions of the Software.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
					 | 
				
			||||||
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
					 | 
				
			||||||
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | 
					 | 
				
			||||||
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
					 | 
				
			||||||
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
					 | 
				
			||||||
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 | 
					 | 
				
			||||||
    SOFTWARE
 | 
					 | 
				
			||||||
							
								
								
									
										104
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										104
									
								
								README.md
									
									
									
									
									
								
							@@ -1,101 +1,17 @@
 | 
				
			|||||||
# Try Out Development Containers: Node.js
 | 
					# node
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-node)
 | 
					DevStar 基础开发环境镜像模板项目
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A **development container** is a running container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with **[GitHub Codespaces](https://github.com/features/codespaces)** or **[Visual Studio Code Dev Containers](https://aka.ms/vscode-remote/containers)**.
 | 
					Node 项目工程模板
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is a sample project that lets you try out either option in a few easy steps. We have a variety of other [vscode-remote-try-*](https://github.com/search?q=org%3Amicrosoft+vscode-remote-try-&type=Repositories) sample projects, too.
 | 
					## 使用方法
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> **Note:** If you already have a Codespace or dev container, you can jump to the [Things to try](#things-to-try) section.
 | 
					```
 | 
				
			||||||
 | 
					node server.js
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setting up the development container
 | 
					### 版权说明
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### GitHub Codespaces
 | 
					Copyright @ Mengning Software 
 | 
				
			||||||
Follow these steps to open this sample in a Codespace:
 | 
					 | 
				
			||||||
1. Click the **Code** drop-down menu.
 | 
					 | 
				
			||||||
2. Click on the **Codespaces** tab.
 | 
					 | 
				
			||||||
1. Click **Create codespace on main** .
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
For more info, check out the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace).
 | 
					梦宁软件(江苏)有限公司 版权所有
 | 
				
			||||||
  
 | 
					 | 
				
			||||||
### VS Code Dev Containers
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
If you already have VS Code and Docker installed, you can click the badge above or [here](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-node) to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Follow these steps to open this sample in a container using the VS Code Dev Containers extension:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
2. To use this repository, you can either open the repository in an isolated Docker volume:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    - Press <kbd>F1</kbd> and select the **Dev Containers: Try a Sample...** command.
 | 
					 | 
				
			||||||
    - Choose the "Node" sample, wait for the container to start, and try things out!
 | 
					 | 
				
			||||||
        > **Note:** Under the hood, this will use the **Dev Containers: Clone Repository in Container Volume...** command to clone the source code in a Docker volume instead of the local filesystem. [Volumes](https://docs.docker.com/storage/volumes/) are the preferred mechanism for persisting container data.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Or open a locally cloned copy of the code:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
   - Clone this repository to your local filesystem.
 | 
					 | 
				
			||||||
   - Press <kbd>F1</kbd> and select the **Dev Containers: Open Folder in Container...** command.
 | 
					 | 
				
			||||||
   - Select the cloned copy of this folder, wait for the container to start, and try things out!
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Things to try
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Once you have this sample opened, you'll be able to work with it like you would locally.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Some things to try:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
1. **Edit:**
 | 
					 | 
				
			||||||
   - Open `server.js`
 | 
					 | 
				
			||||||
   - Try adding some code and check out the language features. 
 | 
					 | 
				
			||||||
   - Make a spelling mistake and notice it is detected. The [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension was automatically installed because it is referenced in `.devcontainer/devcontainer.json`.
 | 
					 | 
				
			||||||
   - Also notice that `eslint` and the [ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) are installed. Tools are installed in the `mcr.microsoft.com/devcontainers/javascript-node` image and Dev Container settings and metadata are automatically picked up from [image labels](https://containers.dev/implementors/reference/#labels).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
2. **Terminal:** Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>\`</kbd> and type `uname` and other Linux commands from the terminal window.
 | 
					 | 
				
			||||||
3. **Build, Run, and Debug:**
 | 
					 | 
				
			||||||
   - Open `server.js`
 | 
					 | 
				
			||||||
   - Add a breakpoint (e.g. on line 20).
 | 
					 | 
				
			||||||
   - Press <kbd>F5</kbd> to launch the app in the container.
 | 
					 | 
				
			||||||
   - Once the breakpoint is hit, try hovering over variables, examining locals, and more.
 | 
					 | 
				
			||||||
   - Continue (<kbd>F5</kbd>). You can connect to the server in the container by either: 
 | 
					 | 
				
			||||||
      - Clicking on `Open in Browser` in the notification telling you: `Your service running on port 3000 is available`.
 | 
					 | 
				
			||||||
      - Clicking the globe icon in the 'Ports' view. The 'Ports' view gives you an organized table of your forwarded ports, and you can access it with the command **Ports: Focus on Ports View**.
 | 
					 | 
				
			||||||
   - Notice port 3000 in the 'Ports' view is labeled "Hello Remote World." In `devcontainer.json`, you can set `"portsAttributes"`, such as a label for your forwarded ports and the action to be taken when the port is autoforwarded. 
 | 
					 | 
				
			||||||
      - If we didn't know the port was 3000, we could've used a regex instead of "3000" in the `"portsAttributes"`, such as ".+/server.js".
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
   > **Note:** In Dev Containers, you can access your app at `http://localhost:3000` in a local browser. But in a browser-based Codespace, you must click the link from the notification or the `Ports` view so that the service handles port forwarding in the browser and generates the correct URL.
 | 
					 | 
				
			||||||
   
 | 
					 | 
				
			||||||
4. **Rebuild or update your container**
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
   You may want to make changes to your container, such as installing a different version of a software or forwarding a new port. You'll rebuild your container for your changes to take effect. 
 | 
					 | 
				
			||||||
   
 | 
					 | 
				
			||||||
   **Open browser automatically:** As an example change, let's update the `portsAttributes` in the `.devcontainer/devcontainer.json` file to open a browser when our port is automatically forwarded.
 | 
					 | 
				
			||||||
   
 | 
					 | 
				
			||||||
   - Open the `.devcontainer/devcontainer.json` file.
 | 
					 | 
				
			||||||
   - Modify the `"onAutoForward"` attribute in your `portsAttributes` from `"notify"` to `"openBrowser"`.
 | 
					 | 
				
			||||||
   - Press <kbd>F1</kbd> and select the **Dev Containers: Rebuild Container** or **Codespaces: Rebuild Container** command so the modifications are picked up.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
5. **Install the GitHub CLI using a Dev Container Feature:**
 | 
					 | 
				
			||||||
   - Press <kbd>F1</kbd> and select the **Dev Containers: Configure Container Features...** or **Codespaces: Configure Container Features...** command.
 | 
					 | 
				
			||||||
   - Type "github" in the text box at the top.
 | 
					 | 
				
			||||||
   - Check the check box next to "GitHub CLI" (published by devcontainers) 
 | 
					 | 
				
			||||||
   - Click OK
 | 
					 | 
				
			||||||
   - Press <kbd>F1</kbd> and select the **Dev Containers: Rebuild Container** or **Codespaces: Rebuild Container** command so the modifications are picked up.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Contributing
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This project welcomes contributions and suggestions.  Most contributions require you to agree to a
 | 
					 | 
				
			||||||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
 | 
					 | 
				
			||||||
the rights to use your contribution. For details, visit https://cla.microsoft.com.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
 | 
					 | 
				
			||||||
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
 | 
					 | 
				
			||||||
provided by the bot. You will only need to do this once across all repos using our CLA.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
 | 
					 | 
				
			||||||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
 | 
					 | 
				
			||||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## License
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © Microsoft Corporation All rights reserved.<br />
 | 
					 | 
				
			||||||
Licensed under the MIT License. See LICENSE in the project root for license information.
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										41
									
								
								SECURITY.md
									
									
									
									
									
								
							
							
						
						
									
										41
									
								
								SECURITY.md
									
									
									
									
									
								
							@@ -1,41 +0,0 @@
 | 
				
			|||||||
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Security
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Reporting Security Issues
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
**Please do not report security vulnerabilities through public GitHub issues.**
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com).  If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
 | 
					 | 
				
			||||||
  * Full paths of source file(s) related to the manifestation of the issue
 | 
					 | 
				
			||||||
  * The location of the affected source code (tag/branch/commit or direct URL)
 | 
					 | 
				
			||||||
  * Any special configuration required to reproduce the issue
 | 
					 | 
				
			||||||
  * Step-by-step instructions to reproduce the issue
 | 
					 | 
				
			||||||
  * Proof-of-concept or exploit code (if possible)
 | 
					 | 
				
			||||||
  * Impact of the issue, including how an attacker might exploit the issue
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This information will help us triage your report more quickly.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Preferred Languages
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
We prefer all communications to be in English.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Policy
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<!-- END MICROSOFT SECURITY.MD BLOCK -->
 | 
					 | 
				
			||||||
@@ -6,9 +6,11 @@
 | 
				
			|||||||
  "main": "server.js",
 | 
					  "main": "server.js",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "start": "node server.js"
 | 
					    "dev": "node server.js",
 | 
				
			||||||
 | 
							"debug": "node --inspect server.js",
 | 
				
			||||||
 | 
							"dev-debug": "node --inspect-brk server.js"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "express": "^4.16.1"
 | 
					    "express": "^4.20.0"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								public/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 4.2 KiB  | 
@@ -6,16 +6,19 @@
 | 
				
			|||||||
'use strict';
 | 
					'use strict';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const express = require('express');
 | 
					const express = require('express');
 | 
				
			||||||
 | 
					const path = require('path');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Constants
 | 
					// Constants
 | 
				
			||||||
const PORT = 3000;
 | 
					const PORT = 3000;
 | 
				
			||||||
const HOST = '0.0.0.0';
 | 
					const HOST = '0.0.0.0';
 | 
				
			||||||
 | 
					 | 
				
			||||||
// App
 | 
					// App
 | 
				
			||||||
const app = express();
 | 
					const app = express();
 | 
				
			||||||
app.get('/', (req, res) => {
 | 
					app.get('/', (req, res) => {
 | 
				
			||||||
	res.send('Hello remote world!\n');
 | 
						res.send('Hello remote world!\n');
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 提供 favicon.ico 静态资源
 | 
				
			||||||
 | 
					app.use('/favicon.ico', express.static(path.join(__dirname, 'favicon.ico')));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
app.listen(PORT, HOST);
 | 
					app.listen(PORT, HOST);
 | 
				
			||||||
console.log(`Running on http://${HOST}:${PORT}`);
 | 
					console.log(`Running on http://${HOST}:${PORT}`);
 | 
				
			||||||
							
								
								
									
										405
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										405
									
								
								yarn.lock
									
									
									
									
									
								
							@@ -1,405 +0,0 @@
 | 
				
			|||||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
 | 
					 | 
				
			||||||
# yarn lockfile v1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
accepts@~1.3.8:
 | 
					 | 
				
			||||||
  version "1.3.8"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
 | 
					 | 
				
			||||||
  integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    mime-types "~2.1.34"
 | 
					 | 
				
			||||||
    negotiator "0.6.3"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
array-flatten@1.1.1:
 | 
					 | 
				
			||||||
  version "1.1.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
 | 
					 | 
				
			||||||
  integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
body-parser@1.20.1:
 | 
					 | 
				
			||||||
  version "1.20.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
 | 
					 | 
				
			||||||
  integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    bytes "3.1.2"
 | 
					 | 
				
			||||||
    content-type "~1.0.4"
 | 
					 | 
				
			||||||
    debug "2.6.9"
 | 
					 | 
				
			||||||
    depd "2.0.0"
 | 
					 | 
				
			||||||
    destroy "1.2.0"
 | 
					 | 
				
			||||||
    http-errors "2.0.0"
 | 
					 | 
				
			||||||
    iconv-lite "0.4.24"
 | 
					 | 
				
			||||||
    on-finished "2.4.1"
 | 
					 | 
				
			||||||
    qs "6.11.0"
 | 
					 | 
				
			||||||
    raw-body "2.5.1"
 | 
					 | 
				
			||||||
    type-is "~1.6.18"
 | 
					 | 
				
			||||||
    unpipe "1.0.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bytes@3.1.2:
 | 
					 | 
				
			||||||
  version "3.1.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
 | 
					 | 
				
			||||||
  integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
call-bind@^1.0.0:
 | 
					 | 
				
			||||||
  version "1.0.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
 | 
					 | 
				
			||||||
  integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    function-bind "^1.1.1"
 | 
					 | 
				
			||||||
    get-intrinsic "^1.0.2"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
content-disposition@0.5.4:
 | 
					 | 
				
			||||||
  version "0.5.4"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
 | 
					 | 
				
			||||||
  integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    safe-buffer "5.2.1"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
content-type@~1.0.4:
 | 
					 | 
				
			||||||
  version "1.0.4"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
 | 
					 | 
				
			||||||
  integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
cookie-signature@1.0.6:
 | 
					 | 
				
			||||||
  version "1.0.6"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
 | 
					 | 
				
			||||||
  integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
cookie@0.5.0:
 | 
					 | 
				
			||||||
  version "0.5.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
 | 
					 | 
				
			||||||
  integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
debug@2.6.9:
 | 
					 | 
				
			||||||
  version "2.6.9"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
 | 
					 | 
				
			||||||
  integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    ms "2.0.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
depd@2.0.0:
 | 
					 | 
				
			||||||
  version "2.0.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
 | 
					 | 
				
			||||||
  integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
destroy@1.2.0:
 | 
					 | 
				
			||||||
  version "1.2.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
 | 
					 | 
				
			||||||
  integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ee-first@1.1.1:
 | 
					 | 
				
			||||||
  version "1.1.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
 | 
					 | 
				
			||||||
  integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
encodeurl@~1.0.2:
 | 
					 | 
				
			||||||
  version "1.0.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
 | 
					 | 
				
			||||||
  integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
escape-html@~1.0.3:
 | 
					 | 
				
			||||||
  version "1.0.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
 | 
					 | 
				
			||||||
  integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
etag@~1.8.1:
 | 
					 | 
				
			||||||
  version "1.8.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
 | 
					 | 
				
			||||||
  integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
express@^4.16.1:
 | 
					 | 
				
			||||||
  version "4.18.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
 | 
					 | 
				
			||||||
  integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    accepts "~1.3.8"
 | 
					 | 
				
			||||||
    array-flatten "1.1.1"
 | 
					 | 
				
			||||||
    body-parser "1.20.1"
 | 
					 | 
				
			||||||
    content-disposition "0.5.4"
 | 
					 | 
				
			||||||
    content-type "~1.0.4"
 | 
					 | 
				
			||||||
    cookie "0.5.0"
 | 
					 | 
				
			||||||
    cookie-signature "1.0.6"
 | 
					 | 
				
			||||||
    debug "2.6.9"
 | 
					 | 
				
			||||||
    depd "2.0.0"
 | 
					 | 
				
			||||||
    encodeurl "~1.0.2"
 | 
					 | 
				
			||||||
    escape-html "~1.0.3"
 | 
					 | 
				
			||||||
    etag "~1.8.1"
 | 
					 | 
				
			||||||
    finalhandler "1.2.0"
 | 
					 | 
				
			||||||
    fresh "0.5.2"
 | 
					 | 
				
			||||||
    http-errors "2.0.0"
 | 
					 | 
				
			||||||
    merge-descriptors "1.0.1"
 | 
					 | 
				
			||||||
    methods "~1.1.2"
 | 
					 | 
				
			||||||
    on-finished "2.4.1"
 | 
					 | 
				
			||||||
    parseurl "~1.3.3"
 | 
					 | 
				
			||||||
    path-to-regexp "0.1.7"
 | 
					 | 
				
			||||||
    proxy-addr "~2.0.7"
 | 
					 | 
				
			||||||
    qs "6.11.0"
 | 
					 | 
				
			||||||
    range-parser "~1.2.1"
 | 
					 | 
				
			||||||
    safe-buffer "5.2.1"
 | 
					 | 
				
			||||||
    send "0.18.0"
 | 
					 | 
				
			||||||
    serve-static "1.15.0"
 | 
					 | 
				
			||||||
    setprototypeof "1.2.0"
 | 
					 | 
				
			||||||
    statuses "2.0.1"
 | 
					 | 
				
			||||||
    type-is "~1.6.18"
 | 
					 | 
				
			||||||
    utils-merge "1.0.1"
 | 
					 | 
				
			||||||
    vary "~1.1.2"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
finalhandler@1.2.0:
 | 
					 | 
				
			||||||
  version "1.2.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
 | 
					 | 
				
			||||||
  integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    debug "2.6.9"
 | 
					 | 
				
			||||||
    encodeurl "~1.0.2"
 | 
					 | 
				
			||||||
    escape-html "~1.0.3"
 | 
					 | 
				
			||||||
    on-finished "2.4.1"
 | 
					 | 
				
			||||||
    parseurl "~1.3.3"
 | 
					 | 
				
			||||||
    statuses "2.0.1"
 | 
					 | 
				
			||||||
    unpipe "~1.0.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
forwarded@0.2.0:
 | 
					 | 
				
			||||||
  version "0.2.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
 | 
					 | 
				
			||||||
  integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
fresh@0.5.2:
 | 
					 | 
				
			||||||
  version "0.5.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
 | 
					 | 
				
			||||||
  integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
function-bind@^1.1.1:
 | 
					 | 
				
			||||||
  version "1.1.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
 | 
					 | 
				
			||||||
  integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
get-intrinsic@^1.0.2:
 | 
					 | 
				
			||||||
  version "1.1.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
 | 
					 | 
				
			||||||
  integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    function-bind "^1.1.1"
 | 
					 | 
				
			||||||
    has "^1.0.3"
 | 
					 | 
				
			||||||
    has-symbols "^1.0.3"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
has-symbols@^1.0.3:
 | 
					 | 
				
			||||||
  version "1.0.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
 | 
					 | 
				
			||||||
  integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
has@^1.0.3:
 | 
					 | 
				
			||||||
  version "1.0.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
 | 
					 | 
				
			||||||
  integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    function-bind "^1.1.1"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
http-errors@2.0.0:
 | 
					 | 
				
			||||||
  version "2.0.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
 | 
					 | 
				
			||||||
  integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    depd "2.0.0"
 | 
					 | 
				
			||||||
    inherits "2.0.4"
 | 
					 | 
				
			||||||
    setprototypeof "1.2.0"
 | 
					 | 
				
			||||||
    statuses "2.0.1"
 | 
					 | 
				
			||||||
    toidentifier "1.0.1"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
iconv-lite@0.4.24:
 | 
					 | 
				
			||||||
  version "0.4.24"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
 | 
					 | 
				
			||||||
  integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    safer-buffer ">= 2.1.2 < 3"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
inherits@2.0.4:
 | 
					 | 
				
			||||||
  version "2.0.4"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
 | 
					 | 
				
			||||||
  integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ipaddr.js@1.9.1:
 | 
					 | 
				
			||||||
  version "1.9.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
 | 
					 | 
				
			||||||
  integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
media-typer@0.3.0:
 | 
					 | 
				
			||||||
  version "0.3.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
 | 
					 | 
				
			||||||
  integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
merge-descriptors@1.0.1:
 | 
					 | 
				
			||||||
  version "1.0.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
 | 
					 | 
				
			||||||
  integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
methods@~1.1.2:
 | 
					 | 
				
			||||||
  version "1.1.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
 | 
					 | 
				
			||||||
  integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
mime-db@1.52.0:
 | 
					 | 
				
			||||||
  version "1.52.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
 | 
					 | 
				
			||||||
  integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
mime-types@~2.1.24, mime-types@~2.1.34:
 | 
					 | 
				
			||||||
  version "2.1.35"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
 | 
					 | 
				
			||||||
  integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    mime-db "1.52.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
mime@1.6.0:
 | 
					 | 
				
			||||||
  version "1.6.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
 | 
					 | 
				
			||||||
  integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ms@2.0.0:
 | 
					 | 
				
			||||||
  version "2.0.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
 | 
					 | 
				
			||||||
  integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ms@2.1.3:
 | 
					 | 
				
			||||||
  version "2.1.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
 | 
					 | 
				
			||||||
  integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
negotiator@0.6.3:
 | 
					 | 
				
			||||||
  version "0.6.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
 | 
					 | 
				
			||||||
  integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
object-inspect@^1.9.0:
 | 
					 | 
				
			||||||
  version "1.12.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
 | 
					 | 
				
			||||||
  integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
on-finished@2.4.1:
 | 
					 | 
				
			||||||
  version "2.4.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
 | 
					 | 
				
			||||||
  integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    ee-first "1.1.1"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
parseurl@~1.3.3:
 | 
					 | 
				
			||||||
  version "1.3.3"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
 | 
					 | 
				
			||||||
  integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
path-to-regexp@0.1.7:
 | 
					 | 
				
			||||||
  version "0.1.7"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
 | 
					 | 
				
			||||||
  integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
proxy-addr@~2.0.7:
 | 
					 | 
				
			||||||
  version "2.0.7"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
 | 
					 | 
				
			||||||
  integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    forwarded "0.2.0"
 | 
					 | 
				
			||||||
    ipaddr.js "1.9.1"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
qs@6.11.0:
 | 
					 | 
				
			||||||
  version "6.11.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
 | 
					 | 
				
			||||||
  integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    side-channel "^1.0.4"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
range-parser@~1.2.1:
 | 
					 | 
				
			||||||
  version "1.2.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
 | 
					 | 
				
			||||||
  integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
raw-body@2.5.1:
 | 
					 | 
				
			||||||
  version "2.5.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
 | 
					 | 
				
			||||||
  integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    bytes "3.1.2"
 | 
					 | 
				
			||||||
    http-errors "2.0.0"
 | 
					 | 
				
			||||||
    iconv-lite "0.4.24"
 | 
					 | 
				
			||||||
    unpipe "1.0.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
safe-buffer@5.2.1:
 | 
					 | 
				
			||||||
  version "5.2.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
 | 
					 | 
				
			||||||
  integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
"safer-buffer@>= 2.1.2 < 3":
 | 
					 | 
				
			||||||
  version "2.1.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
 | 
					 | 
				
			||||||
  integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
send@0.18.0:
 | 
					 | 
				
			||||||
  version "0.18.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
 | 
					 | 
				
			||||||
  integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    debug "2.6.9"
 | 
					 | 
				
			||||||
    depd "2.0.0"
 | 
					 | 
				
			||||||
    destroy "1.2.0"
 | 
					 | 
				
			||||||
    encodeurl "~1.0.2"
 | 
					 | 
				
			||||||
    escape-html "~1.0.3"
 | 
					 | 
				
			||||||
    etag "~1.8.1"
 | 
					 | 
				
			||||||
    fresh "0.5.2"
 | 
					 | 
				
			||||||
    http-errors "2.0.0"
 | 
					 | 
				
			||||||
    mime "1.6.0"
 | 
					 | 
				
			||||||
    ms "2.1.3"
 | 
					 | 
				
			||||||
    on-finished "2.4.1"
 | 
					 | 
				
			||||||
    range-parser "~1.2.1"
 | 
					 | 
				
			||||||
    statuses "2.0.1"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
serve-static@1.15.0:
 | 
					 | 
				
			||||||
  version "1.15.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
 | 
					 | 
				
			||||||
  integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    encodeurl "~1.0.2"
 | 
					 | 
				
			||||||
    escape-html "~1.0.3"
 | 
					 | 
				
			||||||
    parseurl "~1.3.3"
 | 
					 | 
				
			||||||
    send "0.18.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
setprototypeof@1.2.0:
 | 
					 | 
				
			||||||
  version "1.2.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
 | 
					 | 
				
			||||||
  integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
side-channel@^1.0.4:
 | 
					 | 
				
			||||||
  version "1.0.4"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
 | 
					 | 
				
			||||||
  integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    call-bind "^1.0.0"
 | 
					 | 
				
			||||||
    get-intrinsic "^1.0.2"
 | 
					 | 
				
			||||||
    object-inspect "^1.9.0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
statuses@2.0.1:
 | 
					 | 
				
			||||||
  version "2.0.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
 | 
					 | 
				
			||||||
  integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
toidentifier@1.0.1:
 | 
					 | 
				
			||||||
  version "1.0.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
 | 
					 | 
				
			||||||
  integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type-is@~1.6.18:
 | 
					 | 
				
			||||||
  version "1.6.18"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
 | 
					 | 
				
			||||||
  integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
 | 
					 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
    media-typer "0.3.0"
 | 
					 | 
				
			||||||
    mime-types "~2.1.24"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
unpipe@1.0.0, unpipe@~1.0.0:
 | 
					 | 
				
			||||||
  version "1.0.0"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
 | 
					 | 
				
			||||||
  integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
utils-merge@1.0.1:
 | 
					 | 
				
			||||||
  version "1.0.1"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
 | 
					 | 
				
			||||||
  integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
vary@~1.1.2:
 | 
					 | 
				
			||||||
  version "1.1.2"
 | 
					 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
 | 
					 | 
				
			||||||
  integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user