Files
2023-08-01 13:49:46 +02:00

75 lines
1.7 KiB
JSON

{
"_from": "to-ico@^1.1.2",
"_id": "to-ico@1.1.5",
"_inBundle": false,
"_integrity": "sha512-5kIh7m7bkIlqIESEZkL8gAMMzucXKfPe3hX2FoDY5HEAfD9OJU+Qh9b6Enp74w0qRcxVT5ejss66PHKqc3AVkg==",
"_location": "/to-ico",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "to-ico@^1.1.2",
"name": "to-ico",
"escapedName": "to-ico",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/favicons"
],
"_resolved": "https://registry.npmjs.org/to-ico/-/to-ico-1.1.5.tgz",
"_shasum": "1d32da5f2c90922edee6b686d610c54527b5a8d5",
"_spec": "to-ico@^1.1.2",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/favicons",
"author": {
"name": "Kevin Martensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/to-ico/issues"
},
"bundleDependencies": false,
"dependencies": {
"arrify": "^1.0.1",
"buffer-alloc": "^1.1.0",
"image-size": "^0.5.0",
"parse-png": "^1.0.0",
"resize-img": "^1.1.0"
},
"deprecated": false,
"description": "Convert PNG to ICO in memory",
"devDependencies": {
"ava": "*",
"file-type": "^4.3.0",
"icojs": "^0.7.2",
"pify": "^2.3.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/to-ico#readme",
"keywords": [
"buffer",
"convert",
"fast",
"ico",
"png"
],
"license": "MIT",
"name": "to-ico",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/to-ico.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.1.5"
}