1{ 2 "author": { 3 "name": "Javier Blanco", 4 "email": "http://jbgutierrez.info" 5 }, 6 "bugs": { 7 "url": "https://github.com/jbgutierrez/path-parse/issues" 8 }, 9 "bundleDependencies": false, 10 "deprecated": false, 11 "description": "Node.js path.parse() ponyfill", 12 "homepage": "https://github.com/jbgutierrez/path-parse#readme", 13 "keywords": [ 14 "path", 15 "paths", 16 "file", 17 "dir", 18 "parse", 19 "built-in", 20 "util", 21 "utils", 22 "core", 23 "ponyfill", 24 "polyfill", 25 "shim" 26 ], 27 "license": "MIT", 28 "main": "index.js", 29 "name": "path-parse", 30 "repository": { 31 "type": "git", 32 "url": "git+https://github.com/jbgutierrez/path-parse.git" 33 }, 34 "scripts": { 35 "test": "node test.js" 36 }, 37 "version": "1.0.6" 38}