UNPKG

@snyk/ruby-semver

Version:

node-semver compatible API with RubyGems semantics

42 lines (41 loc) 1.14 kB
{ "name": "@snyk/ruby-semver", "description": "node-semver compatible API with RubyGems semantics", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile-ruby": "scripts/compile-ruby", "format": "prettier --write 'lib/**/*.?s' 'test/**/*.?s'", "prepare": "npm run build", "build": "tsc", "lint": "eslint 'lib/**/*.?s'", "test": "jest \"test/.*\\.test\\.ts\" --runInBand --no-cache" }, "author": "Gareth Visagie <gareth@snyk.io>", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^3.5.0", "@typescript-eslint/parser": "^3.5.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.1.3" }, "repository": { "type": "git", "url": "https://github.com/Snyk/ruby-semver.git" }, "engines": { "node": ">=8" }, "dependencies": { "lodash.escaperegexp": "^4.1.0", "lodash.flatten": "^4.4.0", "lodash.uniq": "^4.5.0", "tslib": "^2.5.3" }, "version": "4.2.0" }