Initial commit
[yaffs-website] / node_modules / path-type / package.json
1 {
2   "_args": [
3     [
4       "path-type@^1.0.0",
5       "/var/www/yaffs/node_modules/read-pkg"
6     ]
7   ],
8   "_from": "path-type@>=1.0.0 <2.0.0",
9   "_id": "path-type@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/path-type",
13   "_nodeVersion": "4.2.1",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.7",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "path-type",
22     "raw": "path-type@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/read-pkg"
30   ],
31   "_resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
32   "_shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
33   "_shrinkwrap": null,
34   "_spec": "path-type@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/read-pkg",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/path-type/issues"
43   },
44   "dependencies": {
45     "graceful-fs": "^4.1.2",
46     "pify": "^2.0.0",
47     "pinkie-promise": "^2.0.0"
48   },
49   "description": "Check if a path is a file, directory, or symlink",
50   "devDependencies": {
51     "ava": "*",
52     "xo": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
57     "tarball": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "dff5c2a62f89efe7e0cce600bf38e76196d8b4b2",
66   "homepage": "https://github.com/sindresorhus/path-type",
67   "keywords": [
68     "check",
69     "dir",
70     "directory",
71     "file",
72     "filepath",
73     "filesystem",
74     "fs",
75     "is",
76     "link",
77     "path",
78     "stat",
79     "stats",
80     "symbolic",
81     "symlink",
82     "type"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "sindresorhus",
88       "email": "sindresorhus@gmail.com"
89     }
90   ],
91   "name": "path-type",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/sindresorhus/path-type.git"
97   },
98   "scripts": {
99     "test": "xo && ava"
100   },
101   "version": "1.1.0",
102   "xo": {
103     "ignores": [
104       "test.js"
105     ]
106   }
107 }