Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « walk-up-path « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c1da334175d2953b19159764e8f2c56c0da0c4f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "_from": "walk-up-path@^1.0.0",
  "_id": "walk-up-path@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==",
  "_location": "/walk-up-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "walk-up-path@^1.0.0",
    "name": "walk-up-path",
    "escapedName": "walk-up-path",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-1.0.0.tgz",
  "_shasum": "d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e",
  "_spec": "walk-up-path@^1.0.0",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/walk-up-path/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Given a path string, return a generator that walks up the path, emitting each dirname.",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "tap": "^14.10.7"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/isaacs/walk-up-path#readme",
  "license": "ISC",
  "name": "walk-up-path",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/walk-up-path.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.0"
}