summaryrefslogtreecommitdiff
path: root/tests/registry/npm/which-module/registry.json
blob: 762e068c4449b013c9a916ec7b26d681672988b3 (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
{
  "name": "which-module",
  "description": "Find the module object for something that was require()d",
  "dist-tags": {
    "latest": "2.0.0"
  },
  "versions": {
    "2.0.0": {
      "name": "which-module",
      "version": "2.0.0",
      "description": "Find the module object for something that was require()d",
      "main": "index.js",
      "scripts": {
        "pretest": "standard",
        "test": "nyc ava",
        "coverage": "nyc report --reporter=text-lcov | coveralls",
        "release": "standard-version"
      },
      "files": [
        "index.js"
      ],
      "repository": {
        "type": "git",
        "url": "git+https://github.com/nexdrew/which-module.git"
      },
      "author": {
        "name": "nexdrew"
      },
      "license": "ISC",
      "bugs": {
        "url": "https://github.com/nexdrew/which-module/issues"
      },
      "devDependencies": {
        "ava": "^0.19.1",
        "coveralls": "^2.13.1",
        "nyc": "^10.3.0",
        "standard": "^10.0.2",
        "standard-version": "^4.0.0"
      },
      "gitHead": "7f78f42d0761133263c3947a3b24dde324a467ce",
      "_id": "which-module@2.0.0",
      "_shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
      "_from": ".",
      "_npmVersion": "4.2.0",
      "_nodeVersion": "7.9.0",
      "dist": {
        "shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
        "tarball": "http://localhost:4260/which-module/which-module-2.0.0.tgz",
        "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q=="
      }
    }
  },
  "homepage": "https://github.com/nexdrew/which-module#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nexdrew/which-module.git"
  },
  "author": {
    "name": "nexdrew"
  },
  "bugs": {
    "url": "https://github.com/nexdrew/which-module/issues"
  },
  "license": "ISC",
  "readmeFilename": "README.md"
}