@@ -1,1 +0,1 @@ | ||
| {"/Users/xiaowu/work/github/urlpath/src/index.js":{"path":"/Users/xiaowu/work/github/urlpath/src/index.js","statementMap":{"0":{"start":{"line":3,"column":0},"end":{"line":5,"column":3}},"1":{"start":{"line":7,"column":0},"end":{"line":17,"column":2}},"2":{"start":{"line":8,"column":2},"end":{"line":10,"column":3}},"3":{"start":{"line":9,"column":4},"end":{"line":9,"column":33}},"4":{"start":{"line":12,"column":2},"end":{"line":16,"column":5}},"5":{"start":{"line":13,"column":4},"end":{"line":13,"column":35}},"6":{"start":{"line":15,"column":4},"end":{"line":15,"column":47}},"7":{"start":{"line":19,"column":0},"end":{"line":19,"column":36}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":18},"end":{"line":7,"column":19}},"loc":{"start":{"line":7,"column":30},"end":{"line":17,"column":1}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":21},"end":{"line":12,"column":22}},"loc":{"start":{"line":12,"column":36},"end":{"line":14,"column":3}},"line":12},"2":{"name":"(anonymous_2)","decl":{"start":{"line":14,"column":55},"end":{"line":14,"column":56}},"loc":{"start":{"line":14,"column":82},"end":{"line":16,"column":3}},"line":14}},"branchMap":{},"s":{"0":1,"1":1,"2":20,"3":37,"4":20,"5":37,"6":16,"7":1},"f":{"0":20,"1":37,"2":16},"b":{},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"f5a97b0ccd41959c7d181bd54a750e2c40017648"}} | ||
| {"/Users/xiaowu/work/github/urlpath/src/index.js":{"path":"/Users/xiaowu/work/github/urlpath/src/index.js","statementMap":{"0":{"start":{"line":3,"column":0},"end":{"line":5,"column":3}},"1":{"start":{"line":7,"column":0},"end":{"line":17,"column":2}},"2":{"start":{"line":8,"column":2},"end":{"line":10,"column":3}},"3":{"start":{"line":9,"column":4},"end":{"line":9,"column":33}},"4":{"start":{"line":12,"column":2},"end":{"line":16,"column":5}},"5":{"start":{"line":13,"column":4},"end":{"line":13,"column":35}},"6":{"start":{"line":15,"column":4},"end":{"line":15,"column":47}},"7":{"start":{"line":19,"column":0},"end":{"line":19,"column":36}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":18},"end":{"line":7,"column":19}},"loc":{"start":{"line":7,"column":30},"end":{"line":17,"column":1}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":21},"end":{"line":12,"column":22}},"loc":{"start":{"line":12,"column":36},"end":{"line":14,"column":3}},"line":12},"2":{"name":"(anonymous_2)","decl":{"start":{"line":14,"column":55},"end":{"line":14,"column":56}},"loc":{"start":{"line":14,"column":82},"end":{"line":16,"column":3}},"line":14}},"branchMap":{},"s":{"0":1,"1":1,"2":21,"3":38,"4":21,"5":38,"6":17,"7":1},"f":{"0":21,"1":38,"2":17},"b":{},"_coverageSchema":"332fd63041d2c1bcb487cc26dd0d5f7d97098a6c","hash":"f5a97b0ccd41959c7d181bd54a750e2c40017648"}} |
@@ -80,3 +80,3 @@ <!doctype html> | ||
| Code coverage | ||
| generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Apr 07 2017 12:25:57 GMT+0800 (CST) | ||
| generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Apr 07 2017 12:36:42 GMT+0800 (CST) | ||
| </div> | ||
@@ -83,0 +83,0 @@ </div> |
@@ -62,7 +62,7 @@ <!doctype html> | ||
| <span class="cline-any cline-neutral"> </span> | ||
| <span class="cline-any cline-yes">37x</span> | ||
| <span class="cline-any cline-yes">20x</span> | ||
| <span class="cline-any cline-yes">37x</span> | ||
| <span class="cline-any cline-yes">38x</span> | ||
| <span class="cline-any cline-yes">21x</span> | ||
| <span class="cline-any cline-yes">38x</span> | ||
| <span class="cline-any cline-neutral"> </span> | ||
| <span class="cline-any cline-yes">16x</span> | ||
| <span class="cline-any cline-yes">17x</span> | ||
| <span class="cline-any cline-neutral"> </span> | ||
@@ -86,3 +86,3 @@ <span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">/** | ||
| Code coverage | ||
| generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Apr 07 2017 12:25:57 GMT+0800 (CST) | ||
| generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Apr 07 2017 12:36:42 GMT+0800 (CST) | ||
| </div> | ||
@@ -89,0 +89,0 @@ </div> |
+3
-2
| { | ||
| "name": "urlpath", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "url路径解析", | ||
@@ -13,3 +13,4 @@ "main": "lib/index.js", | ||
| "test:cov": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-register -t 5000 --recursive -R spec test/", | ||
| "test": "mocha --compilers js:babel-register --reporter spec --timeout 5000 --recursive test/" | ||
| "test": "mocha --compilers js:babel-register --reporter spec --timeout 5000 --recursive test/", | ||
| "release": "bash release.sh" | ||
| }, | ||
@@ -16,0 +17,0 @@ "repository": { |
-11
| { | ||
| "presets": [ | ||
| "es2015", | ||
| "stage-0", | ||
| "stage-3" | ||
| ], | ||
| "plugins": [ | ||
| "transform-runtime", | ||
| "add-module-exports" | ||
| ] | ||
| } |
| sublanguage: node_js | ||
| node_js: | ||
| - '6' | ||
| sudo: false | ||
| script: | ||
| - "npm run test:cov" | ||
| after_script: "npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
41330
-0.72%15
-11.76%