Files
enviPy-bayer/static/js/ketcher2/node_modules/gulp-iconfont/package.json
2025-06-23 20:13:54 +02:00

86 lines
2.4 KiB
JSON

{
"_from": "gulp-iconfont@8.0.1",
"_id": "gulp-iconfont@8.0.1",
"_inBundle": false,
"_integrity": "sha1-vDKqbj6lyjifuwFLqNLAjww8B2M=",
"_location": "/gulp-iconfont",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-iconfont@8.0.1",
"name": "gulp-iconfont",
"escapedName": "gulp-iconfont",
"rawSpec": "8.0.1",
"saveSpec": null,
"fetchSpec": "8.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-iconfont/-/gulp-iconfont-8.0.1.tgz",
"_shasum": "bc32aa6e3ea5ca389fbb014ba8d2c08f0c3c0763",
"_spec": "gulp-iconfont@8.0.1",
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"bugs": {
"url": "https://github.com/nfroidure/gulp-iconfont/issues"
},
"bundleDependencies": false,
"dependencies": {
"gulp-cond": "^1.0.0",
"gulp-spawn": "^0.3.0",
"gulp-svg2ttf": "^2.0.0",
"gulp-svgicons2svgfont": "^3.0.1",
"gulp-ttf2eot": "^1.1.1",
"gulp-ttf2woff": "^1.1.0",
"gulp-ttf2woff2": "^2.0.2",
"gulp-util": "^3.0.7",
"plexer": "^1.0.1",
"streamfilter": "^1.0.5"
},
"deprecated": false,
"description": "Create icon fonts from several SVG icons",
"devDependencies": {
"coveralls": "^2.11.6",
"eslint": "^1.10.1",
"eslint-config-simplifield": "^1.2.2",
"gulp": "^3.9.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"neatequal": "^1.0.0",
"streamtest": "^1.2.1"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/nfroidure/gulp-iconfont",
"keywords": [
"gulpplugin",
"gulp",
"icon",
"font"
],
"license": "MIT",
"main": "src/index.js",
"name": "gulp-iconfont",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/gulp-iconfont.git"
},
"scripts": {
"cli": "env NPM_RUN_CLI=1",
"cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"generate-fixtures": "./tests/generate-fixtures.sh",
"lint": "eslint src/*.js tests/*.js",
"preversion": "npm run lint && npm test",
"test": "mocha tests/*.mocha.js"
},
"version": "8.0.1"
}