Security update to Drupal 8.4.6
[yaffs-website] / node_modules / is-unc-path / package.json
1 {
2   "_args": [
3     [
4       "is-unc-path@^0.1.1",
5       "/var/www/yaffs/node_modules/is-relative"
6     ]
7   ],
8   "_from": "is-unc-path@>=0.1.1 <0.2.0",
9   "_id": "is-unc-path@0.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-unc-path",
13   "_nodeVersion": "6.7.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/is-unc-path-0.1.2.tgz_1481094386691_0.525543796364218"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "is-unc-path",
26     "raw": "is-unc-path@^0.1.1",
27     "rawSpec": "^0.1.1",
28     "scope": null,
29     "spec": ">=0.1.1 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/is-relative"
34   ],
35   "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz",
36   "_shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
37   "_shrinkwrap": null,
38   "_spec": "is-unc-path@^0.1.1",
39   "_where": "/var/www/yaffs/node_modules/is-relative",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/is-unc-path/issues"
46   },
47   "dependencies": {
48     "unc-path-regex": "^0.1.0"
49   },
50   "description": "Returns true if a filepath is a windows UNC file path.",
51   "devDependencies": {
52     "gulp-format-md": "^0.1.11",
53     "mocha": "*"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
58     "tarball": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "dd26cfd8f7774130f36862dfe1c16e787cb21533",
67   "homepage": "https://github.com/jonschlinkert/is-unc-path",
68   "keywords": [
69     "absolute",
70     "expression",
71     "file",
72     "filepath",
73     "is",
74     "match",
75     "matching",
76     "path",
77     "regex",
78     "regexp",
79     "regular",
80     "unc",
81     "win",
82     "windows"
83   ],
84   "license": "MIT",
85   "main": "index.js",
86   "maintainers": [
87     {
88       "name": "jonschlinkert",
89       "email": "github@sellside.com"
90     }
91   ],
92   "name": "is-unc-path",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
98   },
99   "scripts": {
100     "test": "mocha"
101   },
102   "verb": {
103     "layout": "default",
104     "lint": {
105       "reflinks": true
106     },
107     "plugins": [
108       "gulp-format-md"
109     ],
110     "reflinks": [
111       "verb",
112       "verb-generate-readme"
113     ],
114     "related": {
115       "list": [
116         "dirname-regex",
117         "dotdir-regex",
118         "dotfile-regex",
119         "is-glob",
120         "is-unc-path",
121         "path-regex",
122         "unc-path-regex"
123       ]
124     },
125     "tasks": [
126       "readme"
127     ],
128     "toc": false
129   },
130   "version": "0.1.2"
131 }