Initial commit
[yaffs-website] / node_modules / is-absolute / package.json
1 {
2   "_args": [
3     [
4       "is-absolute@^0.2.3",
5       "/var/www/yaffs/node_modules/parse-filepath"
6     ]
7   ],
8   "_from": "is-absolute@>=0.2.3 <0.3.0",
9   "_id": "is-absolute@0.2.6",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-absolute",
13   "_nodeVersion": "6.7.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/is-absolute-0.2.6.tgz_1476658857174_0.9025487648323178"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "is-absolute",
26     "raw": "is-absolute@^0.2.3",
27     "rawSpec": "^0.2.3",
28     "scope": null,
29     "spec": ">=0.2.3 <0.3.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/parse-filepath"
34   ],
35   "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
36   "_shasum": "20de69f3db942ef2d87b9c2da36f172235b1b5eb",
37   "_shrinkwrap": null,
38   "_spec": "is-absolute@^0.2.3",
39   "_where": "/var/www/yaffs/node_modules/parse-filepath",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/is-absolute/issues"
46   },
47   "contributors": [
48     {
49       "name": "Elan Shanker",
50       "url": "https://github.com/es128"
51     },
52     {
53       "name": "Jon Schlinkert",
54       "email": "jon.schlinkert@sellside.com",
55       "url": "http://twitter.com/jonschlinkert"
56     },
57     {
58       "name": "Shinnosuke Watanabe",
59       "email": "snnskwtnb@gmail.com",
60       "url": "https://shinnn.github.io"
61     }
62   ],
63   "dependencies": {
64     "is-relative": "^0.2.1",
65     "is-windows": "^0.2.0"
66   },
67   "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
68   "devDependencies": {
69     "gulp-format-md": "^0.1.7",
70     "mocha": "^2.4.5"
71   },
72   "directories": {},
73   "dist": {
74     "shasum": "20de69f3db942ef2d87b9c2da36f172235b1b5eb",
75     "tarball": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz"
76   },
77   "engines": {
78     "node": ">=0.10.0"
79   },
80   "files": [
81     "index.js"
82   ],
83   "gitHead": "ca1a629db8743308a0660e0a621981ff386ba04d",
84   "homepage": "https://github.com/jonschlinkert/is-absolute",
85   "keywords": [
86     "absolute",
87     "built",
88     "built-in",
89     "check",
90     "core",
91     "detect",
92     "dir",
93     "file",
94     "filepath",
95     "is",
96     "is-absolute",
97     "isabsolute",
98     "normalize",
99     "path",
100     "path-absolute",
101     "path-is-absolute",
102     "paths",
103     "polyfill",
104     "relative",
105     "resolve",
106     "shim",
107     "slash",
108     "slashes",
109     "uri",
110     "url",
111     "util",
112     "utils"
113   ],
114   "license": "MIT",
115   "main": "index.js",
116   "maintainers": [
117     {
118       "name": "jonschlinkert",
119       "email": "github@sellside.com"
120     },
121     {
122       "name": "doowb",
123       "email": "brian.woodward@gmail.com"
124     }
125   ],
126   "name": "is-absolute",
127   "optionalDependencies": {},
128   "readme": "ERROR: No README data found!",
129   "repository": {
130     "type": "git",
131     "url": "git+https://github.com/jonschlinkert/is-absolute.git"
132   },
133   "scripts": {
134     "test": "mocha"
135   },
136   "verb": {
137     "layout": "default",
138     "lint": {
139       "reflinks": true
140     },
141     "plugins": [
142       "gulp-format-md"
143     ],
144     "reflinks": [
145       "verb"
146     ],
147     "related": {
148       "list": [
149         "is-dotfile",
150         "is-glob",
151         "is-relative",
152         "is-unc-path",
153         "is-valid-glob"
154       ]
155     },
156     "run": true,
157     "tasks": [
158       "readme"
159     ],
160     "toc": false
161   },
162   "version": "0.2.6"
163 }