1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "cacheable-lookup@5.0.4",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_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": [
- "/spectron/got",
- "/webdriver/got"
- ],
- "_resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
- "_spec": "5.0.4",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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"
- }
|