summaryrefslogtreecommitdiff
path: root/tests/registry/npm/require-from-string/registry.json
blob: 25426e3ef608fc111b8931bdd86bd4d4c321c962 (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
{
  "name": "require-from-string",
  "description": "Require module from string",
  "dist-tags": {
    "latest": "2.0.2"
  },
  "versions": {
    "2.0.2": {
      "name": "require-from-string",
      "version": "2.0.2",
      "description": "Require module from string",
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/floatdrop/require-from-string.git"
      },
      "author": {
        "name": "Vsevolod Strukchinsky",
        "email": "floatdrop@gmail.com",
        "url": "github.com/floatdrop"
      },
      "engines": {
        "node": ">=0.10.0"
      },
      "scripts": {
        "test": "mocha"
      },
      "files": [
        "index.js"
      ],
      "dependencies": {},
      "devDependencies": {
        "mocha": "*"
      },
      "gitHead": "d1575a49065eb7a49b86b4de963f04f1a14dfd60",
      "bugs": {
        "url": "https://github.com/floatdrop/require-from-string/issues"
      },
      "_id": "require-from-string@2.0.2",
      "_npmVersion": "5.6.0",
      "_nodeVersion": "9.5.0",
      "dist": {
        "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
        "shasum": "89a7fdd938261267318eafe14f9c32e598c36909",
        "tarball": "http://localhost:4260/require-from-string/require-from-string-2.0.2.tgz",
        "fileCount": 4,
        "unpackedSize": 3422
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/floatdrop/require-from-string#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floatdrop/require-from-string.git"
  },
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com",
    "url": "github.com/floatdrop"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/require-from-string/issues"
  },
  "license": "MIT",
  "readmeFilename": "readme.md"
}