保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
89
90
91
{
  "_args": [
    [
      "upath@2.0.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "upath@2.0.1",
  "_id": "upath@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==",
  "_location": "/upath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "upath@2.0.1",
    "name": "upath",
    "escapedName": "upath",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/@nuxt/builder",
    "/@nuxt/cli",
    "/@nuxt/components"
  ],
  "_resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Angelos Pikoulas",
    "email": "agelos.pikoulas@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/anodynos/upath/issues",
    "email": "agelos.pikoulas@gmail.com"
  },
  "description": "A proxy to `path`, replacing `\\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
  "devDependencies": {
    "chai": "~4.0.2",
    "coffee-script": "1.12.6",
    "grunt": "0.4.5",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-urequire": "0.7.x",
    "lodash": "^4.17.20",
    "mocha": "~3.4.2",
    "uberscore": "0.0.19",
    "underscore.string": "^3.3.5",
    "urequire": "0.7.0-beta.33",
    "urequire-ab-specrunner": "^0.2.5",
    "urequire-rc-inject-version": "^0.1.6"
  },
  "directories": {
    "doc": "./doc",
    "dist": "./build"
  },
  "engines": {
    "node": ">=4",
    "yarn": "*"
  },
  "homepage": "http://github.com/anodynos/upath/",
  "keywords": [
    "path",
    "unix",
    "windows",
    "extension",
    "file extension",
    "replace extension",
    "change extension",
    "trim extension",
    "add extension",
    "default extension",
    "UNC paths"
  ],
  "license": "MIT",
  "main": "./build/code/upath.js",
  "name": "upath",
  "preferGlobal": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/anodynos/upath.git"
  },
  "scripts": {
    "build": "npx grunt lib",
    "test": "npx grunt"
  },
  "types": "./upath.d.ts",
  "version": "2.0.1"
}