Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / uuid / package.json
1 {
2   "_args": [
3     [
4       "uuid@^2.0.1",
5       "/var/www/yaffs/node_modules/tempfile"
6     ]
7   ],
8   "_from": "uuid@>=2.0.1 <3.0.0",
9   "_id": "uuid@2.0.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/uuid",
13   "_nodeVersion": "6.2.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/uuid-2.0.3.tgz_1474232617862_0.6578061426989734"
17   },
18   "_npmUser": {
19     "email": "shtylman@gmail.com",
20     "name": "defunctzombie"
21   },
22   "_npmVersion": "3.8.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "uuid",
26     "raw": "uuid@^2.0.1",
27     "rawSpec": "^2.0.1",
28     "scope": null,
29     "spec": ">=2.0.1 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/buffer-to-vinyl",
34     "/tempfile"
35   ],
36   "_resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
37   "_shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
38   "_shrinkwrap": null,
39   "_spec": "uuid@^2.0.1",
40   "_where": "/var/www/yaffs/node_modules/tempfile",
41   "author": {
42     "email": "robert@broofa.com",
43     "name": "Robert Kieffer"
44   },
45   "browser": {
46     "./rng.js": "./rng-browser.js"
47   },
48   "bugs": {
49     "url": "https://github.com/defunctzombie/node-uuid/issues"
50   },
51   "contributors": [
52     {
53       "name": "Christoph Tavan",
54       "email": "dev@tavan.de"
55     },
56     {
57       "name": "Vincent Voyer",
58       "email": "vincent@zeroload.net"
59     }
60   ],
61   "dependencies": {},
62   "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
63   "devDependencies": {
64     "mocha": "1.8.0"
65   },
66   "directories": {},
67   "dist": {
68     "shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
69     "tarball": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"
70   },
71   "gitHead": "3f44acd0e722e965c14af816e2f658361a6b15f9",
72   "homepage": "https://github.com/defunctzombie/node-uuid#readme",
73   "keywords": [
74     "guid",
75     "rfc4122",
76     "uuid"
77   ],
78   "license": "MIT",
79   "main": "./uuid.js",
80   "maintainers": [
81     {
82       "name": "broofa",
83       "email": "robert@broofa.com"
84     },
85     {
86       "name": "tim-smart",
87       "email": "tim@fostle.com"
88     },
89     {
90       "name": "vvo",
91       "email": "vincent.voyer@gmail.com"
92     },
93     {
94       "name": "defunctzombie",
95       "email": "shtylman@gmail.com"
96     }
97   ],
98   "name": "uuid",
99   "optionalDependencies": {},
100   "readme": "ERROR: No README data found!",
101   "repository": {
102     "type": "git",
103     "url": "git+https://github.com/defunctzombie/node-uuid.git"
104   },
105   "scripts": {
106     "test": "mocha test/test.js"
107   },
108   "testling": {
109     "browsers": [
110       "chrome/22..latest",
111       "firefox/3.6..latest",
112       "ie6..latest",
113       "safari/5.1..latest"
114     ],
115     "files": "test/*.js",
116     "harness": "mocha-tdd"
117   },
118   "version": "2.0.3"
119 }