forked from enviPath/enviPy
Current Dev State
This commit is contained in:
67
static/js/ketcher2/node_modules/svgpath/package.json
generated
vendored
Normal file
67
static/js/ketcher2/node_modules/svgpath/package.json
generated
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"_from": "svgpath@^2.1.5",
|
||||
"_id": "svgpath@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-CDS7Z8iadkcrK9BswQH6e1F7Iiw=",
|
||||
"_location": "/svgpath",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "svgpath@^2.1.5",
|
||||
"name": "svgpath",
|
||||
"escapedName": "svgpath",
|
||||
"rawSpec": "^2.1.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/svg2ttf"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.2.1.tgz",
|
||||
"_shasum": "0834bb67c89a76472b2bd06cc101fa7b517b222c",
|
||||
"_spec": "svgpath@^2.1.5",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/svg2ttf",
|
||||
"bugs": {
|
||||
"url": "https://github.com/fontello/svgpath/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Low level toolkit for SVG paths transformations.",
|
||||
"devDependencies": {
|
||||
"ansi": "^0.3.1",
|
||||
"benchmark": "^2.1.1",
|
||||
"coveralls": "^2.11.2",
|
||||
"eslint": "^3.5.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^3.0.2"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/fontello/svgpath#readme",
|
||||
"keywords": [
|
||||
"svg",
|
||||
"path",
|
||||
"transform",
|
||||
"scale",
|
||||
"translate",
|
||||
"rotate",
|
||||
"matrix"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "svgpath",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fontello/svgpath.git"
|
||||
},
|
||||
"scripts": {
|
||||
"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": "2.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user