File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .jscsrc
21.jshintrc
32.editorconfig
43test
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ language: node_js
22
33node_js :
44 - iojs
5- - 0.12
6- - 0.11
75 - 0.10
6+ - 0.11
7+ - 0.12
88
99script : npm run travis
1010
Original file line number Diff line number Diff line change 99 "bin" : " ./bin/httpsnippet" ,
1010 "keywords" : [
1111 " api" ,
12+ " csharp" ,
1213 " curl" ,
1314 " go" ,
1415 " har" ,
1516 " http" ,
1617 " httpie" ,
1718 " java" ,
19+ " javascript" ,
20+ " jquery" ,
21+ " objc" ,
1822 " objective-c" ,
1923 " ocaml" ,
2024 " php" ,
2125 " python" ,
2226 " request" ,
2327 " requests" ,
2428 " ruby" ,
29+ " shell" ,
2530 " snippet" ,
2631 " swift" ,
32+ " swift" ,
2733 " unirest" ,
2834 " xhr" ,
2935 " xmlhttprequest"
4551 "scripts" : {
4652 "test" : " standard && mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert" ,
4753 "travis" : " standard && mocha --no-timeouts --reporter spec" ,
48- "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert"
54+ "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert" ,
55+ "codeclimate" : " codeclimate < coverage/lcov.info"
4956 },
5057 "standard" : {
5158 "ignore" : [
5562 "devDependencies" : {
5663 "codeclimate-test-reporter" : " 0.0.4" ,
5764 "glob" : " ^5.0.3" ,
58- "istanbul" : " ^0.3.8 " ,
65+ "istanbul" : " ^0.3.13 " ,
5966 "mocha" : " ^2.2.1" ,
6067 "should" : " ^5.2.0" ,
61- "standard" : " ^3.2 .0"
68+ "standard" : " ^3.3 .0"
6269 },
6370 "dependencies" : {
6471 "async" : " ^0.9.0" ,
6774 "debug" : " ^2.1.3" ,
6875 "event-stream" : " ^3.3.0" ,
6976 "form-data" : " ^0.2.0" ,
70- "har-validator" : " ^1.2.0 " ,
77+ "har-validator" : " ^1.5.1 " ,
7178 "require-directory" : " ^2.1.0"
7279 }
7380}
You can’t perform that action at this time.
0 commit comments