You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
4.1 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "memoize-one@6.0.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "memoize-one@6.0.0",
  9. "_id": "memoize-one@6.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  12. "_location": "/memoize-one",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "memoize-one@6.0.0",
  18. "name": "memoize-one",
  19. "escapedName": "memoize-one",
  20. "rawSpec": "6.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.0"
  23. },
  24. "_requiredBy": [
  25. "/element-plus"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  28. "_spec": "6.0.0",
  29. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  30. "author": {
  31. "name": "Alex Reardon",
  32. "email": "alexreardon@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/alexreardon/memoize-one/issues"
  36. },
  37. "config": {
  38. "prettier_target": "src/**/*.{ts,js,jsx,md,json} test/**/*.{ts,js,jsx,md,json}"
  39. },
  40. "dependencies": {},
  41. "description": "A memoization library which only remembers the latest invocation",
  42. "devDependencies": {
  43. "@size-limit/preset-small-lib": "^5.0.4",
  44. "@types/benchmark": "^2.1.1",
  45. "@types/jest": "^27.0.2",
  46. "@types/lodash.isequal": "^4.5.5",
  47. "@types/lodash.memoize": "^4.1.6",
  48. "@types/node": "^16.10.1",
  49. "@typescript-eslint/eslint-plugin": "^4.31.2",
  50. "@typescript-eslint/parser": "^4.31.2",
  51. "benchmark": "^2.1.4",
  52. "cross-env": "^7.0.3",
  53. "eslint": "7.32.0",
  54. "eslint-config-prettier": "^8.3.0",
  55. "eslint-plugin-jest": "^24.4.2",
  56. "eslint-plugin-prettier": "^4.0.0",
  57. "expect-type": "^0.12.0",
  58. "fast-memoize": "^2.5.2",
  59. "jest": "^27.2.2",
  60. "lodash.isequal": "^4.5.0",
  61. "lodash.memoize": "^4.1.2",
  62. "markdown-table": "^3.0.1",
  63. "mem": "^9.0.1",
  64. "memoizee": "^0.4.15",
  65. "moize": "^6.1.0",
  66. "nanocolors": "^0.2.9",
  67. "ora": "^6.0.1",
  68. "prettier": "2.4.1",
  69. "rimraf": "3.0.2",
  70. "rollup": "^2.57.0",
  71. "rollup-plugin-replace": "^2.2.0",
  72. "rollup-plugin-terser": "^7.0.2",
  73. "rollup-plugin-typescript": "^1.0.1",
  74. "size-limit": "^5.0.4",
  75. "ts-jest": "^27.0.5",
  76. "ts-node": "^10.2.1",
  77. "tslib": "^2.3.1",
  78. "typescript": "^4.4.3"
  79. },
  80. "files": [
  81. "/dist",
  82. "/src"
  83. ],
  84. "homepage": "https://github.com/alexreardon/memoize-one#readme",
  85. "keywords": [
  86. "memoize",
  87. "memoization",
  88. "cache",
  89. "performance"
  90. ],
  91. "license": "MIT",
  92. "main": "dist/memoize-one.cjs.js",
  93. "module": "dist/memoize-one.esm.js",
  94. "name": "memoize-one",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/alexreardon/memoize-one.git"
  98. },
  99. "scripts": {
  100. "build": "yarn build:clean && yarn build:dist && yarn build:typescript && yarn build:flow",
  101. "build:clean": "yarn rimraf dist",
  102. "build:dist": "yarn rollup -c",
  103. "build:flow": "cp src/memoize-one.js.flow dist/memoize-one.cjs.js.flow",
  104. "build:typescript": "yarn tsc ./src/memoize-one.ts --emitDeclarationOnly --declaration --outDir ./dist",
  105. "eslint:check": "eslint $npm_package_config_prettier_target",
  106. "perf": "yarn ts-node ./benchmarks/shallow-equal.ts",
  107. "perf:library-comparison": "yarn build && node ./benchmarks/library-comparison.js",
  108. "prepublishOnly": "yarn build",
  109. "prettier:check": "yarn prettier --debug-check $npm_package_config_prettier_target",
  110. "prettier:write": "yarn prettier --write $npm_package_config_prettier_target",
  111. "test": "yarn jest",
  112. "test:size": "yarn build && yarn size-limit",
  113. "typescript:check": "yarn tsc --noEmit",
  114. "validate": "yarn prettier:check && yarn eslint:check && yarn typescript:check"
  115. },
  116. "sideEffects": false,
  117. "size-limit": [
  118. {
  119. "path": "dist/memoize-one.min.js",
  120. "limit": "234B"
  121. },
  122. {
  123. "path": "dist/memoize-one.js",
  124. "limit": "234B"
  125. },
  126. {
  127. "path": "dist/memoize-one.cjs.js",
  128. "limit": "230B"
  129. },
  130. {
  131. "path": "dist/memoize-one.esm.js",
  132. "limit": "246B"
  133. }
  134. ],
  135. "types": "dist/memoize-one.d.ts",
  136. "version": "6.0.0"
  137. }