You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

123 lines
3.5 KiB

{
"_from": "svg-pathdata@^6.0.3",
"_id": "svg-pathdata@6.0.3",
"_inBundle": false,
"_integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==",
"_location": "/svg-pathdata",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svg-pathdata@^6.0.3",
"name": "svg-pathdata",
"escapedName": "svg-pathdata",
"rawSpec": "^6.0.3",
"saveSpec": null,
"fetchSpec": "^6.0.3"
},
"_requiredBy": [
"/canvg"
],
"_resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz",
"_shasum": "80b0e0283b652ccbafb69ad4f8f73e8d3fbf2cac",
"_spec": "svg-pathdata@^6.0.3",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/canvg",
"author": {
"name": "Nicolas Froidure"
},
"bugs": {
"url": "https://github.com/nfroidure/SVGPathData/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"contributors": [
{
"name": "Anders Kaseorg",
"email": "andersk@mit.edu"
}
],
"deprecated": false,
"description": "Manipulate SVG path data (path[d] attribute content) simply and efficiently.",
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"chai": "^4.3.4",
"chai-stats": "^0.3.0",
"commitizen": "^4.2.3",
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.23.0",
"eslint-config-simplifield": "^12.0.0",
"istanbul": "0.4.5",
"mocha": "^9.0.2",
"mocha-lcov-reporter": "1.3.0",
"rollup": "^2.44.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "2.1.0",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
},
"engines": {
"node": ">=12.0.0"
},
"exports": {
"import": "./lib/SVGPathData.module.js",
"require": "./lib/SVGPathData.cjs"
},
"greenkeeper": {
"ignore": [
"debug",
"eslint",
"eslint-config-simplifield",
"mocha",
"mocha-lcov-reporter",
"commitizen",
"cz-conventional-changelog",
"coveralls",
"istanbul",
"conventional-changelog-cli"
]
},
"homepage": "https://github.com/nfroidure/svg-pathdata#readme",
"keywords": [
"svg",
"path",
"data",
"parser",
"encoder",
"transformer",
"reader",
"writer",
"stream",
"typescript"
],
"license": "MIT",
"main": "lib/SVGPathData.cjs",
"module": "lib/SVGPathData.module.js",
"name": "svg-pathdata",
"repository": {
"type": "git",
"url": "git+https://github.com/nfroidure/svg-pathdata.git"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"cli": "env NODE_ENV=${NODE_ENV:-cli}",
"cover": "istanbul cover _mocha --report html -- 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",
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",
"lint": "eslint tests/*.mocha.js && tslint -p tsconfig.json",
"preversion": "npm run test:ci",
"test": "mocha tests/*.mocha.js",
"test:ci": "npm run lint && npm run build && npm run test",
"version": "npm run changelog && git add CHANGELOG.md",
"watch": "rollup -c rollup.config.js -w"
},
"type": "module",
"types": "lib/SVGPathData.d.ts",
"version": "6.0.3"
}