package.json
2.97 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_args": [
[
{
"raw": "unc-path-regex@^0.1.0",
"scope": null,
"escapedName": "unc-path-regex",
"name": "unc-path-regex",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/is-unc-path"
]
],
"_from": "unc-path-regex@>=0.1.0 <0.2.0",
"_id": "unc-path-regex@0.1.2",
"_inCache": true,
"_location": "/unc-path-regex",
"_nodeVersion": "5.8.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/unc-path-regex-0.1.2.tgz_1460256703094_0.4246507475618273"
},
"_npmUser": {
"name": "tunnckocore",
"email": "mameto_100@mail.bg"
},
"_npmVersion": "3.8.5",
"_phantomChildren": {},
"_requested": {
"raw": "unc-path-regex@^0.1.0",
"scope": null,
"escapedName": "unc-path-regex",
"name": "unc-path-regex",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/is-unc-path"
],
"_resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
"_shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
"_shrinkwrap": null,
"_spec": "unc-path-regex@^0.1.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/is-unc-path",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/regexhq/unc-path-regex/issues"
},
"dependencies": {},
"description": "Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.",
"devDependencies": {
"mocha": "*"
},
"dist": {
"shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
"tarball": "http://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "8962715152d8438fac975f90ac218017b41fea20",
"homepage": "https://github.com/regexhq/unc-path-regex",
"keywords": [
"absolute",
"expression",
"file",
"filepath",
"match",
"matching",
"path",
"regex",
"regexp",
"regular",
"unc",
"win",
"windows"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "tunnckocore",
"email": "mameto_100@mail.bg"
}
],
"name": "unc-path-regex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/regexhq/unc-path-regex.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"dotfile-regex",
"is-unc-path",
"unc-path-regex",
"dotdir-regex",
"path-regex",
"dirname-regex",
"is-glob"
]
}
},
"version": "0.1.2"
}