Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / require-main-filename / package.json
1 {
2   "_args": [
3     [
4       "require-main-filename@^1.0.1",
5       "/var/www/yaffs/node_modules/yargs"
6     ]
7   ],
8   "_from": "require-main-filename@>=1.0.1 <2.0.0",
9   "_id": "require-main-filename@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/require-main-filename",
13   "_nodeVersion": "3.2.0",
14   "_npmOperationalInternal": {
15     "host": "packages-6-west.internal.npmjs.com",
16     "tmp": "tmp/require-main-filename-1.0.1.tgz_1455688492890_0.0750324921682477"
17   },
18   "_npmUser": {
19     "email": "ben@npmjs.com",
20     "name": "bcoe"
21   },
22   "_npmVersion": "3.3.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "require-main-filename",
26     "raw": "require-main-filename@^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     "/yargs"
34   ],
35   "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
36   "_shasum": "97f717b69d48784f5f526a6c5aa8ffdda055a4d1",
37   "_shrinkwrap": null,
38   "_spec": "require-main-filename@^1.0.1",
39   "_where": "/var/www/yaffs/node_modules/yargs",
40   "author": {
41     "email": "ben@npmjs.com",
42     "name": "Ben Coe"
43   },
44   "bugs": {
45     "url": "https://github.com/yargs/require-main-filename/issues"
46   },
47   "dependencies": {},
48   "description": "shim for require.main.filename() that works in as many environments as possible",
49   "devDependencies": {
50     "chai": "^3.5.0",
51     "standard": "^6.0.5",
52     "tap": "^5.2.0"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "97f717b69d48784f5f526a6c5aa8ffdda055a4d1",
57     "tarball": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz"
58   },
59   "gitHead": "6dd2291332bed764c56302ccdd14da8a213249a1",
60   "homepage": "https://github.com/yargs/require-main-filename#readme",
61   "keywords": [
62     "iisnode",
63     "require",
64     "shim"
65   ],
66   "license": "ISC",
67   "main": "index.js",
68   "maintainers": [
69     {
70       "name": "bcoe",
71       "email": "ben@npmjs.com"
72     }
73   ],
74   "name": "require-main-filename",
75   "optionalDependencies": {},
76   "readme": "ERROR: No README data found!",
77   "repository": {
78     "type": "git",
79     "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
80   },
81   "scripts": {
82     "pretest": "standard",
83     "test": "tap --coverage test.js"
84   },
85   "version": "1.0.1"
86 }