Version 1
[yaffs-website] / node_modules / is-absolute-url / package.json
diff --git a/node_modules/is-absolute-url/package.json b/node_modules/is-absolute-url/package.json
new file mode 100644 (file)
index 0000000..ce95bc2
--- /dev/null
@@ -0,0 +1,88 @@
+{
+  "_args": [
+    [
+      "is-absolute-url@~2.0.0",
+      "/var/www/yaffs/node_modules/uncss"
+    ]
+  ],
+  "_from": "is-absolute-url@>=2.0.0 <2.1.0",
+  "_id": "is-absolute-url@2.0.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/is-absolute-url",
+  "_nodeVersion": "0.12.5",
+  "_npmUser": {
+    "email": "sindresorhus@gmail.com",
+    "name": "sindresorhus"
+  },
+  "_npmVersion": "2.11.2",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "is-absolute-url",
+    "raw": "is-absolute-url@~2.0.0",
+    "rawSpec": "~2.0.0",
+    "scope": null,
+    "spec": ">=2.0.0 <2.1.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/uncss"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz",
+  "_shasum": "9c4b20b0e5c0cbef9a479a367ede6f991679f359",
+  "_shrinkwrap": null,
+  "_spec": "is-absolute-url@~2.0.0",
+  "_where": "/var/www/yaffs/node_modules/uncss",
+  "author": {
+    "email": "sindresorhus@gmail.com",
+    "name": "Sindre Sorhus",
+    "url": "http://sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/is-absolute-url/issues"
+  },
+  "dependencies": {},
+  "description": "Check if an URL is absolute",
+  "devDependencies": {
+    "mocha": "*"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "9c4b20b0e5c0cbef9a479a367ede6f991679f359",
+    "tarball": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.0.0.tgz"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "gitHead": "8da870b59600da38e8e42edbfb3f83e56d76c37e",
+  "homepage": "https://github.com/sindresorhus/is-absolute-url#readme",
+  "keywords": [
+    "absolute",
+    "check",
+    "is",
+    "relative",
+    "uri",
+    "url"
+  ],
+  "license": "MIT",
+  "maintainers": [
+    {
+      "name": "sindresorhus",
+      "email": "sindresorhus@gmail.com"
+    }
+  ],
+  "name": "is-absolute-url",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/is-absolute-url.git"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "version": "2.0.0"
+}