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

81 lines
2.2 KiB
JSON

{
"_from": "gulp-ttf2woff2@^2.0.2",
"_id": "gulp-ttf2woff2@2.0.2",
"_inBundle": false,
"_integrity": "sha1-8QGxUg8jaqZ2fsRb9HVByxWe6zI=",
"_location": "/gulp-ttf2woff2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-ttf2woff2@^2.0.2",
"name": "gulp-ttf2woff2",
"escapedName": "gulp-ttf2woff2",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/gulp-iconfont"
],
"_resolved": "https://registry.npmjs.org/gulp-ttf2woff2/-/gulp-ttf2woff2-2.0.2.tgz",
"_shasum": "f101b1520f236aa6767ec45bf47541cb159eeb32",
"_spec": "gulp-ttf2woff2@^2.0.2",
"_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-ttf2woff2/issues"
},
"bundleDependencies": false,
"dependencies": {
"bufferstreams": "^1.1.0",
"gulp-util": "^3.0.7",
"readable-stream": "^2.0.4",
"ttf2woff2": "^2.0.3"
},
"deprecated": false,
"description": "Create a WOFF2 font from a TTF font",
"devDependencies": {
"coveralls": "^2.11.4",
"eslint": "^1.10.1",
"eslint-config-simplifield": "^1.1.0",
"gulp": "^3.9.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0",
"streamtest": "^1.2.1"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/nfroidure/gulp-ttf2woff2",
"keywords": [
"gulpplugin",
"gulp",
"gulp-plugin",
"font",
"woff2",
"ttf",
"converter"
],
"license": "MIT",
"main": "src/index.js",
"name": "gulp-ttf2woff2",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/gulp-ttf2woff2.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 run lint && npm test",
"test": "mocha tests/*.mocha.js"
},
"version": "2.0.2"
}