Neah/node_modules/path-posix/package.json
2025-04-24 19:10:05 +02:00

15 lines
353 B
JSON

{
"name": "path-posix",
"author": "jden <jason@denizac.org>",
"version": "1.0.0",
"description": "posix-specific core path module",
"keywords": ["path"],
"main": "index.js",
"scripts": {
"test": "node test/test-path"
},
"repository": "git@github.com:jden/node-path-posix.git",
"license": "ISC",
"readmeFilename": "README.md"
}