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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "lru-cache@^4.0.1",
  3. "_id": "lru-cache@4.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^4.0.1",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
  22. "_shasum": "8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd",
  23. "_spec": "lru-cache@^4.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\cross-spawn",
  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. "pseudomap": "^1.0.2",
  35. "yallist": "^2.1.2"
  36. },
  37. "deprecated": false,
  38. "description": "A cache object that deletes the least-recently-used items.",
  39. "devDependencies": {
  40. "benchmark": "^2.1.4",
  41. "standard": "^12.0.1",
  42. "tap": "^12.1.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  48. "keywords": [
  49. "mru",
  50. "lru",
  51. "cache"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "lru-cache",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/node-lru-cache.git"
  59. },
  60. "scripts": {
  61. "coveragerport": "tap --coverage-report=html",
  62. "lintfix": "standard --fix test/*.js index.js",
  63. "postpublish": "git push origin --all; git push origin --tags",
  64. "posttest": "standard test/*.js index.js",
  65. "postversion": "npm publish --tag=legacy",
  66. "preversion": "npm test",
  67. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  68. "test": "tap test/*.js --100 -J"
  69. },
  70. "version": "4.1.5"
  71. }