forked from enviPath/enviPy
Current Dev State
This commit is contained in:
88
static/js/ketcher2/node_modules/ttf2woff2/package.json
generated
vendored
Normal file
88
static/js/ketcher2/node_modules/ttf2woff2/package.json
generated
vendored
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"_from": "ttf2woff2@^2.0.3",
|
||||
"_id": "ttf2woff2@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk=",
|
||||
"_location": "/ttf2woff2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ttf2woff2@^2.0.3",
|
||||
"name": "ttf2woff2",
|
||||
"escapedName": "ttf2woff2",
|
||||
"rawSpec": "^2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-ttf2woff2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-2.0.3.tgz",
|
||||
"_shasum": "5e020afe6e643287f3ad7687abed20fe654eb329",
|
||||
"_spec": "ttf2woff2@^2.0.3",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-ttf2woff2",
|
||||
"author": {
|
||||
"name": "Nicolas Froidure"
|
||||
},
|
||||
"bin": {
|
||||
"ttf2woff2": "bin/ttf2woff2.js"
|
||||
},
|
||||
"browser": "jssrc/index.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nfroidure/ttf2woff2/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"bindings": "^1.2.1",
|
||||
"bufferstreams": "^1.1.0",
|
||||
"nan": "^2.1.0",
|
||||
"node-gyp": "^3.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Convert TTF files to WOFF2 ones.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.4",
|
||||
"eslint": "^1.4.1",
|
||||
"eslint-config-simplifield": "^1.1.0",
|
||||
"istanbul": "^0.3.19",
|
||||
"miniquery": "^1.1.1",
|
||||
"mocha": "^2.3.2",
|
||||
"mocha-lcov-reporter": "^0.0.2"
|
||||
},
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"gypfile": true,
|
||||
"homepage": "https://github.com/nfroidure/ttf2woff2",
|
||||
"keywords": [
|
||||
"ttf",
|
||||
"woff2",
|
||||
"fonts"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "ttf2woff2",
|
||||
"preferGlobal": "true",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/nfroidure/ttf2woff2.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cli": "env NPM_RUN_CLI=1",
|
||||
"configure": "node-gyp configure",
|
||||
"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",
|
||||
"emcc": "miniquery -p \"targets.#.sources.#\" ./binding.gyp | grep -v \"csrc/addon.cc\" | xargs emcc --bind -o jssrc/ttf2woff2.js -O3 --memory-init-file 0 -s \"TOTAL_MEMORY=536870912\" -s \"ALLOW_MEMORY_GROWTH=1\" --post-js jssrc/post.js csrc/fallback.cc",
|
||||
"emcc-debug": "miniquery -p \"targets.#.sources.#\" ./binding.gyp | grep -v \"csrc/addon.cc\" | xargs emcc --bind -o jssrc/ttf2woff2.js -s \"ALLOW_MEMORY_GROWTH=1\" -s \"ASSERTIONS=1\" --post-js jssrc/post.js csrc/fallback.cc",
|
||||
"install": "(node-gyp rebuild > builderror.log) || (exit 0)",
|
||||
"lint": "eslint src/*.js tests/*.src jssrc/index.js",
|
||||
"make": "node-gyp build",
|
||||
"preversion": "npm run lint && npm test",
|
||||
"test": "mocha tests/*.mocha.js"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user