kittenipc/example/ts/package-lock.json
2025-11-14 19:35:07 +03:00

69 lines
2.0 KiB
JSON

{
"name": "kitten-ipc-example",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kitten-ipc-example",
"version": "1.0.0",
"license": "Apache 2.0",
"dependencies": {
"@types/node": "^22.10.5"
}
},
"../../../../../../opt/homebrew/lib/node_modules/list": {
"version": "2.0.19",
"extraneous": true,
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/ramda": "^0.26.28",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"chai": "4.2.0",
"cherry-pick": "^0.5.0",
"codecov": "^3.6.1",
"fast-check": "^1.17.0",
"mocha": "^6.2.1",
"np": "^5.1.0",
"nyc": "^14.1.1",
"prettier": "1.18.2",
"proptest": "0.0.4",
"ramda": "0.26.1",
"source-map-support": "^0.5.13",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
}
},
"../../lib/ts": {
"name": "kitten-ipc",
"version": "1.0.0",
"extraneous": true,
"license": "Apache 2.0",
"dependencies": {
"@types/node": "^22.10.5",
"ts-events": "^3.4.1"
}
},
"node_modules/@types/node": {
"version": "22.19.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz",
"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"license": "MIT"
}
}
}