package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "klona@2.0.5",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "klona@2.0.5",
  10. "_id": "klona@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0WZXTZAHY5XZljqnqSj6u412r7w=",
  13. "_location": "/klona",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "klona@2.0.5",
  19. "name": "klona",
  20. "escapedName": "klona",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/sass-loader"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/klona/download/klona-2.0.5.tgz?cache=0&sync_timestamp=1635385383825&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fklona%2Fdownload%2Fklona-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Luke Edwards",
  33. "email": "luke.edwards05@gmail.com",
  34. "url": "https://lukeed.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lukeed/klona/issues"
  38. },
  39. "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",
  40. "devDependencies": {
  41. "bundt": "1.0.2",
  42. "esm": "3.2.25",
  43. "uvu": "0.5.2"
  44. },
  45. "engines": {
  46. "node": ">= 8"
  47. },
  48. "exports": {
  49. ".": {
  50. "import": "./dist/index.mjs",
  51. "require": "./dist/index.js"
  52. },
  53. "./json": {
  54. "import": "./json/index.mjs",
  55. "require": "./json/index.js"
  56. },
  57. "./lite": {
  58. "import": "./lite/index.mjs",
  59. "require": "./lite/index.js"
  60. },
  61. "./full": {
  62. "import": "./full/index.mjs",
  63. "require": "./full/index.js"
  64. },
  65. "./package.json": "./package.json"
  66. },
  67. "files": [
  68. "*.d.ts",
  69. "dist",
  70. "full",
  71. "json",
  72. "lite"
  73. ],
  74. "homepage": "https://github.com/lukeed/klona#readme",
  75. "keywords": [
  76. "clone",
  77. "copy",
  78. "deep",
  79. "extend",
  80. "recursive",
  81. "object"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/index.js",
  85. "modes": {
  86. "json": "src/json.js",
  87. "lite": "src/lite.js",
  88. "default": "src/index.js",
  89. "full": "src/full.js"
  90. },
  91. "module": "dist/index.mjs",
  92. "name": "klona",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/lukeed/klona.git"
  96. },
  97. "scripts": {
  98. "build": "bundt",
  99. "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts",
  100. "pretest": "npm run build",
  101. "test": "uvu -r esm test -i suites"
  102. },
  103. "types": "index.d.ts",
  104. "unpkg": "dist/index.min.js",
  105. "version": "2.0.5"
  106. }