123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "_args": [
- [
- "copy-anything@2.0.6",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_from": "copy-anything@2.0.6",
- "_id": "copy-anything@2.0.6",
- "_inBundle": false,
- "_integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
- "_location": "/copy-anything",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "copy-anything@2.0.6",
- "name": "copy-anything",
- "escapedName": "copy-anything",
- "rawSpec": "2.0.6",
- "saveSpec": null,
- "fetchSpec": "2.0.6"
- },
- "_requiredBy": [
- "/less"
- ],
- "_resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
- "_spec": "2.0.6",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Luca Ban - Mesqueeb"
- },
- "bugs": {
- "url": "https://github.com/mesqueeb/copy-anything/issues"
- },
- "dependencies": {
- "is-what": "^3.14.1"
- },
- "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"
- }
|