package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "klona@^2.0.3",
  3. "_id": "klona@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==",
  6. "_location": "/klona",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "klona@^2.0.3",
  12. "name": "klona",
  13. "escapedName": "klona",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/sass-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
  22. "_shasum": "d166574d90076395d9963aa7a928fabb8d76afbc",
  23. "_spec": "klona@^2.0.3",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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. "import": "./dist/index.mjs",
  47. "require": "./dist/index.js"
  48. },
  49. "./json": {
  50. "import": "./json/index.mjs",
  51. "require": "./json/index.js"
  52. },
  53. "./lite": {
  54. "import": "./lite/index.mjs",
  55. "require": "./lite/index.js"
  56. },
  57. "./full": {
  58. "import": "./full/index.mjs",
  59. "require": "./full/index.js"
  60. },
  61. "./package.json": "./package.json"
  62. },
  63. "files": [
  64. "*.d.ts",
  65. "dist",
  66. "full",
  67. "json",
  68. "lite"
  69. ],
  70. "homepage": "https://github.com/lukeed/klona#readme",
  71. "keywords": [
  72. "clone",
  73. "copy",
  74. "deep",
  75. "extend",
  76. "recursive",
  77. "object"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "modes": {
  82. "json": "src/json.js",
  83. "lite": "src/lite.js",
  84. "default": "src/index.js",
  85. "full": "src/full.js"
  86. },
  87. "module": "dist/index.mjs",
  88. "name": "klona",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/lukeed/klona.git"
  92. },
  93. "scripts": {
  94. "build": "bundt",
  95. "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts",
  96. "pretest": "npm run build",
  97. "test": "uvu -r esm test -i suites"
  98. },
  99. "types": "index.d.ts",
  100. "unpkg": "dist/index.min.js",
  101. "version": "2.0.5"
  102. }