package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "klona@^2.0.4",
  3. "_id": "klona@2.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6. "_location": "/klona",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "klona@^2.0.4",
  12. "name": "klona",
  13. "escapedName": "klona",
  14. "rawSpec": "^2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/sass-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  22. "_shasum": "85bffbf819c03b2f53270412420a4555ef882e22",
  23. "_spec": "klona@^2.0.4",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\sass-loader",
  25. "author": {
  26. "name": "Luke Edwards",
  27. "email": "luke.edwards05@gmail.com",
  28. "url": "https://lukeed.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lukeed/klona/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",
  36. "devDependencies": {
  37. "bundt": "1.0.2",
  38. "esm": "3.2.25",
  39. "uvu": "0.5.2"
  40. },
  41. "engines": {
  42. "node": ">= 8"
  43. },
  44. "exports": {
  45. ".": {
  46. "types": "./index.d.ts",
  47. "import": "./dist/index.mjs",
  48. "require": "./dist/index.js"
  49. },
  50. "./json": {
  51. "types": "./index.d.ts",
  52. "import": "./json/index.mjs",
  53. "require": "./json/index.js"
  54. },
  55. "./lite": {
  56. "types": "./index.d.ts",
  57. "import": "./lite/index.mjs",
  58. "require": "./lite/index.js"
  59. },
  60. "./full": {
  61. "types": "./index.d.ts",
  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.6"
  106. }