| { |
| "author": "Javier Blanco <http://jbgutierrez.info>", |
| "bugs": { |
| "url": "https://github.com/jbgutierrez/path-parse/issues" |
| }, |
| "description": "Node.js path.parse() ponyfill", |
| "homepage": "https://github.com/jbgutierrez/path-parse#readme", |
| "keywords": [ |
| "path", |
| "paths", |
| "file", |
| "dir", |
| "parse", |
| "built-in", |
| "util", |
| "utils", |
| "core", |
| "ponyfill", |
| "polyfill", |
| "shim" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "path-parse", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/jbgutierrez/path-parse.git" |
| }, |
| "scripts": { |
| "test": "node test.js" |
| }, |
| "version": "1.0.6" |
| } |