diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index a5aaaed..0000000 --- a/.jshintrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "esnext": true -} diff --git a/doc/api.json b/doc/api.json index 6de3c0a..09b9fae 100644 --- a/doc/api.json +++ b/doc/api.json @@ -1 +1,194 @@ -{"classes":[],"methods":[],"properties":[],"events":[]} \ No newline at end of file +{ + "id": 2, + "name": "\"aurelia-path\"", + "kind": 2, + "kindString": "Module", + "flags": {}, + "children": [ + { + "id": 11, + "name": "buildQueryString", + "kind": 64, + "kindString": "Function", + "flags": { + "isExported": true + }, + "signatures": [ + { + "id": 12, + "name": "buildQueryString", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Generate a query string from an object.", + "returns": "The generated query string, excluding leading '?'.\n" + }, + "parameters": [ + { + "id": 13, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "text": "Object containing the keys and values to be used." + }, + "type": { + "type": "reference", + "name": "Object" + } + } + ], + "type": { + "type": "instrinct", + "name": "string" + } + } + ] + }, + { + "id": 7, + "name": "join", + "kind": 64, + "kindString": "Function", + "flags": { + "isExported": true + }, + "signatures": [ + { + "id": 8, + "name": "join", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 9, + "name": "path1", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "instrinct", + "name": "string" + } + }, + { + "id": 10, + "name": "path2", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "instrinct", + "name": "string" + } + } + ], + "type": { + "type": "instrinct", + "name": "string" + } + } + ] + }, + { + "id": 14, + "name": "parseQueryString", + "kind": 64, + "kindString": "Function", + "flags": { + "isExported": true + }, + "signatures": [ + { + "id": 15, + "name": "parseQueryString", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Parse a query string.", + "returns": "Object with keys and values mapped from the query string.\n" + }, + "parameters": [ + { + "id": 16, + "name": "queryString", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "instrinct", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "name": "Object" + } + } + ] + }, + { + "id": 3, + "name": "relativeToFile", + "kind": 64, + "kindString": "Function", + "flags": { + "isExported": true + }, + "signatures": [ + { + "id": 4, + "name": "relativeToFile", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 5, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "instrinct", + "name": "string" + } + }, + { + "id": 6, + "name": "file", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "instrinct", + "name": "string" + } + } + ], + "type": { + "type": "instrinct", + "name": "string" + } + } + ] + } + ], + "groups": [ + { + "title": "Functions", + "kind": 64, + "children": [ + 11, + 7, + 14, + 3 + ] + } + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 3be8a87..990a225 100644 --- a/package.json +++ b/package.json @@ -32,26 +32,25 @@ } }, "devDependencies": { - "aurelia-tools": "^0.1.6", - "babel-dts-generator": "^0.2.5", - "babel-eslint": "^4.1.0", + "aurelia-tools": "^0.1.12", + "babel-dts-generator": "^0.2.7", + "babel-eslint": "^4.1.1", "conventional-changelog": "0.0.11", "del": "^1.1.0", "gulp": "^3.8.10", - "gulp-babel": "^5.1.0", + "gulp-babel": "^5.2.1", "gulp-bump": "^0.3.1", "gulp-eslint": "^1.0.0", "gulp-rename": "^1.2.2", "gulp-typedoc": "^1.2.1", "gulp-typedoc-extractor": "^0.0.8", - "gulp-yuidoc": "^0.1.2", "jasmine-core": "^2.1.3", "karma": "^0.12.28", - "karma-babel-preprocessor": "^5.2.1", + "karma-babel-preprocessor": "^5.2.2", "karma-chrome-launcher": "^0.1.7", "karma-coverage": "^0.3.1", "karma-jasmine": "^0.3.5", - "karma-jspm": "^1.1.5", + "karma-jspm": "^2.0.1", "object.assign": "^1.0.3", "require-dir": "^0.1.0", "run-sequence": "^1.0.2",