summaryrefslogtreecommitdiffstats
path: root/node_modules/builtin-status-codes
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/builtin-status-codes
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/builtin-status-codes')
-rw-r--r--node_modules/builtin-status-codes/browser.js64
-rw-r--r--node_modules/builtin-status-codes/build.js8
-rw-r--r--node_modules/builtin-status-codes/index.js3
-rw-r--r--node_modules/builtin-status-codes/license21
-rw-r--r--node_modules/builtin-status-codes/package.json71
-rw-r--r--node_modules/builtin-status-codes/readme.md31
6 files changed, 0 insertions, 198 deletions
diff --git a/node_modules/builtin-status-codes/browser.js b/node_modules/builtin-status-codes/browser.js
deleted file mode 100644
index 4ee0d11..0000000
--- a/node_modules/builtin-status-codes/browser.js
+++ /dev/null
@@ -1,64 +0,0 @@
-module.exports = {
- "100": "Continue",
- "101": "Switching Protocols",
- "102": "Processing",
- "200": "OK",
- "201": "Created",
- "202": "Accepted",
- "203": "Non-Authoritative Information",
- "204": "No Content",
- "205": "Reset Content",
- "206": "Partial Content",
- "207": "Multi-Status",
- "208": "Already Reported",
- "226": "IM Used",
- "300": "Multiple Choices",
- "301": "Moved Permanently",
- "302": "Found",
- "303": "See Other",
- "304": "Not Modified",
- "305": "Use Proxy",
- "307": "Temporary Redirect",
- "308": "Permanent Redirect",
- "400": "Bad Request",
- "401": "Unauthorized",
- "402": "Payment Required",
- "403": "Forbidden",
- "404": "Not Found",
- "405": "Method Not Allowed",
- "406": "Not Acceptable",
- "407": "Proxy Authentication Required",
- "408": "Request Timeout",
- "409": "Conflict",
- "410": "Gone",
- "411": "Length Required",
- "412": "Precondition Failed",
- "413": "Payload Too Large",
- "414": "URI Too Long",
- "415": "Unsupported Media Type",
- "416": "Range Not Satisfiable",
- "417": "Expectation Failed",
- "418": "I'm a teapot",
- "421": "Misdirected Request",
- "422": "Unprocessable Entity",
- "423": "Locked",
- "424": "Failed Dependency",
- "425": "Unordered Collection",
- "426": "Upgrade Required",
- "428": "Precondition Required",
- "429": "Too Many Requests",
- "431": "Request Header Fields Too Large",
- "451": "Unavailable For Legal Reasons",
- "500": "Internal Server Error",
- "501": "Not Implemented",
- "502": "Bad Gateway",
- "503": "Service Unavailable",
- "504": "Gateway Timeout",
- "505": "HTTP Version Not Supported",
- "506": "Variant Also Negotiates",
- "507": "Insufficient Storage",
- "508": "Loop Detected",
- "509": "Bandwidth Limit Exceeded",
- "510": "Not Extended",
- "511": "Network Authentication Required"
-}
diff --git a/node_modules/builtin-status-codes/build.js b/node_modules/builtin-status-codes/build.js
deleted file mode 100644
index 8fc305c..0000000
--- a/node_modules/builtin-status-codes/build.js
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict'
-
-var fs = require('fs')
-var statusCodes = require('./')
-
-var code = 'module.exports = ' + JSON.stringify(statusCodes, null, 2) + '\n'
-
-fs.writeFileSync('browser.js', code)
diff --git a/node_modules/builtin-status-codes/index.js b/node_modules/builtin-status-codes/index.js
deleted file mode 100644
index 4a158ac..0000000
--- a/node_modules/builtin-status-codes/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-'use strict'
-
-module.exports = require('http').STATUS_CODES
diff --git a/node_modules/builtin-status-codes/license b/node_modules/builtin-status-codes/license
deleted file mode 100644
index 25c6247..0000000
--- a/node_modules/builtin-status-codes/license
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
-
-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.
diff --git a/node_modules/builtin-status-codes/package.json b/node_modules/builtin-status-codes/package.json
deleted file mode 100644
index 7d6df46..0000000
--- a/node_modules/builtin-status-codes/package.json
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- "_from": "builtin-status-codes@^3.0.0",
- "_id": "builtin-status-codes@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
- "_location": "/builtin-status-codes",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "builtin-status-codes@^3.0.0",
- "name": "builtin-status-codes",
- "escapedName": "builtin-status-codes",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/stream-http"
- ],
- "_resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
- "_shasum": "85982878e21b98e1c66425e03d0174788f569ee8",
- "_spec": "builtin-status-codes@^3.0.0",
- "_where": "/home/pruss/Dev/3-minute-website/node_modules/stream-http",
- "author": {
- "name": "Ben Drucker",
- "email": "bvdrucker@gmail.com",
- "url": "bendrucker.me"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/bendrucker/builtin-status-codes/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "The map of HTTP status codes from the builtin http module",
- "devDependencies": {
- "standard": "^4.0.0",
- "tape": "^4.0.0"
- },
- "files": [
- "index.js",
- "browser.js",
- "build.js"
- ],
- "homepage": "https://github.com/bendrucker/builtin-status-codes#readme",
- "keywords": [
- "http",
- "status",
- "codes",
- "builtin",
- "map"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "builtin-status-codes",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bendrucker/builtin-status-codes.git"
- },
- "scripts": {
- "build": "node build.js",
- "test": "standard && tape test.js"
- },
- "standard": {
- "ignore": [
- "browser.js"
- ]
- },
- "version": "3.0.0"
-}
diff --git a/node_modules/builtin-status-codes/readme.md b/node_modules/builtin-status-codes/readme.md
deleted file mode 100644
index 9a2353d..0000000
--- a/node_modules/builtin-status-codes/readme.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# builtin-status-codes [![Build Status](https://travis-ci.org/bendrucker/builtin-status-codes.svg?branch=master)](https://travis-ci.org/bendrucker/builtin-status-codes)
-
-> The map of HTTP status codes from the builtin http module. Exposes the latest directly from `http` in Node, with a zero-dependencies version for the browser.
-
-
-## Install
-
-```
-$ npm install --save builtin-status-codes
-```
-
-
-## Usage
-
-```js
-var codes = require('builtin-status-codes')
-codes[100]
-//=> Continue
-```
-
-## Build
-
-To create a new browser build:
-
-```sh
-$ npm run build
-```
-
-## License
-
-MIT © [Ben Drucker](http://bendrucker.me)