package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "copy-anything@2.0.6",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "copy-anything@2.0.6",
  9. "_id": "copy-anything@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  12. "_location": "/copy-anything",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "copy-anything@2.0.6",
  18. "name": "copy-anything",
  19. "escapedName": "copy-anything",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/less"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
  28. "_spec": "2.0.6",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Luca Ban - Mesqueeb"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mesqueeb/copy-anything/issues"
  35. },
  36. "dependencies": {
  37. "is-what": "^3.14.1"
  38. },
  39. "description": "An optimised way to copy'ing an object. A small and simple integration",
  40. "devDependencies": {
  41. "@typescript-eslint/eslint-plugin": "^5.10.1",
  42. "@typescript-eslint/parser": "^5.10.1",
  43. "del-cli": "^4.0.1",
  44. "eslint": "^8.7.0",
  45. "eslint-config-prettier": "^8.3.0",
  46. "eslint-plugin-tree-shaking": "^1.10.0",
  47. "np": "^7.6.0",
  48. "prettier": "^2.5.1",
  49. "rollup": "^2.66.0",
  50. "rollup-plugin-typescript2": "^0.31.1",
  51. "typescript": "^4.5.5",
  52. "vitest": "^0.2.1"
  53. },
  54. "eslintConfig": {
  55. "ignorePatterns": [
  56. "node_modules",
  57. "dist",
  58. "scripts",
  59. "test"
  60. ],
  61. "root": true,
  62. "parser": "@typescript-eslint/parser",
  63. "plugins": [
  64. "@typescript-eslint",
  65. "tree-shaking"
  66. ],
  67. "extends": [
  68. "eslint:recommended",
  69. "plugin:@typescript-eslint/eslint-recommended",
  70. "plugin:@typescript-eslint/recommended",
  71. "prettier"
  72. ],
  73. "rules": {
  74. "@typescript-eslint/no-empty-function": "off",
  75. "@typescript-eslint/no-explicit-any": "off",
  76. "@typescript-eslint/ban-ts-ignore": "off",
  77. "tree-shaking/no-side-effects-in-initialization": "error",
  78. "@typescript-eslint/ban-ts-comment": "off"
  79. }
  80. },
  81. "exports": {
  82. ".": {
  83. "import": "./dist/index.es.js",
  84. "require": "./dist/index.cjs",
  85. "types": "./dist/types/index.d.ts"
  86. }
  87. },
  88. "files": [
  89. "dist"
  90. ],
  91. "funding": "https://github.com/sponsors/mesqueeb",
  92. "homepage": "https://github.com/mesqueeb/copy-anything#readme",
  93. "keywords": [
  94. "copy",
  95. "clone",
  96. "json-stringify",
  97. "stringify-parse",
  98. "object",
  99. "copy-objects",
  100. "clone-objects",
  101. "json-stringify-json-parse",
  102. "deep-clone",
  103. "deep-copy",
  104. "typescript",
  105. "ts"
  106. ],
  107. "license": "MIT",
  108. "main": "./dist/index.cjs",
  109. "module": "./dist/index.es.js",
  110. "name": "copy-anything",
  111. "np": {
  112. "yarn": false,
  113. "branch": "legacy"
  114. },
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/mesqueeb/copy-anything.git"
  118. },
  119. "scripts": {
  120. "build": "rollup -c ./scripts/build.js",
  121. "lint": "tsc --noEmit && eslint ./src --ext .ts",
  122. "release": "npm run lint && del dist && npm run build && np",
  123. "test": "vitest run"
  124. },
  125. "sideEffects": false,
  126. "types": "./dist/types/index.d.ts",
  127. "version": "2.0.6"
  128. }