summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/walk-up-path/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/walk-up-path/package.json')
-rw-r--r--deps/npm/node_modules/walk-up-path/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/deps/npm/node_modules/walk-up-path/package.json b/deps/npm/node_modules/walk-up-path/package.json
new file mode 100644
index 0000000000..df69d92385
--- /dev/null
+++ b/deps/npm/node_modules/walk-up-path/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "walk-up-path",
+ "version": "1.0.0",
+ "files": [
+ "index.js"
+ ],
+ "description": "Given a path string, return a generator that walks up the path, emitting each dirname.",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/isaacs/walk-up-path"
+ },
+ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
+ "license": "ISC",
+ "scripts": {
+ "test": "tap",
+ "snap": "tap",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags"
+ },
+ "tap": {
+ "check-coverage": true
+ },
+ "devDependencies": {
+ "tap": "^14.10.7",
+ "require-inject": "^1.4.4"
+ }
+}