forked from enviPath/enviPy
88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
{
|
|
"_from": "gulp-svgicons2svgfont@^3.0.1",
|
|
"_id": "gulp-svgicons2svgfont@3.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ZQCK/4djOipMZMf6PIxt4NBgNKY=",
|
|
"_location": "/gulp-svgicons2svgfont",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-svgicons2svgfont@^3.0.1",
|
|
"name": "gulp-svgicons2svgfont",
|
|
"escapedName": "gulp-svgicons2svgfont",
|
|
"rawSpec": "^3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-iconfont"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-svgicons2svgfont/-/gulp-svgicons2svgfont-3.0.3.tgz",
|
|
"_shasum": "65008aff87633a2a4c64c7fa3c8c6de0d06034a6",
|
|
"_spec": "gulp-svgicons2svgfont@^3.0.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-svgicons2svgfont/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"gulp-util": "~3.0.6",
|
|
"plexer": "1.0.1",
|
|
"readable-stream": "^2.0.2",
|
|
"svgicons2svgfont": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create a SVG font from several SVG icons",
|
|
"devDependencies": {
|
|
"coveralls": "~2.11.4",
|
|
"eslint": "^1.4.1",
|
|
"eslint-config-simplifield": "^1.1.0",
|
|
"event-stream": "~3.3.1",
|
|
"gulp": "~3.9.0",
|
|
"istanbul": "^0.4.2",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^2.4.5",
|
|
"mocha-lcov-reporter": "^1.0.0",
|
|
"neatequal": "^1.0.0",
|
|
"rimraf": "^2.5.2",
|
|
"streamtest": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"homepage": "https://github.com/nfroidure/gulp-svgicons2svgfont",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"gulp",
|
|
"svg",
|
|
"icon",
|
|
"font"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/nfroidure/gulp-svgicons2svgfont/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "src/index.js",
|
|
"name": "gulp-svgicons2svgfont",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nfroidure/gulp-svgicons2svgfont.git"
|
|
},
|
|
"scripts": {
|
|
"cli": "env NPM_RUN_CLI=1",
|
|
"cover": "istanbul cover _mocha --report html -- 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": "3.0.3"
|
|
}
|