Files
enviPy-bayer/static/js/ketcher2/node_modules/svg-pathdata/package.json
2025-06-23 20:13:54 +02:00

88 lines
2.4 KiB
JSON

{
"_from": "svg-pathdata@^1.0.4",
"_id": "svg-pathdata@1.0.4",
"_inBundle": false,
"_integrity": "sha1-emgTQqrH7/2NUq+6eZmRDJ2juVk=",
"_location": "/svg-pathdata",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"string_decoder": "0.10.31",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "svg-pathdata@^1.0.4",
"name": "svg-pathdata",
"escapedName": "svg-pathdata",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/svgicons2svgfont"
],
"_resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-1.0.4.tgz",
"_shasum": "7a681342aac7effd8d52afba7999910c9da3b959",
"_spec": "svg-pathdata@^1.0.4",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/svgicons2svgfont",
"author": {
"name": "Nicolas Froidure"
},
"bugs": {
"url": "https://github.com/nfroidure/SVGPathData/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~2.0.4"
},
"deprecated": false,
"description": "Parse, transform and encode SVG Path Data.",
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"eslint": "^1.10.0",
"eslint-config-simplifield": "^1.1.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0",
"rimraf": "^2.4.4"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/nfroidure/SVGPathData#readme",
"keywords": [
"svg",
"path",
"data",
"parser",
"encoder",
"transformer",
"reader",
"writer",
"stream"
],
"license": "MIT",
"main": "src/SVGPathData.js",
"name": "svg-pathdata",
"repository": {
"type": "git",
"url": "git+https://github.com/nfroidure/SVGPathData.git"
},
"scripts": {
"build": "browserify src/SVGPathData.js -o dist/SVGPathData.js -s SVGPathData",
"cli": "env NPM_RUN_CLI=1",
"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 && coveralls < ./coverage/lcov.info && rimraf ./coverage",
"lint": "eslint src/*.js tests/*.js",
"preversion": "npm test",
"test": "mocha tests/*.mocha.js"
},
"version": "1.0.4"
}