semantic-network
Version:
A utility library for manipulating a list of links that form a semantic interface to a network of resources.
73 lines (72 loc) • 2.38 kB
JSON
{
"name": "semantic-network",
"version": "0.7.54",
"description": "A utility library for manipulating a list of links that form a semantic interface to a network of resources.",
"main": "lib/es5/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"clobber": "yarn run clean && rimraf ./node_modules",
"clean": "rimraf ./lib ./coverage",
"test": "jest --config jest.config.ts",
"test-watch": "jest --config jest.config.ts --watch",
"test-coverage": "jest --config jest.config.ts --coverage",
"test-clear-cache": "jest --clearCache",
"build": "tsc && tsc -p ./tsconfig-es5.json",
"lint-fix": "eslint . --ext .ts --fix",
"lint": "eslint . --ext .ts",
"prepare": "yarn clean && yarn build",
"prepublishOnly": "yarn test && yarn run lint",
"preversion": "yarn run lint",
"version": "yarn run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semanticlink/semantic-network.git"
},
"keywords": [
"hypermedia",
"microformat",
"REST",
"atom",
"API"
],
"author": "toddb",
"license": "MIT",
"bugs": {
"url": "https://github.com/semanticlink/semantic-network/issues"
},
"homepage": "https://github.com/semanticlink/semantic-network#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.3",
"@types/lodash.clonedeep": "^4.5.9",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"babel-jest": "^29.6.1",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"jest-each": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-extended": "^4.0.0",
"mismatched": "^2.11.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": ">=5.1.6"
},
"dependencies": {
"anylogger": "^1.0.11",
"bottleneck": "^2.19.5",
"cache-control-parser": "^2.0.5",
"lodash.clonedeep": "^4.5.0",
"semantic-link": "^1.0.8",
"tslib": ">=2.6.0"
},
"peerDependencies": {
"@types/node": "*"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}