aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-path-inside
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-path-inside
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-path-inside')
-rw-r--r--node_modules/is-path-inside/package.json88
1 files changed, 13 insertions, 75 deletions
diff --git a/node_modules/is-path-inside/package.json b/node_modules/is-path-inside/package.json
index f07281259..27a347154 100644
--- a/node_modules/is-path-inside/package.json
+++ b/node_modules/is-path-inside/package.json
@@ -1,73 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "is-path-inside@^1.0.0",
- "scope": null,
- "escapedName": "is-path-inside",
- "name": "is-path-inside",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/is-path-in-cwd"
- ]
- ],
- "_from": "is-path-inside@>=1.0.0 <2.0.0",
- "_id": "is-path-inside@1.0.0",
- "_inCache": true,
- "_location": "/is-path-inside",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.4.21",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-path-inside@^1.0.0",
- "scope": null,
- "escapedName": "is-path-inside",
- "name": "is-path-inside",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/is-path-in-cwd"
- ],
- "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
- "_shasum": "fc06e5a1683fbda13de667aff717bbc10a48f37f",
- "_shrinkwrap": null,
- "_spec": "is-path-inside@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/is-path-in-cwd",
+ "name": "is-path-inside",
+ "version": "1.0.0",
+ "description": "Check if a path is inside another path",
+ "license": "MIT",
+ "repository": "sindresorhus/is-path-inside",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/is-path-inside/issues"
- },
- "dependencies": {
- "path-is-inside": "^1.0.1"
- },
- "description": "Check if a path is inside another path",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "fc06e5a1683fbda13de667aff717bbc10a48f37f",
- "tarball": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "mocha"
+ },
"files": [
"index.js"
],
- "gitHead": "b507035b66a539b7c12ba8b6b486377aa02aef9f",
- "homepage": "https://github.com/sindresorhus/is-path-inside",
"keywords": [
"path",
"inside",
@@ -77,22 +27,10 @@
"file",
"resolve"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "is-path-inside",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is-path-inside.git"
- },
- "scripts": {
- "test": "mocha"
+ "dependencies": {
+ "path-is-inside": "^1.0.1"
},
- "version": "1.0.0"
+ "devDependencies": {
+ "mocha": "*"
+ }
}