package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@^4.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/cross-spawn"
  6. ]
  7. ],
  8. "_from": "lru-cache@>=4.0.1 <5.0.0",
  9. "_id": "lru-cache@4.1.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/lru-cache",
  13. "_nodeVersion": "10.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/lru-cache_4.1.3_1525735031368_0.027008230747383788"
  17. },
  18. "_npmUser": {
  19. "email": "i@izs.me",
  20. "name": "isaacs"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "lru-cache",
  26. "raw": "lru-cache@^4.0.1",
  27. "rawSpec": "^4.0.1",
  28. "scope": null,
  29. "spec": ">=4.0.1 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cross-spawn"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
  36. "_shasum": "a1175cf3496dfc8436c156c334b4955992bce69c",
  37. "_shrinkwrap": null,
  38. "_spec": "lru-cache@^4.0.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/cross-spawn",
  40. "author": {
  41. "email": "i@izs.me",
  42. "name": "Isaac Z. Schlueter"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/isaacs/node-lru-cache/issues"
  46. },
  47. "dependencies": {
  48. "pseudomap": "^1.0.2",
  49. "yallist": "^2.1.2"
  50. },
  51. "description": "A cache object that deletes the least-recently-used items.",
  52. "devDependencies": {
  53. "benchmark": "^2.1.4",
  54. "standard": "^5.4.1",
  55. "tap": "^11.1.4"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 4,
  60. "integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
  61. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8N54CRA9TVsSAnZWagAASnIP/0DTXmV6eHfBolsGsEoI\nXAMUXMcWCyZvr6DOPJQCr4yk8dLPM2XSLpbf3OHA0iL5pKmEcsnfLwpLnVkr\n881WoMUsvve2wQg0vFopy1nq7HiJWm9fIwpWiQ7+ZzNPSKJZ4l2HyJoqhgf4\nwtf+MnFS9puiTnqZnJDS4pnw3scnnKzj0xeGBzV9K45ZH9i20dISxd/WK/Og\nJg6J1uqnnCmLcRSgDhwbQ+mtwXFd/aG0TnB7Cj21OcAScf01Z6NiVxVbDzLu\nnzOoQfh7EiyFxw9Mn7gJpONgIprLIliAdpek1QNuM+jx1etx4EOCAYn2S0qx\nRjaqqAOqosD7jGiCByWzl0iyCvGYYKs1796SmK9ivnVRpae7UDKLSpS9aBqw\nYIAnQyAK+BHBP7jvKvplvNxEvwGFxZyXQ7JMI/0dGQHeKp4wUStIMfqykRST\ncQuU9f6qhheDGEQshUFR4pC96o5kKsHAXnkRJQUYYaLMn1NUO8PtC7kbs6Oj\ntdTCKM6lo/JYthEfe3rBbPkLCgXoD25HGpbH6o4PxfMesPUSDmssYJ34ISLB\n2wLkQ5ciw3/OcrDLOHPAgykTpIjK+rt9VlWIXCKFVz1IDqmC+DhWh7oO9Nc0\n6xrI4e3njcViDR9ptV2dsrUileJFcLStOh92PQUYrVqoedXtGQt0tt2ptmu0\nkR0v\r\n=llkV\r\n-----END PGP SIGNATURE-----\r\n",
  62. "shasum": "a1175cf3496dfc8436c156c334b4955992bce69c",
  63. "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
  64. "unpackedSize": 17605
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "9c895c3045b4decf49bbbd7d5171f0be2ff86039",
  70. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  71. "keywords": [
  72. "cache",
  73. "lru",
  74. "mru"
  75. ],
  76. "license": "ISC",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "isaacs",
  81. "email": "i@izs.me"
  82. },
  83. {
  84. "name": "othiym23",
  85. "email": "ogd@aoaioxxysz.net"
  86. }
  87. ],
  88. "name": "lru-cache",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/isaacs/node-lru-cache.git"
  94. },
  95. "scripts": {
  96. "postpublish": "git push origin --all; git push origin --tags",
  97. "posttest": "standard test/*.js index.js",
  98. "postversion": "npm publish",
  99. "preversion": "npm test",
  100. "test": "tap test/*.js --100 -J"
  101. },
  102. "version": "4.1.3"
  103. }