blob: b015bfc7d15a82f9b7f0d00ea1bd3c47f9b96ea0 [file] [log] [blame] [edit]
{
"author": {
"name": "Elan Shanker"
},
"bugs": {
"url": "https://github.com/es128/path-dirname/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Node.js path.dirname() ponyfill",
"files": [
"index.js"
],
"homepage": "https://github.com/es128/path-dirname#readme",
"keywords": [
"dirname",
"dir",
"path",
"paths",
"file",
"built-in",
"util",
"utils",
"core",
"stdlib",
"ponyfill",
"polyfill",
"shim"
],
"license": "MIT",
"name": "path-dirname",
"repository": {
"type": "git",
"url": "git+https://github.com/es128/path-dirname.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.2"
}