{"_id":"@aleen42/ci-common","_rev":"1-e8f34679cd0977c8d034718de000e9e0","name":"@aleen42/ci-common","dist-tags":{"latest":"0.1.9-2"},"versions":{"0.1.9-2.beta.0":{"name":"@aleen42/ci-common","version":"0.1.9-2.beta.0","keywords":["coremail"],"author":{"name":"William Leung","email":"lwr@coremail.cn"},"license":"UNLICENSED","_id":"@aleen42/ci-common@0.1.9-2.beta.0","maintainers":[{"name":"aleen42","email":"aleen42@vip.qq.com"}],"homepage":"https://github.com/Coremail/ci-common#readme","bugs":{"url":"https://github.com/Coremail/ci-common/issues"},"bin":{"ant":"lib/ant.js","mvn":"lib/mvn.js","java":"lib/java.js","checkstyle":"checkstyle.js"},"dist":{"shasum":"3758c190b0b81f8831f177c470a54fc3f220061d","tarball":"https://registry.npmjs.org/@aleen42/ci-common/-/ci-common-0.1.9-2.beta.0.tgz","fileCount":31,"integrity":"sha512-ryHpJVYQa1gYdCVFUG1UcQphSOTYF6IfRDjDBW2DawYxCrjXaPzKJLYz306EpAGa5HP0TgkulM4RRDnyRpf8HA==","signatures":[{"sig":"MEUCIQCBkhE2pWpaMLmD+Z60F47yViP5h+5fphgbc3D9mtUFMAIgcI6Xoq/sfEN5q4GTRp9/CukBA7RN13yFgDDgiM9sTB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122719},"main":"index.js","engines":{"node":">=16.0.0"},"gitHead":"905874aca889caafd5f3de2060edf81a7360153e","scripts":{"test":"node test/test","prepublishOnly":"npm test"},"_npmUser":{"name":"aleen42","email":"aleen42@vip.qq.com"},"repository":{"url":"git+https://github.com/Coremail/ci-common.git","type":"git"},"_npmVersion":"10.7.0","description":"Common node module for CI/CD tasks used by coremail related projects","directories":{},"_nodeVersion":"22.2.0","engineStrict":true,"eslintConfig":{"root":true,"extends":"plugin:coremail/standard"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"7.32.0","eslint-plugin-coremail":"0.4.1"},"_npmOperationalInternal":{"tmp":"tmp/ci-common_0.1.9-2.beta.0_1724204200065_0.11543310704689613","host":"s3://npm-registry-packages"}},"0.1.9-2":{"name":"@aleen42/ci-common","version":"0.1.9-2","description":"Common node module for CI/CD tasks used by coremail related projects","author":{"name":"William Leung","email":"lwr@coremail.cn"},"main":"index.js","bin":{"java":"lib/java.js","ant":"lib/ant.js","mvn":"lib/mvn.js","checkstyle":"checkstyle.js"},"scripts":{"prepublishOnly":"npm test","test":"node test/test"},"repository":{"type":"git","url":"git+https://github.com/Coremail/ci-common.git"},"keywords":["coremail"],"devDependencies":{"eslint":"7.32.0","eslint-plugin-coremail":"0.4.1"},"eslintConfig":{"root":true,"extends":"plugin:coremail/standard"},"engineStrict":true,"engines":{"node":">=16.0.0"},"license":"UNLICENSED","_id":"@aleen42/ci-common@0.1.9-2","gitHead":"905874aca889caafd5f3de2060edf81a7360153e","bugs":{"url":"https://github.com/Coremail/ci-common/issues"},"homepage":"https://github.com/Coremail/ci-common#readme","_nodeVersion":"22.2.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-l7VBaq1K6LXT8SmgI232GRht9ER8XmKxKLjaRk79ZK+L1T9+L1dZAcQcgSLQDcIsg87iMnRYbg2vPqLDLt8OtQ==","shasum":"e5f7518035ab33d138651b3f07201d4f24f9627d","tarball":"https://registry.npmjs.org/@aleen42/ci-common/-/ci-common-0.1.9-2.tgz","fileCount":31,"unpackedSize":122712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIByv2O72QpzZEZ/kkspBm05LBZsRMwfieigSJ6dPLC3TAiAp/7y94tcck0gjwWMBmDwRzbygo1+7E6pDuZPTzSZHKw=="}]},"_npmUser":{"name":"aleen42","email":"aleen42@vip.qq.com"},"directories":{},"maintainers":[{"name":"aleen42","email":"aleen42@vip.qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ci-common_0.1.9-2_1724208048995_0.3571537834131091"},"_hasShrinkwrap":false}},"time":{"created":"2024-08-21T01:36:39.903Z","modified":"2024-08-21T02:40:49.361Z","0.1.9-2.beta.0":"2024-08-21T01:36:40.264Z","0.1.9-2":"2024-08-21T02:40:49.156Z"},"bugs":{"url":"https://github.com/Coremail/ci-common/issues"},"author":{"name":"William Leung","email":"lwr@coremail.cn"},"license":"UNLICENSED","homepage":"https://github.com/Coremail/ci-common#readme","keywords":["coremail"],"repository":{"type":"git","url":"git+https://github.com/Coremail/ci-common.git"},"description":"Common node module for CI/CD tasks used by coremail related projects","maintainers":[{"name":"aleen42","email":"aleen42@vip.qq.com"}],"readme":"# Common CI dependencies for nodejs / java projects\n\n- [apache ant](http://ant.apache.org)\n- [apache maven](http://maven.apache.org)\n\nUsage in `package.json`\n\n```json-doc\n{\n    ...,\n    \"devDependencies\" : {\n        \"ci-common\" : \"npm:@coremail/ci-common\",\n    }\n    ...,\n}\n```\n\nSample task (run checkstyle & maven)\n```js\nconst {mvn, checkstyle, exit} = require('ci-common');\n\n\ncheckstyle(['.', '-x', '\\\\.git|\\\\.idea|node_modules|target']) || exit();\nmvn(null, ['test']) || exit();\n```\n","readmeFilename":"README.md"}