package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@4.1.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lru-cache@4.1.3",
  10. "_id": "lru-cache@4.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
  13. "_location": "/lru-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lru-cache@4.1.3",
  19. "name": "lru-cache",
  20. "escapedName": "lru-cache",
  21. "rawSpec": "4.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.3"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/cross-spawn",
  28. "/vue-loader"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
  31. "_spec": "4.1.3",
  32. "_where": "D:\\projects\\dealer_front",
  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": "^5.4.1",
  48. "tap": "^11.1.4"
  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. "postpublish": "git push origin --all; git push origin --tags",
  68. "posttest": "standard test/*.js index.js",
  69. "postversion": "npm publish",
  70. "preversion": "npm test",
  71. "test": "tap test/*.js --100 -J"
  72. },
  73. "version": "4.1.3"
  74. }