package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "parse-path@^4.0.0",
  3. "_id": "parse-path@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==",
  6. "_location": "/parse-path",
  7. "_phantomChildren": {
  8. "decode-uri-component": "0.2.0",
  9. "filter-obj": "1.1.0",
  10. "split-on-first": "1.1.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "parse-path@^4.0.0",
  16. "name": "parse-path",
  17. "escapedName": "parse-path",
  18. "rawSpec": "^4.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.0"
  21. },
  22. "_requiredBy": [
  23. "/parse-url"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz",
  26. "_shasum": "82d81ec3e071dcc4ab49aa9f2c9c0b8966bb22bf",
  27. "_spec": "parse-path@^4.0.0",
  28. "_where": "H:\\gs_nuxt\\node_modules\\parse-url",
  29. "author": {
  30. "name": "Ionică Bizău",
  31. "email": "bizauionica@gmail.com",
  32. "url": "https://ionicabizau.net"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/IonicaBizau/parse-path/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "is-ssh": "^1.3.0",
  40. "protocols": "^1.4.0",
  41. "qs": "^6.9.4",
  42. "query-string": "^6.13.8"
  43. },
  44. "deprecated": false,
  45. "description": "Parse paths (local paths, urls: ssh/git/etc)",
  46. "devDependencies": {
  47. "tester": "^1.3.1"
  48. },
  49. "directories": {
  50. "example": "example",
  51. "test": "test"
  52. },
  53. "files": [
  54. "bin/",
  55. "app/",
  56. "lib/",
  57. "dist/",
  58. "src/",
  59. "scripts/",
  60. "resources/",
  61. "menu/",
  62. "cli.js",
  63. "index.js",
  64. "bloggify.js",
  65. "bloggify.json",
  66. "bloggify/"
  67. ],
  68. "homepage": "https://github.com/IonicaBizau/parse-path",
  69. "keywords": [
  70. "parse",
  71. "path",
  72. "url",
  73. "node",
  74. "git",
  75. "advanced"
  76. ],
  77. "license": "MIT",
  78. "main": "lib/index.js",
  79. "name": "parse-path",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/IonicaBizau/parse-path.git"
  83. },
  84. "scripts": {
  85. "test": "node test"
  86. },
  87. "version": "4.0.3"
  88. }