UNPKG

styleless-innertext

Version:

A library to imitate WHATWG HTMLElement.innerText specification

39 lines (38 loc) 894 B
{ "name": "styleless-innertext", "version": "1.1.5", "description": "A library to imitate WHATWG HTMLElement.innerText specification", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "npx tsc -p jsconfig.json && npx mocha" }, "repository": { "type": "git", "url": "git+https://github.com/saschanaz/styleless-innertext.git" }, "keywords": [ "innertext", "jsdom", "whatwg" ], "author": "Kagami Sascha Rosylight <saschanaz@outlook.com>", "license": "ISC", "bugs": { "url": "https://github.com/saschanaz/styleless-innertext/issues" }, "homepage": "https://github.com/saschanaz/styleless-innertext#readme", "devDependencies": { "expect": "^29.3.1", "jsdom": "^21.0.0", "mocha": "^10.2.0", "typescript": "^4.9.4" }, "files": [ "index.js", "display.js", "index.d.ts" ] }