1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/registry/npm/json-schema-traverse/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

74 lines
2.1 KiB
JSON

{
"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"
}