包含构建生成的静态资源文件、JavaScript模块及服务器端依赖项。新增了favicon.ico、多张PNG图标图片、Vue相关模块文件、axios库文件、错误处理中间件及样式文件等。这些文件是项目构建后的输出结果,用于生产环境部署。同时更新了构建配置和版本信息。
30 lines
838 B
JSON
30 lines
838 B
JSON
{
|
|
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
|
|
"contributors": [
|
|
"Mike Atkins <apeherder@gmail.com>"
|
|
],
|
|
"name": "delayed-stream",
|
|
"description": "Buffers events from a stream until you are ready to handle them.",
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/felixge/node-delayed-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/felixge/node-delayed-stream.git"
|
|
},
|
|
"main": "./lib/delayed_stream",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"fake": "0.2.0",
|
|
"far": "0.0.1"
|
|
},
|
|
"__npminstall_done": true,
|
|
"_from": "delayed-stream@1.0.0",
|
|
"_resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz"
|
|
} |