Security update for permissions_by_term
[yaffs-website] / node_modules / is-absolute-url / package.json
1 {
2   "_args": [
3     [
4       "is-absolute-url@~2.0.0",
5       "/var/www/yaffs/node_modules/uncss"
6     ]
7   ],
8   "_from": "is-absolute-url@>=2.0.0 <2.1.0",
9   "_id": "is-absolute-url@2.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-absolute-url",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "is-absolute-url",
22     "raw": "is-absolute-url@~2.0.0",
23     "rawSpec": "~2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <2.1.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/uncss"
30   ],
31   "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz",
32   "_shasum": "9c4b20b0e5c0cbef9a479a367ede6f991679f359",
33   "_shrinkwrap": null,
34   "_spec": "is-absolute-url@~2.0.0",
35   "_where": "/var/www/yaffs/node_modules/uncss",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "http://sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/is-absolute-url/issues"
43   },
44   "dependencies": {},
45   "description": "Check if an URL is absolute",
46   "devDependencies": {
47     "mocha": "*"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "9c4b20b0e5c0cbef9a479a367ede6f991679f359",
52     "tarball": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "gitHead": "8da870b59600da38e8e42edbfb3f83e56d76c37e",
61   "homepage": "https://github.com/sindresorhus/is-absolute-url#readme",
62   "keywords": [
63     "absolute",
64     "check",
65     "is",
66     "relative",
67     "uri",
68     "url"
69   ],
70   "license": "MIT",
71   "maintainers": [
72     {
73       "name": "sindresorhus",
74       "email": "sindresorhus@gmail.com"
75     }
76   ],
77   "name": "is-absolute-url",
78   "optionalDependencies": {},
79   "readme": "ERROR: No README data found!",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/sindresorhus/is-absolute-url.git"
83   },
84   "scripts": {
85     "test": "mocha"
86   },
87   "version": "2.0.0"
88 }