The Node.js® Website
at main 1.0 kB view raw
1{ 2 "title": "Node.js", 3 "description": "Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.", 4 "favicon": "/static/images/favicons/favicon.png", 5 "accentColor": "#333", 6 "twitter": { 7 "username": "@nodejs", 8 "card": "summary", 9 "img": "/static/images/logo-hexagon-card.png", 10 "imgAlt": "The Node.js Hexagon Logo" 11 }, 12 "rssFeeds": [ 13 { 14 "title": "Node.js Blog", 15 "file": "blog.xml", 16 "category": "all" 17 }, 18 { 19 "title": "Node.js Blog: Releases", 20 "file": "releases.xml", 21 "category": "release" 22 }, 23 { 24 "title": "Node.js Blog: Vulnerability Reports", 25 "file": "vulnerability.xml", 26 "category": "vulnerability" 27 } 28 ], 29 "websiteBanners": { 30 "index": { 31 "startDate": "2024-02-14T15:30:00.000Z", 32 "endDate": "2024-02-21T17:30:00.000Z", 33 "text": "New security releases available", 34 "link": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/" 35 } 36 }, 37 "websiteBadges": {} 38}