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