package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "copy-anything@^2.0.1",
  3. "_id": "copy-anything@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hCQHugJGaw34RIGbvjuuu+XUXYc=",
  6. "_location": "/copy-anything",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "copy-anything@^2.0.1",
  12. "name": "copy-anything",
  13. "escapedName": "copy-anything",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/less"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/copy-anything/download/copy-anything-2.0.3.tgz",
  22. "_shasum": "842407ba02466b0df844819bbe3baebbe5d45d87",
  23. "_spec": "copy-anything@^2.0.1",
  24. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\less",
  25. "author": {
  26. "name": "Luca Ban - Mesqueeb"
  27. },
  28. "ava": {
  29. "extensions": [
  30. "ts"
  31. ],
  32. "require": [
  33. "tsconfig-paths/register",
  34. "ts-node/register"
  35. ]
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mesqueeb/copy-anything/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "is-what": "^3.12.0"
  43. },
  44. "deprecated": false,
  45. "description": "An optimised way to copy'ing an object. A small and simple integration",
  46. "devDependencies": {
  47. "@typescript-eslint/eslint-plugin": "^4.14.2",
  48. "@typescript-eslint/parser": "^4.14.2",
  49. "ava": "^3.15.0",
  50. "eslint": "^7.19.0",
  51. "eslint-config-prettier": "^7.2.0",
  52. "eslint-plugin-tree-shaking": "^1.8.0",
  53. "rollup": "^2.38.4",
  54. "rollup-plugin-typescript2": "^0.29.0",
  55. "ts-node": "^9.1.1",
  56. "tsconfig-paths": "^3.9.0",
  57. "typescript": "^4.1.3"
  58. },
  59. "homepage": "https://github.com/mesqueeb/copy-anything#readme",
  60. "keywords": [
  61. "copy",
  62. "clone",
  63. "json-stringify",
  64. "stringify-parse",
  65. "object",
  66. "copy-objects",
  67. "clone-objects",
  68. "json-stringify-json-parse",
  69. "deep-clone",
  70. "deep-copy",
  71. "typescript",
  72. "ts"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/index.cjs.js",
  76. "module": "dist/index.esm.js",
  77. "name": "copy-anything",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/mesqueeb/copy-anything.git"
  81. },
  82. "scripts": {
  83. "build": "npm run lint && npm run test && npm run rollup",
  84. "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
  85. "rollup": "rollup -c build/rollup.js",
  86. "test": "ava"
  87. },
  88. "sideEffects": false,
  89. "typings": "types/index.d.ts",
  90. "version": "2.0.3"
  91. }