You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "lru-cache@^5.1.1",
  3. "_id": "lru-cache@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^5.1.1",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/cacache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  22. "_shasum": "1da27e6710271947695daf6848e847f01d84b920",
  23. "_spec": "lru-cache@^5.1.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cacache",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/isaacs/node-lru-cache/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "yallist": "^3.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "A cache object that deletes the least-recently-used items.",
  38. "devDependencies": {
  39. "benchmark": "^2.1.4",
  40. "tap": "^12.1.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  46. "keywords": [
  47. "mru",
  48. "lru",
  49. "cache"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "lru-cache",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/node-lru-cache.git"
  57. },
  58. "scripts": {
  59. "coveragerport": "tap --coverage-report=html",
  60. "postpublish": "git push origin --all; git push origin --tags",
  61. "postversion": "npm publish",
  62. "preversion": "npm test",
  63. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  64. "test": "tap test/*.js --100 -J"
  65. },
  66. "version": "5.1.1"
  67. }