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