UNPKG

rdf-isomorphic

Version:
91 lines (90 loc) 2.35 kB
{ "name": "rdf-isomorphic", "version": "2.0.1", "description": "Determines if two RDF graphs are isomorphic", "keywords": [ "rdf", "graph", "isomorphic", "isomorphism", "rdfjs", "linked data" ], "main": "index.js", "typings": "index", "repository": "git@github.com:rubensworks/rdf-isomorphic.js.git", "author": "Ruben Taelman <rubensworks@gmail.com>", "funding": { "type": "individual", "url": "https://github.com/sponsors/rubensworks/" }, "bugs": { "url": "https://github.com/rubensworks/rdf-isomorphic.js/issues" }, "homepage": "https://github.com/rubensworks/rdf-isomorphic.js#readme", "license": "MIT", "files": [ "lib/**/*.d.ts", "lib/**/*.js", "lib/**/*.js.map", "index.d.ts", "index.js.map", "index.js" ], "pre-commit": [ "build", "lint", "test" ], "devDependencies": { "@types/jest": "^29.0.0", "@types/n3": "^1.10.3", "arrayify-stream": "^1.0.0", "coveralls": "^3.0.0", "jest": "^29.0.0", "jest-rdf": "^2.0.0", "manual-git-changelog": "^1.0.0", "n3": "^1.6.3", "pre-commit": "^1.2.2", "rdf-quad": "^2.0.0", "streamify-string": "^1.0.1", "ts-jest": "^29.0.0", "tslint": "^6.0.0", "tslint-eslint-rules": "^5.3.1", "typescript": "^5.7.2" }, "jest": { "setupFilesAfterEnv": [ "jest-rdf" ], "transform": { "^.+\\.ts$": "ts-jest" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", "moduleFileExtensions": [ "ts", "js" ], "collectCoverage": true, "testEnvironment": "node" }, "scripts": { "test": "jest ${1}", "test-watch": "jest ${1} --watch", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls", "lint": "tslint index.ts lib/**/*.ts test/**/*.ts --exclude '**/*.d.ts'", "build": "tsc", "validate": "npm ls", "prepare": "npm run build", "version": "manual-git-changelog onversion" }, "dependencies": { "imurmurhash": "^0.1.4", "rdf-string": "^2.0.0", "rdf-terms": "^2.0.0" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }