dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/avsc/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

98 lines
2.2 KiB
JSON

{
"_from": "avsc@^5.4.22",
"_id": "avsc@5.4.22",
"_inBundle": false,
"_integrity": "sha512-3PuueubBH33oLLhnnwmjZh/+kvcpyyuOlsmvUaNAgvsk/cAZe0Zs8OgYmL7z6sXWyEfV2PjyyxwCeoiJIwYpEg==",
"_location": "/avsc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "avsc@^5.4.22",
"name": "avsc",
"escapedName": "avsc",
"rawSpec": "^5.4.22",
"saveSpec": null,
"fetchSpec": "^5.4.22"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/avsc/-/avsc-5.4.22.tgz",
"_shasum": "5d415338114d60771288eb68df85a06858a49212",
"_spec": "avsc@^5.4.22",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Matthieu Monsch",
"email": "mtth@apache.org"
},
"browser": {
"./lib": "./etc/browser/avsc.js",
"./lib/files": "./etc/browser/lib/files.js",
"crypto": "./etc/browser/lib/crypto.js"
},
"bugs": {
"url": "https://github.com/mtth/avsc/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Avro for JavaScript",
"devDependencies": {
"benchmark": "~2.1.4",
"coveralls": "^3.0.9",
"mocha": "^8.1.1",
"nyc": "~15.0.0",
"tmp": "^0.1.0"
},
"engines": {
"node": ">=0.11"
},
"files": [
"etc/browser",
"lib",
"types"
],
"homepage": "https://github.com/mtth/avsc",
"keywords": [
"api",
"avdl",
"avpr",
"avro",
"avsc",
"binary",
"buffer",
"data",
"decoding",
"encoding",
"idl",
"interface",
"ipc",
"json",
"marshalling",
"message",
"protocol",
"rpc",
"schema",
"serde",
"serialization",
"type"
],
"license": "MIT",
"main": "./lib",
"name": "avsc",
"repository": {
"type": "git",
"url": "git://github.com/mtth/avsc.git"
},
"scripts": {
"clean": "rm -rf coverage dist node_modules",
"cover": "nyc mocha -- --ui tdd",
"coverAndPublish": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"dist": "./etc/scripts/dist",
"perf": "./etc/scripts/perf etc/schemas/*",
"test": "mocha --ui tdd --reporter dot"
},
"types": "./types",
"version": "5.4.22"
}