aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-absolute
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/is-absolute
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-absolute')
-rw-r--r--node_modules/is-absolute/README.md40
-rw-r--r--node_modules/is-absolute/node_modules/is-windows/LICENSE21
-rw-r--r--node_modules/is-absolute/node_modules/is-windows/README.md56
-rw-r--r--node_modules/is-absolute/node_modules/is-windows/index.js22
-rw-r--r--node_modules/is-absolute/node_modules/is-windows/package.json114
-rw-r--r--node_modules/is-absolute/package.json109
6 files changed, 44 insertions, 318 deletions
diff --git a/node_modules/is-absolute/README.md b/node_modules/is-absolute/README.md
index c630424e6..500f74f4f 100644
--- a/node_modules/is-absolute/README.md
+++ b/node_modules/is-absolute/README.md
@@ -7,7 +7,7 @@
Install with [npm](https://www.npmjs.com/):
```sh
-$ npm install is-absolute --save
+$ npm install --save is-absolute
```
Originally based on the `isAbsolute` utility method in [express](https://github.com/visionmedia/express).
@@ -56,35 +56,39 @@ isAbsolute.win32('foo\\bar\\baz\\');
//=> false
```
-## Related projects
+## About
-You might also be interested in these projects:
+### Related projects
-* [is-dotfile](https://www.npmjs.com/package/is-dotfile): Return true if a file path is (or has) a dotfile. Returns false if the… [more](https://www.npmjs.com/package/is-dotfile) | [homepage](https://github.com/jonschlinkert/is-dotfile)
-* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern.… [more](https://www.npmjs.com/package/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob)
+* [is-dotfile](https://www.npmjs.com/package/is-dotfile): Return true if a file path is (or has) a dotfile. Returns false if the… [more](https://github.com/jonschlinkert/is-dotfile) | [homepage](https://github.com/jonschlinkert/is-dotfile)
+* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob)
* [is-relative](https://www.npmjs.com/package/is-relative): Returns `true` if the path appears to be relative. | [homepage](https://github.com/jonschlinkert/is-relative)
* [is-unc-path](https://www.npmjs.com/package/is-unc-path): Returns true if a filepath is a windows UNC file path. | [homepage](https://github.com/jonschlinkert/is-unc-path)
* [is-valid-glob](https://www.npmjs.com/package/is-valid-glob): Return true if a value is a valid glob pattern or patterns. | [homepage](https://github.com/jonschlinkert/is-valid-glob)
-## Contributing
+### Contributing
-Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-absolute/issues/new).
+Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
-## Building docs
+### Contributors
-Generate readme and API documentation with [verb](https://github.com/verbose/verb):
+| **Commits** | **Contributor**<br/> |
+| --- | --- |
+| 31 | [jonschlinkert](https://github.com/jonschlinkert) |
+| 1 | [es128](https://github.com/es128) |
+| 1 | [shinnn](https://github.com/shinnn) |
-```sh
-$ npm install verb && npm run docs
-```
+### Building docs
+
+_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_
-Or, if [verb](https://github.com/verbose/verb) is installed globally:
+To generate the readme and API documentation with [verb](https://github.com/verbose/verb):
```sh
-$ verb
+$ npm install -g verb verb-generate-readme && verb
```
-## Running tests
+### Running tests
Install dev dependencies:
@@ -92,18 +96,18 @@ Install dev dependencies:
$ npm install -d && npm test
```
-## Author
+### Author
**Jon Schlinkert**
* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
-## License
+### License
Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](https://github.com/jonschlinkert/is-absolute/blob/master/LICENSE).
***
-_This file was generated by [verb](https://github.com/verbose/verb), v, on April 02, 2016._ \ No newline at end of file
+_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 16, 2016._ \ No newline at end of file
diff --git a/node_modules/is-absolute/node_modules/is-windows/LICENSE b/node_modules/is-absolute/node_modules/is-windows/LICENSE
deleted file mode 100644
index 65f90aca8..000000000
--- a/node_modules/is-absolute/node_modules/is-windows/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015, Jon Schlinkert.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/node_modules/is-absolute/node_modules/is-windows/README.md b/node_modules/is-absolute/node_modules/is-windows/README.md
deleted file mode 100644
index f83101ba0..000000000
--- a/node_modules/is-absolute/node_modules/is-windows/README.md
+++ /dev/null
@@ -1,56 +0,0 @@
-# is-windows [![NPM version](https://img.shields.io/npm/v/is-windows.svg)](https://www.npmjs.com/package/is-windows) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-windows.svg)](https://travis-ci.org/jonschlinkert/is-windows)
-
-> Returns true if the platform is windwows.
-
-## Install
-
-Install with [npm](https://www.npmjs.com/)
-
-```sh
-$ npm i is-windows --save
-```
-
-## Usage
-
-```js
-var isWindows = require('is-windows');
-
-isWindows();
-//=> returns true if the platform is windows
-```
-
-## Related projects
-
-* [is-absolute](https://www.npmjs.com/package/is-absolute): Returns true if a file path is absolute. | [homepage](https://github.com/jonschlinkert/is-absolute)
-* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern.… [more](https://www.npmjs.com/package/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob)
-* [is-relative](https://www.npmjs.com/package/is-relative): Returns `true` if the path appears to be relative. | [homepage](https://github.com/jonschlinkert/is-relative)
-* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject)
-* [window-size](https://www.npmjs.com/package/window-size): Reliable way to to get the height and width of the terminal/console in a node.js… [more](https://www.npmjs.com/package/window-size) | [homepage](https://github.com/jonschlinkert/window-size)
-
-## Running tests
-
-Install dev dependencies:
-
-```sh
-$ npm i -d && npm test
-```
-
-## Contributing
-
-Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-windows/issues/new).
-
-## Author
-
-**Jon Schlinkert**
-
-* [github/jonschlinkert](https://github.com/jonschlinkert)
-* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
-
-## License
-
-Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)
-Released under the MIT license.
-
-***
-
-_This file was generated by [verb](https://github.com/verbose/verb) on December 20, 2015._ \ No newline at end of file
diff --git a/node_modules/is-absolute/node_modules/is-windows/index.js b/node_modules/is-absolute/node_modules/is-windows/index.js
deleted file mode 100644
index 5921b613b..000000000
--- a/node_modules/is-absolute/node_modules/is-windows/index.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/*! is-windows v0.1.0 | MIT LICENSE (c) 2015 | https://github.com/jonschlinkert/is-windows */
-(function (root, factory) {
- if (typeof define === 'function' && define.amd) {
- // AMD
- define(factory);
- } else if (typeof exports === 'object') {
- // Node.js
- module.exports = factory;
- } else {
- // Browser
- root.isWindows = factory();
- }
-}(this, function () {
- 'use strict';
-
- return (function isWindows() {
- if (typeof process === 'undefined' || !process) {
- return false;
- }
- return process.platform === 'win32';
- }());
-}));
diff --git a/node_modules/is-absolute/node_modules/is-windows/package.json b/node_modules/is-absolute/node_modules/is-windows/package.json
deleted file mode 100644
index a9fa7d6df..000000000
--- a/node_modules/is-absolute/node_modules/is-windows/package.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "_args": [
- [
- {
- "raw": "is-windows@^0.1.1",
- "scope": null,
- "escapedName": "is-windows",
- "name": "is-windows",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/is-absolute"
- ]
- ],
- "_from": "is-windows@>=0.1.1 <0.2.0",
- "_id": "is-windows@0.1.1",
- "_inCache": true,
- "_location": "/is-absolute/is-windows",
- "_nodeVersion": "5.0.0",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.3.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-windows@^0.1.1",
- "scope": null,
- "escapedName": "is-windows",
- "name": "is-windows",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/is-absolute"
- ],
- "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.1.1.tgz",
- "_shasum": "be310715431cfabccc54ab3951210fa0b6d01abe",
- "_shrinkwrap": null,
- "_spec": "is-windows@^0.1.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/is-absolute",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-windows/issues"
- },
- "dependencies": {},
- "description": "Returns true if the platform is windwows.",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "be310715431cfabccc54ab3951210fa0b6d01abe",
- "tarball": "https://registry.npmjs.org/is-windows/-/is-windows-0.1.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "b3799aec243e4b6102f74d694c7b484b5ea867e0",
- "homepage": "https://github.com/jonschlinkert/is-windows",
- "keywords": [
- "check",
- "is",
- "is-windows",
- "nix",
- "platform",
- "process",
- "unix",
- "win",
- "win32",
- "windows"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-windows",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-windows.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "related": {
- "list": [
- "is-absolute",
- "is-glob",
- "is-relative",
- "isobject",
- "window-size"
- ]
- },
- "plugins": [
- "gulp-format-md"
- ]
- },
- "version": "0.1.1"
-}
diff --git a/node_modules/is-absolute/package.json b/node_modules/is-absolute/package.json
index 7458998c4..048452d98 100644
--- a/node_modules/is-absolute/package.json
+++ b/node_modules/is-absolute/package.json
@@ -1,79 +1,37 @@
{
- "_args": [
- [
- {
- "raw": "is-absolute@^0.2.3",
- "scope": null,
- "escapedName": "is-absolute",
- "name": "is-absolute",
- "rawSpec": "^0.2.3",
- "spec": ">=0.2.3 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/parse-filepath"
- ]
+ "name": "is-absolute",
+ "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
+ "version": "0.2.6",
+ "homepage": "https://github.com/jonschlinkert/is-absolute",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "contributors": [
+ "Elan Shanker (https://github.com/es128)",
+ "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
+ "Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://shinnn.github.io)"
],
- "_from": "is-absolute@>=0.2.3 <0.3.0",
- "_id": "is-absolute@0.2.5",
- "_inCache": true,
- "_location": "/is-absolute",
- "_nodeVersion": "5.5.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/is-absolute-0.2.5.tgz_1459583078360_0.9947122586891055"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-absolute@^0.2.3",
- "scope": null,
- "escapedName": "is-absolute",
- "name": "is-absolute",
- "rawSpec": "^0.2.3",
- "spec": ">=0.2.3 <0.3.0",
- "type": "range"
+ "repository": "jonschlinkert/is-absolute",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/is-absolute/issues"
},
- "_requiredBy": [
- "/parse-filepath"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.5.tgz",
- "_shasum": "994142b9f468d27c14fbf0cd30fe77db934ca76d",
- "_shrinkwrap": null,
- "_spec": "is-absolute@^0.2.3",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/parse-filepath",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-absolute/issues"
+ "scripts": {
+ "test": "mocha"
},
"dependencies": {
"is-relative": "^0.2.1",
- "is-windows": "^0.1.1"
+ "is-windows": "^0.2.0"
},
- "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
- "directories": {},
- "dist": {
- "shasum": "994142b9f468d27c14fbf0cd30fe77db934ca76d",
- "tarball": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.5.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "f1bc6d441f094ac5d3ec88efe5954e6ab4558b6b",
- "homepage": "https://github.com/jonschlinkert/is-absolute",
"keywords": [
"absolute",
"built",
@@ -103,28 +61,6 @@
"util",
"utils"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- }
- ],
- "name": "is-absolute",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-absolute.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"run": true,
"toc": false,
@@ -150,6 +86,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.2.5"
+ }
}