mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-10 19:04:26 +02:00
modified
This commit is contained in:
-2
@@ -1,2 +0,0 @@
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "iojs"
|
||||
-31
@@ -1,31 +0,0 @@
|
||||
# HTTP Deceiver
|
||||
|
||||
[](http://travis-ci.org/indutny/http-deceiver)
|
||||
[](http://badge.fury.io/js/http-deceiver)
|
||||
|
||||
Deceive!
|
||||
|
||||
## LICENSE
|
||||
|
||||
This software is licensed under the MIT License.
|
||||
|
||||
Copyright Fedor Indutny, 2015.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to permit
|
||||
persons to whom the Software is furnished to do so, subject to the
|
||||
following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
||||
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-30
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"name": "http-deceiver",
|
||||
"version": "1.2.7",
|
||||
"description": "Deceive HTTP parser",
|
||||
"main": "lib/deceiver.js",
|
||||
"scripts": {
|
||||
"test": "mocha --reporter=spec test/*-test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/indutny/http-deceiver.git"
|
||||
},
|
||||
"keywords": [
|
||||
"http",
|
||||
"net",
|
||||
"deceive"
|
||||
],
|
||||
"author": "Fedor Indutny <fedor@indutny.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/indutny/http-deceiver/issues"
|
||||
},
|
||||
"homepage": "https://github.com/indutny/http-deceiver#readme",
|
||||
"devDependencies": {
|
||||
"handle-thing": "^1.0.1",
|
||||
"mocha": "^2.2.5",
|
||||
"readable-stream": "^2.0.1",
|
||||
"stream-pair": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user