UNPKG

scim-patch-with-remove

Version:
54 lines (53 loc) 1.38 kB
{ "name": "scim-patch-with-remove", "version": "0.4.0", "description": "SCIM Patch operation (rfc7644).", "main": "lib/src/scimPatch.js", "types": "lib/src/scimPatch.d.ts", "repository": { "type": "git", "url": "git+https://github.com/randomhash/scim-patch.git" }, "keywords": [ "scim", "patch", "rfc7644" ], "scripts": { "mocha": "npm run build && ./node_modules/.bin/mocha 'lib/test/**/*.test.js'", "test": "nyc mocha 'lib/test/**/*.test.js'", "coverage": "nyc report --reporter=text-lcov | coveralls", "build": "tsc", "bench": "npm run build && node lib/test/perf/benchmark.js" }, "author": "thomas.poignant@gmail.com", "license": "Unlicense", "devDependencies": { "@types/chai": "^4.2.12", "@types/mocha": "^8.0.3", "chai": "^4.2.0", "coveralls": "^3.1.0", "mocha": "^8.0.3", "nyc": "^15.1.0", "ts-node": "^9.0.0", "typescript": "^4.0.2", "@types/benchmark": "^1.0.33", "benchmark": "^2.1.4" }, "dependencies": { "fast-deep-equal": "^3.1.3", "scim2-parse-filter": "^0.1.3" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/randomhash/scim-patch/issues" }, "homepage": "https://github.com/randomhash/scim-patch#readme", "directories": { "example": "example", "lib": "lib", "test": "test" } }