summaryrefslogtreecommitdiff
path: root/tests/registry/npm/find-up/registry.json
blob: 0304c60a2e59677e54c209102c18a12259e33a32 (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
62
63
64
65
66
67
68
69
70
71
72
{
  "name": "find-up",
  "description": "Find a file or directory by walking up parent directories",
  "dist-tags": {
    "latest": "4.1.0"
  },
  "versions": {
    "4.1.0": {
      "name": "find-up",
      "version": "4.1.0",
      "description": "Find a file or directory by walking up parent directories",
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/sindresorhus/find-up.git"
      },
      "author": {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "sindresorhus.com"
      },
      "engines": {
        "node": ">=8"
      },
      "scripts": {
        "test": "xo && ava && tsd"
      },
      "dependencies": {
        "locate-path": "^5.0.0",
        "path-exists": "^4.0.0"
      },
      "devDependencies": {
        "ava": "^2.1.0",
        "is-path-inside": "^2.1.0",
        "tempy": "^0.3.0",
        "tsd": "^0.7.3",
        "xo": "^0.24.0"
      },
      "gitHead": "6c32f0caed1684ef778053b6f79b13a772e22ba4",
      "bugs": {
        "url": "https://github.com/sindresorhus/find-up/issues"
      },
      "_id": "find-up@4.1.0",
      "_nodeVersion": "8.16.0",
      "_npmVersion": "6.9.0",
      "dist": {
        "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
        "shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
        "tarball": "http://localhost:4260/find-up/find-up-4.1.0.tgz",
        "fileCount": 5,
        "unpackedSize": 11611
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/sindresorhus/find-up#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/find-up.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/find-up/issues"
  },
  "license": "MIT",
  "readmeFilename": "readme.md"
}