90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"_from": "favicons",
|
|
"_id": "favicons@4.8.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-orE4AKs/7CcVvI8n+oQdA41HYeI=",
|
|
"_location": "/favicons",
|
|
"_phantomChildren": {
|
|
"readable-stream": "2.3.3",
|
|
"xtend": "4.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "favicons",
|
|
"name": "favicons",
|
|
"escapedName": "favicons",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/favicons/-/favicons-4.8.6.tgz",
|
|
"_shasum": "a2b13800ab3fec2715bc8f27fa841d038d4761e2",
|
|
"_spec": "favicons",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Hayden Bleasel",
|
|
"email": "haydenbleasel@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/haydenbleasel/favicons/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"async": "^1.5.0",
|
|
"cheerio": "^0.19.0",
|
|
"clone": "^1.0.2",
|
|
"colors": "^1.1.2",
|
|
"harmony-reflect": "^1.4.2",
|
|
"image-size": "^0.4.0",
|
|
"jimp": "^0.2.13",
|
|
"jsontoxml": "0.0.11",
|
|
"merge-defaults": "^0.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"node-rest-client": "^1.5.1",
|
|
"require-directory": "^2.1.1",
|
|
"svg2png": "~3.0.1",
|
|
"through2": "^2.0.0",
|
|
"tinycolor2": "^1.1.2",
|
|
"to-ico": "^1.1.2",
|
|
"underscore": "^1.8.3",
|
|
"vinyl": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Favicon generator for Node.js",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"eslint": "^2.3.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^6.1.1",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gutil": "^1.6.4"
|
|
},
|
|
"homepage": "https://github.com/haydenbleasel/favicons",
|
|
"keywords": [
|
|
"favicon",
|
|
"ico",
|
|
"generator",
|
|
"node",
|
|
"realfavicongenerator",
|
|
"gulpfriendly"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "favicons",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/haydenbleasel/favicons.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp",
|
|
"test": "cd test && node test.js && gulp"
|
|
},
|
|
"version": "4.8.6"
|
|
}
|