package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@4.1.5",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "lru-cache@4.1.5",
  9. "_id": "lru-cache@4.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=",
  12. "_location": "/lru-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lru-cache@4.1.5",
  18. "name": "lru-cache",
  19. "escapedName": "lru-cache",
  20. "rawSpec": "4.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.5"
  23. },
  24. "_requiredBy": [
  25. "/@vue/component-compiler-utils",
  26. "/editorconfig",
  27. "/yorkie/cross-spawn"
  28. ],
  29. "_resolved": "https://registry.nlark.com/lru-cache/download/lru-cache-4.1.5.tgz",
  30. "_spec": "4.1.5",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-lru-cache/issues"
  38. },
  39. "dependencies": {
  40. "pseudomap": "^1.0.2",
  41. "yallist": "^2.1.2"
  42. },
  43. "description": "A cache object that deletes the least-recently-used items.",
  44. "devDependencies": {
  45. "benchmark": "^2.1.4",
  46. "standard": "^12.0.1",
  47. "tap": "^12.1.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  53. "keywords": [
  54. "mru",
  55. "lru",
  56. "cache"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "lru-cache",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/isaacs/node-lru-cache.git"
  64. },
  65. "scripts": {
  66. "coveragerport": "tap --coverage-report=html",
  67. "lintfix": "standard --fix test/*.js index.js",
  68. "postpublish": "git push origin --all; git push origin --tags",
  69. "posttest": "standard test/*.js index.js",
  70. "postversion": "npm publish --tag=legacy",
  71. "preversion": "npm test",
  72. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  73. "test": "tap test/*.js --100 -J"
  74. },
  75. "version": "4.1.5"
  76. }