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