mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 13:43:34 -04:00
76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"cacheable-lookup@5.0.4",
|
|
"C:\\Users\\Smith\\repos\\game-server-watcher"
|
|
]
|
|
],
|
|
"_from": "cacheable-lookup@5.0.4",
|
|
"_id": "cacheable-lookup@5.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
|
|
"_location": "/cacheable-lookup",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cacheable-lookup@5.0.4",
|
|
"name": "cacheable-lookup",
|
|
"escapedName": "cacheable-lookup",
|
|
"rawSpec": "5.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/got"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
|
"_spec": "5.0.4",
|
|
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
|
|
"author": {
|
|
"name": "Szymon Marczak"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/szmarczak/cacheable-lookup/issues"
|
|
},
|
|
"description": "A cacheable dns.lookup(…) that respects the TTL",
|
|
"devDependencies": {
|
|
"@types/keyv": "^3.1.1",
|
|
"ava": "^3.8.2",
|
|
"benchmark": "^2.1.4",
|
|
"coveralls": "^3.0.9",
|
|
"keyv": "^4.0.0",
|
|
"nyc": "^15.0.0",
|
|
"proxyquire": "^2.1.3",
|
|
"quick-lru": "^5.1.0",
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.6.0"
|
|
},
|
|
"files": [
|
|
"source",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
|
|
"keywords": [
|
|
"dns",
|
|
"lookup",
|
|
"cacheable",
|
|
"ttl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "source/index.js",
|
|
"name": "cacheable-lookup",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/szmarczak/cacheable-lookup.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "5.0.4"
|
|
}
|