forked from enviPath/enviPy
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"_from": "cubic2quad@^1.0.0",
|
|
"_id": "cubic2quad@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-abGcYaP1tB7PLx1fro+wNBWqixU=",
|
|
"_location": "/cubic2quad",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cubic2quad@^1.0.0",
|
|
"name": "cubic2quad",
|
|
"escapedName": "cubic2quad",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/svg2ttf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cubic2quad/-/cubic2quad-1.1.1.tgz",
|
|
"_shasum": "69b19c61a3f5b41ecf2f1d5fae8fb03415aa8b15",
|
|
"_spec": "cubic2quad@^1.0.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/svg2ttf",
|
|
"bugs": {
|
|
"url": "https://github.com/fontello/cubic2quad/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Approximate cubic Bezier curve with a number of quadratic ones",
|
|
"devDependencies": {
|
|
"ansi": "*",
|
|
"benchmark": "*",
|
|
"coveralls": "~2.11.2",
|
|
"eslint": "^3.8.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/fontello/cubic2quad#readme",
|
|
"keywords": [
|
|
"cubic",
|
|
"quad",
|
|
"bezier"
|
|
],
|
|
"license": "MIT",
|
|
"name": "cubic2quad",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fontello/cubic2quad.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "npm run lint && ./benchmark/benchmark.js",
|
|
"coverage": "rm -rf coverage && istanbul cover _mocha",
|
|
"lint": "eslint .",
|
|
"report-coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
|
"test": "npm run lint && mocha"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|