blob: 8e7f80b84691b8c7f13c2570dbfc435b26421966 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "unc-path-regex@^0.1.2",
3 "_id": "unc-path-regex@0.1.2",
4 "_inBundle": false,
5 "_integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=",
6 "_location": "/unc-path-regex",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "unc-path-regex@^0.1.2",
12 "name": "unc-path-regex",
13 "escapedName": "unc-path-regex",
14 "rawSpec": "^0.1.2",
15 "saveSpec": null,
16 "fetchSpec": "^0.1.2"
17 },
18 "_requiredBy": [
19 "/is-unc-path"
20 ],
21 "_resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
22 "_shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
23 "_spec": "unc-path-regex@^0.1.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\is-unc-path",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/regexhq/unc-path-regex/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "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.",
35 "devDependencies": {
36 "mocha": "*"
37 },
38 "engines": {
39 "node": ">=0.10.0"
40 },
41 "files": [
42 "index.js"
43 ],
44 "homepage": "https://github.com/regexhq/unc-path-regex",
45 "keywords": [
46 "absolute",
47 "expression",
48 "file",
49 "filepath",
50 "match",
51 "matching",
52 "path",
53 "regex",
54 "regexp",
55 "regular",
56 "unc",
57 "win",
58 "windows"
59 ],
60 "license": "MIT",
61 "main": "index.js",
62 "name": "unc-path-regex",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/regexhq/unc-path-regex.git"
66 },
67 "scripts": {
68 "test": "mocha"
69 },
70 "verb": {
71 "related": {
72 "list": [
73 "dotfile-regex",
74 "is-unc-path",
75 "unc-path-regex",
76 "dotdir-regex",
77 "path-regex",
78 "dirname-regex",
79 "is-glob"
80 ]
81 }
82 },
83 "version": "0.1.2"
84}