28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "iri",
|
|
"description": "IRI parsing and IRI-URI conversion utilities",
|
|
"homepage": "https://github.com/awwright/node-iri",
|
|
"author": "Austin Wright",
|
|
"keywords": [
|
|
"IRI"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/awwright/node-iri.git",
|
|
"web": "https://github.com/awwright/node-iri"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"coverage": "stryker run",
|
|
"test": "mocha"
|
|
},
|
|
"license": "Unlicense",
|
|
"devDependencies": {
|
|
"@stryker-mutator/core": "^6.1.2",
|
|
"@stryker-mutator/mocha-runner": "^6.1.2",
|
|
"eslint": "^8.21.0",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"version": "1.3.1"
|
|
}
|