blob: 3bb737eb47c527bb3c3cabd68f01454c5583a3ca [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-unc-path@^1.0.0",
3 "_id": "is-unc-path@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
6 "_location": "/is-unc-path",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-unc-path@^1.0.0",
12 "name": "is-unc-path",
13 "escapedName": "is-unc-path",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/is-relative"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
22 "_shasum": "d731e8898ed090a12c352ad2eaed5095ad322c9d",
23 "_spec": "is-unc-path@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\is-relative",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/is-unc-path/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "unc-path-regex": "^0.1.2"
35 },
36 "deprecated": false,
37 "description": "Returns true if a filepath is a windows UNC file path.",
38 "devDependencies": {
39 "gulp-format-md": "^1.0.0",
40 "mocha": "^3.4.2"
41 },
42 "engines": {
43 "node": ">=0.10.0"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/jonschlinkert/is-unc-path",
49 "keywords": [
50 "absolute",
51 "expression",
52 "file",
53 "filepath",
54 "is",
55 "match",
56 "matching",
57 "path",
58 "regex",
59 "regexp",
60 "regular",
61 "unc",
62 "win",
63 "windows"
64 ],
65 "license": "MIT",
66 "main": "index.js",
67 "name": "is-unc-path",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
71 },
72 "scripts": {
73 "test": "mocha"
74 },
75 "verb": {
76 "toc": false,
77 "layout": "default",
78 "tasks": [
79 "readme"
80 ],
81 "plugins": [
82 "gulp-format-md"
83 ],
84 "lint": {
85 "reflinks": true
86 },
87 "related": {
88 "list": [
89 "is-relative",
90 "is-absolute",
91 "is-glob"
92 ]
93 }
94 },
95 "version": "1.0.0"
96}