copy_wst_twobag
v1.0.5npm· JavaScript```javascript let fs = require("fs"); const copyDir = (sorDir,tarDir)=>{ if(!fs.existsSync(sorDir)){ throw new Error("不存在复制路径" + sorDir); } if(fs.existsSync(tarDir)){ throw new Error("已经存在该目标路径啦" + tarDir); } f
The verdict
Abandoned. Last published 5 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsLean
Maintenance
Last published 5 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
1 direct dependency
Recent releases
- 1.0.55 years ago
- 1.0.25 years ago
- 1.0.15 years ago
- 1.0.05 years ago