fabric8-analytics-lsp-server
Advanced tools
Comparing version 0.2.3 to 0.2.4
103
package.json
@@ -1,1 +0,102 @@ | ||
{"name":"fabric8-analytics-lsp-server","description":"LSP Server for Dependency Analytics","version":"0.2.3","author":"Pavel Odvody","contributors":[{"name":"Michal Srb","email":"michal@redhat.com"},{"name":"Jyasveer Gotta","email":"jgotta@redhat.com"},{"name":"Jaivardhan Kumar","email":"jakumar@redhat.com"}],"license":"Apache-2.0","engines":{"node":"*"},"keywords":["fabric8-analytics","LSP"],"repository":{"type":"git","url":"https://github.com/fabric8-analytics/fabric8-analytics-lsp-server.git"},"dependencies":{"request":"^2.79.0","stream-json":"0.6.1","winston":"3.2.1","xml2object":"0.1.2","vscode-languageserver":"^5.3.0-next.9"},"devDependencies":{"@krux/condition-jenkins":"1.0.1","@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.7.5","chai":"^4.2.0","mocha":"^6.2.0","nyc":"^14.1.1","semantic-release":"8.2.0","ts-node":"^8.3.0","typescript":"^3.6.3"},"scripts":{"build":"npm run clean && node node_modules/typescript/bin/tsc -p . && cp LICENSE package.json README.md output && npm run dist","clean":"rm -Rf ca-lsp-server.tar output/","test":"nyc mocha","dist":"cp -r node_modules output/ && cp ./package.json output/ && node -p -e \"require('./package.json').version\" > output/VERSION && rm -rf output/node_modules/typescript/ && tar cvjf ca-lsp-server.tar -C output/ .","semantic-release":"semantic-release pre && npm run build && cp -r .git output && npm publish output/ && semantic-release post"},"nyc":{"include":["src/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text","html"],"sourceMap":true,"instrument":true},"release":{"branch":"master","debug":false,"verifyConditions":{"path":"./node_modules/@krux/condition-jenkins"}}} | ||
{ | ||
"name": "fabric8-analytics-lsp-server", | ||
"description": "LSP Server for Dependency Analytics", | ||
"version": "0.2.4", | ||
"author": "Pavel Odvody", | ||
"contributors": [ | ||
{ | ||
"name": "Michal Srb", | ||
"email": "michal@redhat.com" | ||
}, | ||
{ | ||
"name": "Jyasveer Gotta", | ||
"email": "jgotta@redhat.com" | ||
}, | ||
{ | ||
"name": "Jaivardhan Kumar", | ||
"email": "jakumar@redhat.com" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"keywords": [ | ||
"fabric8-analytics", | ||
"LSP" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fabric8-analytics/fabric8-analytics-lsp-server.git" | ||
}, | ||
"dependencies": { | ||
"request": "^2.79.0", | ||
"stream-json": "0.6.1", | ||
"winston": "3.2.1", | ||
"xml2object": "0.1.2", | ||
"vscode-languageserver": "^5.3.0-next.9" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/exec": "^5.0.0", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.5", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"semantic-release": "^17.1.0", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.6.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p . && cp package.json output", | ||
"test": "nyc mocha", | ||
"semantic-release": "semantic-release --debug" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"reporter": [ | ||
"text", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/exec", | ||
{ | ||
"verifyConditionsCmd": "npm run build && cp package-lock.json output", | ||
"publishCmd": "cd output && npm i --only=prod && echo ${nextRelease.version}>VERSION && tar cvjf ../ca-lsp-server.tar ." | ||
} | ||
], | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"assets": [ | ||
{ | ||
"path": "ca-lsp-server.tar" | ||
} | ||
] | ||
} | ||
], | ||
[ | ||
"@semantic-release/npm", | ||
{ | ||
"pkgRoot": "output" | ||
} | ||
] | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62299
12
2
0