forked from enviPath/enviPy
Current Dev State
This commit is contained in:
80
static/js/ketcher2/node_modules/gulp-ttf2woff/package.json
generated
vendored
Normal file
80
static/js/ketcher2/node_modules/gulp-ttf2woff/package.json
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"_from": "gulp-ttf2woff@^1.1.0",
|
||||
"_id": "gulp-ttf2woff@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-4iym5xvZrRBXUWRPixx+O+Owhqw=",
|
||||
"_location": "/gulp-ttf2woff",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "gulp-ttf2woff@^1.1.0",
|
||||
"name": "gulp-ttf2woff",
|
||||
"escapedName": "gulp-ttf2woff",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-iconfont"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-ttf2woff/-/gulp-ttf2woff-1.1.1.tgz",
|
||||
"_shasum": "e22ca6e71bd9ad105751644f8b1c7e3be3b086ac",
|
||||
"_spec": "gulp-ttf2woff@^1.1.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-ttf2woff/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"bufferstreams": "^1.0.2",
|
||||
"gulp-util": "^3.0.6",
|
||||
"readable-stream": "^2.0.1",
|
||||
"ttf2woff": "^2.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Create a WOFF font from a TTF one",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"gulp": "^3.9.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^3.4.2",
|
||||
"mocha-lcov-reporter": "^1.3.0",
|
||||
"streamtest": "^1.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/nfroidure/gulp-ttf2woff",
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"gulp",
|
||||
"gulp-plugin",
|
||||
"font",
|
||||
"woff",
|
||||
"ttf",
|
||||
"converter"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/nfroidure/gulp-ttf2woff/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"name": "gulp-ttf2woff",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nfroidure/gulp-ttf2woff.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
|
||||
"coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
|
||||
"test": "mocha tests/*.mocha.js"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user