Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / hasha / package.json
1 {
2   "_args": [
3     [
4       "hasha@~2.2.0",
5       "/var/www/yaffs/node_modules/phantomjs-prebuilt"
6     ]
7   ],
8   "_from": "hasha@>=2.2.0 <2.3.0",
9   "_id": "hasha@2.2.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/hasha",
13   "_nodeVersion": "4.2.4",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.12",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "hasha",
22     "raw": "hasha@~2.2.0",
23     "rawSpec": "~2.2.0",
24     "scope": null,
25     "spec": ">=2.2.0 <2.3.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/phantomjs-prebuilt"
30   ],
31   "_resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
32   "_shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
33   "_shrinkwrap": null,
34   "_spec": "hasha@~2.2.0",
35   "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/hasha/issues"
43   },
44   "dependencies": {
45     "is-stream": "^1.0.1",
46     "pinkie-promise": "^2.0.0"
47   },
48   "description": "Hashing made simple. Get the hash of a buffer/string/stream/file.",
49   "devDependencies": {
50     "ava": "*",
51     "proxyquire": "^1.7.2",
52     "xo": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
57     "tarball": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "5104d62d41122047a9da143fcd05e9397ff494a2",
66   "homepage": "https://github.com/sindresorhus/hasha",
67   "keywords": [
68     "base64",
69     "buffer",
70     "crypto",
71     "easy",
72     "file",
73     "fs",
74     "hash",
75     "hashing",
76     "hex",
77     "md5",
78     "rev",
79     "revving",
80     "sha1",
81     "sha256",
82     "sha512",
83     "simple",
84     "stream",
85     "string",
86     "sum",
87     "text"
88   ],
89   "license": "MIT",
90   "maintainers": [
91     {
92       "name": "sindresorhus",
93       "email": "sindresorhus@gmail.com"
94     }
95   ],
96   "name": "hasha",
97   "optionalDependencies": {},
98   "readme": "ERROR: No README data found!",
99   "repository": {
100     "type": "git",
101     "url": "git+https://github.com/sindresorhus/hasha.git"
102   },
103   "scripts": {
104     "test": "xo && ava"
105   },
106   "version": "2.2.0"
107 }