aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-unc-path
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-unc-path
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-unc-path')
-rw-r--r--node_modules/is-unc-path/package.json99
1 files changed, 19 insertions, 80 deletions
diff --git a/node_modules/is-unc-path/package.json b/node_modules/is-unc-path/package.json
index cb1db4e5d..6d0984a65 100644
--- a/node_modules/is-unc-path/package.json
+++ b/node_modules/is-unc-path/package.json
@@ -1,73 +1,28 @@
{
- "_args": [
- [
- {
- "raw": "is-unc-path@^0.1.1",
- "scope": null,
- "escapedName": "is-unc-path",
- "name": "is-unc-path",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/is-relative"
- ]
- ],
- "_from": "is-unc-path@>=0.1.1 <0.2.0",
- "_id": "is-unc-path@0.1.1",
- "_inCache": true,
- "_location": "/is-unc-path",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-unc-path@^0.1.1",
- "scope": null,
- "escapedName": "is-unc-path",
- "name": "is-unc-path",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/is-relative"
- ],
- "_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz",
- "_shasum": "ab2533d77ad733561124c3dc0f5cd8b90054c86b",
- "_shrinkwrap": null,
- "_spec": "is-unc-path@^0.1.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/is-relative",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
+ "name": "is-unc-path",
+ "description": "Returns true if a filepath is a windows UNC file path.",
+ "version": "0.1.1",
+ "homepage": "https://github.com/jonschlinkert/is-unc-path",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/is-unc-path",
"bugs": {
"url": "https://github.com/jonschlinkert/is-unc-path/issues"
},
- "dependencies": {
- "unc-path-regex": "^0.1.0"
+ "license": "MIT",
+ "files": [
+ "index.js"
+ ],
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha"
},
- "description": "Returns true if a filepath is a windows UNC file path.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
- "directories": {},
- "dist": {
- "shasum": "ab2533d77ad733561124c3dc0f5cd8b90054c86b",
- "tarball": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/is-unc-path",
"keywords": [
"absolute",
"expression",
@@ -83,23 +38,7 @@
"win",
"windows"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-unc-path",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.1"
+ "dependencies": {
+ "unc-path-regex": "^0.1.0"
+ }
}