| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/node_modules/cpy-cli/ |
Upload File : |
{
"name": "cpy-cli",
"version": "5.0.0",
"description": "Copy files",
"license": "MIT",
"repository": "sindresorhus/cpy-cli",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"maintainers": [
{
"name": "Michael Mayer",
"email": "michael@schnittstabil.de",
"url": "schnittstabil.de"
}
],
"type": "module",
"bin": {
"cpy": "cli.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"copy",
"cp",
"cpy",
"file",
"files",
"clone",
"fs",
"stream",
"glob",
"file-system",
"ncp",
"fast",
"quick",
"data",
"content",
"contents"
],
"dependencies": {
"cpy": "^10.1.0",
"meow": "^12.0.1"
},
"devDependencies": {
"ava": "^5.3.1",
"execa": "^7.1.1",
"path-exists": "^5.0.0",
"tempfile": "^5.0.0",
"xo": "^0.54.2"
}
}