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

79 lines
2.1 KiB
JSON

{
"_from": "gulp-ttf2eot@^1.1.1",
"_id": "gulp-ttf2eot@1.1.2",
"_inBundle": false,
"_integrity": "sha1-Z1Fv4lO67Ls5ELQXoI3LUeNKyww=",
"_location": "/gulp-ttf2eot",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-ttf2eot@^1.1.1",
"name": "gulp-ttf2eot",
"escapedName": "gulp-ttf2eot",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/gulp-iconfont"
],
"_resolved": "https://registry.npmjs.org/gulp-ttf2eot/-/gulp-ttf2eot-1.1.2.tgz",
"_shasum": "67516fe253baecbb3910b417a08dcb51e34acb0c",
"_spec": "gulp-ttf2eot@^1.1.1",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-iconfont",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"bugs": {
"url": "https://github.com/nfroidure/gulp-ttf2eot/issues"
},
"bundleDependencies": false,
"dependencies": {
"bufferstreams": "^1.1.0",
"gulp-util": "^3.0.7",
"readable-stream": "^2.0.4",
"ttf2eot": "^2.0.0"
},
"deprecated": false,
"description": "Create an EOT font from a TTF one",
"devDependencies": {
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"istanbul": "^0.4.0",
"mocha": "^3.4.2",
"mocha-lcov-reporter": "^1.0.0",
"streamtest": "^1.2.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/nfroidure/gulp-ttf2eot",
"keywords": [
"gulpplugin",
"gulp",
"gulp-plugin",
"font",
"eot",
"ttf",
"converter"
],
"license": "MIT",
"main": "src/index.js",
"name": "gulp-ttf2eot",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/gulp-ttf2eot.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",
"lint": "eslint src/*.js tests/*.js",
"preversion": "npm test",
"test": "mocha tests/*.mocha.js"
},
"version": "1.1.2"
}