package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@4.1.5",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lru-cache@4.1.5",
  10. "_id": "lru-cache@4.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
  13. "_location": "/lru-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lru-cache@4.1.5",
  19. "name": "lru-cache",
  20. "escapedName": "lru-cache",
  21. "rawSpec": "4.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.5"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/cross-spawn",
  28. "/vue-loader"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
  31. "_spec": "4.1.5",
  32. "_where": "E:\\amr1.0\\AMR",
  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. "pseudomap": "^1.0.2",
  42. "yallist": "^2.1.2"
  43. },
  44. "description": "A cache object that deletes the least-recently-used items.",
  45. "devDependencies": {
  46. "benchmark": "^2.1.4",
  47. "standard": "^12.0.1",
  48. "tap": "^12.1.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  54. "keywords": [
  55. "mru",
  56. "lru",
  57. "cache"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "lru-cache",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/node-lru-cache.git"
  65. },
  66. "scripts": {
  67. "coveragerport": "tap --coverage-report=html",
  68. "lintfix": "standard --fix test/*.js index.js",
  69. "postpublish": "git push origin --all; git push origin --tags",
  70. "posttest": "standard test/*.js index.js",
  71. "postversion": "npm publish --tag=legacy",
  72. "preversion": "npm test",
  73. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  74. "test": "tap test/*.js --100 -J"
  75. },
  76. "version": "4.1.5"
  77. }