Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / parse-filepath / package.json
1 {
2   "_args": [
3     [
4       "parse-filepath@^1.0.1",
5       "/var/www/yaffs/node_modules/fined"
6     ]
7   ],
8   "_from": "parse-filepath@>=1.0.1 <2.0.0",
9   "_id": "parse-filepath@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/parse-filepath",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/parse-filepath-1.0.1.tgz_1459236882404_0.5455310363322496"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "parse-filepath",
26     "raw": "parse-filepath@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fined"
34   ],
35   "_resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz",
36   "_shasum": "159d6155d43904d16c10ef698911da1e91969b73",
37   "_shrinkwrap": null,
38   "_spec": "parse-filepath@^1.0.1",
39   "_where": "/var/www/yaffs/node_modules/fined",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/parse-filepath/issues"
46   },
47   "dependencies": {
48     "is-absolute": "^0.2.3",
49     "map-cache": "^0.2.0",
50     "path-root": "^0.1.1"
51   },
52   "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
53   "devDependencies": {
54     "gulp-format-md": "^0.1.7",
55     "mocha": "^2.2.5",
56     "should": "^7.0.2"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "159d6155d43904d16c10ef698911da1e91969b73",
61     "tarball": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz"
62   },
63   "engines": {
64     "node": ">=0.8"
65   },
66   "files": [
67     "index.js"
68   ],
69   "gitHead": "dd14a3c2caecfb59a9bbdfca120e9009e4934c45",
70   "homepage": "https://github.com/jonschlinkert/parse-filepath",
71   "keywords": [
72     "absolute",
73     "basename",
74     "dir",
75     "directory",
76     "dirname",
77     "ext",
78     "extension",
79     "extname",
80     "file",
81     "filename",
82     "filepath",
83     "is-absolute",
84     "name",
85     "object",
86     "parse",
87     "parser",
88     "parts",
89     "path",
90     "segment"
91   ],
92   "license": "MIT",
93   "main": "index.js",
94   "maintainers": [
95     {
96       "name": "jonschlinkert",
97       "email": "github@sellside.com"
98     },
99     {
100       "name": "doowb",
101       "email": "brian.woodward@gmail.com"
102     }
103   ],
104   "name": "parse-filepath",
105   "optionalDependencies": {},
106   "readme": "ERROR: No README data found!",
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/jonschlinkert/parse-filepath.git"
110   },
111   "scripts": {
112     "test": "mocha"
113   },
114   "verb": {
115     "layout": "default",
116     "lint": {
117       "reflinks": true
118     },
119     "plugins": [
120       "gulp-format-md"
121     ],
122     "reflinks": [
123       "verb"
124     ],
125     "related": {
126       "highlight": "global-prefix",
127       "list": [
128         "global-prefix",
129         "is-absolute",
130         "is-relative",
131         "relative"
132       ]
133     },
134     "run": true,
135     "tasks": [
136       "readme"
137     ],
138     "toc": false
139   },
140   "version": "1.0.1"
141 }