MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/snap.cafsinfotech.in/node_modules/@danieldietrich/copy/package.json
{
  "name": "@danieldietrich/copy",
  "version": "0.4.2",
  "description": "Simple yet powerful copy tool.",
  "keywords": [
    "chgrp",
    "chown",
    "copy",
    "dir",
    "directory",
    "file",
    "files",
    "filter",
    "folder",
    "recursive",
    "rename",
    "symlink",
    "transform",
    "typed",
    "types",
    "typescript"
  ],
  "engines": {
    "node": ">=10.12.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -fr dist",
    "build": "npm run clean && npm run lint  && tsc --project tsconfig.build.json",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
    "prepare": "npm test && npm run build",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danieldietrich/copy"
  },
  "homepage": "https://github.com/danieldietrich/copy",
  "bugs": "https://github.com/danieldietrich/copy/issues",
  "author": {
    "name": "Daniel Dietrich",
    "email": "cafebab3@gmail.com",
    "url": "https://danieldietrich.dev"
  },
  "funding": "https://github.com/sponsors/danieldietrich",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.24",
    "@types/node": "^13.1.0",
    "@typescript-eslint/eslint-plugin": "^2.13.0",
    "@typescript-eslint/parser": "^2.13.0",
    "@types/rimraf": "^2.0.3",
    "codecov": "^3.6.1",
    "eslint": "^6.8.0",
    "jest": "^24.9.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.2.0",
    "typescript": "^3.7.4"
  }
}