Add new package

This commit is contained in:
Claire Song
2025-08-13 21:22:20 +00:00
parent 70e1d26338
commit 9ca24b6906
2 changed files with 12 additions and 1 deletions
+10
View File
@@ -18,6 +18,7 @@
"ansi-styles": "^6.2.1",
"got": "^14.4.7",
"jest": "^29.7.0",
"moment": "^2.30.1",
"octokit": "^3.1.2",
"spdx-expression-parse": "^3.0.1",
"spdx-satisfies": "^6.0.0",
@@ -6411,6 +6412,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"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.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+2 -1
View File
@@ -34,6 +34,7 @@
"ansi-styles": "^6.2.1",
"got": "^14.4.7",
"jest": "^29.7.0",
"moment": "^2.30.1",
"octokit": "^3.1.2",
"spdx-expression-parse": "^3.0.1",
"spdx-satisfies": "^6.0.0",
@@ -62,4 +63,4 @@
"cross-spawn": ">=7.0.5",
"@octokit/request-error@5.0.1": "5.1.1"
}
}
}