my-idlers/node_modules/cacheable-lookup/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

73 lines
1.8 KiB
JSON

{
"_from": "cacheable-lookup@^5.0.3",
"_id": "cacheable-lookup@5.0.4",
"_inBundle": false,
"_integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
"_location": "/cacheable-lookup",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cacheable-lookup@^5.0.3",
"name": "cacheable-lookup",
"escapedName": "cacheable-lookup",
"rawSpec": "^5.0.3",
"saveSpec": null,
"fetchSpec": "^5.0.3"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
"_shasum": "5a6b865b2c44357be3d5ebc2a467b032719a7005",
"_spec": "cacheable-lookup@^5.0.3",
"_where": "C:\\laragon\\www\\idlers\\node_modules\\got",
"author": {
"name": "Szymon Marczak"
},
"bugs": {
"url": "https://github.com/szmarczak/cacheable-lookup/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}