aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-relative
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-relative
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-relative')
-rw-r--r--node_modules/is-relative/package.json98
1 files changed, 18 insertions, 80 deletions
diff --git a/node_modules/is-relative/package.json b/node_modules/is-relative/package.json
index 6d64aa0a2..1174c1af5 100644
--- a/node_modules/is-relative/package.json
+++ b/node_modules/is-relative/package.json
@@ -1,73 +1,30 @@
{
- "_args": [
- [
- {
- "raw": "is-relative@^0.2.1",
- "scope": null,
- "escapedName": "is-relative",
- "name": "is-relative",
- "rawSpec": "^0.2.1",
- "spec": ">=0.2.1 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/is-absolute"
- ]
- ],
- "_from": "is-relative@>=0.2.1 <0.3.0",
- "_id": "is-relative@0.2.1",
- "_inCache": true,
- "_location": "/is-relative",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-relative@^0.2.1",
- "scope": null,
- "escapedName": "is-relative",
- "name": "is-relative",
- "rawSpec": "^0.2.1",
- "spec": ">=0.2.1 <0.3.0",
- "type": "range"
+ "name": "is-relative",
+ "description": "Returns `true` if the path appears to be relative.",
+ "version": "0.2.1",
+ "homepage": "https://github.com/jonschlinkert/is-relative",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/is-relative",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/is-relative/issues"
},
- "_requiredBy": [
- "/is-absolute"
+ "license": "MIT",
+ "main": "index.js",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
- "_shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
- "_shrinkwrap": null,
- "_spec": "is-relative@^0.2.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/is-absolute",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-relative/issues"
+ "scripts": {
+ "test": "mocha"
},
"dependencies": {
"is-unc-path": "^0.1.1"
},
- "description": "Returns `true` if the path appears to be relative.",
"devDependencies": {
"mocha": "*"
},
- "directories": {},
- "dist": {
- "shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
- "tarball": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "5f2fcd8ae42e43e10f2ac1b7b11f1b43ea1844ac",
- "homepage": "https://github.com/jonschlinkert/is-relative",
"keywords": [
"absolute",
"check",
@@ -84,24 +41,6 @@
"uri",
"url"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-relative",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-relative.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"related": {
"list": [
@@ -112,6 +51,5 @@
"is-unc-path"
]
}
- },
- "version": "0.2.1"
-}
+ }
+} \ No newline at end of file