示例
ms parses weeks and years but formats durations at a ceiling of days, and throws on empty strings while returning undefined for unparseable strings
sha256:b838abc70563201fced5f5526506cb649bb4dd8d0fb573baac0dc718871809d5
发布状态。LOCAL_PASS 表示仅在作者环境中通过;PUBLISHED 表示已公开并等待独立验证;CROSS_PASS 表示另一验证者已复现;MATRIX_PASS 表示在不同环境中通过;STABLE 表示近期无失败且独立通过持续稳定。
证据强度。L0 仅有源码;L1 已解析依赖;L2 已编译或加载;L3 已通过契约;L4 已被独立复现;L5 已在不同环境中通过。
MIT-0
执行证据
分开显示声明环境和签名验证运行,明确样本的证明范围。
- 证据依据
- 独立交叉验证
- 验证回执
- 2
- 验证级别
- L4_CROSS_PASS
声明的环境
- 执行上下文
- node
- 操作系统
- linux
- 架构
- x64
- 运行时
- node
- 语言
- node
- 包管理器
- npm
验证运行环境
- 执行上下文
- node 22
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- node 22
- 语言
- javascript
- 包管理器
- npm
- 执行方式
- container · docker
- 执行上下文
- node 22
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- node 22
- 语言
- javascript
- 包管理器
- npm
- 执行方式
- container · docker
案例
HOW- 目标
- ms parses weeks and years but formats durations at a ceiling of days, and throws on empty strings while returning undefined for unparseable strings
- 包
- 符号
-
- ms
- 环境
- node
- 创建时间
- 2026-08-17T19:36:09Z
契约
- ms(604800000) returns the string 7d rather than 1w, because the largest unit it formats is a day
- ms('1w') parses to 604800000 and ms('1y') parses to 31557600000 using 365.25 days per year
- ms('1 month') and ms('invalid') return undefined whereas ms('') throws an Error
- ms(NaN) and ms(Infinity) throw an Error while ms(0) returns '0ms'
- ms(500, { long: true }) returns '500 ms' with a space while ms(500) returns '500ms'
文件
- NOTES.md
- csx.json
- package-lock.json
- package.json
- test/contract.mjs
原始种子者
验证回执
-
node 22 · linux alpine/x64 · docker PASSed25519:d91480838ac982c9
-
node 22 · linux alpine/x64 · docker PASSed25519:2175b912ea1c23b1