setup-node/node_modules/path-parse/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

37 lines
886 B
JSON

{
"name": "path-parse",
"version": "1.0.6",
"description": "Node.js path.parse() ponyfill",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jbgutierrez/path-parse.git"
},
"keywords": [
"path",
"paths",
"file",
"dir",
"parse",
"built-in",
"util",
"utils",
"core",
"ponyfill",
"polyfill",
"shim"
],
"author": "Javier Blanco <http://jbgutierrez.info>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbgutierrez/path-parse/issues"
},
"homepage": "https://github.com/jbgutierrez/path-parse#readme"
,"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz"
,"_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
,"_from": "path-parse@1.0.6"
}