forked from enviPath/enviPy
81 lines
2.2 KiB
JSON
Executable File
81 lines
2.2 KiB
JSON
Executable File
{
|
|
"_from": "gulp-svg2ttf@^2.0.0",
|
|
"_id": "gulp-svg2ttf@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-EdaLu+J7ifR2V7TY8pzzOFTX5ow=",
|
|
"_location": "/gulp-svg2ttf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-svg2ttf@^2.0.0",
|
|
"name": "gulp-svg2ttf",
|
|
"escapedName": "gulp-svg2ttf",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-iconfont"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-svg2ttf/-/gulp-svg2ttf-2.0.1.tgz",
|
|
"_shasum": "11d68bbbe27b89f47657b4d8f29cf33854d7e68c",
|
|
"_spec": "gulp-svg2ttf@^2.0.0",
|
|
"_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-svg2ttf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bufferstreams": "^1.1.0",
|
|
"gulp-util": "^3.0.7",
|
|
"readable-stream": "^2.0.4",
|
|
"svg2ttf": "^4.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create a TTF font from an SVG font",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.4",
|
|
"eslint": "^4.2.0",
|
|
"eslint-config-simplifield": "^6.0.0",
|
|
"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-svg2ttf",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"gulp",
|
|
"gulp-plugin",
|
|
"font",
|
|
"svg",
|
|
"ttf",
|
|
"converter"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "gulp-svg2ttf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nfroidure/gulp-svg2ttf.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": "2.0.1"
|
|
}
|