build(package): add new package moment.js

This commit is contained in:
2025-03-23 22:41:41 -07:00
parent d391676a8e
commit 5f03e374d4
2 changed files with 17 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"chalk": "^5.3.0",
"ejs": "^3.1.10",
"moment": "2.30.1",
"playwright": "^1.51.0",
"tar": "^7.4.3",
"user-agents": "^1.1.480"
@@ -3073,6 +3074,15 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/moment": {
"version": "2.30.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",