uri-templates-es
Version:
URI Templates (RFC6570) including de-substitution
49 lines (48 loc) • 1.31 kB
JSON
{
"name": "uri-templates-es",
"version": "1.0.0",
"description": "URI Templates (RFC6570) including de-substitution",
"readme": "README.md",
"license": "MIT",
"author": "Ilya Lagoshny",
"scripts": {
"build": "gulp build --project=uri-templates-es",
"test": "gulp test --watch=true",
"test-flow": "gulp test --watch=false --browsers=ChromeHeadless"
},
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^3.6.0",
"@types/node": "^14.14.6",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-shell": "^0.8.0",
"jasmine": "^3.6.2",
"jasmine-core": "^3.6.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "0.0.32",
"ts-loader": "^8.0.7",
"typescript": "4.0.5",
"webpack-stream": "^6.1.0",
"yargs": "^16.1.0"
},
"keywords": [
"rfc6570",
"uri",
"template",
"parse url params",
"get url parts",
"put vars to url"
],
"homepage": "https://github.com/lagoshny/uri-templates-es",
"issues": {
"url": "https://github.com/lagoshny/uri-templates-es/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lagoshny/uri-templates-es"
}
}