node_modules/parse-svg-path/package.json
UNKNOWN
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
package.json
package.json
| 1 |
{ |
|
| 2 |
"name": "parse-svg-path", |
package.json defines a package name |
| 3 |
"version": "0.2.0", |
package.json defines a package version |
| 4 |
"description": "svg path parser", |
Package manifest has very short description |
| 5 |
"type": "module", |
|
| 6 |
"main": "./dist/index.cjs", |
|
| 7 |
"module": "./dist/index.mjs", |
Package has multiple entry points |
| 8 |
"types": "./dist/index.d.mts", |
Package declares TypeScript types entry |
| 9 |
"exports": { |
|
| 10 |
".": { |
|
| 11 |
"import": { |
|
| 12 |
"types": "./dist/index.d.mts", |
|
| 13 |
"default": "./dist/index.mjs" |
|
| 14 |
}, |
|
| 15 |
"require": { |
|
| 16 |
"types": "./dist/index.d.cts", |
|
| 17 |
"default": "./dist/index.cjs" |
|
| 18 |
} |
|
| 19 |
} |
|
| 20 |
}, |
|
| 21 |
"files": [ |
|
| 22 |
"dist" |
|
| 23 |
], |
|
| 24 |
"devDependencies": { |
|
| 25 |
"tsdown": "^0.22.1", |
|
| 26 |
"typescript": "^6.0.3", |
|
| 27 |
"vitest": "^4.1.8" |
|
| 28 |
}, |
|
| 29 |
"repository": "git://github.com/jkroso/parse-svg-path.git", |
|
| 30 |
"author": "Jake Rosoman", |
|
| 31 |
"license": "MIT" |
|
| 32 |
} |
|
Metadata
| 1 |
{ |
|
| 2 |
"name": "parse-svg-path", |
|
| 3 |
"version": "0.2.0", |
|
| 4 |
"description": "svg path parser", |
|
| 5 |
"type": "module", |
|
| 6 |
"main": "./dist/index.cjs", |
|
| 7 |
"module": "./dist/index.mjs", |
|
| 8 |
"types": "./dist/index.d.mts", |
|
| 9 |
"exports": { |
|
| 10 |
".": { |
|
| 11 |
"import": { |
|
| 12 |
"types": "./dist/index.d.mts", |
|
| 13 |
"default": "./dist/index.mjs" |
|
| 14 |
}, |
|
| 15 |
"require": { |
|
| 16 |
"types": "./dist/index.d.cts", |
|
| 17 |
"default": "./dist/index.cjs" |
|
| 18 |
} |
|
| 19 |
} |
|
| 20 |
}, |
|
| 21 |
"files": [ |
|
| 22 |
"dist" |
|
| 23 |
], |
|
| 24 |
"devDependencies": { |
|
| 25 |
"tsdown": "^0.22.1", |
|
| 26 |
"typescript": "^6.0.3", |
|
| 27 |
"vitest": "^4.1.8" |
|
| 28 |
}, |
|
| 29 |
"repository": "git://github.com/jkroso/parse-svg-path.git", |
|
| 30 |
"author": "Jake Rosoman", |
|
| 31 |
"license": "MIT" |
|
| 32 |
} |
|
| 1 |
{ |
|
| 2 |
"name": "parse-svg-path", |
|
| 3 |
"version": "0.2.0", |
|
| 4 |
"description": "svg path parser", |
|
| 5 |
"type": "module", |
|
| 6 |
"main": "./dist/index.cjs", |
|
| 7 |
"module": "./dist/index.mjs", |
|
| 8 |
"types": "./dist/index.d.mts", |
|
| 9 |
"exports": { |
|
| 10 |
".": { |
|
| 11 |
"import": { |
|
| 12 |
"types": "./dist/index.d.mts", |
|
| 13 |
"default": "./dist/index.mjs" |
|
| 14 |
}, |
|
| 15 |
"require": { |
|
| 16 |
"types": "./dist/index.d.cts", |
|
| 17 |
"default": "./dist/index.cjs" |
|
| 18 |
} |
|
| 19 |
} |
|
| 20 |
}, |
|
| 21 |
"files": [ |
|
| 22 |
"dist" |
|
| 23 |
], |
|
| 24 |
"devDependencies": { |
|
| 25 |
"tsdown": "^0.22.1", |
|
| 26 |
"typescript": "^6.0.3", |
|
| 27 |
"vitest": "^4.1.8" |
|
| 28 |
}, |
|
| 29 |
"repository": "git://github.com/jkroso/parse-svg-path.git", |
|
| 30 |
"author": "Jake Rosoman", |
|
| 31 |
"license": "MIT" |
|
| 32 |
} |
|
baseline severity, 90% confident.
package/dependencies
npm manifest omits dependencies field
| 1 |
{ |
|
| 2 |
"name": "parse-svg-path", |
|
| 3 |
"version": "0.2.0", |
|
| 4 |
"description": "svg path parser", |
|
| 5 |
"type": "module", |
|
| 6 |
"main": "./dist/index.cjs", |
|
| 7 |
"module": "./dist/index.mjs", |
|
| 8 |
"types": "./dist/index.d.mts", |
|
| 9 |
"exports": { |
|
| 10 |
".": { |
|
| 11 |
"import": { |
|
| 12 |
"types": "./dist/index.d.mts", |
|
| 13 |
"default": "./dist/index.mjs" |
|
| 14 |
}, |
|
| 15 |
"require": { |
|
| 16 |
"types": "./dist/index.d.cts", |
|
| 17 |
"default": "./dist/index.cjs" |
|
| 18 |
} |
|
| 19 |
} |
|
| 20 |
}, |
|
| 21 |
"files": [ |
|
| 22 |
"dist" |
|
| 23 |
], |
|
| 24 |
"devDependencies": { |
|
| 25 |
"tsdown": "^0.22.1", |
|
| 26 |
"typescript": "^6.0.3", |
|
| 27 |
"vitest": "^4.1.8" |
|
| 28 |
}, |
|
| 29 |
"repository": "git://github.com/jkroso/parse-svg-path.git", |
|
| 30 |
"author": "Jake Rosoman", |
|
| 31 |
"license": "MIT" |
|
| 32 |
} |
|
-
0
{
"name": "parse-svg-path",
"version": "0.2.0",
"description": "svg path parser",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"devDependencies": {
"tsdown": "^0.22.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
},
"repository": "git://github.com/jkroso/parse-svg-path.git",
"author": "Jake Rosoman",
"license": "MIT"
}
Identity
| SHA-256 |
f0fe80d9cec186371ce9cb9a1466c8fcef7e4565c4b4ebc2b7bedef1cf3ea359 |
| Filename |
node_modules/parse-svg-path/package.json |
Origin
| Source |
x |
| Feed |
aur.archlinux.org |
| Ecosystem |
arch |
Timeline
| First seen |
19 Aug 2026 15:06 UTC |
| First analyzed |
19 Aug 2026 15:08 UTC |
| Last analyzed |
19 Aug 2026 15:27 UTC |
| Last updated |
19 Aug 2026 15:26 UTC |