source: imaps-frontend/node_modules/svg-pathdata/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[79a0317]1{
2 "_from": "svg-pathdata@^6.0.3",
3 "_id": "svg-pathdata@6.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==",
6 "_location": "/svg-pathdata",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "svg-pathdata@^6.0.3",
12 "name": "svg-pathdata",
13 "escapedName": "svg-pathdata",
14 "rawSpec": "^6.0.3",
15 "saveSpec": null,
16 "fetchSpec": "^6.0.3"
17 },
18 "_requiredBy": [
19 "/canvg"
20 ],
21 "_resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz",
22 "_shasum": "80b0e0283b652ccbafb69ad4f8f73e8d3fbf2cac",
23 "_spec": "svg-pathdata@^6.0.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/canvg",
25 "author": {
26 "name": "Nicolas Froidure"
27 },
28 "bugs": {
29 "url": "https://github.com/nfroidure/SVGPathData/issues"
30 },
31 "bundleDependencies": false,
32 "config": {
33 "commitizen": {
34 "path": "./node_modules/cz-conventional-changelog"
35 }
36 },
37 "contributors": [
38 {
39 "name": "Anders Kaseorg",
40 "email": "andersk@mit.edu"
41 }
42 ],
43 "deprecated": false,
44 "description": "Manipulate SVG path data (path[d] attribute content) simply and efficiently.",
45 "devDependencies": {
46 "@rollup/plugin-typescript": "^8.2.1",
47 "chai": "^4.3.4",
48 "chai-stats": "^0.3.0",
49 "commitizen": "^4.2.3",
50 "conventional-changelog-cli": "^2.1.1",
51 "coveralls": "^3.1.0",
52 "cz-conventional-changelog": "^3.3.0",
53 "eslint": "^7.23.0",
54 "eslint-config-simplifield": "^12.0.0",
55 "istanbul": "0.4.5",
56 "mocha": "^9.0.2",
57 "mocha-lcov-reporter": "1.3.0",
58 "rollup": "^2.44.0",
59 "rollup-plugin-terser": "^7.0.2",
60 "tslib": "2.1.0",
61 "tslint": "^6.1.3",
62 "typescript": "^4.2.3"
63 },
64 "engines": {
65 "node": ">=12.0.0"
66 },
67 "exports": {
68 "import": "./lib/SVGPathData.module.js",
69 "require": "./lib/SVGPathData.cjs"
70 },
71 "greenkeeper": {
72 "ignore": [
73 "debug",
74 "eslint",
75 "eslint-config-simplifield",
76 "mocha",
77 "mocha-lcov-reporter",
78 "commitizen",
79 "cz-conventional-changelog",
80 "coveralls",
81 "istanbul",
82 "conventional-changelog-cli"
83 ]
84 },
85 "homepage": "https://github.com/nfroidure/svg-pathdata#readme",
86 "keywords": [
87 "svg",
88 "path",
89 "data",
90 "parser",
91 "encoder",
92 "transformer",
93 "reader",
94 "writer",
95 "stream",
96 "typescript"
97 ],
98 "license": "MIT",
99 "main": "lib/SVGPathData.cjs",
100 "module": "lib/SVGPathData.module.js",
101 "name": "svg-pathdata",
102 "repository": {
103 "type": "git",
104 "url": "git+https://github.com/nfroidure/svg-pathdata.git"
105 },
106 "scripts": {
107 "build": "rollup -c rollup.config.js",
108 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
109 "cli": "env NODE_ENV=${NODE_ENV:-cli}",
110 "cover": "istanbul cover _mocha --report html -- tests/*.mocha.js -R spec -t 5000",
111 "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
112 "cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",
113 "lint": "eslint tests/*.mocha.js && tslint -p tsconfig.json",
114 "preversion": "npm run test:ci",
115 "test": "mocha tests/*.mocha.js",
116 "test:ci": "npm run lint && npm run build && npm run test",
117 "version": "npm run changelog && git add CHANGELOG.md",
118 "watch": "rollup -c rollup.config.js -w"
119 },
120 "type": "module",
121 "types": "lib/SVGPathData.d.ts",
122 "version": "6.0.3"
123}
Note: See TracBrowser for help on using the repository browser.