github-pages-deploy-action/node_modules/path-parse/package.json

66 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"path-parse@1.0.6",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "path-parse@1.0.6",
"_id": "path-parse@1.0.6",
"_inBundle": false,
"_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
"_location": "/path-parse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "path-parse@1.0.6",
"name": "path-parse",
"escapedName": "path-parse",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"_requiredBy": [
"/resolve"
],
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
"_spec": "1.0.6",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Javier Blanco",
"email": "http://jbgutierrez.info"
},
"bugs": {
"url": "https://github.com/jbgutierrez/path-parse/issues"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"description": "Node.js path.parse() ponyfill",
"homepage": "https://github.com/jbgutierrez/path-parse#readme",
2020-01-28 13:07:56 +08:00
"keywords": [
"path",
"paths",
"file",
"dir",
"parse",
"built-in",
"util",
"utils",
"core",
"ponyfill",
"polyfill",
"shim"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"main": "index.js",
"name": "path-parse",
"repository": {
"type": "git",
"url": "git+https://github.com/jbgutierrez/path-parse.git"
},
"scripts": {
"test": "node test.js"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"version": "1.0.6"
2020-01-28 13:07:56 +08:00
}