| 12345678910111213141516171819202122232425262728 | {  "name": "void-elements",  "version": "2.0.1",  "description": "Array of \"void elements\" defined by the HTML specification.",  "main": "index.js",  "scripts": {    "test": "node test",    "prepublish": "node pre-publish.js > index.js"  },  "keywords": [    "html",    "void",    "elements"  ],  "repository": "hemanth/void-elements",  "author": "hemanth.hm",  "engines": {    "node": ">=0.10.0"  },  "license": "MIT",  "bugs": {    "url": "https://github.com/hemanth/void-elements/issues"  },  "homepage": "https://github.com/hemanth/void-elements",  "devDependencies": {    "cheerio": "^0.18.0"  }}
 |