HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //usr/local/lib/node_modules/less/node_modules/copy-anything/package.json
{
  "_from": "copy-anything@^2.0.1",
  "_id": "copy-anything@2.0.6",
  "_inBundle": false,
  "_integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  "_location": "/less/copy-anything",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "copy-anything@^2.0.1",
    "name": "copy-anything",
    "escapedName": "copy-anything",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/less"
  ],
  "_resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz",
  "_shasum": "092454ea9584a7b7ad5573062b2a87f5900fc480",
  "_spec": "copy-anything@^2.0.1",
  "_where": "/usr/local/lib/node_modules/less",
  "author": {
    "name": "Luca Ban - Mesqueeb"
  },
  "bugs": {
    "url": "https://github.com/mesqueeb/copy-anything/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-what": "^3.14.1"
  },
  "deprecated": false,
  "description": "An optimised way to copy'ing an object. A small and simple integration",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "del-cli": "^4.0.1",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-tree-shaking": "^1.10.0",
    "np": "^7.6.0",
    "prettier": "^2.5.1",
    "rollup": "^2.66.0",
    "rollup-plugin-typescript2": "^0.31.1",
    "typescript": "^4.5.5",
    "vitest": "^0.2.1"
  },
  "eslintConfig": {
    "ignorePatterns": [
      "node_modules",
      "dist",
      "scripts",
      "test"
    ],
    "root": true,
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint",
      "tree-shaking"
    ],
    "extends": [
      "eslint:recommended",
      "plugin:@typescript-eslint/eslint-recommended",
      "plugin:@typescript-eslint/recommended",
      "prettier"
    ],
    "rules": {
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/ban-ts-ignore": "off",
      "tree-shaking/no-side-effects-in-initialization": "error",
      "@typescript-eslint/ban-ts-comment": "off"
    }
  },
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/mesqueeb",
  "homepage": "https://github.com/mesqueeb/copy-anything#readme",
  "keywords": [
    "copy",
    "clone",
    "json-stringify",
    "stringify-parse",
    "object",
    "copy-objects",
    "clone-objects",
    "json-stringify-json-parse",
    "deep-clone",
    "deep-copy",
    "typescript",
    "ts"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.es.js",
  "name": "copy-anything",
  "np": {
    "yarn": false,
    "branch": "legacy"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mesqueeb/copy-anything.git"
  },
  "scripts": {
    "build": "rollup -c ./scripts/build.js",
    "lint": "tsc --noEmit && eslint ./src --ext .ts",
    "release": "npm run lint && del dist && npm run build && np",
    "test": "vitest run"
  },
  "sideEffects": false,
  "types": "./dist/types/index.d.ts",
  "version": "2.0.6"
}