summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/node/node_modules/path-is-inside/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/node/node_modules/path-is-inside/package.json')
-rw-r--r--chromium/third_party/node/node_modules/path-is-inside/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/third_party/node/node_modules/path-is-inside/package.json b/chromium/third_party/node/node_modules/path-is-inside/package.json
new file mode 100644
index 00000000000..74c56e6959f
--- /dev/null
+++ b/chromium/third_party/node/node_modules/path-is-inside/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "path-is-inside",
+ "description": "Tests whether one path is inside another path",
+ "keywords": ["path", "directory", "folder", "inside", "relative"],
+ "version": "1.0.2",
+ "author": "Domenic Denicola <d@domenic.me> (https://domenic.me)",
+ "license": "(WTFPL OR MIT)",
+ "repository": "domenic/path-is-inside",
+ "main": "lib/path-is-inside.js",
+ "files": [
+ "lib"
+ ],
+ "scripts": {
+ "test": "mocha",
+ "lint": "jshint lib"
+ },
+ "devDependencies": {
+ "jshint": "~2.3.0",
+ "mocha": "~1.15.1"
+ }
+}