Files
BeWoPlaner/BeWoPlanerMobil/node_modules/path-platform/package.json
Lyndon Jetten fda2c306b5 MoK: Report Viewer hinzugefügt
FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
2023-03-13 19:39:04 +01:00

26 lines
663 B
JSON

{
"name": "path-platform",
"version": "0.11.15",
"license": "MIT",
"author": "Timothy J Fontaine <tjfontaine@gmail.com> (http://atxconsulting.com)",
"description": "Provide access to win32 and posix path operations; sourced directly from upstream Node.js",
"keywords": [
"path",
"platform",
"posix",
"win32"
],
"homepage": "http://github.com/tjfontaine/node-path-platform",
"bugs": {
"url": "http://github.com/tjfontaine/node-path-platform/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/tjfontaine/node-path-platform.git"
},
"main": "path.js",
"engines": {
"node": ">= 0.8.0"
}
}