Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

76 строки
2.1 KiB

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