加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
松本 提交于 2020-07-02 11:35 . #express-generator
{
"name": "node",
"version": "1.0.0",
"description": "Node.js 应用是由哪几部分组成的:\r 1. 引入 required 模块:我们可以使用 require 指令来载入 Node.js 模块\r 2. 创建服务器:服务器可以监听客户端的请求,类似于 Apache 、Nginx 等 HTTP 服务器\r 3. 接收请求与响应请求 服务器很容易创建,客户端可以使用浏览器或终端发送 HTTP 请求,服务器接收请求后返回响应数据",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/manbalChen/node.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化