aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-path-inside/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-20 17:16:29 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-20 17:16:29 +0100
commit0ad2935a1f6436d62251f30e826c9c78bfd49525 (patch)
treee9852ed84b8e6520361dbe514c98e13d69672be7 /node_modules/is-path-inside/package.json
parent23f4998dfec5edc8f0ce134d848c996d434181ba (diff)
node_modules
Diffstat (limited to 'node_modules/is-path-inside/package.json')
-rw-r--r--node_modules/is-path-inside/package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/node_modules/is-path-inside/package.json b/node_modules/is-path-inside/package.json
new file mode 100644
index 000000000..4a070d270
--- /dev/null
+++ b/node_modules/is-path-inside/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "is-path-inside",
+ "version": "1.0.1",
+ "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": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "path",
+ "inside",
+ "folder",
+ "directory",
+ "dir",
+ "file",
+ "resolve"
+ ],
+ "dependencies": {
+ "path-is-inside": "^1.0.1"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}