UNPKG

rdf-data-factory

Version:

A TypeScript/JavaScript implementation of the RDF/JS data factory.

96 lines (95 loc) 2.58 kB
{ "name": "rdf-data-factory", "version": "2.0.2", "description": "A TypeScript/JavaScript implementation of the RDF/JS data factory.", "keywords": [ "rdf", "rdfjs", "data factory", "factory", "data model", "rdf terms" ], "main": "index.js", "typings": "index", "repository": "git@github.com:rubensworks/rdf-data-factory.js.git", "author": "Ruben Taelman <rubensworks@gmail.com>", "funding": { "type": "individual", "url": "https://github.com/sponsors/rubensworks/" }, "bugs": { "url": "https://github.com/rubensworks/rdf-data-factory.js/issues" }, "homepage": "https://github.com/rubensworks/rdf-data-factory.js#readme", "license": "MIT", "files": [ "lib/**/*.d.ts", "lib/**/*.js", "lib/**/*.js.map", "index.d.ts", "index.js.map", "index.js" ], "dependencies": { "@rdfjs/types": "^2.0.0" }, "pre-commit": [ "build", "lint", "test" ], "devDependencies": { "@rubensworks/eslint-config": "^1.0.0", "@types/jest": "^29.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "coveralls": "^3.0.0", "eslint": "^7.9.0", "eslint-config-es": "^3.23.0", "eslint-import-resolver-typescript": "^2.3.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^24.0.2", "eslint-plugin-tsdoc": "^0.2.7", "eslint-plugin-unused-imports": "^1.0.0", "jest": "^29.0.0", "jest-rdf": "^1.5.0", "manual-git-changelog": "^1.0.0", "pre-commit": "^1.2.2", "ts-jest": "^29.0.0", "typescript": "^5.7.2" }, "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", "moduleFileExtensions": [ "ts", "js" ], "collectCoverage": true, "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }, "scripts": { "test": "jest ${1}", "test-watch": "jest ${1} --watch", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls", "lint": "eslint . --ext .ts --cache", "build": "tsc", "validate": "npm ls", "prepare": "npm run build", "version": "manual-git-changelog onversion" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }