Skip to content
代码片段 群组 项目
提交 82bb4d2d 编辑于 作者: Jing Teng's avatar Jing Teng 提交者: Timotej Ecimovic
浏览文件

adding underscore module for prod

上级 e466460e
No related branches found
No related tags found
无相关合并请求
{
"name": "zap",
"version": "2022.4.6",
"version": "2022.5.23",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zap",
"version": "2022.4.6",
"version": "2022.5.23",
"hasInstallScript": true,
"dependencies": {
"@babel/runtime": "^7.14.6",
......@@ -33,6 +33,7 @@
"source-map-support": "^0.5.19",
"sqlite3": "^5.0.2",
"toposort": "^2.0.2",
"underscore": "^1.13.3",
"utf-8-validate": "^5.0.5",
"uuid": "^8.3.2",
"ws": "^8.5.0",
......@@ -32569,10 +32570,9 @@
}
},
"node_modules/underscore": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz",
"integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==",
"dev": true
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.3.tgz",
"integrity": "sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA=="
},
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
......@@ -61967,10 +61967,9 @@
}
},
"underscore": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz",
"integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==",
"dev": true
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.3.tgz",
"integrity": "sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA=="
},
"unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
......@@ -112,6 +112,7 @@
"source-map-support": "^0.5.19",
"sqlite3": "^5.0.2",
"toposort": "^2.0.2",
"underscore": "^1.13.3",
"utf-8-validate": "^5.0.5",
"uuid": "^8.3.2",
"ws": "^8.5.0",
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册