| { |
| "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" |
| } |