HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/ncp/package.json
{
    "name" : "ncp",
    "version" : "0.4.2",
    "author": "AvianFlu <charlie@charlieistheman.com>",
    "description" : "Asynchronous recursive file copy utility.",
    "bin": {
      "ncp": "./bin/ncp"
    },
    "devDependencies" : {
        "vows" : "0.6.x",
        "rimraf" : "1.0.x",
        "read-dir-files" : "0.0.x"
    },
    "main": "./lib/ncp.js",
    "repository" : {
        "type" : "git",
        "url" : "https://github.com/AvianFlu/ncp.git"
    },
    "keywords" : [
        "cli",
        "copy"
    ],
    "license" : "MIT",
    "engine" : {
        "node" : ">=0.4"
    },
    "scripts" : {
      "test": "vows --isolate --spec"
    }
}