jstd-web/node_modules/domify/package.json

38 lines
735 B
JSON
Raw Normal View History

2025-11-25 15:23:22 +08:00
{
"name": "domify",
"version": "1.4.2",
"description": "turn HTML into DOM elements",
"funding": "https://github.com/sponsors/sindresorhus",
"keywords": [
"dom",
"html",
"client",
"browser",
"component"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": {},
"scripts": {
"test": "mocha -r jsdom-global/register"
},
"component": {
"scripts": {
"domify/index.js": "index.js"
}
},
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/domify.git"
},
"files": [
"index.js"
],
"devDependencies": {
"jsdom": "^16.5.3",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.2"
}
}