package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "rfdc@1.3.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rfdc@1.3.0",
  10. "_id": "rfdc@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0LfEQasnINBdxM8m4ByJYx2doIs=",
  13. "_location": "/rfdc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rfdc@1.3.0",
  19. "name": "rfdc",
  20. "escapedName": "rfdc",
  21. "rawSpec": "1.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.0"
  24. },
  25. "_requiredBy": [
  26. "/listr2"
  27. ],
  28. "_resolved": "https://registry.nlark.com/rfdc/download/rfdc-1.3.0.tgz",
  29. "_spec": "1.3.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "David Mark Clements",
  33. "email": "david.clements@nearform.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/davidmarkclements/rfdc/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Really Fast Deep Clone",
  40. "devDependencies": {
  41. "clone-deep": "^4.0.1",
  42. "codecov": "^3.4.0",
  43. "deep-copy": "^1.4.2",
  44. "fast-copy": "^1.2.1",
  45. "fastbench": "^1.0.1",
  46. "lodash.clonedeep": "^4.5.0",
  47. "standard": "^11.0.1",
  48. "tap": "^12.0.1",
  49. "tsd": "^0.7.4"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "exports": {
  55. ".": "./index.js",
  56. "./default": "./default.js"
  57. },
  58. "homepage": "https://github.com/davidmarkclements/rfdc#readme",
  59. "keywords": [
  60. "object",
  61. "obj",
  62. "properties",
  63. "clone",
  64. "copy",
  65. "deep",
  66. "recursive",
  67. "key",
  68. "keys",
  69. "values",
  70. "prop",
  71. "deep-clone",
  72. "deepclone",
  73. "deep-copy",
  74. "deepcopy",
  75. "fast",
  76. "performance",
  77. "performant",
  78. "fastclone",
  79. "fastcopy",
  80. "fast-clone",
  81. "fast-deep-clone",
  82. "fast-copy",
  83. "fast-deep-copy"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "rfdc",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/davidmarkclements/rfdc.git"
  91. },
  92. "scripts": {
  93. "bench": "node benchmark",
  94. "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe",
  95. "cov": "tap --100 test",
  96. "cov-ui": "tap --coverage-report=html test",
  97. "lint": "standard --fix",
  98. "test": "tap -R min test && npm run lint && tsd"
  99. },
  100. "version": "1.3.0"
  101. }