summaryrefslogtreecommitdiff
path: root/tests/registry/npm/color-convert/registry.json
blob: 5a294b0789194bd903a8c69233eba1ac73f49ce5 (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
73
74
{
  "name": "color-convert",
  "description": "Plain color conversion functions",
  "dist-tags": {
    "latest": "2.0.1"
  },
  "versions": {
    "2.0.1": {
      "name": "color-convert",
      "description": "Plain color conversion functions",
      "version": "2.0.1",
      "author": {
        "name": "Heather Arthur",
        "email": "fayearthur@gmail.com"
      },
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/Qix-/color-convert.git"
      },
      "scripts": {
        "pretest": "xo",
        "test": "node test/basic.js"
      },
      "engines": {
        "node": ">=7.0.0"
      },
      "xo": {
        "rules": {
          "default-case": 0,
          "no-inline-comments": 0,
          "operator-linebreak": 0
        }
      },
      "devDependencies": {
        "chalk": "^2.4.2",
        "xo": "^0.24.0"
      },
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "gitHead": "e1cb7846258e1d7aa25873814684d4fbbbca53ed",
      "bugs": {
        "url": "https://github.com/Qix-/color-convert/issues"
      },
      "_id": "color-convert@2.0.1",
      "_nodeVersion": "12.4.0",
      "_npmVersion": "6.9.0",
      "dist": {
        "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
        "shasum": "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3",
        "tarball": "http://localhost:4260/color-convert/color-convert-2.0.1.tgz",
        "fileCount": 7,
        "unpackedSize": 27189
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Heather Arthur",
    "email": "fayearthur@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qix-/color-convert.git"
  },
  "readmeFilename": "README.md",
  "homepage": "https://github.com/Qix-/color-convert#readme",
  "bugs": {
    "url": "https://github.com/Qix-/color-convert/issues"
  },
  "license": "MIT"
}