{ | |
"author": "Elan Shanker", | |
"description": "Node.js path.dirname() ponyfill", | |
"files": [ | |
"index.js" | |
], | |
"keywords": [ | |
"dirname", | |
"dir", | |
"path", | |
"paths", | |
"file", | |
"built-in", | |
"util", | |
"utils", | |
"core", | |
"stdlib", | |
"ponyfill", | |
"polyfill", | |
"shim" | |
], | |
"license": "MIT", | |
"name": "path-dirname", | |
"repository": "es128/path-dirname", | |
"scripts": { | |
"test": "node test.js" | |
}, | |
"version": "1.0.2" | |
} |