js
Showing
with
7 additions
and
4817 deletions
.gitignore
0 → 100644
{ | |||
"name": "decode-uri-component", | |||
"version": "0.2.2", | |||
"description": "A better decodeURIComponent", | |||
"license": "MIT", | |||
"repository": "SamVerschueren/decode-uri-component", | |||
"author": { | |||
"name": "Sam Verschueren", | |||
"email": "sam.verschueren@gmail.com", | |||
"url": "github.com/SamVerschueren" | |||
}, | |||
"engines": { | |||
"node": ">=0.10" | |||
}, | |||
"scripts": { | |||
"test": "xo && nyc ava", | |||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"decode", | |||
"uri", | |||
"component", | |||
"decodeuricomponent", | |||
"components", | |||
"decoder", | |||
"url" | |||
], | |||
"devDependencies": { | |||
"ava": "^0.17.0", | |||
"coveralls": "^2.13.1", | |||
"nyc": "^10.3.2", | |||
"xo": "^0.16.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "decode-uri-component@0.2.2", | |||
"_resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "filter-obj", | |||
"version": "1.1.0", | |||
"description": "Filter object keys and values into a new object", | |||
"license": "MIT", | |||
"repository": "sindresorhus/filter-obj", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=0.10.0" | |||
}, | |||
"scripts": { | |||
"test": "xo && node test.js" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"filter", | |||
"obj", | |||
"object", | |||
"key", | |||
"keys", | |||
"value", | |||
"values", | |||
"val", | |||
"iterate", | |||
"iterator" | |||
], | |||
"devDependencies": { | |||
"ava": "0.0.4", | |||
"xo": "*" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "filter-obj@1.1.0", | |||
"_resolved": "https://registry.npmmirror.com/filter-obj/-/filter-obj-1.1.0.tgz" | |||
} | |||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
{ | |||
"name": "decode-uri-component", | |||
"version": "0.2.2", | |||
"description": "A better decodeURIComponent", | |||
"license": "MIT", | |||
"repository": "SamVerschueren/decode-uri-component", | |||
"author": { | |||
"name": "Sam Verschueren", | |||
"email": "sam.verschueren@gmail.com", | |||
"url": "github.com/SamVerschueren" | |||
}, | |||
"engines": { | |||
"node": ">=0.10" | |||
}, | |||
"scripts": { | |||
"test": "xo && nyc ava", | |||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"decode", | |||
"uri", | |||
"component", | |||
"decodeuricomponent", | |||
"components", | |||
"decoder", | |||
"url" | |||
], | |||
"devDependencies": { | |||
"ava": "^0.17.0", | |||
"coveralls": "^2.13.1", | |||
"nyc": "^10.3.2", | |||
"xo": "^0.16.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "decode-uri-component@0.2.2", | |||
"_resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "filter-obj", | |||
"version": "1.1.0", | |||
"description": "Filter object keys and values into a new object", | |||
"license": "MIT", | |||
"repository": "sindresorhus/filter-obj", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=0.10.0" | |||
}, | |||
"scripts": { | |||
"test": "xo && node test.js" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"filter", | |||
"obj", | |||
"object", | |||
"key", | |||
"keys", | |||
"value", | |||
"values", | |||
"val", | |||
"iterate", | |||
"iterator" | |||
], | |||
"devDependencies": { | |||
"ava": "0.0.4", | |||
"xo": "*" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "filter-obj@1.1.0", | |||
"_resolved": "https://registry.npmmirror.com/filter-obj/-/filter-obj-1.1.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "split-on-first", | |||
"version": "1.1.0", | |||
"description": "Split a string on the first occurance of a given separator", | |||
"license": "MIT", | |||
"repository": "sindresorhus/split-on-first", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | |||
"test": "xo && ava && tsd" | |||
}, | |||
"files": [ | |||
"index.js", | |||
"index.d.ts" | |||
], | |||
"keywords": [ | |||
"split", | |||
"string", | |||
"first", | |||
"occurrence", | |||
"separator", | |||
"delimiter", | |||
"text" | |||
], | |||
"devDependencies": { | |||
"ava": "^1.4.1", | |||
"tsd": "^0.7.2", | |||
"xo": "^0.24.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "split-on-first@1.1.0", | |||
"_resolved": "https://registry.npmmirror.com/split-on-first/-/split-on-first-1.1.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "strict-uri-encode", | |||
"version": "2.0.0", | |||
"description": "A stricter URI encode adhering to RFC 3986", | |||
"license": "MIT", | |||
"repository": "kevva/strict-uri-encode", | |||
"author": { | |||
"name": "Kevin Mårtensson", | |||
"email": "kevinmartensson@gmail.com", | |||
"url": "github.com/kevva" | |||
}, | |||
"engines": { | |||
"node": ">=4" | |||
}, | |||
"scripts": { | |||
"test": "xo && ava" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"component", | |||
"encode", | |||
"RFC3986", | |||
"uri" | |||
], | |||
"devDependencies": { | |||
"ava": "*", | |||
"xo": "*" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "strict-uri-encode@2.0.0", | |||
"_resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "query-string", | |||
"version": "6.14.1", | |||
"description": "Parse and stringify URL query strings", | |||
"license": "MIT", | |||
"repository": "sindresorhus/query-string", | |||
"funding": "https://github.com/sponsors/sindresorhus", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "https://sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | |||
"benchmark": "node benchmark.js", | |||
"test": "xo && ava && tsd" | |||
}, | |||
"files": [ | |||
"index.js", | |||
"index.d.ts" | |||
], | |||
"keywords": [ | |||
"browser", | |||
"querystring", | |||
"query", | |||
"string", | |||
"qs", | |||
"param", | |||
"parameter", | |||
"url", | |||
"parse", | |||
"stringify", | |||
"encode", | |||
"decode", | |||
"searchparams", | |||
"filter" | |||
], | |||
"dependencies": { | |||
"decode-uri-component": "^0.2.0", | |||
"filter-obj": "^1.1.0", | |||
"split-on-first": "^1.0.0", | |||
"strict-uri-encode": "^2.0.0" | |||
}, | |||
"devDependencies": { | |||
"ava": "^1.4.1", | |||
"benchmark": "^2.1.4", | |||
"deep-equal": "^1.0.1", | |||
"fast-check": "^1.5.0", | |||
"tsd": "^0.7.3", | |||
"xo": "^0.24.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "query-string@6.14.1", | |||
"_resolved": "https://registry.npmmirror.com/query-string/-/query-string-6.14.1.tgz" | |||
} | |||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
{ | |||
"name": "split-on-first", | |||
"version": "1.1.0", | |||
"description": "Split a string on the first occurance of a given separator", | |||
"license": "MIT", | |||
"repository": "sindresorhus/split-on-first", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | |||
"test": "xo && ava && tsd" | |||
}, | |||
"files": [ | |||
"index.js", | |||
"index.d.ts" | |||
], | |||
"keywords": [ | |||
"split", | |||
"string", | |||
"first", | |||
"occurrence", | |||
"separator", | |||
"delimiter", | |||
"text" | |||
], | |||
"devDependencies": { | |||
"ava": "^1.4.1", | |||
"tsd": "^0.7.2", | |||
"xo": "^0.24.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "split-on-first@1.1.0", | |||
"_resolved": "https://registry.npmmirror.com/split-on-first/-/split-on-first-1.1.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "strict-uri-encode", | |||
"version": "2.0.0", | |||
"description": "A stricter URI encode adhering to RFC 3986", | |||
"license": "MIT", | |||
"repository": "kevva/strict-uri-encode", | |||
"author": { | |||
"name": "Kevin Mårtensson", | |||
"email": "kevinmartensson@gmail.com", | |||
"url": "github.com/kevva" | |||
}, | |||
"engines": { | |||
"node": ">=4" | |||
}, | |||
"scripts": { | |||
"test": "xo && ava" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"component", | |||
"encode", | |||
"RFC3986", | |||
"uri" | |||
], | |||
"devDependencies": { | |||
"ava": "*", | |||
"xo": "*" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "strict-uri-encode@2.0.0", | |||
"_resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz" | |||
} | |||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | |||
"name": "decode-uri-component", | |||
"version": "0.2.2", | |||
"description": "A better decodeURIComponent", | |||
"license": "MIT", | |||
"repository": "SamVerschueren/decode-uri-component", | |||
"author": { | |||
"name": "Sam Verschueren", | |||
"email": "sam.verschueren@gmail.com", | |||
"url": "github.com/SamVerschueren" | |||
}, | |||
"engines": { | |||
"node": ">=0.10" | |||
}, | |||
"scripts": { | |||
"test": "xo && nyc ava", | |||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"decode", | |||
"uri", | |||
"component", | |||
"decodeuricomponent", | |||
"components", | |||
"decoder", | |||
"url" | |||
], | |||
"devDependencies": { | |||
"ava": "^0.17.0", | |||
"coveralls": "^2.13.1", | |||
"nyc": "^10.3.2", | |||
"xo": "^0.16.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "decode-uri-component@0.2.2", | |||
"_resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "filter-obj", | |||
"version": "1.1.0", | |||
"description": "Filter object keys and values into a new object", | |||
"license": "MIT", | |||
"repository": "sindresorhus/filter-obj", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=0.10.0" | |||
}, | |||
"scripts": { | |||
"test": "xo && node test.js" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"filter", | |||
"obj", | |||
"object", | |||
"key", | |||
"keys", | |||
"value", | |||
"values", | |||
"val", | |||
"iterate", | |||
"iterator" | |||
], | |||
"devDependencies": { | |||
"ava": "0.0.4", | |||
"xo": "*" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "filter-obj@1.1.0", | |||
"_resolved": "https://registry.npmmirror.com/filter-obj/-/filter-obj-1.1.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "split-on-first", | |||
"version": "1.1.0", | |||
"description": "Split a string on the first occurance of a given separator", | |||
"license": "MIT", | |||
"repository": "sindresorhus/split-on-first", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | |||
"test": "xo && ava && tsd" | |||
}, | |||
"files": [ | |||
"index.js", | |||
"index.d.ts" | |||
], | |||
"keywords": [ | |||
"split", | |||
"string", | |||
"first", | |||
"occurrence", | |||
"separator", | |||
"delimiter", | |||
"text" | |||
], | |||
"devDependencies": { | |||
"ava": "^1.4.1", | |||
"tsd": "^0.7.2", | |||
"xo": "^0.24.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "split-on-first@1.1.0", | |||
"_resolved": "https://registry.npmmirror.com/split-on-first/-/split-on-first-1.1.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "strict-uri-encode", | |||
"version": "2.0.0", | |||
"description": "A stricter URI encode adhering to RFC 3986", | |||
"license": "MIT", | |||
"repository": "kevva/strict-uri-encode", | |||
"author": { | |||
"name": "Kevin Mårtensson", | |||
"email": "kevinmartensson@gmail.com", | |||
"url": "github.com/kevva" | |||
}, | |||
"engines": { | |||
"node": ">=4" | |||
}, | |||
"scripts": { | |||
"test": "xo && ava" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"keywords": [ | |||
"component", | |||
"encode", | |||
"RFC3986", | |||
"uri" | |||
], | |||
"devDependencies": { | |||
"ava": "*", | |||
"xo": "*" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "strict-uri-encode@2.0.0", | |||
"_resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz" | |||
} | |||
\ No newline at end of file |
{ | |||
"name": "query-string", | |||
"version": "6.14.1", | |||
"description": "Parse and stringify URL query strings", | |||
"license": "MIT", | |||
"repository": "sindresorhus/query-string", | |||
"funding": "https://github.com/sponsors/sindresorhus", | |||
"author": { | |||
"name": "Sindre Sorhus", | |||
"email": "sindresorhus@gmail.com", | |||
"url": "https://sindresorhus.com" | |||
}, | |||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | |||
"benchmark": "node benchmark.js", | |||
"test": "xo && ava && tsd" | |||
}, | |||
"files": [ | |||
"index.js", | |||
"index.d.ts" | |||
], | |||
"keywords": [ | |||
"browser", | |||
"querystring", | |||
"query", | |||
"string", | |||
"qs", | |||
"param", | |||
"parameter", | |||
"url", | |||
"parse", | |||
"stringify", | |||
"encode", | |||
"decode", | |||
"searchparams", | |||
"filter" | |||
], | |||
"dependencies": { | |||
"decode-uri-component": "^0.2.0", | |||
"filter-obj": "^1.1.0", | |||
"split-on-first": "^1.0.0", | |||
"strict-uri-encode": "^2.0.0" | |||
}, | |||
"devDependencies": { | |||
"ava": "^1.4.1", | |||
"benchmark": "^2.1.4", | |||
"deep-equal": "^1.0.1", | |||
"fast-check": "^1.5.0", | |||
"tsd": "^0.7.3", | |||
"xo": "^0.24.0" | |||
}, | |||
"__npminstall_done": true, | |||
"_from": "query-string@6.14.1", | |||
"_resolved": "https://registry.npmmirror.com/query-string/-/query-string-6.14.1.tgz" | |||
} | |||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
{ | |||
"name": "uni-simple-router", | |||
"version": "1.5.5", | |||
"description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造", | |||
"main": "index.js", | |||
"directories": { | |||
"example": "examples" | |||
}, | |||
"scripts": { | |||
"postinstall": "node -e \"console.log('\\x1B[32m \\x1B[1m','\\n 欢迎下载 uni-simple-router ↓↓↓↓ \\n\\n 注意事项:\\n 1: 编译为app端如果开启V3,请关闭fast启动模式 \\n 2: 多看文档,特别是‘快速上手’栏目。文档地址:http://hhyang.cn/ \\n 3: 不要再问路由表是否可以不配置两遍。问就是文档有!\\n 4: 有啥问题解决不了的加群:769241495 \\n 5: 任何时候你都可以在github上提出你的想法及问题,相信我很快会得到回应 \\n\\n showTime:\\n 1:开源不易,需要鼓励。去给 uni-simple-router 项目 点个 star 吧 \\n')\"" | |||
}, | |||
"dependencies": { | |||
"query-string": "^6.12.1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/SilurianYang/uni-simple-router.git" | |||
}, | |||
"keywords": [ | |||
"router", | |||
"uni-app-router", | |||
"interceptor", | |||
"uni-app", | |||
"uniapp" | |||
], | |||
"author": "hhyang", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/SilurianYang/uni-simple-router/issues" | |||
}, | |||
"homepage": "https://github.com/SilurianYang/uni-simple-router#readme", | |||
"types": "./types/index.d.ts", | |||
"__npminstall_done": true, | |||
"_from": "uni-simple-router@1.5.5", | |||
"_resolved": "https://registry.npmmirror.com/uni-simple-router/-/uni-simple-router-1.5.5.tgz" | |||
} | |||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/filter-obj/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/filter-obj/license
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/filter-obj/package.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/filter-obj/readme.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/split-on-first/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/split-on-first/license
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment