summaryrefslogtreecommitdiff
path: root/tests/registry/npm/json-schema-traverse/registry.json
blob: 42cd33a51cc40f1f24bbbba6dc77f0e3360c1bad (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": "json-schema-traverse",
  "description": "Traverse JSON Schema passing each schema object to callback",
  "dist-tags": {
    "latest": "1.0.0"
  },
  "versions": {
    "1.0.0": {
      "name": "json-schema-traverse",
      "version": "1.0.0",
      "description": "Traverse JSON Schema passing each schema object to callback",
      "main": "index.js",
      "types": "index.d.ts",
      "scripts": {
        "eslint": "eslint index.js spec",
        "test-spec": "mocha spec -R spec",
        "test": "npm run eslint && nyc npm run test-spec"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
      },
      "author": {
        "name": "Evgeny Poberezkin"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
      },
      "devDependencies": {
        "eslint": "^7.3.1",
        "mocha": "^8.0.1",
        "nyc": "^15.0.0",
        "pre-commit": "^1.2.2"
      },
      "nyc": {
        "exclude": [
          "**/spec/**",
          "node_modules"
        ],
        "reporter": [
          "lcov",
          "text-summary"
        ]
      },
      "gitHead": "6b45983cd76270042cc79527da5c8972f13599ec",
      "_id": "json-schema-traverse@1.0.0",
      "_nodeVersion": "14.15.1",
      "_npmVersion": "6.14.8",
      "dist": {
        "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
        "shasum": "ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2",
        "tarball": "http://localhost:4260/json-schema-traverse/json-schema-traverse-1.0.0.tgz",
        "fileCount": 12,
        "unpackedSize": 22220
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
  },
  "author": {
    "name": "Evgeny Poberezkin"
  },
  "bugs": {
    "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}