aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cacheable-lookup/package.json
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-24 14:41:48 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-24 14:41:48 +0200
commitd25e11bee6ca5ca523884da132d18e1400e077b9 (patch)
tree8af39fde19f7ed640a60fb397c7edd647dff1c4c /node_modules/cacheable-lookup/package.json
downloadkartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.gz
kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.bz2
kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.zip
Initial commit
Diffstat (limited to 'node_modules/cacheable-lookup/package.json')
-rw-r--r--node_modules/cacheable-lookup/package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/node_modules/cacheable-lookup/package.json b/node_modules/cacheable-lookup/package.json
new file mode 100644
index 0000000..f20991e
--- /dev/null
+++ b/node_modules/cacheable-lookup/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "cacheable-lookup",
+ "version": "5.0.4",
+ "description": "A cacheable dns.lookup(…) that respects the TTL",
+ "engines": {
+ "node": ">=10.6.0"
+ },
+ "files": [
+ "source",
+ "index.d.ts"
+ ],
+ "main": "source/index.js",
+ "types": "index.d.ts",
+ "scripts": {
+ "test": "xo && nyc --reporter=lcovonly --reporter=text ava && tsd"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/szmarczak/cacheable-lookup.git"
+ },
+ "keywords": [
+ "dns",
+ "lookup",
+ "cacheable",
+ "ttl"
+ ],
+ "author": "Szymon Marczak",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/szmarczak/cacheable-lookup/issues"
+ },
+ "homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
+ "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",
+ "tsd": "^0.11.0",
+ "quick-lru": "^5.1.0",
+ "xo": "^0.25.3"
+ }
+}