Initial commit
[yaffs-website] / node_modules / is-windows / package.json
1 {
2   "_args": [
3     [
4       "is-windows@^0.2.0",
5       "/var/www/yaffs/node_modules/global-modules"
6     ]
7   ],
8   "_from": "is-windows@>=0.2.0 <0.3.0",
9   "_id": "is-windows@0.2.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-windows",
13   "_nodeVersion": "6.2.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/is-windows-0.2.0.tgz_1465117629609_0.3620154741220176"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.8.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "is-windows",
26     "raw": "is-windows@^0.2.0",
27     "rawSpec": "^0.2.0",
28     "scope": null,
29     "spec": ">=0.2.0 <0.3.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/global-modules",
34     "/global-prefix",
35     "/is-absolute"
36   ],
37   "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
38   "_shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
39   "_shrinkwrap": null,
40   "_spec": "is-windows@^0.2.0",
41   "_where": "/var/www/yaffs/node_modules/global-modules",
42   "author": {
43     "name": "Jon Schlinkert",
44     "url": "https://github.com/jonschlinkert"
45   },
46   "bugs": {
47     "url": "https://github.com/jonschlinkert/is-windows/issues"
48   },
49   "dependencies": {},
50   "description": "Returns true if the platform is windwows.",
51   "devDependencies": {
52     "gulp-format-md": "^0.1.9",
53     "mocha": "*"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
58     "tarball": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "79167eabd3da5438439ac9c60ff1ef3ced8c148d",
67   "homepage": "https://github.com/jonschlinkert/is-windows",
68   "keywords": [
69     "check",
70     "is",
71     "is-windows",
72     "nix",
73     "platform",
74     "process",
75     "unix",
76     "win",
77     "win32",
78     "windows"
79   ],
80   "license": "MIT",
81   "main": "index.js",
82   "maintainers": [
83     {
84       "name": "jonschlinkert",
85       "email": "github@sellside.com"
86     }
87   ],
88   "name": "is-windows",
89   "optionalDependencies": {},
90   "readme": "ERROR: No README data found!",
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/jonschlinkert/is-windows.git"
94   },
95   "scripts": {
96     "test": "mocha"
97   },
98   "verb": {
99     "layout": "default",
100     "lint": {
101       "reflinks": true
102     },
103     "plugins": [
104       "gulp-format-md"
105     ],
106     "reflinks": [
107       "verb"
108     ],
109     "related": {
110       "list": [
111         "is-absolute",
112         "is-glob",
113         "is-relative",
114         "isobject",
115         "window-size"
116       ]
117     },
118     "tasks": [
119       "readme"
120     ],
121     "toc": false
122   },
123   "version": "0.2.0"
124 }