File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* .log
22node_modules
33coverage *
4+ .npmrc
Original file line number Diff line number Diff line change 11{
22 "version" : " 2.0.16" ,
3- "name" : " @rapidapi /httpsnippet" ,
3+ "name" : " @pongstr /httpsnippet" ,
44 "description" : " HTTP Request snippet generator for *most* languages" ,
55 "author" :
" Ahmad Nassri <[email protected] > (https://www.mashape.com/)" ,
66 "homepage" : " https://github.com/Mashape/httpsnippet" ,
77 "license" : " MIT" ,
88 "browser" : " dist/httpsnippet.js" ,
9- "bin" : " bin/httpsnippet" ,
10- "publishConfig" : {
11- "registry" : " https://npm.pkg.github.com/"
9+ "bin" : {
10+ "httpsnippet" : " bin/httpsnippet"
1211 },
1312 "keywords" : [
1413 " api" ,
4746 " bin" ,
4847 " src"
4948 ],
50- "repository" : " RapidAPI/httpsnippet" ,
49+ "repository" : {
50+ "type" : " git" ,
51+ "url" : " git+https://github.com/pongstr/httpsnippet.git"
52+ },
5153 "bugs" : {
52- "url" : " https://github.com/RapidAPI /httpsnippet/issues"
54+ "url" : " https://github.com/pongstr /httpsnippet/issues"
5355 },
5456 "scripts" : {
5557 "quick" : " mocha --no-timeouts --fgrep 'Request Validation' --invert" ,
9698 "lodash" : " ^4.17.15" ,
9799 "pinkie-promise" : " ^2.0.0" ,
98100 "stringify-object" : " ^3.3.0"
101+ },
102+ "main" : " dist/httpsnippet.js" ,
103+ "directories" : {
104+ "test" : " test"
99105 }
100106}
You can’t perform that action at this time.
0 commit comments