package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "lru-cache@^5.1.1",
  3. "_id": "lru-cache@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^5.1.1",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/helper-compilation-targets",
  20. "/@vue/cli-plugin-unit-jest/@vue/cli-shared-utils",
  21. "/@vue/cli-plugin-unit-mocha/@vue/cli-shared-utils",
  22. "/@vue/cli-service/@vue/cli-shared-utils",
  23. "/@vue/cli-shared-utils",
  24. "/cacache"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  27. "_shasum": "1da27e6710271947695daf6848e847f01d84b920",
  28. "_spec": "lru-cache@^5.1.1",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\cacache",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/node-lru-cache/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "yallist": "^3.0.2"
  40. },
  41. "deprecated": false,
  42. "description": "A cache object that deletes the least-recently-used items.",
  43. "devDependencies": {
  44. "benchmark": "^2.1.4",
  45. "tap": "^12.1.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  51. "keywords": [
  52. "mru",
  53. "lru",
  54. "cache"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "lru-cache",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/node-lru-cache.git"
  62. },
  63. "scripts": {
  64. "coveragerport": "tap --coverage-report=html",
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  69. "test": "tap test/*.js --100 -J"
  70. },
  71. "version": "5.1.1"
  72. }