Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / klaw / package.json
1 {
2   "_args": [
3     [
4       "klaw@^1.0.0",
5       "/var/www/yaffs/node_modules/fs-extra"
6     ]
7   ],
8   "_from": "klaw@>=1.0.0 <2.0.0",
9   "_id": "klaw@1.3.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/klaw",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/klaw-1.3.1.tgz_1477411628636_0.7360875811427832"
17   },
18   "_npmUser": {
19     "email": "jprichardson@gmail.com",
20     "name": "jprichardson"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "klaw",
26     "raw": "klaw@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fs-extra"
34   ],
35   "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
36   "_shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
37   "_shrinkwrap": null,
38   "_spec": "klaw@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/fs-extra",
40   "author": {
41     "name": "JP Richardson"
42   },
43   "bugs": {
44     "url": "https://github.com/jprichardson/node-klaw/issues"
45   },
46   "dependencies": {
47     "graceful-fs": "^4.1.9"
48   },
49   "description": "File system walker with Readable stream interface.",
50   "devDependencies": {
51     "mkdirp": "^0.5.1",
52     "mock-fs": "^3.8.0",
53     "rimraf": "^2.4.3",
54     "standard": "^8.4.0",
55     "tap-spec": "^4.1.1",
56     "tape": "^4.2.2"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
61     "tarball": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz"
62   },
63   "gitHead": "7ceea730d54726affeaca62d6e362db0b6881f93",
64   "homepage": "https://github.com/jprichardson/node-klaw#readme",
65   "keywords": [
66     "fs",
67     "fs-extra",
68     "readable",
69     "streams",
70     "walk",
71     "walker"
72   ],
73   "license": "MIT",
74   "main": "./src/index.js",
75   "maintainers": [
76     {
77       "name": "jprichardson",
78       "email": "jprichardson@gmail.com"
79     }
80   ],
81   "name": "klaw",
82   "optionalDependencies": {
83     "graceful-fs": "^4.1.9"
84   },
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/jprichardson/node-klaw.git"
89   },
90   "scripts": {
91     "lint": "standard",
92     "test": "npm run lint && npm run unit",
93     "unit": "tape tests/**/*.js | tap-spec"
94   },
95   "version": "1.3.1"
96 }