summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/walk-up-path/package.json
blob: df69d9238514ca88990be17ed6494612408f8d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
  }
}