-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"_from": "ttf2woff2@^2.0.3",
"_id": "[email protected]",
"_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": [
"/@vusion/webfonts-generator"
],
"_resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-2.0.3.tgz",
"_shasum": "5e020afe6e643287f3ad7687abed20fe654eb329",
"_spec": "ttf2woff2@^2.0.3",
"_where": "/root/app/node_modules/@vusion/webfonts-generator",
"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://[email protected]/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"
}