Security update for permissions_by_term
[yaffs-website] / node_modules / unc-path-regex / package.json
1 {
2   "_args": [
3     [
4       "unc-path-regex@^0.1.0",
5       "/var/www/yaffs/node_modules/is-unc-path"
6     ]
7   ],
8   "_from": "unc-path-regex@>=0.1.0 <0.2.0",
9   "_id": "unc-path-regex@0.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/unc-path-regex",
13   "_nodeVersion": "5.8.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/unc-path-regex-0.1.2.tgz_1460256703094_0.4246507475618273"
17   },
18   "_npmUser": {
19     "email": "mameto_100@mail.bg",
20     "name": "tunnckocore"
21   },
22   "_npmVersion": "3.8.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "unc-path-regex",
26     "raw": "unc-path-regex@^0.1.0",
27     "rawSpec": "^0.1.0",
28     "scope": null,
29     "spec": ">=0.1.0 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/is-unc-path"
34   ],
35   "_resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
36   "_shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
37   "_shrinkwrap": null,
38   "_spec": "unc-path-regex@^0.1.0",
39   "_where": "/var/www/yaffs/node_modules/is-unc-path",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/regexhq/unc-path-regex/issues"
46   },
47   "dependencies": {},
48   "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.",
49   "devDependencies": {
50     "mocha": "*"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa",
55     "tarball": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
56   },
57   "engines": {
58     "node": ">=0.10.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "8962715152d8438fac975f90ac218017b41fea20",
64   "homepage": "https://github.com/regexhq/unc-path-regex",
65   "keywords": [
66     "absolute",
67     "expression",
68     "file",
69     "filepath",
70     "match",
71     "matching",
72     "path",
73     "regex",
74     "regexp",
75     "regular",
76     "unc",
77     "win",
78     "windows"
79   ],
80   "license": "MIT",
81   "main": "index.js",
82   "maintainers": [
83     {
84       "name": "jonschlinkert",
85       "email": "github@sellside.com"
86     },
87     {
88       "name": "tunnckocore",
89       "email": "mameto_100@mail.bg"
90     }
91   ],
92   "name": "unc-path-regex",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/regexhq/unc-path-regex.git"
98   },
99   "scripts": {
100     "test": "mocha"
101   },
102   "verb": {
103     "related": {
104       "list": [
105         "dirname-regex",
106         "dotdir-regex",
107         "dotfile-regex",
108         "is-glob",
109         "is-unc-path",
110         "path-regex",
111         "unc-path-regex"
112       ]
113     }
114   },
115   "version": "0.1.2"
116 }