blob: 31138a92485511f604dcb4b6d70cc4a482eb3730 [file] [log] [blame]
{
"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"
}