UNPKG

@fibjs/copy

Version:

copy file or directory recursively asynchronously.

38 lines (37 loc) 812 B
{ "name": "@fibjs/copy", "description": "copy file or directory recursively asynchronously.", "version": "1.1.1", "keywords": [ "copy", "fs", "fibjs" ], "repository": { "type": "git", "url": "git+https://github.com/fibjs-modules/copy.git" }, "scripts": { "ci": "fibjs --cov=lcov.info test/test.js" }, "dependencies": { "@fibjs/fs-readdir-recursive": "^1.0.2", "@fibjs/mkdirp": "^1.0.0" }, "devDependencies": { "@fibjs/ci": "^2.0.0", "@fibjs/rmdirr": "^2.0.0" }, "ci": { "version": "0.3.1, 0.13.0" }, "bugs": { "url": "https://github.com/fibjs-modules/copy/issues" }, "files": [ "index.js" ], "author": "ngot <zhuanghengfei@gmail.com>", "license": "MIT", "homepage": "https://github.com/fibjs-modules/copy#readme" }