package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "lru-cache@^4.0.1",
  3. "_id": "lru-cache@4.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^4.0.1",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/component-compiler-utils",
  20. "/cross-spawn",
  21. "/editorconfig",
  22. "/yorkie/cross-spawn"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
  25. "_shasum": "8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd",
  26. "_spec": "lru-cache@^4.0.1",
  27. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\cross-spawn",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/isaacs/node-lru-cache/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "pseudomap": "^1.0.2",
  38. "yallist": "^2.1.2"
  39. },
  40. "deprecated": false,
  41. "description": "A cache object that deletes the least-recently-used items.",
  42. "devDependencies": {
  43. "benchmark": "^2.1.4",
  44. "standard": "^12.0.1",
  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. "lintfix": "standard --fix test/*.js index.js",
  66. "postpublish": "git push origin --all; git push origin --tags",
  67. "posttest": "standard test/*.js index.js",
  68. "postversion": "npm publish --tag=legacy",
  69. "preversion": "npm test",
  70. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  71. "test": "tap test/*.js --100 -J"
  72. },
  73. "version": "4.1.5"
  74. }