wishthis/node_modules/copy-anything/package.json

129 lines
3.2 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"copy-anything@2.0.6",
"F:\\laragon\\www\\wishthis"
]
],
"_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"
2022-02-07 14:48:46 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/less"
2022-02-07 14:48:46 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz",
"_spec": "2.0.6",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Luca Ban - Mesqueeb"
},
"bugs": {
"url": "https://github.com/mesqueeb/copy-anything/issues"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
2022-02-07 14:48:46 +00:00
"is-what": "^3.14.1"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "An optimised way to copy'ing an object. A small and simple integration",
2022-01-21 08:28:41 +00:00
"devDependencies": {
2022-02-07 14:48:46 +00:00
"@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"
2022-01-21 08:28:41 +00:00
},
2022-02-07 14:48:46 +00:00
"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"
2022-01-21 08:28:41 +00:00
],
2022-02-07 14:48:46 +00:00
"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"
}
2022-02-23 16:41:13 +00:00
},
"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"
2022-01-21 08:28:41 +00:00
}