summaryrefslogtreecommitdiff
path: root/tests/registry/npm/camelcase/registry.json
blob: 850775e1d0b8d3d778273f1f8e70965d8ad6a337 (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": "camelcase",
  "dist-tags": {
    "latest": "5.3.1"
  },
  "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
  "versions": {
    "5.3.1": {
      "name": "camelcase",
      "version": "5.3.1",
      "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/sindresorhus/camelcase.git"
      },
      "author": {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "sindresorhus.com"
      },
      "engines": {
        "node": ">=6"
      },
      "scripts": {
        "test": "xo && ava && tsd"
      },
      "devDependencies": {
        "ava": "^1.4.1",
        "tsd": "^0.7.1",
        "xo": "^0.24.0"
      },
      "gitHead": "cbe5a519ec6745adbb5283d5ee8c5c9889050d74",
      "bugs": {
        "url": "https://github.com/sindresorhus/camelcase/issues"
      },
      "_id": "camelcase@5.3.1",
      "_nodeVersion": "8.15.0",
      "_npmVersion": "6.9.0",
      "dist": {
        "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
        "shasum": "e3c9b31569e106811df242f715725a1f4c494320",
        "tarball": "http://localhost:4260/camelcase/camelcase-5.3.1.tgz",
        "fileCount": 5,
        "unpackedSize": 7447
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/sindresorhus/camelcase#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/camelcase.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/camelcase/issues"
  },
  "license": "MIT",
  "readmeFilename": "readme.md"
}