{"versions":{"5.0.0":{"name":"@types/node-cmd","version":"5.0.0","license":"MIT","_id":"@types/node-cmd@5.0.0","maintainers":[{"name":"anonymous","email":"ts-npm-types@microsoft.com"}],"contributors":[{"url":"https://github.com/e6nlaq","name":"e6nlaq","githubUsername":"e6nlaq"}],"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-cmd","dist":{"shasum":"28dbed49b40bfd9d88c7ef2d03c2fda1b91d1e3c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@types/node-cmd/-/node-cmd-5.0.0.tgz","fileCount":5,"integrity":"sha512-HqBUPplSDx6GwrY0DABs5VwRRyGxVy053WqFpClTmt9hONe4dq8rWpuVS/WeDZzEV3XCb8BByxRrGvtBpqJ+kw==","signatures":[{"sig":"MEQCIDGgHO7rqzDkTj2tijsMOpFJ6p8rJBWkD85S7W6cV5ubAiBw4RHAdl3EEaKJvoZe00PzSutoeI25s9AHHhlgPtuEVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3625,"size":1738},"main":"","types":"index.d.ts","scripts":{},"_npmUser":{"name":"anonymous","email":"ts-npm-types@microsoft.com"},"repository":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","type":"git","directory":"types/node-cmd"},"description":"TypeScript definitions for node-cmd","directories":{},"dependencies":{"@types/node":"*"},"_hasShrinkwrap":false,"typeScriptVersion":"4.8","_npmOperationalInternal":{"tmp":"tmp/node-cmd_5.0.0_1721255801472_0.19591064363993782","host":"s3://npm-registry-packages"},"typesPublisherContentHash":"0038f8dd5ab26427b37f1a037949c3774ccf83b10724b8a7614d8ab899f0cc28","_cnpmcore_publish_time":"2024-07-17T22:36:41.632Z","publish_time":1721255801632,"_source_registry_name":"default"}},"dist-tags":{"latest":"5.0.0","ts4.8":"5.0.0","ts4.9":"5.0.0","ts5.0":"5.0.0","ts5.1":"5.0.0","ts5.2":"5.0.0","ts5.3":"5.0.0","ts5.4":"5.0.0","ts5.5":"5.0.0","ts5.6":"5.0.0","ts5.7":"5.0.0","ts5.8":"5.0.0","ts5.9":"5.0.0","ts6.0":"5.0.0"},"name":"@types/node-cmd","time":{"created":"2024-07-18T00:58:18.200Z","modified":"2025-08-03T07:22:17.829Z","5.0.0":"2024-07-17T22:36:41.632Z"},"readme":"# Installation\r\n> `npm install --save @types/node-cmd`\r\n\r\n# Summary\r\nThis package contains type definitions for node-cmd (https://github.com/RIAEvangelist/node-cmd).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-cmd.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-cmd/index.d.ts)\r\n````ts\r\n/// <reference types=\"node\" />\nimport { ChildProcess, ExecException } from \"child_process\";\n\nexport interface RunSyncReturn {\n    data: string;\n    err: null;\n    stderr: null;\n}\n\nexport interface RunSyncError {\n    data: null;\n    err: string;\n    stderr: string;\n}\n\nexport function run(\n    command: string,\n    callback?: (\n        error: ExecException | null,\n        stdout: string,\n        stderr: string,\n    ) => void,\n): ChildProcess;\n\nexport function runSync(command: string): RunSyncReturn | RunSyncError;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Wed, 17 Jul 2024 22:36:40 GMT\r\n * Dependencies: [@types/node](https://npmjs.com/package/@types/node)\r\n\r\n# Credits\r\nThese definitions were written by [e6nlaq](https://github.com/e6nlaq).","users":{}}