package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@5.1.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lru-cache@5.1.1",
  10. "_id": "lru-cache@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  13. "_location": "/lru-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lru-cache@5.1.1",
  19. "name": "lru-cache",
  20. "escapedName": "lru-cache",
  21. "rawSpec": "5.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@babel/helper-compilation-targets"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  29. "_spec": "5.1.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  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. "yallist": "^3.0.2"
  40. },
  41. "description": "A cache object that deletes the least-recently-used items.",
  42. "devDependencies": {
  43. "benchmark": "^2.1.4",
  44. "tap": "^12.1.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  50. "keywords": [
  51. "mru",
  52. "lru",
  53. "cache"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "lru-cache",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/node-lru-cache.git"
  61. },
  62. "scripts": {
  63. "coveragerport": "tap --coverage-report=html",
  64. "postpublish": "git push origin --all; git push origin --tags",
  65. "postversion": "npm publish",
  66. "preversion": "npm test",
  67. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  68. "test": "tap test/*.js --100 -J"
  69. },
  70. "version": "5.1.1"
  71. }