chore: add jimp dependency, icon padding script, and update configuration

This commit is contained in:
2026-05-31 14:04:37 +02:00
parent 30f81045ac
commit 7cd17307ba
1126 changed files with 166400 additions and 2 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"name": "xml-parse-from-string",
"version": "1.0.1",
"description": "DOMParser.parseFromString for XML with IE8 fallback",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.3",
"faucet": "0.0.1",
"tape": "^3.5.0",
"testling": "^1.7.1"
},
"scripts": {
"test": "browserify test.js -t brfs | testling | faucet"
},
"keywords": [
"ie8",
"fallback",
"dom",
"parser",
"DOMParser",
"xml",
"string",
"parse",
"browser",
"browserify",
"webpack",
"activeXObject"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/xml-parse-from-string.git"
},
"homepage": "https://github.com/Jam3/xml-parse-from-string",
"bugs": {
"url": "https://github.com/Jam3/xml-parse-from-string/issues"
}
}