package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@5.1.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lru-cache@5.1.1",
  10. "_id": "lru-cache@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=",
  13. "_location": "/lru-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lru-cache@5.1.1",
  19. "name": "lru-cache",
  20. "escapedName": "lru-cache",
  21. "rawSpec": "5.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/@vue/cli-shared-utils",
  28. "/cacache"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/lru-cache/download/lru-cache-5.1.1.tgz?cache=0&sync_timestamp=1594427573763&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flru-cache%2Fdownload%2Flru-cache-5.1.1.tgz",
  31. "_spec": "5.1.1",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/node-lru-cache/issues"
  39. },
  40. "dependencies": {
  41. "yallist": "^3.0.2"
  42. },
  43. "description": "A cache object that deletes the least-recently-used items.",
  44. "devDependencies": {
  45. "benchmark": "^2.1.4",
  46. "tap": "^12.1.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  52. "keywords": [
  53. "mru",
  54. "lru",
  55. "cache"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "lru-cache",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/node-lru-cache.git"
  63. },
  64. "scripts": {
  65. "coveragerport": "tap --coverage-report=html",
  66. "postpublish": "git push origin --all; git push origin --tags",
  67. "postversion": "npm publish",
  68. "preversion": "npm test",
  69. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  70. "test": "tap test/*.js --100 -J"
  71. },
  72. "version": "5.1.1"
  73. }