Initial commit
[yaffs-website] / node_modules / path-root-regex / package.json
1 {
2   "_args": [
3     [
4       "path-root-regex@^0.1.0",
5       "/var/www/yaffs/node_modules/path-root"
6     ]
7   ],
8   "_from": "path-root-regex@>=0.1.0 <0.2.0",
9   "_id": "path-root-regex@0.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/path-root-regex",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/path-root-regex-0.1.2.tgz_1459235194182_0.15893458318896592"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "path-root-regex",
26     "raw": "path-root-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     "/path-root"
34   ],
35   "_resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
36   "_shasum": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d",
37   "_shrinkwrap": null,
38   "_spec": "path-root-regex@^0.1.0",
39   "_where": "/var/www/yaffs/node_modules/path-root",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/regexhq/path-root-regex/issues"
46   },
47   "dependencies": {},
48   "description": "Regular expression for getting the root of a posix or windows filepath.",
49   "devDependencies": {
50     "gulp-format-md": "^0.1.7",
51     "mocha": "^2.4.5"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d",
56     "tarball": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "0b80fcc033e8eb960696672ed9b3f0262db48933",
65   "homepage": "https://github.com/regexhq/path-root-regex",
66   "keywords": [
67     "detect",
68     "expression",
69     "file",
70     "filepath",
71     "match",
72     "parse",
73     "path",
74     "regex",
75     "regexp",
76     "regular",
77     "root",
78     "test"
79   ],
80   "license": "MIT",
81   "main": "index.js",
82   "maintainers": [
83     {
84       "name": "jonschlinkert",
85       "email": "github@sellside.com"
86     }
87   ],
88   "name": "path-root-regex",
89   "optionalDependencies": {},
90   "readme": "ERROR: No README data found!",
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/regexhq/path-root-regex.git"
94   },
95   "scripts": {
96     "test": "mocha"
97   },
98   "verb": {
99     "layout": false,
100     "lint": {
101       "reflinks": true
102     },
103     "plugins": [
104       "gulp-format-md"
105     ],
106     "reflinks": [
107       "path-root",
108       "verb"
109     ],
110     "related": {
111       "highlight": "path-root",
112       "list": [
113         "is-absolute",
114         "parse-filepath"
115       ]
116     },
117     "run": true,
118     "tasks": [
119       "readme"
120     ],
121     "toc": false
122   },
123   "version": "0.1.2"
124 }