package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "cacheable-lookup@^5.0.3",
  3. "_id": "cacheable-lookup@5.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
  6. "_location": "/cacheable-lookup",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cacheable-lookup@^5.0.3",
  12. "name": "cacheable-lookup",
  13. "escapedName": "cacheable-lookup",
  14. "rawSpec": "^5.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.3"
  17. },
  18. "_requiredBy": [
  19. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
  22. "_shasum": "5a6b865b2c44357be3d5ebc2a467b032719a7005",
  23. "_spec": "cacheable-lookup@^5.0.3",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/got",
  25. "author": {
  26. "name": "Szymon Marczak"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/szmarczak/cacheable-lookup/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A cacheable dns.lookup(…) that respects the TTL",
  34. "devDependencies": {
  35. "@types/keyv": "^3.1.1",
  36. "ava": "^3.8.2",
  37. "benchmark": "^2.1.4",
  38. "coveralls": "^3.0.9",
  39. "keyv": "^4.0.0",
  40. "nyc": "^15.0.0",
  41. "proxyquire": "^2.1.3",
  42. "quick-lru": "^5.1.0",
  43. "tsd": "^0.11.0",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=10.6.0"
  48. },
  49. "files": [
  50. "source",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
  54. "keywords": [
  55. "dns",
  56. "lookup",
  57. "cacheable",
  58. "ttl"
  59. ],
  60. "license": "MIT",
  61. "main": "source/index.js",
  62. "name": "cacheable-lookup",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/szmarczak/cacheable-lookup.git"
  66. },
  67. "scripts": {
  68. "test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
  69. },
  70. "types": "index.d.ts",
  71. "version": "5.0.4"
  72. }