parent
a750545367
commit
c1f2cea77a
722 changed files with 13 additions and 86974 deletions
@ -0,0 +1,13 @@ |
||||
node_modules/ |
||||
|
||||
uploads/ |
||||
!uploads/.gitkeep |
||||
|
||||
.env |
||||
.env.local |
||||
|
||||
npm-debug.log* |
||||
|
||||
.DS_Store |
||||
Thumbs.db |
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,250 +0,0 @@ |
||||
2.0.0 / 2024-08-31 |
||||
================== |
||||
|
||||
* Drop node <18 support |
||||
* deps: mime-types@^3.0.0 |
||||
* deps: negotiator@^1.0.0 |
||||
|
||||
1.3.8 / 2022-02-02 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.34 |
||||
- deps: mime-db@~1.51.0 |
||||
* deps: negotiator@0.6.3 |
||||
|
||||
1.3.7 / 2019-04-29 |
||||
================== |
||||
|
||||
* deps: negotiator@0.6.2 |
||||
- Fix sorting charset, encoding, and language with extra parameters |
||||
|
||||
1.3.6 / 2019-04-28 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.24 |
||||
- deps: mime-db@~1.40.0 |
||||
|
||||
1.3.5 / 2018-02-28 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.18 |
||||
- deps: mime-db@~1.33.0 |
||||
|
||||
1.3.4 / 2017-08-22 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.16 |
||||
- deps: mime-db@~1.29.0 |
||||
|
||||
1.3.3 / 2016-05-02 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.11 |
||||
- deps: mime-db@~1.23.0 |
||||
* deps: negotiator@0.6.1 |
||||
- perf: improve `Accept` parsing speed |
||||
- perf: improve `Accept-Charset` parsing speed |
||||
- perf: improve `Accept-Encoding` parsing speed |
||||
- perf: improve `Accept-Language` parsing speed |
||||
|
||||
1.3.2 / 2016-03-08 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.10 |
||||
- Fix extension of `application/dash+xml` |
||||
- Update primary extension for `audio/mp4` |
||||
- deps: mime-db@~1.22.0 |
||||
|
||||
1.3.1 / 2016-01-19 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.9 |
||||
- deps: mime-db@~1.21.0 |
||||
|
||||
1.3.0 / 2015-09-29 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.7 |
||||
- deps: mime-db@~1.19.0 |
||||
* deps: negotiator@0.6.0 |
||||
- Fix including type extensions in parameters in `Accept` parsing |
||||
- Fix parsing `Accept` parameters with quoted equals |
||||
- Fix parsing `Accept` parameters with quoted semicolons |
||||
- Lazy-load modules from main entry point |
||||
- perf: delay type concatenation until needed |
||||
- perf: enable strict mode |
||||
- perf: hoist regular expressions |
||||
- perf: remove closures getting spec properties |
||||
- perf: remove a closure from media type parsing |
||||
- perf: remove property delete from media type parsing |
||||
|
||||
1.2.13 / 2015-09-06 |
||||
=================== |
||||
|
||||
* deps: mime-types@~2.1.6 |
||||
- deps: mime-db@~1.18.0 |
||||
|
||||
1.2.12 / 2015-07-30 |
||||
=================== |
||||
|
||||
* deps: mime-types@~2.1.4 |
||||
- deps: mime-db@~1.16.0 |
||||
|
||||
1.2.11 / 2015-07-16 |
||||
=================== |
||||
|
||||
* deps: mime-types@~2.1.3 |
||||
- deps: mime-db@~1.15.0 |
||||
|
||||
1.2.10 / 2015-07-01 |
||||
=================== |
||||
|
||||
* deps: mime-types@~2.1.2 |
||||
- deps: mime-db@~1.14.0 |
||||
|
||||
1.2.9 / 2015-06-08 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.1 |
||||
- perf: fix deopt during mapping |
||||
|
||||
1.2.8 / 2015-06-07 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.1.0 |
||||
- deps: mime-db@~1.13.0 |
||||
* perf: avoid argument reassignment & argument slice |
||||
* perf: avoid negotiator recursive construction |
||||
* perf: enable strict mode |
||||
* perf: remove unnecessary bitwise operator |
||||
|
||||
1.2.7 / 2015-05-10 |
||||
================== |
||||
|
||||
* deps: negotiator@0.5.3 |
||||
- Fix media type parameter matching to be case-insensitive |
||||
|
||||
1.2.6 / 2015-05-07 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.11 |
||||
- deps: mime-db@~1.9.1 |
||||
* deps: negotiator@0.5.2 |
||||
- Fix comparing media types with quoted values |
||||
- Fix splitting media types with quoted commas |
||||
|
||||
1.2.5 / 2015-03-13 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.10 |
||||
- deps: mime-db@~1.8.0 |
||||
|
||||
1.2.4 / 2015-02-14 |
||||
================== |
||||
|
||||
* Support Node.js 0.6 |
||||
* deps: mime-types@~2.0.9 |
||||
- deps: mime-db@~1.7.0 |
||||
* deps: negotiator@0.5.1 |
||||
- Fix preference sorting to be stable for long acceptable lists |
||||
|
||||
1.2.3 / 2015-01-31 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.8 |
||||
- deps: mime-db@~1.6.0 |
||||
|
||||
1.2.2 / 2014-12-30 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.7 |
||||
- deps: mime-db@~1.5.0 |
||||
|
||||
1.2.1 / 2014-12-30 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.5 |
||||
- deps: mime-db@~1.3.1 |
||||
|
||||
1.2.0 / 2014-12-19 |
||||
================== |
||||
|
||||
* deps: negotiator@0.5.0 |
||||
- Fix list return order when large accepted list |
||||
- Fix missing identity encoding when q=0 exists |
||||
- Remove dynamic building of Negotiator class |
||||
|
||||
1.1.4 / 2014-12-10 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.4 |
||||
- deps: mime-db@~1.3.0 |
||||
|
||||
1.1.3 / 2014-11-09 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.3 |
||||
- deps: mime-db@~1.2.0 |
||||
|
||||
1.1.2 / 2014-10-14 |
||||
================== |
||||
|
||||
* deps: negotiator@0.4.9 |
||||
- Fix error when media type has invalid parameter |
||||
|
||||
1.1.1 / 2014-09-28 |
||||
================== |
||||
|
||||
* deps: mime-types@~2.0.2 |
||||
- deps: mime-db@~1.1.0 |
||||
* deps: negotiator@0.4.8 |
||||
- Fix all negotiations to be case-insensitive |
||||
- Stable sort preferences of same quality according to client order |
||||
|
||||
1.1.0 / 2014-09-02 |
||||
================== |
||||
|
||||
* update `mime-types` |
||||
|
||||
1.0.7 / 2014-07-04 |
||||
================== |
||||
|
||||
* Fix wrong type returned from `type` when match after unknown extension |
||||
|
||||
1.0.6 / 2014-06-24 |
||||
================== |
||||
|
||||
* deps: negotiator@0.4.7 |
||||
|
||||
1.0.5 / 2014-06-20 |
||||
================== |
||||
|
||||
* fix crash when unknown extension given |
||||
|
||||
1.0.4 / 2014-06-19 |
||||
================== |
||||
|
||||
* use `mime-types` |
||||
|
||||
1.0.3 / 2014-06-11 |
||||
================== |
||||
|
||||
* deps: negotiator@0.4.6 |
||||
- Order by specificity when quality is the same |
||||
|
||||
1.0.2 / 2014-05-29 |
||||
================== |
||||
|
||||
* Fix interpretation when header not in request |
||||
* deps: pin negotiator@0.4.5 |
||||
|
||||
1.0.1 / 2014-01-18 |
||||
================== |
||||
|
||||
* Identity encoding isn't always acceptable |
||||
* deps: negotiator@~0.4.0 |
||||
|
||||
1.0.0 / 2013-12-27 |
||||
================== |
||||
|
||||
* Genesis |
||||
@ -1,23 +0,0 @@ |
||||
(The MIT License) |
||||
|
||||
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
||||
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> |
||||
|
||||
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. |
||||
@ -1,140 +0,0 @@ |
||||
# accepts |
||||
|
||||
[![NPM Version][npm-version-image]][npm-url] |
||||
[![NPM Downloads][npm-downloads-image]][npm-url] |
||||
[![Node.js Version][node-version-image]][node-version-url] |
||||
[![Build Status][github-actions-ci-image]][github-actions-ci-url] |
||||
[![Test Coverage][coveralls-image]][coveralls-url] |
||||
|
||||
Higher level content negotiation based on [negotiator](https://www.npmjs.com/package/negotiator). |
||||
Extracted from [koa](https://www.npmjs.com/package/koa) for general use. |
||||
|
||||
In addition to negotiator, it allows: |
||||
|
||||
- Allows types as an array or arguments list, ie `(['text/html', 'application/json'])` |
||||
as well as `('text/html', 'application/json')`. |
||||
- Allows type shorthands such as `json`. |
||||
- Returns `false` when no types match |
||||
- Treats non-existent headers as `*` |
||||
|
||||
## Installation |
||||
|
||||
This is a [Node.js](https://nodejs.org/en/) module available through the |
||||
[npm registry](https://www.npmjs.com/). Installation is done using the |
||||
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): |
||||
|
||||
```sh |
||||
$ npm install accepts |
||||
``` |
||||
|
||||
## API |
||||
|
||||
```js |
||||
var accepts = require('accepts') |
||||
``` |
||||
|
||||
### accepts(req) |
||||
|
||||
Create a new `Accepts` object for the given `req`. |
||||
|
||||
#### .charset(charsets) |
||||
|
||||
Return the first accepted charset. If nothing in `charsets` is accepted, |
||||
then `false` is returned. |
||||
|
||||
#### .charsets() |
||||
|
||||
Return the charsets that the request accepts, in the order of the client's |
||||
preference (most preferred first). |
||||
|
||||
#### .encoding(encodings) |
||||
|
||||
Return the first accepted encoding. If nothing in `encodings` is accepted, |
||||
then `false` is returned. |
||||
|
||||
#### .encodings() |
||||
|
||||
Return the encodings that the request accepts, in the order of the client's |
||||
preference (most preferred first). |
||||
|
||||
#### .language(languages) |
||||
|
||||
Return the first accepted language. If nothing in `languages` is accepted, |
||||
then `false` is returned. |
||||
|
||||
#### .languages() |
||||
|
||||
Return the languages that the request accepts, in the order of the client's |
||||
preference (most preferred first). |
||||
|
||||
#### .type(types) |
||||
|
||||
Return the first accepted type (and it is returned as the same text as what |
||||
appears in the `types` array). If nothing in `types` is accepted, then `false` |
||||
is returned. |
||||
|
||||
The `types` array can contain full MIME types or file extensions. Any value |
||||
that is not a full MIME type is passed to `require('mime-types').lookup`. |
||||
|
||||
#### .types() |
||||
|
||||
Return the types that the request accepts, in the order of the client's |
||||
preference (most preferred first). |
||||
|
||||
## Examples |
||||
|
||||
### Simple type negotiation |
||||
|
||||
This simple example shows how to use `accepts` to return a different typed |
||||
respond body based on what the client wants to accept. The server lists it's |
||||
preferences in order and will get back the best match between the client and |
||||
server. |
||||
|
||||
```js |
||||
var accepts = require('accepts') |
||||
var http = require('http') |
||||
|
||||
function app (req, res) { |
||||
var accept = accepts(req) |
||||
|
||||
// the order of this list is significant; should be server preferred order |
||||
switch (accept.type(['json', 'html'])) { |
||||
case 'json': |
||||
res.setHeader('Content-Type', 'application/json') |
||||
res.write('{"hello":"world!"}') |
||||
break |
||||
case 'html': |
||||
res.setHeader('Content-Type', 'text/html') |
||||
res.write('<b>hello, world!</b>') |
||||
break |
||||
default: |
||||
// the fallback is text/plain, so no need to specify it above |
||||
res.setHeader('Content-Type', 'text/plain') |
||||
res.write('hello, world!') |
||||
break |
||||
} |
||||
|
||||
res.end() |
||||
} |
||||
|
||||
http.createServer(app).listen(3000) |
||||
``` |
||||
|
||||
You can test this out with the cURL program: |
||||
```sh |
||||
curl -I -H'Accept: text/html' http://localhost:3000/ |
||||
``` |
||||
|
||||
## License |
||||
|
||||
[MIT](LICENSE) |
||||
|
||||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/accepts/master |
||||
[coveralls-url]: https://coveralls.io/r/jshttp/accepts?branch=master |
||||
[github-actions-ci-image]: https://badgen.net/github/checks/jshttp/accepts/master?label=ci |
||||
[github-actions-ci-url]: https://github.com/jshttp/accepts/actions/workflows/ci.yml |
||||
[node-version-image]: https://badgen.net/npm/node/accepts |
||||
[node-version-url]: https://nodejs.org/en/download |
||||
[npm-downloads-image]: https://badgen.net/npm/dm/accepts |
||||
[npm-url]: https://npmjs.org/package/accepts |
||||
[npm-version-image]: https://badgen.net/npm/v/accepts |
||||
@ -1,238 +0,0 @@ |
||||
/*! |
||||
* accepts |
||||
* Copyright(c) 2014 Jonathan Ong |
||||
* Copyright(c) 2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
* @private |
||||
*/ |
||||
|
||||
var Negotiator = require('negotiator') |
||||
var mime = require('mime-types') |
||||
|
||||
/** |
||||
* Module exports. |
||||
* @public |
||||
*/ |
||||
|
||||
module.exports = Accepts |
||||
|
||||
/** |
||||
* Create a new Accepts object for the given req. |
||||
* |
||||
* @param {object} req |
||||
* @public |
||||
*/ |
||||
|
||||
function Accepts (req) { |
||||
if (!(this instanceof Accepts)) { |
||||
return new Accepts(req) |
||||
} |
||||
|
||||
this.headers = req.headers |
||||
this.negotiator = new Negotiator(req) |
||||
} |
||||
|
||||
/** |
||||
* Check if the given `type(s)` is acceptable, returning |
||||
* the best match when true, otherwise `undefined`, in which |
||||
* case you should respond with 406 "Not Acceptable". |
||||
* |
||||
* The `type` value may be a single mime type string |
||||
* such as "application/json", the extension name |
||||
* such as "json" or an array `["json", "html", "text/plain"]`. When a list |
||||
* or array is given the _best_ match, if any is returned. |
||||
* |
||||
* Examples: |
||||
* |
||||
* // Accept: text/html
|
||||
* this.types('html'); |
||||
* // => "html"
|
||||
* |
||||
* // Accept: text/*, application/json
|
||||
* this.types('html'); |
||||
* // => "html"
|
||||
* this.types('text/html'); |
||||
* // => "text/html"
|
||||
* this.types('json', 'text'); |
||||
* // => "json"
|
||||
* this.types('application/json'); |
||||
* // => "application/json"
|
||||
* |
||||
* // Accept: text/*, application/json
|
||||
* this.types('image/png'); |
||||
* this.types('png'); |
||||
* // => undefined
|
||||
* |
||||
* // Accept: text/*;q=.5, application/json
|
||||
* this.types(['html', 'json']); |
||||
* this.types('html', 'json'); |
||||
* // => "json"
|
||||
* |
||||
* @param {String|Array} types... |
||||
* @return {String|Array|Boolean} |
||||
* @public |
||||
*/ |
||||
|
||||
Accepts.prototype.type = |
||||
Accepts.prototype.types = function (types_) { |
||||
var types = types_ |
||||
|
||||
// support flattened arguments
|
||||
if (types && !Array.isArray(types)) { |
||||
types = new Array(arguments.length) |
||||
for (var i = 0; i < types.length; i++) { |
||||
types[i] = arguments[i] |
||||
} |
||||
} |
||||
|
||||
// no types, return all requested types
|
||||
if (!types || types.length === 0) { |
||||
return this.negotiator.mediaTypes() |
||||
} |
||||
|
||||
// no accept header, return first given type
|
||||
if (!this.headers.accept) { |
||||
return types[0] |
||||
} |
||||
|
||||
var mimes = types.map(extToMime) |
||||
var accepts = this.negotiator.mediaTypes(mimes.filter(validMime)) |
||||
var first = accepts[0] |
||||
|
||||
return first |
||||
? types[mimes.indexOf(first)] |
||||
: false |
||||
} |
||||
|
||||
/** |
||||
* Return accepted encodings or best fit based on `encodings`. |
||||
* |
||||
* Given `Accept-Encoding: gzip, deflate` |
||||
* an array sorted by quality is returned: |
||||
* |
||||
* ['gzip', 'deflate'] |
||||
* |
||||
* @param {String|Array} encodings... |
||||
* @return {String|Array} |
||||
* @public |
||||
*/ |
||||
|
||||
Accepts.prototype.encoding = |
||||
Accepts.prototype.encodings = function (encodings_) { |
||||
var encodings = encodings_ |
||||
|
||||
// support flattened arguments
|
||||
if (encodings && !Array.isArray(encodings)) { |
||||
encodings = new Array(arguments.length) |
||||
for (var i = 0; i < encodings.length; i++) { |
||||
encodings[i] = arguments[i] |
||||
} |
||||
} |
||||
|
||||
// no encodings, return all requested encodings
|
||||
if (!encodings || encodings.length === 0) { |
||||
return this.negotiator.encodings() |
||||
} |
||||
|
||||
return this.negotiator.encodings(encodings)[0] || false |
||||
} |
||||
|
||||
/** |
||||
* Return accepted charsets or best fit based on `charsets`. |
||||
* |
||||
* Given `Accept-Charset: utf-8, iso-8859-1;q=0.2, utf-7;q=0.5` |
||||
* an array sorted by quality is returned: |
||||
* |
||||
* ['utf-8', 'utf-7', 'iso-8859-1'] |
||||
* |
||||
* @param {String|Array} charsets... |
||||
* @return {String|Array} |
||||
* @public |
||||
*/ |
||||
|
||||
Accepts.prototype.charset = |
||||
Accepts.prototype.charsets = function (charsets_) { |
||||
var charsets = charsets_ |
||||
|
||||
// support flattened arguments
|
||||
if (charsets && !Array.isArray(charsets)) { |
||||
charsets = new Array(arguments.length) |
||||
for (var i = 0; i < charsets.length; i++) { |
||||
charsets[i] = arguments[i] |
||||
} |
||||
} |
||||
|
||||
// no charsets, return all requested charsets
|
||||
if (!charsets || charsets.length === 0) { |
||||
return this.negotiator.charsets() |
||||
} |
||||
|
||||
return this.negotiator.charsets(charsets)[0] || false |
||||
} |
||||
|
||||
/** |
||||
* Return accepted languages or best fit based on `langs`. |
||||
* |
||||
* Given `Accept-Language: en;q=0.8, es, pt` |
||||
* an array sorted by quality is returned: |
||||
* |
||||
* ['es', 'pt', 'en'] |
||||
* |
||||
* @param {String|Array} langs... |
||||
* @return {Array|String} |
||||
* @public |
||||
*/ |
||||
|
||||
Accepts.prototype.lang = |
||||
Accepts.prototype.langs = |
||||
Accepts.prototype.language = |
||||
Accepts.prototype.languages = function (languages_) { |
||||
var languages = languages_ |
||||
|
||||
// support flattened arguments
|
||||
if (languages && !Array.isArray(languages)) { |
||||
languages = new Array(arguments.length) |
||||
for (var i = 0; i < languages.length; i++) { |
||||
languages[i] = arguments[i] |
||||
} |
||||
} |
||||
|
||||
// no languages, return all requested languages
|
||||
if (!languages || languages.length === 0) { |
||||
return this.negotiator.languages() |
||||
} |
||||
|
||||
return this.negotiator.languages(languages)[0] || false |
||||
} |
||||
|
||||
/** |
||||
* Convert extnames to mime. |
||||
* |
||||
* @param {String} type |
||||
* @return {String} |
||||
* @private |
||||
*/ |
||||
|
||||
function extToMime (type) { |
||||
return type.indexOf('/') === -1 |
||||
? mime.lookup(type) |
||||
: type |
||||
} |
||||
|
||||
/** |
||||
* Check if mime is valid. |
||||
* |
||||
* @param {String} type |
||||
* @return {Boolean} |
||||
* @private |
||||
*/ |
||||
|
||||
function validMime (type) { |
||||
return typeof type === 'string' |
||||
} |
||||
@ -1,47 +0,0 @@ |
||||
{ |
||||
"name": "accepts", |
||||
"description": "Higher-level content negotiation", |
||||
"version": "2.0.0", |
||||
"contributors": [ |
||||
"Douglas Christopher Wilson <doug@somethingdoug.com>", |
||||
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" |
||||
], |
||||
"license": "MIT", |
||||
"repository": "jshttp/accepts", |
||||
"dependencies": { |
||||
"mime-types": "^3.0.0", |
||||
"negotiator": "^1.0.0" |
||||
}, |
||||
"devDependencies": { |
||||
"deep-equal": "1.0.1", |
||||
"eslint": "7.32.0", |
||||
"eslint-config-standard": "14.1.1", |
||||
"eslint-plugin-import": "2.25.4", |
||||
"eslint-plugin-markdown": "2.2.1", |
||||
"eslint-plugin-node": "11.1.0", |
||||
"eslint-plugin-promise": "4.3.1", |
||||
"eslint-plugin-standard": "4.1.0", |
||||
"mocha": "9.2.0", |
||||
"nyc": "15.1.0" |
||||
}, |
||||
"files": [ |
||||
"LICENSE", |
||||
"HISTORY.md", |
||||
"index.js" |
||||
], |
||||
"engines": { |
||||
"node": ">= 0.6" |
||||
}, |
||||
"scripts": { |
||||
"lint": "eslint .", |
||||
"test": "mocha --reporter spec --check-leaks --bail test/", |
||||
"test-ci": "nyc --reporter=lcov --reporter=text npm test", |
||||
"test-cov": "nyc --reporter=html --reporter=text npm test" |
||||
}, |
||||
"keywords": [ |
||||
"content", |
||||
"negotiation", |
||||
"accept", |
||||
"accepts" |
||||
] |
||||
} |
||||
@ -1 +0,0 @@ |
||||
node_modules/ |
||||
@ -1,21 +0,0 @@ |
||||
The MIT License (MIT) |
||||
|
||||
Copyright (c) 2015 Linus Unnebäck |
||||
|
||||
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. |
||||
@ -1,44 +0,0 @@ |
||||
# `append-field` |
||||
|
||||
A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant |
||||
field appender (for lack of a better name). Useful for people implementing |
||||
`application/x-www-form-urlencoded` and `multipart/form-data` parsers. |
||||
|
||||
It works best on objects created with `Object.create(null)`. Otherwise it might |
||||
conflict with variables from the prototype (e.g. `hasOwnProperty`). |
||||
|
||||
## Installation |
||||
|
||||
```sh |
||||
npm install --save append-field |
||||
``` |
||||
|
||||
## Usage |
||||
|
||||
```javascript |
||||
var appendField = require('append-field') |
||||
var obj = Object.create(null) |
||||
|
||||
appendField(obj, 'pets[0][species]', 'Dahut') |
||||
appendField(obj, 'pets[0][name]', 'Hypatia') |
||||
appendField(obj, 'pets[1][species]', 'Felis Stultus') |
||||
appendField(obj, 'pets[1][name]', 'Billie') |
||||
|
||||
console.log(obj) |
||||
``` |
||||
|
||||
```text |
||||
{ pets: |
||||
[ { species: 'Dahut', name: 'Hypatia' }, |
||||
{ species: 'Felis Stultus', name: 'Billie' } ] } |
||||
``` |
||||
|
||||
## API |
||||
|
||||
### `appendField(store, key, value)` |
||||
|
||||
Adds the field named `key` with the value `value` to the object `store`. |
||||
|
||||
## License |
||||
|
||||
MIT |
||||
@ -1,12 +0,0 @@ |
||||
var parsePath = require('./lib/parse-path') |
||||
var setValue = require('./lib/set-value') |
||||
|
||||
function appendField (store, key, value) { |
||||
var steps = parsePath(key) |
||||
|
||||
steps.reduce(function (context, step) { |
||||
return setValue(context, step, context[step.key], value) |
||||
}, store) |
||||
} |
||||
|
||||
module.exports = appendField |
||||
@ -1,53 +0,0 @@ |
||||
var reFirstKey = /^[^\[]*/ |
||||
var reDigitPath = /^\[(\d+)\]/ |
||||
var reNormalPath = /^\[([^\]]+)\]/ |
||||
|
||||
function parsePath (key) { |
||||
function failure () { |
||||
return [{ type: 'object', key: key, last: true }] |
||||
} |
||||
|
||||
var firstKey = reFirstKey.exec(key)[0] |
||||
if (!firstKey) return failure() |
||||
|
||||
var len = key.length |
||||
var pos = firstKey.length |
||||
var tail = { type: 'object', key: firstKey } |
||||
var steps = [tail] |
||||
|
||||
while (pos < len) { |
||||
var m |
||||
|
||||
if (key[pos] === '[' && key[pos + 1] === ']') { |
||||
pos += 2 |
||||
tail.append = true |
||||
if (pos !== len) return failure() |
||||
continue |
||||
} |
||||
|
||||
m = reDigitPath.exec(key.substring(pos)) |
||||
if (m !== null) { |
||||
pos += m[0].length |
||||
tail.nextType = 'array' |
||||
tail = { type: 'array', key: parseInt(m[1], 10) } |
||||
steps.push(tail) |
||||
continue |
||||
} |
||||
|
||||
m = reNormalPath.exec(key.substring(pos)) |
||||
if (m !== null) { |
||||
pos += m[0].length |
||||
tail.nextType = 'object' |
||||
tail = { type: 'object', key: m[1] } |
||||
steps.push(tail) |
||||
continue |
||||
} |
||||
|
||||
return failure() |
||||
} |
||||
|
||||
tail.last = true |
||||
return steps |
||||
} |
||||
|
||||
module.exports = parsePath |
||||
@ -1,64 +0,0 @@ |
||||
function valueType (value) { |
||||
if (value === undefined) return 'undefined' |
||||
if (Array.isArray(value)) return 'array' |
||||
if (typeof value === 'object') return 'object' |
||||
return 'scalar' |
||||
} |
||||
|
||||
function setLastValue (context, step, currentValue, entryValue) { |
||||
switch (valueType(currentValue)) { |
||||
case 'undefined': |
||||
if (step.append) { |
||||
context[step.key] = [entryValue] |
||||
} else { |
||||
context[step.key] = entryValue |
||||
} |
||||
break |
||||
case 'array': |
||||
context[step.key].push(entryValue) |
||||
break |
||||
case 'object': |
||||
return setLastValue(currentValue, { type: 'object', key: '', last: true }, currentValue[''], entryValue) |
||||
case 'scalar': |
||||
context[step.key] = [context[step.key], entryValue] |
||||
break |
||||
} |
||||
|
||||
return context |
||||
} |
||||
|
||||
function setValue (context, step, currentValue, entryValue) { |
||||
if (step.last) return setLastValue(context, step, currentValue, entryValue) |
||||
|
||||
var obj |
||||
switch (valueType(currentValue)) { |
||||
case 'undefined': |
||||
if (step.nextType === 'array') { |
||||
context[step.key] = [] |
||||
} else { |
||||
context[step.key] = Object.create(null) |
||||
} |
||||
return context[step.key] |
||||
case 'object': |
||||
return context[step.key] |
||||
case 'array': |
||||
if (step.nextType === 'array') { |
||||
return currentValue |
||||
} |
||||
|
||||
obj = Object.create(null) |
||||
context[step.key] = obj |
||||
currentValue.forEach(function (item, i) { |
||||
if (item !== undefined) obj['' + i] = item |
||||
}) |
||||
|
||||
return obj |
||||
case 'scalar': |
||||
obj = Object.create(null) |
||||
obj[''] = currentValue |
||||
context[step.key] = obj |
||||
return obj |
||||
} |
||||
} |
||||
|
||||
module.exports = setValue |
||||
@ -1,19 +0,0 @@ |
||||
{ |
||||
"name": "append-field", |
||||
"version": "1.0.0", |
||||
"license": "MIT", |
||||
"author": "Linus Unnebäck <linus@folkdatorn.se>", |
||||
"main": "index.js", |
||||
"devDependencies": { |
||||
"mocha": "^2.2.4", |
||||
"standard": "^6.0.5", |
||||
"testdata-w3c-json-form": "^0.2.0" |
||||
}, |
||||
"scripts": { |
||||
"test": "standard && mocha" |
||||
}, |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "http://github.com/LinusU/node-append-field.git" |
||||
} |
||||
} |
||||
@ -1,19 +0,0 @@ |
||||
/* eslint-env mocha */ |
||||
|
||||
var assert = require('assert') |
||||
var appendField = require('../') |
||||
var testData = require('testdata-w3c-json-form') |
||||
|
||||
describe('Append Field', function () { |
||||
for (var test of testData) { |
||||
it('handles ' + test.name, function () { |
||||
var store = Object.create(null) |
||||
|
||||
for (var field of test.fields) { |
||||
appendField(store, field.key, field.value) |
||||
} |
||||
|
||||
assert.deepEqual(store, test.expected) |
||||
}) |
||||
} |
||||
}) |
||||
@ -1,23 +0,0 @@ |
||||
(The MIT License) |
||||
|
||||
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> |
||||
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com> |
||||
|
||||
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. |
||||
@ -1,509 +0,0 @@ |
||||
# body-parser |
||||
|
||||
[![NPM Version][npm-version-image]][npm-url] |
||||
[![NPM Downloads][npm-downloads-image]][npm-url] |
||||
[![Build Status][ci-image]][ci-url] |
||||
[![Test Coverage][coveralls-image]][coveralls-url] |
||||
[![OpenSSF Scorecard Badge][ossf-scorecard-badge]][ossf-scorecard-visualizer] |
||||
|
||||
Node.js body parsing middleware. |
||||
|
||||
Parse incoming request bodies in a middleware before your handlers, available |
||||
under the `req.body` property. |
||||
|
||||
**Note** As `req.body`'s shape is based on user-controlled input, all |
||||
properties and values in this object are untrusted and should be validated |
||||
before trusting. For example, `req.body.foo.toString()` may fail in multiple |
||||
ways, for example the `foo` property may not be there or may not be a string, |
||||
and `toString` may not be a function and instead a string or other user input. |
||||
|
||||
[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/learn/http/anatomy-of-an-http-transaction). |
||||
|
||||
_This does not handle multipart bodies_, due to their complex and typically |
||||
large nature. For multipart bodies, you may be interested in the following |
||||
modules: |
||||
|
||||
* [busboy](https://www.npmjs.com/package/busboy#readme) and |
||||
[connect-busboy](https://www.npmjs.com/package/connect-busboy#readme) |
||||
* [multiparty](https://www.npmjs.com/package/multiparty#readme) and |
||||
[connect-multiparty](https://www.npmjs.com/package/connect-multiparty#readme) |
||||
* [formidable](https://www.npmjs.com/package/formidable#readme) |
||||
* [multer](https://www.npmjs.com/package/multer#readme) |
||||
|
||||
This module provides the following parsers: |
||||
|
||||
* [JSON body parser](#bodyparserjsonoptions) |
||||
* [Raw body parser](#bodyparserrawoptions) |
||||
* [Text body parser](#bodyparsertextoptions) |
||||
* [URL-encoded form body parser](#bodyparserurlencodedoptions) |
||||
|
||||
Other body parsers you might be interested in: |
||||
|
||||
- [body](https://www.npmjs.com/package/body#readme) |
||||
- [co-body](https://www.npmjs.com/package/co-body#readme) |
||||
|
||||
## Installation |
||||
|
||||
```sh |
||||
$ npm install body-parser |
||||
``` |
||||
|
||||
## API |
||||
|
||||
```js |
||||
// Import all parsers |
||||
const bodyParser = require('body-parser') |
||||
|
||||
// Or import individual parsers directly |
||||
const json = require('body-parser/json') |
||||
const urlencoded = require('body-parser/urlencoded') |
||||
const raw = require('body-parser/raw') |
||||
const text = require('body-parser/text') |
||||
``` |
||||
|
||||
The `bodyParser` object exposes various factories to create middlewares. All |
||||
middlewares will populate the `req.body` property with the parsed body when |
||||
the `Content-Type` request header matches the `type` option. |
||||
|
||||
The various errors returned by this module are described in the |
||||
[errors section](#errors). |
||||
|
||||
### bodyParser.json([options]) |
||||
|
||||
Returns middleware that only parses `json` and only looks at requests where |
||||
the `Content-Type` header matches the `type` option. This parser accepts any |
||||
Unicode encoding of the body and supports automatic inflation of `gzip`, |
||||
`br` (brotli) and `deflate` encodings. |
||||
|
||||
A new `body` object containing the parsed data is populated on the `request` |
||||
object after the middleware (i.e. `req.body`). |
||||
|
||||
#### Options |
||||
|
||||
The `json` function takes an optional `options` object that may contain any of |
||||
the following keys: |
||||
|
||||
##### defaultCharset |
||||
|
||||
Specify the default character set for the json content if the charset is not |
||||
specified in the `Content-Type` header of the request. Defaults to `utf-8`. |
||||
|
||||
##### inflate |
||||
|
||||
When set to `true`, then deflated (compressed) bodies will be inflated; when |
||||
`false`, deflated bodies are rejected. Defaults to `true`. |
||||
|
||||
##### limit |
||||
|
||||
Controls the maximum request body size. If this is a number, then the value |
||||
specifies the number of bytes; if it is a string, the value is passed to the |
||||
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults |
||||
to `'100kb'`. |
||||
|
||||
> It’s recommended not to configure a very high limit and to use the default value whenever possible. Allowing larger payloads increases memory usage because of the resources required for decoding and transformations, and it can also lead to longer response times as more data is processed. By ‘very high’, we mean values above the default, for example payloads of 5 MB or more can already start to introduce these risks. With the default limits, these issues do not occur. |
||||
|
||||
##### reviver |
||||
|
||||
The `reviver` option is passed directly to `JSON.parse` as the second |
||||
argument. You can find more information on this argument |
||||
[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#the_reviver_parameter). |
||||
|
||||
##### strict |
||||
|
||||
When set to `true`, will only accept arrays and objects; when `false` will |
||||
accept anything `JSON.parse` accepts. Defaults to `true`. |
||||
|
||||
##### type |
||||
|
||||
The `type` option is used to determine what media type the middleware will |
||||
parse. This option can be a string, array of strings, or a function. If not a |
||||
function, `type` option is passed directly to the |
||||
[type-is](https://www.npmjs.com/package/type-is#readme) library and this can |
||||
be an extension name (like `json`), a mime type (like `application/json`), or |
||||
a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type` |
||||
option is called as `fn(req)` and the request is parsed if it returns a truthy |
||||
value. Defaults to `application/json`. |
||||
|
||||
##### verify |
||||
|
||||
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, |
||||
where `buf` is a `Buffer` of the raw request body and `encoding` is the |
||||
encoding of the request. The parsing can be aborted by throwing an error. |
||||
|
||||
### bodyParser.raw([options]) |
||||
|
||||
Returns middleware that parses all bodies as a `Buffer` and only looks at |
||||
requests where the `Content-Type` header matches the `type` option. This |
||||
parser supports automatic inflation of `gzip`, `br` (brotli) and `deflate` |
||||
encodings. |
||||
|
||||
A new `body` object containing the parsed data is populated on the `request` |
||||
object after the middleware (i.e. `req.body`). This will be a `Buffer` object |
||||
of the body. |
||||
|
||||
#### Options |
||||
|
||||
The `raw` function takes an optional `options` object that may contain any of |
||||
the following keys: |
||||
|
||||
##### inflate |
||||
|
||||
When set to `true`, then deflated (compressed) bodies will be inflated; when |
||||
`false`, deflated bodies are rejected. Defaults to `true`. |
||||
|
||||
##### limit |
||||
|
||||
Controls the maximum request body size. If this is a number, then the value |
||||
specifies the number of bytes; if it is a string, the value is passed to the |
||||
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults |
||||
to `'100kb'`. |
||||
|
||||
> It’s recommended not to configure a very high limit and to use the default value whenever possible. Allowing larger payloads increases memory usage because of the resources required for decoding and transformations, and it can also lead to longer response times as more data is processed. By ‘very high’, we mean values above the default, for example payloads of 5 MB or more can already start to introduce these risks. With the default limits, these issues do not occur. |
||||
|
||||
##### type |
||||
|
||||
The `type` option is used to determine what media type the middleware will |
||||
parse. This option can be a string, array of strings, or a function. |
||||
If not a function, `type` option is passed directly to the |
||||
[type-is](https://www.npmjs.com/package/type-is#readme) library and this |
||||
can be an extension name (like `bin`), a mime type (like |
||||
`application/octet-stream`), or a mime type with a wildcard (like `*/*` or |
||||
`application/*`). If a function, the `type` option is called as `fn(req)` |
||||
and the request is parsed if it returns a truthy value. Defaults to |
||||
`application/octet-stream`. |
||||
|
||||
##### verify |
||||
|
||||
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, |
||||
where `buf` is a `Buffer` of the raw request body and `encoding` is the |
||||
encoding of the request. The parsing can be aborted by throwing an error. |
||||
|
||||
### bodyParser.text([options]) |
||||
|
||||
Returns middleware that parses all bodies as a string and only looks at |
||||
requests where the `Content-Type` header matches the `type` option. This |
||||
parser supports automatic inflation of `gzip`, `br` (brotli) and `deflate` |
||||
encodings. |
||||
|
||||
A new `body` string containing the parsed data is populated on the `request` |
||||
object after the middleware (i.e. `req.body`). This will be a string of the |
||||
body. |
||||
|
||||
#### Options |
||||
|
||||
The `text` function takes an optional `options` object that may contain any of |
||||
the following keys: |
||||
|
||||
##### defaultCharset |
||||
|
||||
Specify the default character set for the text content if the charset is not |
||||
specified in the `Content-Type` header of the request. Defaults to `utf-8`. |
||||
|
||||
##### inflate |
||||
|
||||
When set to `true`, then deflated (compressed) bodies will be inflated; when |
||||
`false`, deflated bodies are rejected. Defaults to `true`. |
||||
|
||||
##### limit |
||||
|
||||
Controls the maximum request body size. If this is a number, then the value |
||||
specifies the number of bytes; if it is a string, the value is passed to the |
||||
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults |
||||
to `'100kb'`. |
||||
|
||||
> It’s recommended not to configure a very high limit and to use the default value whenever possible. Allowing larger payloads increases memory usage because of the resources required for decoding and transformations, and it can also lead to longer response times as more data is processed. By ‘very high’, we mean values above the default, for example payloads of 5 MB or more can already start to introduce these risks. With the default limits, these issues do not occur. |
||||
|
||||
##### type |
||||
|
||||
The `type` option is used to determine what media type the middleware will |
||||
parse. This option can be a string, array of strings, or a function. If not |
||||
a function, `type` option is passed directly to the |
||||
[type-is](https://www.npmjs.com/package/type-is#readme) library and this can |
||||
be an extension name (like `txt`), a mime type (like `text/plain`), or a mime |
||||
type with a wildcard (like `*/*` or `text/*`). If a function, the `type` |
||||
option is called as `fn(req)` and the request is parsed if it returns a |
||||
truthy value. Defaults to `text/plain`. |
||||
|
||||
##### verify |
||||
|
||||
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, |
||||
where `buf` is a `Buffer` of the raw request body and `encoding` is the |
||||
encoding of the request. The parsing can be aborted by throwing an error. |
||||
|
||||
### bodyParser.urlencoded([options]) |
||||
|
||||
Returns middleware that only parses `urlencoded` bodies and only looks at |
||||
requests where the `Content-Type` header matches the `type` option. This |
||||
parser accepts only UTF-8 and ISO-8859-1 encodings of the body and supports |
||||
automatic inflation of `gzip`, `br` (brotli) and `deflate` encodings. |
||||
|
||||
A new `body` object containing the parsed data is populated on the `request` |
||||
object after the middleware (i.e. `req.body`). This object will contain |
||||
key-value pairs, where the value can be a string or array (when `extended` is |
||||
`false`), or any type (when `extended` is `true`). |
||||
|
||||
#### Options |
||||
|
||||
The `urlencoded` function takes an optional `options` object that may contain |
||||
any of the following keys: |
||||
|
||||
##### extended |
||||
|
||||
The "extended" syntax allows for rich objects and arrays to be encoded into the |
||||
URL-encoded format, allowing for a JSON-like experience with URL-encoded. For |
||||
more information, please [see the qs |
||||
library](https://www.npmjs.com/package/qs#readme). |
||||
|
||||
Defaults to `false`. |
||||
|
||||
##### inflate |
||||
|
||||
When set to `true`, then deflated (compressed) bodies will be inflated; when |
||||
`false`, deflated bodies are rejected. Defaults to `true`. |
||||
|
||||
##### limit |
||||
|
||||
Controls the maximum request body size. If this is a number, then the value |
||||
specifies the number of bytes; if it is a string, the value is passed to the |
||||
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults |
||||
to `'100kb'`. |
||||
|
||||
> It’s recommended not to configure a very high limit and to use the default value whenever possible. Allowing larger payloads increases memory usage because of the resources required for decoding and transformations, and it can also lead to longer response times as more data is processed. By ‘very high’, we mean values above the default, for example payloads of 5 MB or more can already start to introduce these risks. With the default limits, these issues do not occur. |
||||
|
||||
##### parameterLimit |
||||
|
||||
The `parameterLimit` option controls the maximum number of parameters that |
||||
are allowed in the URL-encoded data. If a request contains more parameters |
||||
than this value, a 413 will be returned to the client. Defaults to `1000`. |
||||
|
||||
##### type |
||||
|
||||
The `type` option is used to determine what media type the middleware will |
||||
parse. This option can be a string, array of strings, or a function. If not |
||||
a function, `type` option is passed directly to the |
||||
[type-is](https://www.npmjs.com/package/type-is#readme) library and this can |
||||
be an extension name (like `urlencoded`), a mime type (like |
||||
`application/x-www-form-urlencoded`), or a mime type with a wildcard (like |
||||
`*/x-www-form-urlencoded`). If a function, the `type` option is called as |
||||
`fn(req)` and the request is parsed if it returns a truthy value. Defaults |
||||
to `application/x-www-form-urlencoded`. |
||||
|
||||
##### verify |
||||
|
||||
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, |
||||
where `buf` is a `Buffer` of the raw request body and `encoding` is the |
||||
encoding of the request. The parsing can be aborted by throwing an error. |
||||
|
||||
##### defaultCharset |
||||
|
||||
The default charset to parse as, if not specified in content-type. Must be |
||||
either `utf-8` or `iso-8859-1`. Defaults to `utf-8`. |
||||
|
||||
##### charsetSentinel |
||||
|
||||
Whether to let the value of the `utf8` parameter take precedence as the charset |
||||
selector. It requires the form to contain a parameter named `utf8` with a value |
||||
of `✓`. Defaults to `false`. |
||||
|
||||
##### interpretNumericEntities |
||||
|
||||
Whether to decode numeric entities such as `☺` when parsing an iso-8859-1 |
||||
form. Defaults to `false`. |
||||
|
||||
|
||||
##### depth |
||||
|
||||
The `depth` option is used to configure the maximum depth of the `qs` library when `extended` is `true`. This allows you to limit the amount of keys that are parsed and can be useful to prevent certain types of abuse. Defaults to `32`. It is recommended to keep this value as low as possible. |
||||
|
||||
## Errors |
||||
|
||||
The middlewares provided by this module create errors using the |
||||
[`http-errors` module](https://www.npmjs.com/package/http-errors). The errors |
||||
will typically have a `status`/`statusCode` property that contains the suggested |
||||
HTTP response code, an `expose` property to determine if the `message` property |
||||
should be displayed to the client, a `type` property to determine the type of |
||||
error without matching against the `message`, and a `body` property containing |
||||
the read body, if available. |
||||
|
||||
The following are the common errors created, though any error can come through |
||||
for various reasons. |
||||
|
||||
### content encoding unsupported |
||||
|
||||
This error will occur when the request had a `Content-Encoding` header that |
||||
contained an encoding but the "inflation" option was set to `false`. The |
||||
`status` property is set to `415`, the `type` property is set to |
||||
`'encoding.unsupported'`, and the `charset` property will be set to the |
||||
encoding that is unsupported. |
||||
|
||||
### entity parse failed |
||||
|
||||
This error will occur when the request contained an entity that could not be |
||||
parsed by the middleware. The `status` property is set to `400`, the `type` |
||||
property is set to `'entity.parse.failed'`, and the `body` property is set to |
||||
the entity value that failed parsing. |
||||
|
||||
### entity verify failed |
||||
|
||||
This error will occur when the request contained an entity that could not be |
||||
failed verification by the defined `verify` option. The `status` property is |
||||
set to `403`, the `type` property is set to `'entity.verify.failed'`, and the |
||||
`body` property is set to the entity value that failed verification. |
||||
|
||||
### request aborted |
||||
|
||||
This error will occur when the request is aborted by the client before reading |
||||
the body has finished. The `received` property will be set to the number of |
||||
bytes received before the request was aborted and the `expected` property is |
||||
set to the number of expected bytes. The `status` property is set to `400` |
||||
and `type` property is set to `'request.aborted'`. |
||||
|
||||
### request entity too large |
||||
|
||||
This error will occur when the request body's size is larger than the "limit" |
||||
option. The `limit` property will be set to the byte limit and the `length` |
||||
property will be set to the request body's length. The `status` property is |
||||
set to `413` and the `type` property is set to `'entity.too.large'`. |
||||
|
||||
### request size did not match content length |
||||
|
||||
This error will occur when the request's length did not match the length from |
||||
the `Content-Length` header. This typically occurs when the request is malformed, |
||||
typically when the `Content-Length` header was calculated based on characters |
||||
instead of bytes. The `status` property is set to `400` and the `type` property |
||||
is set to `'request.size.invalid'`. |
||||
|
||||
### stream encoding should not be set |
||||
|
||||
This error will occur when something called the `req.setEncoding` method prior |
||||
to this middleware. This module operates directly on bytes only and you cannot |
||||
call `req.setEncoding` when using this module. The `status` property is set to |
||||
`500` and the `type` property is set to `'stream.encoding.set'`. |
||||
|
||||
### stream is not readable |
||||
|
||||
This error will occur when the request is no longer readable when this middleware |
||||
attempts to read it. This typically means something other than a middleware from |
||||
this module read the request body already and the middleware was also configured to |
||||
read the same request. The `status` property is set to `500` and the `type` |
||||
property is set to `'stream.not.readable'`. |
||||
|
||||
### too many parameters |
||||
|
||||
This error will occur when the content of the request exceeds the configured |
||||
`parameterLimit` for the `urlencoded` parser. The `status` property is set to |
||||
`413` and the `type` property is set to `'parameters.too.many'`. |
||||
|
||||
### unsupported charset "BOGUS" |
||||
|
||||
This error will occur when the request had a charset parameter in the |
||||
`Content-Type` header, but the `iconv-lite` module does not support it OR the |
||||
parser does not support it. The charset is contained in the message as well |
||||
as in the `charset` property. The `status` property is set to `415`, the |
||||
`type` property is set to `'charset.unsupported'`, and the `charset` property |
||||
is set to the charset that is unsupported. |
||||
|
||||
### unsupported content encoding "bogus" |
||||
|
||||
This error will occur when the request had a `Content-Encoding` header that |
||||
contained an unsupported encoding. The encoding is contained in the message |
||||
as well as in the `encoding` property. The `status` property is set to `415`, |
||||
the `type` property is set to `'encoding.unsupported'`, and the `encoding` |
||||
property is set to the encoding that is unsupported. |
||||
|
||||
### The input exceeded the depth |
||||
|
||||
This error occurs when using `bodyParser.urlencoded` with the `extended` property set to `true` and the input exceeds the configured `depth` option. The `status` property is set to `400`. It is recommended to review the `depth` option and evaluate if it requires a higher value. When the `depth` option is set to `32` (default value), the error will not be thrown. |
||||
|
||||
## Examples |
||||
|
||||
### Express/Connect top-level generic |
||||
|
||||
This example demonstrates adding a generic JSON and URL-encoded parser as a |
||||
top-level middleware, which will parse the bodies of all incoming requests. |
||||
This is the simplest setup. |
||||
|
||||
```js |
||||
const express = require('express') |
||||
const bodyParser = require('body-parser') |
||||
|
||||
const app = express() |
||||
|
||||
// parse application/x-www-form-urlencoded |
||||
app.use(bodyParser.urlencoded()) |
||||
|
||||
// parse application/json |
||||
app.use(bodyParser.json()) |
||||
|
||||
app.use(function (req, res) { |
||||
res.setHeader('Content-Type', 'text/plain') |
||||
res.write('you posted:\n') |
||||
res.end(String(JSON.stringify(req.body, null, 2))) |
||||
}) |
||||
``` |
||||
|
||||
### Express route-specific |
||||
|
||||
This example demonstrates adding body parsers specifically to the routes that |
||||
need them. In general, this is the most recommended way to use body-parser with |
||||
Express. |
||||
|
||||
```js |
||||
const express = require('express') |
||||
const bodyParser = require('body-parser') |
||||
|
||||
const app = express() |
||||
|
||||
// create application/json parser |
||||
const jsonParser = bodyParser.json() |
||||
|
||||
// create application/x-www-form-urlencoded parser |
||||
const urlencodedParser = bodyParser.urlencoded() |
||||
|
||||
// POST /login gets urlencoded bodies |
||||
app.post('/login', urlencodedParser, function (req, res) { |
||||
if (!req.body || !req.body.username) res.sendStatus(400) |
||||
res.send('welcome, ' + req.body.username) |
||||
}) |
||||
|
||||
// POST /api/users gets JSON bodies |
||||
app.post('/api/users', jsonParser, function (req, res) { |
||||
if (!req.body) res.sendStatus(400) |
||||
// create user in req.body |
||||
}) |
||||
``` |
||||
|
||||
### Change accepted type for parsers |
||||
|
||||
All the parsers accept a `type` option which allows you to change the |
||||
`Content-Type` that the middleware will parse. |
||||
|
||||
```js |
||||
const express = require('express') |
||||
const bodyParser = require('body-parser') |
||||
|
||||
const app = express() |
||||
|
||||
// parse various different custom JSON types as JSON |
||||
app.use(bodyParser.json({ type: 'application/*+json' })) |
||||
|
||||
// parse some custom thing into a Buffer |
||||
app.use(bodyParser.raw({ type: 'application/vnd.custom-type' })) |
||||
|
||||
// parse an HTML body into a string |
||||
app.use(bodyParser.text({ type: 'text/html' })) |
||||
``` |
||||
|
||||
## License |
||||
|
||||
[MIT](LICENSE) |
||||
|
||||
[ci-image]: https://img.shields.io/github/actions/workflow/status/expressjs/body-parser/ci.yml?branch=master&label=ci |
||||
[ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml |
||||
[coveralls-image]: https://img.shields.io/coverallsCoverage/github/expressjs/body-parser?branch=master |
||||
[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master |
||||
[npm-downloads-image]: https://img.shields.io/npm/dm/body-parser |
||||
[npm-url]: https://npmjs.com/package/body-parser |
||||
[npm-version-image]: https://img.shields.io/npm/v/body-parser |
||||
[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/body-parser/badge |
||||
[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/body-parser |
||||
@ -1,55 +0,0 @@ |
||||
/*! |
||||
* body-parser |
||||
* Copyright(c) 2014-2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* @typedef {Object} Parsers |
||||
* @property {Function} json JSON parser |
||||
* @property {Function} raw Raw parser |
||||
* @property {Function} text Text parser |
||||
* @property {Function} urlencoded URL-encoded parser |
||||
*/ |
||||
|
||||
/** |
||||
* Module exports. |
||||
* @type {Function & Parsers} |
||||
*/ |
||||
exports = module.exports = bodyParser |
||||
|
||||
/** |
||||
* JSON parser. |
||||
* @public |
||||
*/ |
||||
exports.json = require('./lib/types/json') |
||||
|
||||
/** |
||||
* Raw parser. |
||||
* @public |
||||
*/ |
||||
exports.raw = require('./lib/types/raw') |
||||
|
||||
/** |
||||
* Text parser. |
||||
* @public |
||||
*/ |
||||
exports.text = require('./lib/types/text') |
||||
|
||||
/** |
||||
* URL-encoded parser. |
||||
* @public |
||||
*/ |
||||
exports.urlencoded = require('./lib/types/urlencoded') |
||||
|
||||
/** |
||||
* Create a middleware to parse json and urlencoded bodies. |
||||
* |
||||
* @deprecated |
||||
* @public |
||||
*/ |
||||
function bodyParser () { |
||||
throw new Error('The bodyParser() generic has been split into individual middleware to use instead.') |
||||
} |
||||
@ -1,247 +0,0 @@ |
||||
/*! |
||||
* body-parser |
||||
* Copyright(c) 2014-2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
* @private |
||||
*/ |
||||
|
||||
const createError = require('http-errors') |
||||
const getBody = require('raw-body') |
||||
const iconv = require('iconv-lite') |
||||
const onFinished = require('on-finished') |
||||
const zlib = require('node:zlib') |
||||
const hasBody = require('type-is').hasBody |
||||
const { getCharset } = require('./utils') |
||||
|
||||
/** |
||||
* Module exports. |
||||
*/ |
||||
|
||||
module.exports = read |
||||
|
||||
/** |
||||
* Read a request into a buffer and parse. |
||||
* |
||||
* @param {Object} req |
||||
* @param {Object} res |
||||
* @param {Function} next |
||||
* @param {Function} parse |
||||
* @param {Function} debug |
||||
* @param {Object} options |
||||
* @private |
||||
*/ |
||||
function read (req, res, next, parse, debug, options) { |
||||
if (onFinished.isFinished(req)) { |
||||
debug('body already parsed') |
||||
next() |
||||
return |
||||
} |
||||
|
||||
if (!('body' in req)) { |
||||
req.body = undefined |
||||
} |
||||
|
||||
// skip requests without bodies
|
||||
if (!hasBody(req)) { |
||||
debug('skip empty body') |
||||
next() |
||||
return |
||||
} |
||||
|
||||
debug('content-type %j', req.headers['content-type']) |
||||
|
||||
// determine if request should be parsed
|
||||
if (!options.shouldParse(req)) { |
||||
debug('skip parsing') |
||||
next() |
||||
return |
||||
} |
||||
|
||||
let encoding = null |
||||
if (options?.skipCharset !== true) { |
||||
encoding = getCharset(req) || options.defaultCharset |
||||
|
||||
// validate charset
|
||||
if (!!options?.isValidCharset && !options.isValidCharset(encoding)) { |
||||
debug('invalid charset') |
||||
next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { |
||||
charset: encoding, |
||||
type: 'charset.unsupported' |
||||
})) |
||||
return |
||||
} |
||||
} |
||||
|
||||
let length |
||||
const opts = options |
||||
let stream |
||||
|
||||
// read options
|
||||
const verify = opts.verify |
||||
|
||||
try { |
||||
// get the content stream
|
||||
stream = contentstream(req, debug, opts.inflate) |
||||
length = stream.length |
||||
stream.length = undefined |
||||
} catch (err) { |
||||
return next(err) |
||||
} |
||||
|
||||
// set raw-body options
|
||||
opts.length = length |
||||
opts.encoding = verify |
||||
? null |
||||
: encoding |
||||
|
||||
// assert charset is supported
|
||||
if (opts.encoding === null && encoding !== null && !iconv.encodingExists(encoding)) { |
||||
return next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { |
||||
charset: encoding.toLowerCase(), |
||||
type: 'charset.unsupported' |
||||
})) |
||||
} |
||||
|
||||
// read body
|
||||
debug('read body') |
||||
getBody(stream, opts, function (error, body) { |
||||
if (error) { |
||||
let _error |
||||
|
||||
if (error.type === 'encoding.unsupported') { |
||||
// echo back charset
|
||||
_error = createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { |
||||
charset: encoding.toLowerCase(), |
||||
type: 'charset.unsupported' |
||||
}) |
||||
} else { |
||||
// set status code on error
|
||||
_error = createError(400, error) |
||||
} |
||||
|
||||
// unpipe from stream and destroy
|
||||
if (stream !== req) { |
||||
req.unpipe() |
||||
stream.destroy() |
||||
} |
||||
|
||||
// read off entire request
|
||||
dump(req, function onfinished () { |
||||
next(createError(400, _error)) |
||||
}) |
||||
return |
||||
} |
||||
|
||||
// verify
|
||||
if (verify) { |
||||
try { |
||||
debug('verify body') |
||||
verify(req, res, body, encoding) |
||||
} catch (err) { |
||||
next(createError(403, err, { |
||||
body: body, |
||||
type: err.type || 'entity.verify.failed' |
||||
})) |
||||
return |
||||
} |
||||
} |
||||
|
||||
// parse
|
||||
let str = body |
||||
try { |
||||
debug('parse body') |
||||
str = typeof body !== 'string' && encoding !== null |
||||
? iconv.decode(body, encoding) |
||||
: body |
||||
req.body = parse(str, encoding) |
||||
} catch (err) { |
||||
next(createError(400, err, { |
||||
body: str, |
||||
type: err.type || 'entity.parse.failed' |
||||
})) |
||||
return |
||||
} |
||||
|
||||
next() |
||||
}) |
||||
} |
||||
|
||||
/** |
||||
* Get the content stream of the request. |
||||
* |
||||
* @param {Object} req |
||||
* @param {Function} debug |
||||
* @param {boolean} inflate |
||||
* @returns {Object} |
||||
* @private |
||||
*/ |
||||
function contentstream (req, debug, inflate) { |
||||
const encoding = (req.headers['content-encoding'] || 'identity').toLowerCase() |
||||
const length = req.headers['content-length'] |
||||
|
||||
debug('content-encoding "%s"', encoding) |
||||
|
||||
if (inflate === false && encoding !== 'identity') { |
||||
throw createError(415, 'content encoding unsupported', { |
||||
encoding: encoding, |
||||
type: 'encoding.unsupported' |
||||
}) |
||||
} |
||||
|
||||
if (encoding === 'identity') { |
||||
req.length = length |
||||
return req |
||||
} |
||||
|
||||
const stream = createDecompressionStream(encoding, debug) |
||||
req.pipe(stream) |
||||
return stream |
||||
} |
||||
|
||||
/** |
||||
* Create a decompression stream for the given encoding. |
||||
* @param {string} encoding |
||||
* @param {Function} debug |
||||
* @returns {Object} |
||||
* @private |
||||
*/ |
||||
function createDecompressionStream (encoding, debug) { |
||||
switch (encoding) { |
||||
case 'deflate': |
||||
debug('inflate body') |
||||
return zlib.createInflate() |
||||
case 'gzip': |
||||
debug('gunzip body') |
||||
return zlib.createGunzip() |
||||
case 'br': |
||||
debug('brotli decompress body') |
||||
return zlib.createBrotliDecompress() |
||||
default: |
||||
throw createError(415, 'unsupported content encoding "' + encoding + '"', { |
||||
encoding: encoding, |
||||
type: 'encoding.unsupported' |
||||
}) |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Dump the contents of a request. |
||||
* |
||||
* @param {Object} req |
||||
* @param {Function} callback |
||||
* @private |
||||
*/ |
||||
function dump (req, callback) { |
||||
if (onFinished.isFinished(req)) { |
||||
callback(null) |
||||
} else { |
||||
onFinished(req, callback) |
||||
req.resume() |
||||
} |
||||
} |
||||
@ -1,186 +0,0 @@ |
||||
/*! |
||||
* body-parser |
||||
* Copyright(c) 2014 Jonathan Ong |
||||
* Copyright(c) 2014-2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
* @private |
||||
*/ |
||||
|
||||
const debug = require('debug')('body-parser:json') |
||||
const read = require('../read') |
||||
const { normalizeOptions } = require('../utils') |
||||
|
||||
/** |
||||
* Module exports. |
||||
*/ |
||||
|
||||
module.exports = json |
||||
|
||||
/** |
||||
* RegExp to match the first non-space in a string. |
||||
* |
||||
* Allowed whitespace is defined in RFC 7159: |
||||
* |
||||
* ws = *( |
||||
* %x20 / ; Space |
||||
* %x09 / ; Horizontal tab |
||||
* %x0A / ; Line feed or New line |
||||
* %x0D ) ; Carriage return |
||||
*/ |
||||
const FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*([^\x20\x09\x0a\x0d])/ // eslint-disable-line no-control-regex
|
||||
|
||||
const JSON_SYNTAX_CHAR = '#' |
||||
const JSON_SYNTAX_REGEXP = /#+/g |
||||
|
||||
/** |
||||
* Create a middleware to parse JSON bodies. |
||||
* |
||||
* @param {Object} [options] |
||||
* @returns {Function} |
||||
* @public |
||||
*/ |
||||
function json (options) { |
||||
const normalizedOptions = normalizeOptions(options, 'application/json') |
||||
|
||||
const parse = createJsonParser(options) |
||||
|
||||
const readOptions = { |
||||
...normalizedOptions, |
||||
// assert charset per RFC 7159 sec 8.1
|
||||
isValidCharset: (charset) => charset.slice(0, 4) === 'utf-' |
||||
} |
||||
|
||||
return function jsonParser (req, res, next) { |
||||
read(req, res, next, parse, debug, readOptions) |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Create a JSON parse function |
||||
* |
||||
* @param {object} [options] |
||||
* @return {function} |
||||
* @private |
||||
*/ |
||||
function createJsonParser (options) { |
||||
const reviver = options?.reviver |
||||
const strict = options?.strict !== false |
||||
|
||||
if (strict) { |
||||
return function parse (body) { |
||||
if (body.length === 0) { |
||||
// special-case empty json body, as it's a common client-side mistake
|
||||
// TODO: maybe make this configurable or part of "strict" option
|
||||
return {} |
||||
} |
||||
|
||||
const first = firstchar(body) |
||||
if (first !== '{' && first !== '[') { |
||||
debug('strict violation') |
||||
throw createStrictSyntaxError(body, first) |
||||
} |
||||
|
||||
try { |
||||
debug('parse json') |
||||
return JSON.parse(body, reviver) |
||||
} catch (e) { |
||||
throw normalizeJsonSyntaxError(e, { |
||||
message: e.message, |
||||
stack: e.stack |
||||
}) |
||||
} |
||||
} |
||||
} |
||||
|
||||
return function parse (body) { |
||||
if (body.length === 0) { |
||||
// special-case empty json body, as it's a common client-side mistake
|
||||
// TODO: maybe make this configurable or part of "strict" option
|
||||
return {} |
||||
} |
||||
|
||||
try { |
||||
debug('parse json') |
||||
return JSON.parse(body, reviver) |
||||
} catch (e) { |
||||
throw normalizeJsonSyntaxError(e, { |
||||
message: e.message, |
||||
stack: e.stack |
||||
}) |
||||
} |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Create strict violation syntax error matching native error. |
||||
* |
||||
* @param {string} str |
||||
* @param {string} char |
||||
* @returns {Error} |
||||
* @private |
||||
*/ |
||||
function createStrictSyntaxError (str, char) { |
||||
const index = str.indexOf(char) |
||||
let partial = '' |
||||
|
||||
if (index !== -1) { |
||||
partial = str.substring(0, index) + JSON_SYNTAX_CHAR.repeat(str.length - index) |
||||
} |
||||
|
||||
try { |
||||
JSON.parse(partial); /* istanbul ignore next */ throw new SyntaxError('strict violation') |
||||
} catch (e) { |
||||
return normalizeJsonSyntaxError(e, { |
||||
message: e.message.replace(JSON_SYNTAX_REGEXP, function (placeholder) { |
||||
return str.substring(index, index + placeholder.length) |
||||
}), |
||||
stack: e.stack |
||||
}) |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Get the first non-whitespace character in a string. |
||||
* |
||||
* @param {string} str |
||||
* @returns {string|undefined} |
||||
* @private |
||||
*/ |
||||
function firstchar (str) { |
||||
const match = FIRST_CHAR_REGEXP.exec(str) |
||||
|
||||
return match |
||||
? match[1] |
||||
: undefined |
||||
} |
||||
|
||||
/** |
||||
* Normalize a SyntaxError for JSON.parse. |
||||
* |
||||
* @param {SyntaxError} error |
||||
* @param {Object} obj |
||||
* @returns {SyntaxError} |
||||
* @private |
||||
*/ |
||||
function normalizeJsonSyntaxError (error, obj) { |
||||
const keys = Object.getOwnPropertyNames(error) |
||||
|
||||
for (let i = 0; i < keys.length; i++) { |
||||
const key = keys[i] |
||||
if (key !== 'stack' && key !== 'message') { |
||||
delete error[key] |
||||
} |
||||
} |
||||
|
||||
// replace stack before message for Node.js 0.10 and below
|
||||
error.stack = obj.stack.replace(error.message, obj.message) |
||||
error.message = obj.message |
||||
|
||||
return error |
||||
} |
||||
@ -1,42 +0,0 @@ |
||||
/*! |
||||
* body-parser |
||||
* Copyright(c) 2014-2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
*/ |
||||
|
||||
const debug = require('debug')('body-parser:raw') |
||||
const read = require('../read') |
||||
const { normalizeOptions, passthrough } = require('../utils') |
||||
|
||||
/** |
||||
* Module exports. |
||||
*/ |
||||
|
||||
module.exports = raw |
||||
|
||||
/** |
||||
* Create a middleware to parse raw bodies. |
||||
* |
||||
* @param {Object} [options] |
||||
* @returns {Function} |
||||
* @public |
||||
*/ |
||||
function raw (options) { |
||||
const normalizedOptions = normalizeOptions(options, 'application/octet-stream') |
||||
|
||||
const readOptions = { |
||||
...normalizedOptions, |
||||
// Skip charset validation and parse the body as is
|
||||
skipCharset: true |
||||
} |
||||
|
||||
return function rawParser (req, res, next) { |
||||
read(req, res, next, passthrough, debug, readOptions) |
||||
} |
||||
} |
||||
@ -1,36 +0,0 @@ |
||||
/*! |
||||
* body-parser |
||||
* Copyright(c) 2014-2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
*/ |
||||
|
||||
const debug = require('debug')('body-parser:text') |
||||
const read = require('../read') |
||||
const { normalizeOptions, passthrough } = require('../utils') |
||||
|
||||
/** |
||||
* Module exports. |
||||
*/ |
||||
|
||||
module.exports = text |
||||
|
||||
/** |
||||
* Create a middleware to parse text bodies. |
||||
* |
||||
* @param {Object} [options] |
||||
* @returns {Function} |
||||
* @public |
||||
*/ |
||||
function text (options) { |
||||
const normalizedOptions = normalizeOptions(options, 'text/plain') |
||||
|
||||
return function textParser (req, res, next) { |
||||
read(req, res, next, passthrough, debug, normalizedOptions) |
||||
} |
||||
} |
||||
@ -1,138 +0,0 @@ |
||||
/*! |
||||
* body-parser |
||||
* Copyright(c) 2014 Jonathan Ong |
||||
* Copyright(c) 2014-2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
* @private |
||||
*/ |
||||
|
||||
const createError = require('http-errors') |
||||
const debug = require('debug')('body-parser:urlencoded') |
||||
const read = require('../read') |
||||
const qs = require('qs') |
||||
const { normalizeOptions } = require('../utils') |
||||
|
||||
/** |
||||
* Module exports. |
||||
*/ |
||||
|
||||
module.exports = urlencoded |
||||
|
||||
/** |
||||
* Create a middleware to parse urlencoded bodies. |
||||
* |
||||
* @param {Object} [options] |
||||
* @returns {Function} |
||||
* @public |
||||
*/ |
||||
function urlencoded (options) { |
||||
const normalizedOptions = normalizeOptions(options, 'application/x-www-form-urlencoded') |
||||
|
||||
if (normalizedOptions.defaultCharset !== 'utf-8' && normalizedOptions.defaultCharset !== 'iso-8859-1') { |
||||
throw new TypeError('option defaultCharset must be either utf-8 or iso-8859-1') |
||||
} |
||||
|
||||
// create the appropriate query parser
|
||||
const parse = createQueryParser(options) |
||||
|
||||
const readOptions = { |
||||
...normalizedOptions, |
||||
// assert charset
|
||||
isValidCharset: (charset) => charset === 'utf-8' || charset === 'iso-8859-1' |
||||
} |
||||
|
||||
return function urlencodedParser (req, res, next) { |
||||
read(req, res, next, parse, debug, readOptions) |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Get the extended query parser. |
||||
* |
||||
* @param {Object} options |
||||
* @returns {Function} |
||||
* @private |
||||
*/ |
||||
function createQueryParser (options) { |
||||
const extended = Boolean(options?.extended) |
||||
let parameterLimit = options?.parameterLimit !== undefined |
||||
? options?.parameterLimit |
||||
: 1000 |
||||
const charsetSentinel = options?.charsetSentinel |
||||
const interpretNumericEntities = options?.interpretNumericEntities |
||||
const depth = extended ? (options?.depth !== undefined ? options?.depth : 32) : 0 |
||||
|
||||
if (isNaN(parameterLimit) || parameterLimit < 1) { |
||||
throw new TypeError('option parameterLimit must be a positive number') |
||||
} |
||||
|
||||
if (isNaN(depth) || depth < 0) { |
||||
throw new TypeError('option depth must be a zero or a positive number') |
||||
} |
||||
|
||||
if (isFinite(parameterLimit)) { |
||||
parameterLimit = parameterLimit | 0 |
||||
} |
||||
|
||||
return function parse (body, encoding) { |
||||
if (!body.length) return {} |
||||
|
||||
const paramCount = parameterCount(body, parameterLimit) |
||||
|
||||
if (paramCount === undefined) { |
||||
debug('too many parameters') |
||||
throw createError(413, 'too many parameters', { |
||||
type: 'parameters.too.many' |
||||
}) |
||||
} |
||||
|
||||
const arrayLimit = extended ? Math.max(100, paramCount) : paramCount |
||||
|
||||
debug('parse ' + (extended ? 'extended ' : '') + 'urlencoding') |
||||
try { |
||||
return qs.parse(body, { |
||||
allowPrototypes: true, |
||||
arrayLimit: arrayLimit, |
||||
depth: depth, |
||||
charsetSentinel: charsetSentinel, |
||||
interpretNumericEntities: interpretNumericEntities, |
||||
charset: encoding, |
||||
parameterLimit: parameterLimit, |
||||
strictDepth: true |
||||
}) |
||||
} catch (err) { |
||||
if (err instanceof RangeError) { |
||||
throw createError(400, 'The input exceeded the depth', { |
||||
type: 'querystring.parse.rangeError' |
||||
}) |
||||
} else { |
||||
throw err |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Count the number of parameters, stopping once limit reached |
||||
* |
||||
* @param {string} body |
||||
* @param {number} limit |
||||
* @returns {number|undefined} Returns undefined if limit exceeded |
||||
* @private |
||||
*/ |
||||
function parameterCount (body, limit) { |
||||
let count = 0 |
||||
let index = -1 |
||||
do { |
||||
count++ |
||||
if (count > limit) return undefined // Early exit if limit exceeded
|
||||
index = body.indexOf('&', index + 1) |
||||
} while (index !== -1) |
||||
return count |
||||
} |
||||
@ -1,100 +0,0 @@ |
||||
'use strict' |
||||
|
||||
/** |
||||
* Module dependencies. |
||||
*/ |
||||
|
||||
const bytes = require('bytes') |
||||
const contentType = require('content-type') |
||||
const typeis = require('type-is') |
||||
|
||||
/** |
||||
* Module exports. |
||||
*/ |
||||
module.exports = { |
||||
getCharset, |
||||
normalizeOptions, |
||||
passthrough |
||||
} |
||||
|
||||
/** |
||||
* Get the charset of a request. |
||||
* |
||||
* @param {Object} req |
||||
* @returns {string | undefined} |
||||
* @private |
||||
*/ |
||||
function getCharset (req) { |
||||
const header = req.headers['content-type'] |
||||
if (!header) return undefined |
||||
return contentType.parse(header).parameters.charset?.toLowerCase() |
||||
} |
||||
|
||||
/** |
||||
* Get the simple type checker. |
||||
* |
||||
* @param {string | string[]} type |
||||
* @returns {Function} |
||||
* @private |
||||
*/ |
||||
function typeChecker (type) { |
||||
return function checkType (req) { |
||||
return Boolean(typeis(req, type)) |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Normalizes the common options for all parsers. |
||||
* |
||||
* @param {Object} options options to normalize |
||||
* @param {string | string[] | Function} defaultType default content type(s) or a function to determine it |
||||
* @returns {Object} |
||||
* @private |
||||
*/ |
||||
function normalizeOptions (options, defaultType) { |
||||
if (!defaultType) { |
||||
// Parsers must define a default content type
|
||||
throw new TypeError('defaultType must be provided') |
||||
} |
||||
|
||||
const inflate = options?.inflate !== false |
||||
const limit = typeof options?.limit === 'undefined' || options?.limit === null |
||||
? 102400 // 100kb default
|
||||
: bytes.parse(options.limit) |
||||
const type = options?.type || defaultType |
||||
const verify = options?.verify || false |
||||
const defaultCharset = options?.defaultCharset || 'utf-8' |
||||
|
||||
if (limit === null) { |
||||
throw new TypeError(`option limit "${String(options.limit)}" is invalid`) |
||||
} |
||||
|
||||
if (verify !== false && typeof verify !== 'function') { |
||||
throw new TypeError('option verify must be function') |
||||
} |
||||
|
||||
// create the appropriate type checking function
|
||||
const shouldParse = typeof type !== 'function' |
||||
? typeChecker(type) |
||||
: type |
||||
|
||||
return { |
||||
inflate, |
||||
limit, |
||||
verify, |
||||
defaultCharset, |
||||
shouldParse |
||||
} |
||||
} |
||||
|
||||
/** |
||||
* Passthrough function that returns input unchanged. |
||||
* Used by parsers that don't need to transform the data. |
||||
* |
||||
* @param {*} value |
||||
* @returns {*} |
||||
* @private |
||||
*/ |
||||
function passthrough (value) { |
||||
return value |
||||
} |
||||
@ -1,22 +0,0 @@ |
||||
(The MIT License) |
||||
|
||||
Copyright (c) 2015 Douglas Christopher Wilson |
||||
|
||||
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. |
||||
@ -1,69 +0,0 @@ |
||||
# content-type |
||||
|
||||
[![NPM version][npm-image]][npm-url] |
||||
[![NPM downloads][downloads-image]][downloads-url] |
||||
[![Build status][build-image]][build-url] |
||||
[![Build coverage][coverage-image]][coverage-url] |
||||
[![License][license-image]][license-url] |
||||
|
||||
Create and parse HTTP `Content-Type` header. |
||||
|
||||
## Installation |
||||
|
||||
```sh |
||||
npm install content-type |
||||
``` |
||||
|
||||
## API |
||||
|
||||
```js |
||||
const contentType = require("content-type"); |
||||
``` |
||||
|
||||
### contentType.parse(string, options?) |
||||
|
||||
```js |
||||
const obj = contentType.parse("image/svg+xml; charset=utf-8"); |
||||
``` |
||||
|
||||
Parse a `Content-Type` header. This will return an object with the following properties (examples are shown for the string `'image/svg+xml; charset=utf-8'`): |
||||
|
||||
- `type`: The media type. Example: `'image/svg+xml'`. |
||||
- `parameters`: An object of the parameters in the media type (parameter name is always lower case). Example: `{charset: 'utf-8'}`. |
||||
|
||||
The parser is lenient and does not error. You should validate `type` and `parameters` before trusting them. |
||||
|
||||
#### Options |
||||
|
||||
- `parameters` (default: `true`): Set to `false` to skip parameters. |
||||
|
||||
### contentType.format(obj) |
||||
|
||||
```js |
||||
const str = contentType.format({ |
||||
type: "image/svg+xml", |
||||
parameters: { charset: "utf-8" }, |
||||
}); |
||||
``` |
||||
|
||||
Format an object into a `Content-Type` header. This will return a string of the content type for the given object with the following properties (examples are shown that produce the string `'image/svg+xml; charset=utf-8'`): |
||||
|
||||
- `type`: The media type. Example: `'image/svg+xml'`. |
||||
- `parameters`: An optional object of the parameters in the media type. Example: `{charset: 'utf-8'}`. |
||||
|
||||
Throws a `TypeError` if the object contains an invalid type or parameter names. |
||||
|
||||
## License |
||||
|
||||
[MIT](LICENSE) |
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/content-type |
||||
[npm-url]: https://npmjs.org/package/content-type |
||||
[downloads-image]: https://img.shields.io/npm/dm/content-type |
||||
[downloads-url]: https://npmjs.org/package/content-type |
||||
[build-image]: https://img.shields.io/github/actions/workflow/status/jshttp/content-type/ci.yml?branch=master |
||||
[build-url]: https://github.com/jshttp/content-type/actions/workflows/ci.yml?query=branch%3Amaster |
||||
[coverage-image]: https://img.shields.io/codecov/c/gh/jshttp/content-type |
||||
[coverage-url]: https://codecov.io/gh/jshttp/content-type |
||||
[license-image]: http://img.shields.io/npm/l/content-type.svg?style=flat |
||||
[license-url]: LICENSE |
||||
@ -1,26 +0,0 @@ |
||||
/*! |
||||
* content-type |
||||
* Copyright(c) 2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
/** |
||||
* The content type object contains a type string and optional parameters. |
||||
*/ |
||||
export interface ContentType { |
||||
type: string; |
||||
parameters: Record<string, string>; |
||||
} |
||||
/** |
||||
* Format an object into a `Content-Type` header. |
||||
*/ |
||||
export declare function format(obj: Partial<ContentType>): string; |
||||
/** |
||||
* Options for parsing a `Content-Type` header. |
||||
*/ |
||||
export interface ParseOptions { |
||||
parameters?: boolean; |
||||
} |
||||
/** |
||||
* Parse a `Content-Type` header. |
||||
*/ |
||||
export declare function parse(header: string, options?: ParseOptions): ContentType; |
||||
@ -1,170 +0,0 @@ |
||||
"use strict"; |
||||
/*! |
||||
* content-type |
||||
* Copyright(c) 2015 Douglas Christopher Wilson |
||||
* MIT Licensed |
||||
*/ |
||||
Object.defineProperty(exports, "__esModule", { value: true }); |
||||
exports.format = format; |
||||
exports.parse = parse; |
||||
const TEXT_REGEXP = /^[\u0009\u0020-\u007e\u0080-\u00ff]*$/; |
||||
const TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/; |
||||
/** |
||||
* RegExp to match chars that must be quoted-pair in RFC 9110 sec 5.6.4 |
||||
*/ |
||||
const QUOTE_REGEXP = /[\\"]/g; |
||||
/** |
||||
* RegExp to match type in RFC 9110 sec 8.3.1 |
||||
* |
||||
* media-type = type "/" subtype |
||||
* type = token |
||||
* subtype = token |
||||
*/ |
||||
const TYPE_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/; |
||||
/** |
||||
* Null object perf optimization. Faster than `Object.create(null)` and `{ __proto__: null }`. |
||||
*/ |
||||
const NullObject = /* @__PURE__ */ (() => { |
||||
const C = function () { }; |
||||
C.prototype = Object.create(null); |
||||
return C; |
||||
})(); |
||||
/** |
||||
* Format an object into a `Content-Type` header. |
||||
*/ |
||||
function format(obj) { |
||||
const { type, parameters } = obj; |
||||
if (!type || !TYPE_REGEXP.test(type)) { |
||||
throw new TypeError(`Invalid type: ${type}`); |
||||
} |
||||
let result = type; |
||||
if (parameters) { |
||||
for (const param of Object.keys(parameters)) { |
||||
if (!TOKEN_REGEXP.test(param)) { |
||||
throw new TypeError(`Invalid parameter name: ${param}`); |
||||
} |
||||
result += `; ${param}=${qstring(parameters[param])}`; |
||||
} |
||||
} |
||||
return result; |
||||
} |
||||
/** |
||||
* Parse a `Content-Type` header. |
||||
*/ |
||||
function parse(header, options) { |
||||
const len = header.length; |
||||
let index = skipOWS(header, 0, len); |
||||
const valueStart = index; |
||||
index = skipValue(header, index, len); |
||||
const valueEnd = trailingOWS(header, valueStart, index); |
||||
const type = header.slice(valueStart, valueEnd).toLowerCase(); |
||||
const parameters = options?.parameters === false |
||||
? new NullObject() |
||||
: parseParameters(header, index, len); |
||||
return { type, parameters }; |
||||
} |
||||
const SP = 32; // " "
|
||||
const HTAB = 9; // "\t"
|
||||
const SEMI = 59; // ";"
|
||||
const EQ = 61; // "="
|
||||
const DQUOTE = 34; // '"'
|
||||
const BSLASH = 92; // "\\"
|
||||
/** |
||||
* Parses the parameters of a `Content-Type` header starting at the given index. |
||||
*/ |
||||
function parseParameters(header, index, len) { |
||||
const parameters = new NullObject(); |
||||
parameter: while (index < len) { |
||||
index = skipOWS(header, index + 1 /* Skip over ; */, len); |
||||
const keyStart = index; |
||||
while (index < len) { |
||||
const code = header.charCodeAt(index); |
||||
if (code === SEMI) |
||||
continue parameter; |
||||
if (code === EQ) { |
||||
const keyEnd = trailingOWS(header, keyStart, index); |
||||
const key = header.slice(keyStart, keyEnd).toLowerCase(); |
||||
index = skipOWS(header, index + 1, len); |
||||
if (index < len && header.charCodeAt(index) === DQUOTE) { |
||||
index++; |
||||
let value = ""; |
||||
while (index < len) { |
||||
const code = header.charCodeAt(index++); |
||||
if (code === DQUOTE) { |
||||
index = skipValue(header, index, len); |
||||
if (parameters[key] === undefined) |
||||
parameters[key] = value; |
||||
break; |
||||
} |
||||
if (code === BSLASH && index < len) { |
||||
value += header[index++]; |
||||
continue; |
||||
} |
||||
value += String.fromCharCode(code); |
||||
} |
||||
continue parameter; |
||||
} |
||||
const valueStart = index; |
||||
index = skipValue(header, index, len); |
||||
if (parameters[key] === undefined) { |
||||
const valueEnd = trailingOWS(header, valueStart, index); |
||||
parameters[key] = header.slice(valueStart, valueEnd); |
||||
} |
||||
continue parameter; |
||||
} |
||||
index++; |
||||
} |
||||
} |
||||
return parameters; |
||||
} |
||||
/** |
||||
* Skip over characters until a semicolon. |
||||
*/ |
||||
function skipValue(str, index, len) { |
||||
while (index < len) { |
||||
const char = str.charCodeAt(index); |
||||
if (char === SEMI) |
||||
break; |
||||
index++; |
||||
} |
||||
return index; |
||||
} |
||||
/** |
||||
* Skip optional whitespace (OWS) in an HTTP header value. |
||||
* |
||||
* OWS is defined in RFC 9110 sec 5.6.3 as SP (" ") or HTAB ("\t"). |
||||
*/ |
||||
function skipOWS(header, index, len) { |
||||
while (index < len) { |
||||
const char = header.charCodeAt(index); |
||||
if (char !== SP && char !== HTAB) |
||||
break; |
||||
index++; |
||||
} |
||||
return index; |
||||
} |
||||
/** |
||||
* Trim optional whitespace (OWS) from the end of a substring. |
||||
* |
||||
* OWS is defined in RFC 9110 sec 5.6.3 as SP (" ") or HTAB ("\t"). |
||||
*/ |
||||
function trailingOWS(header, start, end) { |
||||
while (end > start) { |
||||
const char = header.charCodeAt(end - 1); |
||||
if (char !== SP && char !== HTAB) |
||||
break; |
||||
end--; |
||||
} |
||||
return end; |
||||
} |
||||
/** |
||||
* Serialize a parameter value. |
||||
*/ |
||||
function qstring(str) { |
||||
if (TOKEN_REGEXP.test(str)) |
||||
return str; |
||||
if (TEXT_REGEXP.test(str)) |
||||
return `"${str.replace(QUOTE_REGEXP, "\\$&")}"`; |
||||
throw new TypeError(`Invalid parameter value: ${str}`); |
||||
} |
||||
//# sourceMappingURL=index.js.map
|
||||
File diff suppressed because one or more lines are too long
@ -1,52 +0,0 @@ |
||||
{ |
||||
"name": "content-type", |
||||
"version": "2.0.0", |
||||
"description": "Create and parse HTTP Content-Type header", |
||||
"keywords": [ |
||||
"content-type", |
||||
"http", |
||||
"req", |
||||
"res", |
||||
"rfc7231", |
||||
"rfc9110" |
||||
], |
||||
"repository": "jshttp/content-type", |
||||
"funding": { |
||||
"type": "opencollective", |
||||
"url": "https://opencollective.com/express" |
||||
}, |
||||
"license": "MIT", |
||||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", |
||||
"type": "commonjs", |
||||
"exports": "./dist/index.js", |
||||
"main": "./dist/index.js", |
||||
"typings": "./dist/index.d.ts", |
||||
"files": [ |
||||
"dist/" |
||||
], |
||||
"scripts": { |
||||
"bench": "vitest bench", |
||||
"build": "ts-scripts build", |
||||
"format": "ts-scripts format", |
||||
"prepare": "ts-scripts install && npm run build", |
||||
"specs": "ts-scripts specs", |
||||
"test": "ts-scripts test" |
||||
}, |
||||
"devDependencies": { |
||||
"@borderless/ts-scripts": "^0.15.0", |
||||
"@vitest/coverage-v8": "^3.0.5", |
||||
"typescript": "^5.7.3", |
||||
"vitest": "^3.2.4" |
||||
}, |
||||
"engines": { |
||||
"node": ">=18" |
||||
}, |
||||
"ts-scripts": { |
||||
"dist": [ |
||||
"dist" |
||||
], |
||||
"project": [ |
||||
"tsconfig.build.json" |
||||
] |
||||
} |
||||
} |
||||
@ -1,65 +0,0 @@ |
||||
{ |
||||
"name": "body-parser", |
||||
"description": "Node.js body parsing middleware", |
||||
"version": "2.3.0", |
||||
"contributors": [ |
||||
"Douglas Christopher Wilson <doug@somethingdoug.com>", |
||||
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" |
||||
], |
||||
"license": "MIT", |
||||
"repository": "expressjs/body-parser", |
||||
"funding": { |
||||
"type": "opencollective", |
||||
"url": "https://opencollective.com/express" |
||||
}, |
||||
"type": "commonjs", |
||||
"exports": { |
||||
".": "./index.js", |
||||
"./package.json": "./package.json", |
||||
"./json": "./lib/types/json.js", |
||||
"./raw": "./lib/types/raw.js", |
||||
"./text": "./lib/types/text.js", |
||||
"./urlencoded": "./lib/types/urlencoded.js", |
||||
"./lib/*": "./lib/*.js", |
||||
"./lib/*.js": "./lib/*.js", |
||||
"./lib/types/*": "./lib/types/*.js", |
||||
"./lib/types/*.js": "./lib/types/*.js" |
||||
}, |
||||
"dependencies": { |
||||
"bytes": "^3.1.2", |
||||
"content-type": "^2.0.0", |
||||
"debug": "^4.4.3", |
||||
"http-errors": "^2.0.1", |
||||
"iconv-lite": "^0.7.2", |
||||
"on-finished": "^2.4.1", |
||||
"qs": "^6.15.2", |
||||
"raw-body": "^3.0.2", |
||||
"type-is": "^2.1.0" |
||||
}, |
||||
"devDependencies": { |
||||
"eslint": "^8.57.1", |
||||
"eslint-config-standard": "^14.1.1", |
||||
"eslint-plugin-import": "^2.32.0", |
||||
"eslint-plugin-markdown": "^3.0.1", |
||||
"eslint-plugin-node": "^11.1.0", |
||||
"eslint-plugin-promise": "^6.6.0", |
||||
"eslint-plugin-standard": "^4.1.0", |
||||
"mocha": "^11.7.6", |
||||
"nyc": "^17.1.0", |
||||
"supertest": "^7.2.2" |
||||
}, |
||||
"files": [ |
||||
"lib/", |
||||
"LICENSE", |
||||
"index.js" |
||||
], |
||||
"engines": { |
||||
"node": ">=18" |
||||
}, |
||||
"scripts": { |
||||
"lint": "eslint .", |
||||
"test": "mocha --reporter spec --check-leaks test/", |
||||
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test", |
||||
"test-cov": "nyc --reporter=html --reporter=text npm test" |
||||
} |
||||
} |
||||
@ -1,21 +0,0 @@ |
||||
MIT License |
||||
|
||||
Copyright (c) 2016, 2018 Linus Unnebäck |
||||
|
||||
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. |
||||
@ -1,72 +0,0 @@ |
||||
/* eslint-disable node/no-deprecated-api */ |
||||
|
||||
var toString = Object.prototype.toString |
||||
|
||||
var isModern = ( |
||||
typeof Buffer !== 'undefined' && |
||||
typeof Buffer.alloc === 'function' && |
||||
typeof Buffer.allocUnsafe === 'function' && |
||||
typeof Buffer.from === 'function' |
||||
) |
||||
|
||||
function isArrayBuffer (input) { |
||||
return toString.call(input).slice(8, -1) === 'ArrayBuffer' |
||||
} |
||||
|
||||
function fromArrayBuffer (obj, byteOffset, length) { |
||||
byteOffset >>>= 0 |
||||
|
||||
var maxLength = obj.byteLength - byteOffset |
||||
|
||||
if (maxLength < 0) { |
||||
throw new RangeError("'offset' is out of bounds") |
||||
} |
||||
|
||||
if (length === undefined) { |
||||
length = maxLength |
||||
} else { |
||||
length >>>= 0 |
||||
|
||||
if (length > maxLength) { |
||||
throw new RangeError("'length' is out of bounds") |
||||
} |
||||
} |
||||
|
||||
return isModern |
||||
? Buffer.from(obj.slice(byteOffset, byteOffset + length)) |
||||
: new Buffer(new Uint8Array(obj.slice(byteOffset, byteOffset + length))) |
||||
} |
||||
|
||||
function fromString (string, encoding) { |
||||
if (typeof encoding !== 'string' || encoding === '') { |
||||
encoding = 'utf8' |
||||
} |
||||
|
||||
if (!Buffer.isEncoding(encoding)) { |
||||
throw new TypeError('"encoding" must be a valid string encoding') |
||||
} |
||||
|
||||
return isModern |
||||
? Buffer.from(string, encoding) |
||||
: new Buffer(string, encoding) |
||||
} |
||||
|
||||
function bufferFrom (value, encodingOrOffset, length) { |
||||
if (typeof value === 'number') { |
||||
throw new TypeError('"value" argument must not be a number') |
||||
} |
||||
|
||||
if (isArrayBuffer(value)) { |
||||
return fromArrayBuffer(value, encodingOrOffset, length) |
||||
} |
||||
|
||||
if (typeof value === 'string') { |
||||
return fromString(value, encodingOrOffset) |
||||
} |
||||
|
||||
return isModern |
||||
? Buffer.from(value) |
||||
: new Buffer(value) |
||||
} |
||||
|
||||
module.exports = bufferFrom |
||||
@ -1,19 +0,0 @@ |
||||
{ |
||||
"name": "buffer-from", |
||||
"version": "1.1.2", |
||||
"license": "MIT", |
||||
"repository": "LinusU/buffer-from", |
||||
"files": [ |
||||
"index.js" |
||||
], |
||||
"scripts": { |
||||
"test": "standard && node test" |
||||
}, |
||||
"devDependencies": { |
||||
"standard": "^12.0.1" |
||||
}, |
||||
"keywords": [ |
||||
"buffer", |
||||
"buffer from" |
||||
] |
||||
} |
||||
@ -1,69 +0,0 @@ |
||||
# Buffer From |
||||
|
||||
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. |
||||
|
||||
## Installation |
||||
|
||||
```sh |
||||
npm install --save buffer-from |
||||
``` |
||||
|
||||
## Usage |
||||
|
||||
```js |
||||
const bufferFrom = require('buffer-from') |
||||
|
||||
console.log(bufferFrom([1, 2, 3, 4])) |
||||
//=> <Buffer 01 02 03 04> |
||||
|
||||
const arr = new Uint8Array([1, 2, 3, 4]) |
||||
console.log(bufferFrom(arr.buffer, 1, 2)) |
||||
//=> <Buffer 02 03> |
||||
|
||||
console.log(bufferFrom('test', 'utf8')) |
||||
//=> <Buffer 74 65 73 74> |
||||
|
||||
const buf = bufferFrom('test') |
||||
console.log(bufferFrom(buf)) |
||||
//=> <Buffer 74 65 73 74> |
||||
``` |
||||
|
||||
## API |
||||
|
||||
### bufferFrom(array) |
||||
|
||||
- `array` <Array> |
||||
|
||||
Allocates a new `Buffer` using an `array` of octets. |
||||
|
||||
### bufferFrom(arrayBuffer[, byteOffset[, length]]) |
||||
|
||||
- `arrayBuffer` <ArrayBuffer> The `.buffer` property of a TypedArray or ArrayBuffer |
||||
- `byteOffset` <Integer> Where to start copying from `arrayBuffer`. **Default:** `0` |
||||
- `length` <Integer> How many bytes to copy from `arrayBuffer`. **Default:** `arrayBuffer.length - byteOffset` |
||||
|
||||
When passed a reference to the `.buffer` property of a TypedArray instance, the |
||||
newly created `Buffer` will share the same allocated memory as the TypedArray. |
||||
|
||||
The optional `byteOffset` and `length` arguments specify a memory range within |
||||
the `arrayBuffer` that will be shared by the `Buffer`. |
||||
|
||||
### bufferFrom(buffer) |
||||
|
||||
- `buffer` <Buffer> An existing `Buffer` to copy data from |
||||
|
||||
Copies the passed `buffer` data onto a new `Buffer` instance. |
||||
|
||||
### bufferFrom(string[, encoding]) |
||||
|
||||
- `string` <String> A string to encode. |
||||
- `encoding` <String> The encoding of `string`. **Default:** `'utf8'` |
||||
|
||||
Creates a new `Buffer` containing the given JavaScript string `string`. If |
||||
provided, the `encoding` parameter identifies the character encoding of |
||||
`string`. |
||||
|
||||
## See also |
||||
|
||||
- [buffer-alloc](https://github.com/LinusU/buffer-alloc) A ponyfill for `Buffer.alloc` |
||||
- [buffer-alloc-unsafe](https://github.com/LinusU/buffer-alloc-unsafe) A ponyfill for `Buffer.allocUnsafe` |
||||
@ -1,5 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
module.exports = { |
||||
extends: '@mscdex/eslint-config', |
||||
}; |
||||
@ -1,24 +0,0 @@ |
||||
name: CI |
||||
|
||||
on: |
||||
pull_request: |
||||
push: |
||||
branches: [ master ] |
||||
|
||||
jobs: |
||||
tests-linux: |
||||
runs-on: ubuntu-latest |
||||
strategy: |
||||
fail-fast: false |
||||
matrix: |
||||
node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x] |
||||
steps: |
||||
- uses: actions/checkout@v2 |
||||
- name: Use Node.js ${{ matrix.node-version }} |
||||
uses: actions/setup-node@v1 |
||||
with: |
||||
node-version: ${{ matrix.node-version }} |
||||
- name: Install module |
||||
run: npm install |
||||
- name: Run tests |
||||
run: npm test |
||||
@ -1,23 +0,0 @@ |
||||
name: lint |
||||
|
||||
on: |
||||
pull_request: |
||||
push: |
||||
branches: [ master ] |
||||
|
||||
env: |
||||
NODE_VERSION: 16.x |
||||
|
||||
jobs: |
||||
lint-js: |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- uses: actions/checkout@v2 |
||||
- name: Use Node.js ${{ env.NODE_VERSION }} |
||||
uses: actions/setup-node@v1 |
||||
with: |
||||
node-version: ${{ env.NODE_VERSION }} |
||||
- name: Install ESLint + ESLint configs/plugins |
||||
run: npm install --only=dev |
||||
- name: Lint files |
||||
run: npm run lint |
||||
@ -1,19 +0,0 @@ |
||||
Copyright Brian White. All rights reserved. |
||||
|
||||
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. |
||||
@ -1,191 +0,0 @@ |
||||
# Description |
||||
|
||||
A node.js module for parsing incoming HTML form data. |
||||
|
||||
Changes (breaking or otherwise) in v1.0.0 can be found [here](https://github.com/mscdex/busboy/issues/266). |
||||
|
||||
# Requirements |
||||
|
||||
* [node.js](http://nodejs.org/) -- v10.16.0 or newer |
||||
|
||||
|
||||
# Install |
||||
|
||||
npm install busboy |
||||
|
||||
|
||||
# Examples |
||||
|
||||
* Parsing (multipart) with default options: |
||||
|
||||
```js |
||||
const http = require('http'); |
||||
|
||||
const busboy = require('busboy'); |
||||
|
||||
http.createServer((req, res) => { |
||||
if (req.method === 'POST') { |
||||
console.log('POST request'); |
||||
const bb = busboy({ headers: req.headers }); |
||||
bb.on('file', (name, file, info) => { |
||||
const { filename, encoding, mimeType } = info; |
||||
console.log( |
||||
`File [${name}]: filename: %j, encoding: %j, mimeType: %j`, |
||||
filename, |
||||
encoding, |
||||
mimeType |
||||
); |
||||
file.on('data', (data) => { |
||||
console.log(`File [${name}] got ${data.length} bytes`); |
||||
}).on('close', () => { |
||||
console.log(`File [${name}] done`); |
||||
}); |
||||
}); |
||||
bb.on('field', (name, val, info) => { |
||||
console.log(`Field [${name}]: value: %j`, val); |
||||
}); |
||||
bb.on('close', () => { |
||||
console.log('Done parsing form!'); |
||||
res.writeHead(303, { Connection: 'close', Location: '/' }); |
||||
res.end(); |
||||
}); |
||||
req.pipe(bb); |
||||
} else if (req.method === 'GET') { |
||||
res.writeHead(200, { Connection: 'close' }); |
||||
res.end(` |
||||
<html> |
||||
<head></head> |
||||
<body> |
||||
<form method="POST" enctype="multipart/form-data"> |
||||
<input type="file" name="filefield"><br /> |
||||
<input type="text" name="textfield"><br /> |
||||
<input type="submit"> |
||||
</form> |
||||
</body> |
||||
</html> |
||||
`); |
||||
} |
||||
}).listen(8000, () => { |
||||
console.log('Listening for requests'); |
||||
}); |
||||
|
||||
// Example output: |
||||
// |
||||
// Listening for requests |
||||
// < ... form submitted ... > |
||||
// POST request |
||||
// File [filefield]: filename: "logo.jpg", encoding: "binary", mime: "image/jpeg" |
||||
// File [filefield] got 11912 bytes |
||||
// Field [textfield]: value: "testing! :-)" |
||||
// File [filefield] done |
||||
// Done parsing form! |
||||
``` |
||||
|
||||
* Save all incoming files to disk: |
||||
|
||||
```js |
||||
const { randomFillSync } = require('crypto'); |
||||
const fs = require('fs'); |
||||
const http = require('http'); |
||||
const os = require('os'); |
||||
const path = require('path'); |
||||
|
||||
const busboy = require('busboy'); |
||||
|
||||
const random = (() => { |
||||
const buf = Buffer.alloc(16); |
||||
return () => randomFillSync(buf).toString('hex'); |
||||
})(); |
||||
|
||||
http.createServer((req, res) => { |
||||
if (req.method === 'POST') { |
||||
const bb = busboy({ headers: req.headers }); |
||||
bb.on('file', (name, file, info) => { |
||||
const saveTo = path.join(os.tmpdir(), `busboy-upload-${random()}`); |
||||
file.pipe(fs.createWriteStream(saveTo)); |
||||
}); |
||||
bb.on('close', () => { |
||||
res.writeHead(200, { 'Connection': 'close' }); |
||||
res.end(`That's all folks!`); |
||||
}); |
||||
req.pipe(bb); |
||||
return; |
||||
} |
||||
res.writeHead(404); |
||||
res.end(); |
||||
}).listen(8000, () => { |
||||
console.log('Listening for requests'); |
||||
}); |
||||
``` |
||||
|
||||
|
||||
# API |
||||
|
||||
## Exports |
||||
|
||||
`busboy` exports a single function: |
||||
|
||||
**( _function_ )**(< _object_ >config) - Creates and returns a new _Writable_ form parser stream. |
||||
|
||||
* Valid `config` properties: |
||||
|
||||
* **headers** - _object_ - These are the HTTP headers of the incoming request, which are used by individual parsers. |
||||
|
||||
* **highWaterMark** - _integer_ - highWaterMark to use for the parser stream. **Default:** node's _stream.Writable_ default. |
||||
|
||||
* **fileHwm** - _integer_ - highWaterMark to use for individual file streams. **Default:** node's _stream.Readable_ default. |
||||
|
||||
* **defCharset** - _string_ - Default character set to use when one isn't defined. **Default:** `'utf8'`. |
||||
|
||||
* **defParamCharset** - _string_ - For multipart forms, the default character set to use for values of part header parameters (e.g. filename) that are not extended parameters (that contain an explicit charset). **Default:** `'latin1'`. |
||||
|
||||
* **preservePath** - _boolean_ - If paths in filenames from file parts in a `'multipart/form-data'` request shall be preserved. **Default:** `false`. |
||||
|
||||
* **limits** - _object_ - Various limits on incoming data. Valid properties are: |
||||
|
||||
* **fieldNameSize** - _integer_ - Max field name size (in bytes). **Default:** `100`. |
||||
|
||||
* **fieldSize** - _integer_ - Max field value size (in bytes). **Default:** `1048576` (1MB). |
||||
|
||||
* **fields** - _integer_ - Max number of non-file fields. **Default:** `Infinity`. |
||||
|
||||
* **fileSize** - _integer_ - For multipart forms, the max file size (in bytes). **Default:** `Infinity`. |
||||
|
||||
* **files** - _integer_ - For multipart forms, the max number of file fields. **Default:** `Infinity`. |
||||
|
||||
* **parts** - _integer_ - For multipart forms, the max number of parts (fields + files). **Default:** `Infinity`. |
||||
|
||||
* **headerPairs** - _integer_ - For multipart forms, the max number of header key-value pairs to parse. **Default:** `2000` (same as node's http module). |
||||
|
||||
This function can throw exceptions if there is something wrong with the values in `config`. For example, if the Content-Type in `headers` is missing entirely, is not a supported type, or is missing the boundary for `'multipart/form-data'` requests. |
||||
|
||||
## (Special) Parser stream events |
||||
|
||||
* **file**(< _string_ >name, < _Readable_ >stream, < _object_ >info) - Emitted for each new file found. `name` contains the form field name. `stream` is a _Readable_ stream containing the file's data. No transformations/conversions (e.g. base64 to raw binary) are done on the file's data. `info` contains the following properties: |
||||
|
||||
* `filename` - _string_ - If supplied, this contains the file's filename. **WARNING:** You should almost _never_ use this value as-is (especially if you are using `preservePath: true` in your `config`) as it could contain malicious input. You are better off generating your own (safe) filenames, or at the very least using a hash of the filename. |
||||
|
||||
* `encoding` - _string_ - The file's `'Content-Transfer-Encoding'` value. |
||||
|
||||
* `mimeType` - _string_ - The file's `'Content-Type'` value. |
||||
|
||||
**Note:** If you listen for this event, you should always consume the `stream` whether you care about its contents or not (you can simply do `stream.resume();` if you want to discard/skip the contents), otherwise the `'finish'`/`'close'` event will never fire on the busboy parser stream. |
||||
However, if you aren't accepting files, you can either simply not listen for the `'file'` event at all or set `limits.files` to `0`, and any/all files will be automatically skipped (these skipped files will still count towards any configured `limits.files` and `limits.parts` limits though). |
||||
|
||||
**Note:** If a configured `limits.fileSize` limit was reached for a file, `stream` will both have a boolean property `truncated` set to `true` (best checked at the end of the stream) and emit a `'limit'` event to notify you when this happens. |
||||
|
||||
* **field**(< _string_ >name, < _string_ >value, < _object_ >info) - Emitted for each new non-file field found. `name` contains the form field name. `value` contains the string value of the field. `info` contains the following properties: |
||||
|
||||
* `nameTruncated` - _boolean_ - Whether `name` was truncated or not (due to a configured `limits.fieldNameSize` limit) |
||||
|
||||
* `valueTruncated` - _boolean_ - Whether `value` was truncated or not (due to a configured `limits.fieldSize` limit) |
||||
|
||||
* `encoding` - _string_ - The field's `'Content-Transfer-Encoding'` value. |
||||
|
||||
* `mimeType` - _string_ - The field's `'Content-Type'` value. |
||||
|
||||
* **partsLimit**() - Emitted when the configured `limits.parts` limit has been reached. No more `'file'` or `'field'` events will be emitted. |
||||
|
||||
* **filesLimit**() - Emitted when the configured `limits.files` limit has been reached. No more `'file'` events will be emitted. |
||||
|
||||
* **fieldsLimit**() - Emitted when the configured `limits.fields` limit has been reached. No more `'field'` events will be emitted. |
||||
@ -1,149 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
function createMultipartBuffers(boundary, sizes) { |
||||
const bufs = []; |
||||
for (let i = 0; i < sizes.length; ++i) { |
||||
const mb = sizes[i] * 1024 * 1024; |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}`, |
||||
`content-disposition: form-data; name="field${i + 1}"`, |
||||
'', |
||||
'0'.repeat(mb), |
||||
'', |
||||
].join('\r\n'))); |
||||
} |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}--`, |
||||
'', |
||||
].join('\r\n'))); |
||||
return bufs; |
||||
} |
||||
|
||||
const boundary = '-----------------------------168072824752491622650073'; |
||||
const buffers = createMultipartBuffers(boundary, [ |
||||
10, |
||||
10, |
||||
10, |
||||
20, |
||||
50, |
||||
]); |
||||
const calls = { |
||||
partBegin: 0, |
||||
headerField: 0, |
||||
headerValue: 0, |
||||
headerEnd: 0, |
||||
headersEnd: 0, |
||||
partData: 0, |
||||
partEnd: 0, |
||||
end: 0, |
||||
}; |
||||
|
||||
const moduleName = process.argv[2]; |
||||
switch (moduleName) { |
||||
case 'busboy': { |
||||
const busboy = require('busboy'); |
||||
|
||||
const parser = busboy({ |
||||
limits: { |
||||
fieldSizeLimit: Infinity, |
||||
}, |
||||
headers: { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}, |
||||
}); |
||||
parser.on('field', (name, val, info) => { |
||||
++calls.partBegin; |
||||
++calls.partData; |
||||
++calls.partEnd; |
||||
}).on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable': { |
||||
const { MultipartParser } = require('formidable'); |
||||
|
||||
const parser = new MultipartParser(); |
||||
parser.initWithBoundary(boundary); |
||||
parser.on('data', ({ name }) => { |
||||
++calls[name]; |
||||
if (name === 'end') |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
|
||||
break; |
||||
} |
||||
|
||||
case 'multiparty': { |
||||
const { Readable } = require('stream'); |
||||
|
||||
const { Form } = require('multiparty'); |
||||
|
||||
const form = new Form({ |
||||
maxFieldsSize: Infinity, |
||||
maxFields: Infinity, |
||||
maxFilesSize: Infinity, |
||||
autoFields: false, |
||||
autoFiles: false, |
||||
}); |
||||
|
||||
const req = new Readable({ read: () => {} }); |
||||
req.headers = { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}; |
||||
|
||||
function hijack(name, fn) { |
||||
const oldFn = form[name]; |
||||
form[name] = function() { |
||||
fn(); |
||||
return oldFn.apply(this, arguments); |
||||
}; |
||||
} |
||||
|
||||
hijack('onParseHeaderField', () => { |
||||
++calls.headerField; |
||||
}); |
||||
hijack('onParseHeaderValue', () => { |
||||
++calls.headerValue; |
||||
}); |
||||
hijack('onParsePartBegin', () => { |
||||
++calls.partBegin; |
||||
}); |
||||
hijack('onParsePartData', () => { |
||||
++calls.partData; |
||||
}); |
||||
hijack('onParsePartEnd', () => { |
||||
++calls.partEnd; |
||||
}); |
||||
|
||||
form.on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}).on('part', (p) => p.resume()); |
||||
|
||||
console.time(moduleName); |
||||
form.parse(req); |
||||
for (const buf of buffers) |
||||
req.push(buf); |
||||
req.push(null); |
||||
|
||||
break; |
||||
} |
||||
|
||||
default: |
||||
if (moduleName === undefined) |
||||
console.error('Missing parser module name'); |
||||
else |
||||
console.error(`Invalid parser module name: ${moduleName}`); |
||||
process.exit(1); |
||||
} |
||||
@ -1,143 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
function createMultipartBuffers(boundary, sizes) { |
||||
const bufs = []; |
||||
for (let i = 0; i < sizes.length; ++i) { |
||||
const mb = sizes[i] * 1024 * 1024; |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}`, |
||||
`content-disposition: form-data; name="field${i + 1}"`, |
||||
'', |
||||
'0'.repeat(mb), |
||||
'', |
||||
].join('\r\n'))); |
||||
} |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}--`, |
||||
'', |
||||
].join('\r\n'))); |
||||
return bufs; |
||||
} |
||||
|
||||
const boundary = '-----------------------------168072824752491622650073'; |
||||
const buffers = createMultipartBuffers(boundary, (new Array(100)).fill(1)); |
||||
const calls = { |
||||
partBegin: 0, |
||||
headerField: 0, |
||||
headerValue: 0, |
||||
headerEnd: 0, |
||||
headersEnd: 0, |
||||
partData: 0, |
||||
partEnd: 0, |
||||
end: 0, |
||||
}; |
||||
|
||||
const moduleName = process.argv[2]; |
||||
switch (moduleName) { |
||||
case 'busboy': { |
||||
const busboy = require('busboy'); |
||||
|
||||
const parser = busboy({ |
||||
limits: { |
||||
fieldSizeLimit: Infinity, |
||||
}, |
||||
headers: { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}, |
||||
}); |
||||
parser.on('field', (name, val, info) => { |
||||
++calls.partBegin; |
||||
++calls.partData; |
||||
++calls.partEnd; |
||||
}).on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable': { |
||||
const { MultipartParser } = require('formidable'); |
||||
|
||||
const parser = new MultipartParser(); |
||||
parser.initWithBoundary(boundary); |
||||
parser.on('data', ({ name }) => { |
||||
++calls[name]; |
||||
if (name === 'end') |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
|
||||
break; |
||||
} |
||||
|
||||
case 'multiparty': { |
||||
const { Readable } = require('stream'); |
||||
|
||||
const { Form } = require('multiparty'); |
||||
|
||||
const form = new Form({ |
||||
maxFieldsSize: Infinity, |
||||
maxFields: Infinity, |
||||
maxFilesSize: Infinity, |
||||
autoFields: false, |
||||
autoFiles: false, |
||||
}); |
||||
|
||||
const req = new Readable({ read: () => {} }); |
||||
req.headers = { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}; |
||||
|
||||
function hijack(name, fn) { |
||||
const oldFn = form[name]; |
||||
form[name] = function() { |
||||
fn(); |
||||
return oldFn.apply(this, arguments); |
||||
}; |
||||
} |
||||
|
||||
hijack('onParseHeaderField', () => { |
||||
++calls.headerField; |
||||
}); |
||||
hijack('onParseHeaderValue', () => { |
||||
++calls.headerValue; |
||||
}); |
||||
hijack('onParsePartBegin', () => { |
||||
++calls.partBegin; |
||||
}); |
||||
hijack('onParsePartData', () => { |
||||
++calls.partData; |
||||
}); |
||||
hijack('onParsePartEnd', () => { |
||||
++calls.partEnd; |
||||
}); |
||||
|
||||
form.on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}).on('part', (p) => p.resume()); |
||||
|
||||
console.time(moduleName); |
||||
form.parse(req); |
||||
for (const buf of buffers) |
||||
req.push(buf); |
||||
req.push(null); |
||||
|
||||
break; |
||||
} |
||||
|
||||
default: |
||||
if (moduleName === undefined) |
||||
console.error('Missing parser module name'); |
||||
else |
||||
console.error(`Invalid parser module name: ${moduleName}`); |
||||
process.exit(1); |
||||
} |
||||
@ -1,154 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
function createMultipartBuffers(boundary, sizes) { |
||||
const bufs = []; |
||||
for (let i = 0; i < sizes.length; ++i) { |
||||
const mb = sizes[i] * 1024 * 1024; |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}`, |
||||
`content-disposition: form-data; name="file${i + 1}"; ` |
||||
+ `filename="random${i + 1}.bin"`, |
||||
'content-type: application/octet-stream', |
||||
'', |
||||
'0'.repeat(mb), |
||||
'', |
||||
].join('\r\n'))); |
||||
} |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}--`, |
||||
'', |
||||
].join('\r\n'))); |
||||
return bufs; |
||||
} |
||||
|
||||
const boundary = '-----------------------------168072824752491622650073'; |
||||
const buffers = createMultipartBuffers(boundary, [ |
||||
10, |
||||
10, |
||||
10, |
||||
20, |
||||
50, |
||||
]); |
||||
const calls = { |
||||
partBegin: 0, |
||||
headerField: 0, |
||||
headerValue: 0, |
||||
headerEnd: 0, |
||||
headersEnd: 0, |
||||
partData: 0, |
||||
partEnd: 0, |
||||
end: 0, |
||||
}; |
||||
|
||||
const moduleName = process.argv[2]; |
||||
switch (moduleName) { |
||||
case 'busboy': { |
||||
const busboy = require('busboy'); |
||||
|
||||
const parser = busboy({ |
||||
limits: { |
||||
fieldSizeLimit: Infinity, |
||||
}, |
||||
headers: { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}, |
||||
}); |
||||
parser.on('file', (name, stream, info) => { |
||||
++calls.partBegin; |
||||
stream.on('data', (chunk) => { |
||||
++calls.partData; |
||||
}).on('end', () => { |
||||
++calls.partEnd; |
||||
}); |
||||
}).on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable': { |
||||
const { MultipartParser } = require('formidable'); |
||||
|
||||
const parser = new MultipartParser(); |
||||
parser.initWithBoundary(boundary); |
||||
parser.on('data', ({ name }) => { |
||||
++calls[name]; |
||||
if (name === 'end') |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
|
||||
break; |
||||
} |
||||
|
||||
case 'multiparty': { |
||||
const { Readable } = require('stream'); |
||||
|
||||
const { Form } = require('multiparty'); |
||||
|
||||
const form = new Form({ |
||||
maxFieldsSize: Infinity, |
||||
maxFields: Infinity, |
||||
maxFilesSize: Infinity, |
||||
autoFields: false, |
||||
autoFiles: false, |
||||
}); |
||||
|
||||
const req = new Readable({ read: () => {} }); |
||||
req.headers = { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}; |
||||
|
||||
function hijack(name, fn) { |
||||
const oldFn = form[name]; |
||||
form[name] = function() { |
||||
fn(); |
||||
return oldFn.apply(this, arguments); |
||||
}; |
||||
} |
||||
|
||||
hijack('onParseHeaderField', () => { |
||||
++calls.headerField; |
||||
}); |
||||
hijack('onParseHeaderValue', () => { |
||||
++calls.headerValue; |
||||
}); |
||||
hijack('onParsePartBegin', () => { |
||||
++calls.partBegin; |
||||
}); |
||||
hijack('onParsePartData', () => { |
||||
++calls.partData; |
||||
}); |
||||
hijack('onParsePartEnd', () => { |
||||
++calls.partEnd; |
||||
}); |
||||
|
||||
form.on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}).on('part', (p) => p.resume()); |
||||
|
||||
console.time(moduleName); |
||||
form.parse(req); |
||||
for (const buf of buffers) |
||||
req.push(buf); |
||||
req.push(null); |
||||
|
||||
break; |
||||
} |
||||
|
||||
default: |
||||
if (moduleName === undefined) |
||||
console.error('Missing parser module name'); |
||||
else |
||||
console.error(`Invalid parser module name: ${moduleName}`); |
||||
process.exit(1); |
||||
} |
||||
@ -1,148 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
function createMultipartBuffers(boundary, sizes) { |
||||
const bufs = []; |
||||
for (let i = 0; i < sizes.length; ++i) { |
||||
const mb = sizes[i] * 1024 * 1024; |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}`, |
||||
`content-disposition: form-data; name="file${i + 1}"; ` |
||||
+ `filename="random${i + 1}.bin"`, |
||||
'content-type: application/octet-stream', |
||||
'', |
||||
'0'.repeat(mb), |
||||
'', |
||||
].join('\r\n'))); |
||||
} |
||||
bufs.push(Buffer.from([ |
||||
`--${boundary}--`, |
||||
'', |
||||
].join('\r\n'))); |
||||
return bufs; |
||||
} |
||||
|
||||
const boundary = '-----------------------------168072824752491622650073'; |
||||
const buffers = createMultipartBuffers(boundary, (new Array(100)).fill(1)); |
||||
const calls = { |
||||
partBegin: 0, |
||||
headerField: 0, |
||||
headerValue: 0, |
||||
headerEnd: 0, |
||||
headersEnd: 0, |
||||
partData: 0, |
||||
partEnd: 0, |
||||
end: 0, |
||||
}; |
||||
|
||||
const moduleName = process.argv[2]; |
||||
switch (moduleName) { |
||||
case 'busboy': { |
||||
const busboy = require('busboy'); |
||||
|
||||
const parser = busboy({ |
||||
limits: { |
||||
fieldSizeLimit: Infinity, |
||||
}, |
||||
headers: { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}, |
||||
}); |
||||
parser.on('file', (name, stream, info) => { |
||||
++calls.partBegin; |
||||
stream.on('data', (chunk) => { |
||||
++calls.partData; |
||||
}).on('end', () => { |
||||
++calls.partEnd; |
||||
}); |
||||
}).on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable': { |
||||
const { MultipartParser } = require('formidable'); |
||||
|
||||
const parser = new MultipartParser(); |
||||
parser.initWithBoundary(boundary); |
||||
parser.on('data', ({ name }) => { |
||||
++calls[name]; |
||||
if (name === 'end') |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
console.time(moduleName); |
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
|
||||
break; |
||||
} |
||||
|
||||
case 'multiparty': { |
||||
const { Readable } = require('stream'); |
||||
|
||||
const { Form } = require('multiparty'); |
||||
|
||||
const form = new Form({ |
||||
maxFieldsSize: Infinity, |
||||
maxFields: Infinity, |
||||
maxFilesSize: Infinity, |
||||
autoFields: false, |
||||
autoFiles: false, |
||||
}); |
||||
|
||||
const req = new Readable({ read: () => {} }); |
||||
req.headers = { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
}; |
||||
|
||||
function hijack(name, fn) { |
||||
const oldFn = form[name]; |
||||
form[name] = function() { |
||||
fn(); |
||||
return oldFn.apply(this, arguments); |
||||
}; |
||||
} |
||||
|
||||
hijack('onParseHeaderField', () => { |
||||
++calls.headerField; |
||||
}); |
||||
hijack('onParseHeaderValue', () => { |
||||
++calls.headerValue; |
||||
}); |
||||
hijack('onParsePartBegin', () => { |
||||
++calls.partBegin; |
||||
}); |
||||
hijack('onParsePartData', () => { |
||||
++calls.partData; |
||||
}); |
||||
hijack('onParsePartEnd', () => { |
||||
++calls.partEnd; |
||||
}); |
||||
|
||||
form.on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}).on('part', (p) => p.resume()); |
||||
|
||||
console.time(moduleName); |
||||
form.parse(req); |
||||
for (const buf of buffers) |
||||
req.push(buf); |
||||
req.push(null); |
||||
|
||||
break; |
||||
} |
||||
|
||||
default: |
||||
if (moduleName === undefined) |
||||
console.error('Missing parser module name'); |
||||
else |
||||
console.error(`Invalid parser module name: ${moduleName}`); |
||||
process.exit(1); |
||||
} |
||||
@ -1,101 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const buffers = [ |
||||
Buffer.from( |
||||
(new Array(100)).fill('').map((_, i) => `key${i}=value${i}`).join('&') |
||||
), |
||||
]; |
||||
const calls = { |
||||
field: 0, |
||||
end: 0, |
||||
}; |
||||
|
||||
let n = 3e3; |
||||
|
||||
const moduleName = process.argv[2]; |
||||
switch (moduleName) { |
||||
case 'busboy': { |
||||
const busboy = require('busboy'); |
||||
|
||||
console.time(moduleName); |
||||
(function next() { |
||||
const parser = busboy({ |
||||
limits: { |
||||
fieldSizeLimit: Infinity, |
||||
}, |
||||
headers: { |
||||
'content-type': 'application/x-www-form-urlencoded; charset=utf-8', |
||||
}, |
||||
}); |
||||
parser.on('field', (name, val, info) => { |
||||
++calls.field; |
||||
}).on('close', () => { |
||||
++calls.end; |
||||
if (--n === 0) |
||||
console.timeEnd(moduleName); |
||||
else |
||||
process.nextTick(next); |
||||
}); |
||||
|
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
parser.end(); |
||||
})(); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable': { |
||||
const QuerystringParser = |
||||
require('formidable/src/parsers/Querystring.js'); |
||||
|
||||
console.time(moduleName); |
||||
(function next() { |
||||
const parser = new QuerystringParser(); |
||||
parser.on('data', (obj) => { |
||||
++calls.field; |
||||
}).on('end', () => { |
||||
++calls.end; |
||||
if (--n === 0) |
||||
console.timeEnd(moduleName); |
||||
else |
||||
process.nextTick(next); |
||||
}); |
||||
|
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
parser.end(); |
||||
})(); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable-streaming': { |
||||
const QuerystringParser = |
||||
require('formidable/src/parsers/StreamingQuerystring.js'); |
||||
|
||||
console.time(moduleName); |
||||
(function next() { |
||||
const parser = new QuerystringParser(); |
||||
parser.on('data', (obj) => { |
||||
++calls.field; |
||||
}).on('end', () => { |
||||
++calls.end; |
||||
if (--n === 0) |
||||
console.timeEnd(moduleName); |
||||
else |
||||
process.nextTick(next); |
||||
}); |
||||
|
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
parser.end(); |
||||
})(); |
||||
break; |
||||
} |
||||
|
||||
default: |
||||
if (moduleName === undefined) |
||||
console.error('Missing parser module name'); |
||||
else |
||||
console.error(`Invalid parser module name: ${moduleName}`); |
||||
process.exit(1); |
||||
} |
||||
@ -1,84 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const buffers = [ |
||||
Buffer.from( |
||||
(new Array(900)).fill('').map((_, i) => `key${i}=value${i}`).join('&') |
||||
), |
||||
]; |
||||
const calls = { |
||||
field: 0, |
||||
end: 0, |
||||
}; |
||||
|
||||
const moduleName = process.argv[2]; |
||||
switch (moduleName) { |
||||
case 'busboy': { |
||||
const busboy = require('busboy'); |
||||
|
||||
console.time(moduleName); |
||||
const parser = busboy({ |
||||
limits: { |
||||
fieldSizeLimit: Infinity, |
||||
}, |
||||
headers: { |
||||
'content-type': 'application/x-www-form-urlencoded; charset=utf-8', |
||||
}, |
||||
}); |
||||
parser.on('field', (name, val, info) => { |
||||
++calls.field; |
||||
}).on('close', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
parser.end(); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable': { |
||||
const QuerystringParser = |
||||
require('formidable/src/parsers/Querystring.js'); |
||||
|
||||
console.time(moduleName); |
||||
const parser = new QuerystringParser(); |
||||
parser.on('data', (obj) => { |
||||
++calls.field; |
||||
}).on('end', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
parser.end(); |
||||
break; |
||||
} |
||||
|
||||
case 'formidable-streaming': { |
||||
const QuerystringParser = |
||||
require('formidable/src/parsers/StreamingQuerystring.js'); |
||||
|
||||
console.time(moduleName); |
||||
const parser = new QuerystringParser(); |
||||
parser.on('data', (obj) => { |
||||
++calls.field; |
||||
}).on('end', () => { |
||||
++calls.end; |
||||
console.timeEnd(moduleName); |
||||
}); |
||||
|
||||
for (const buf of buffers) |
||||
parser.write(buf); |
||||
parser.end(); |
||||
break; |
||||
} |
||||
|
||||
default: |
||||
if (moduleName === undefined) |
||||
console.error('Missing parser module name'); |
||||
else |
||||
console.error(`Invalid parser module name: ${moduleName}`); |
||||
process.exit(1); |
||||
} |
||||
@ -1,57 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const { parseContentType } = require('./utils.js'); |
||||
|
||||
function getInstance(cfg) { |
||||
const headers = cfg.headers; |
||||
const conType = parseContentType(headers['content-type']); |
||||
if (!conType) |
||||
throw new Error('Malformed content type'); |
||||
|
||||
for (const type of TYPES) { |
||||
const matched = type.detect(conType); |
||||
if (!matched) |
||||
continue; |
||||
|
||||
const instanceCfg = { |
||||
limits: cfg.limits, |
||||
headers, |
||||
conType, |
||||
highWaterMark: undefined, |
||||
fileHwm: undefined, |
||||
defCharset: undefined, |
||||
defParamCharset: undefined, |
||||
preservePath: false, |
||||
}; |
||||
if (cfg.highWaterMark) |
||||
instanceCfg.highWaterMark = cfg.highWaterMark; |
||||
if (cfg.fileHwm) |
||||
instanceCfg.fileHwm = cfg.fileHwm; |
||||
instanceCfg.defCharset = cfg.defCharset; |
||||
instanceCfg.defParamCharset = cfg.defParamCharset; |
||||
instanceCfg.preservePath = cfg.preservePath; |
||||
return new type(instanceCfg); |
||||
} |
||||
|
||||
throw new Error(`Unsupported content type: ${headers['content-type']}`); |
||||
} |
||||
|
||||
// Note: types are explicitly listed here for easier bundling
|
||||
// See: https://github.com/mscdex/busboy/issues/121
|
||||
const TYPES = [ |
||||
require('./types/multipart'), |
||||
require('./types/urlencoded'), |
||||
].filter(function(typemod) { return typeof typemod.detect === 'function'; }); |
||||
|
||||
module.exports = (cfg) => { |
||||
if (typeof cfg !== 'object' || cfg === null) |
||||
cfg = {}; |
||||
|
||||
if (typeof cfg.headers !== 'object' |
||||
|| cfg.headers === null |
||||
|| typeof cfg.headers['content-type'] !== 'string') { |
||||
throw new Error('Missing Content-Type'); |
||||
} |
||||
|
||||
return getInstance(cfg); |
||||
}; |
||||
@ -1,653 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const { Readable, Writable } = require('stream'); |
||||
|
||||
const StreamSearch = require('streamsearch'); |
||||
|
||||
const { |
||||
basename, |
||||
convertToUTF8, |
||||
getDecoder, |
||||
parseContentType, |
||||
parseDisposition, |
||||
} = require('../utils.js'); |
||||
|
||||
const BUF_CRLF = Buffer.from('\r\n'); |
||||
const BUF_CR = Buffer.from('\r'); |
||||
const BUF_DASH = Buffer.from('-'); |
||||
|
||||
function noop() {} |
||||
|
||||
const MAX_HEADER_PAIRS = 2000; // From node
|
||||
const MAX_HEADER_SIZE = 16 * 1024; // From node (its default value)
|
||||
|
||||
const HPARSER_NAME = 0; |
||||
const HPARSER_PRE_OWS = 1; |
||||
const HPARSER_VALUE = 2; |
||||
class HeaderParser { |
||||
constructor(cb) { |
||||
this.header = Object.create(null); |
||||
this.pairCount = 0; |
||||
this.byteCount = 0; |
||||
this.state = HPARSER_NAME; |
||||
this.name = ''; |
||||
this.value = ''; |
||||
this.crlf = 0; |
||||
this.cb = cb; |
||||
} |
||||
|
||||
reset() { |
||||
this.header = Object.create(null); |
||||
this.pairCount = 0; |
||||
this.byteCount = 0; |
||||
this.state = HPARSER_NAME; |
||||
this.name = ''; |
||||
this.value = ''; |
||||
this.crlf = 0; |
||||
} |
||||
|
||||
push(chunk, pos, end) { |
||||
let start = pos; |
||||
while (pos < end) { |
||||
switch (this.state) { |
||||
case HPARSER_NAME: { |
||||
let done = false; |
||||
for (; pos < end; ++pos) { |
||||
if (this.byteCount === MAX_HEADER_SIZE) |
||||
return -1; |
||||
++this.byteCount; |
||||
const code = chunk[pos]; |
||||
if (TOKEN[code] !== 1) { |
||||
if (code !== 58/* ':' */) |
||||
return -1; |
||||
this.name += chunk.latin1Slice(start, pos); |
||||
if (this.name.length === 0) |
||||
return -1; |
||||
++pos; |
||||
done = true; |
||||
this.state = HPARSER_PRE_OWS; |
||||
break; |
||||
} |
||||
} |
||||
if (!done) { |
||||
this.name += chunk.latin1Slice(start, pos); |
||||
break; |
||||
} |
||||
// FALLTHROUGH
|
||||
} |
||||
case HPARSER_PRE_OWS: { |
||||
// Skip optional whitespace
|
||||
let done = false; |
||||
for (; pos < end; ++pos) { |
||||
if (this.byteCount === MAX_HEADER_SIZE) |
||||
return -1; |
||||
++this.byteCount; |
||||
const code = chunk[pos]; |
||||
if (code !== 32/* ' ' */ && code !== 9/* '\t' */) { |
||||
start = pos; |
||||
done = true; |
||||
this.state = HPARSER_VALUE; |
||||
break; |
||||
} |
||||
} |
||||
if (!done) |
||||
break; |
||||
// FALLTHROUGH
|
||||
} |
||||
case HPARSER_VALUE: |
||||
switch (this.crlf) { |
||||
case 0: // Nothing yet
|
||||
for (; pos < end; ++pos) { |
||||
if (this.byteCount === MAX_HEADER_SIZE) |
||||
return -1; |
||||
++this.byteCount; |
||||
const code = chunk[pos]; |
||||
if (FIELD_VCHAR[code] !== 1) { |
||||
if (code !== 13/* '\r' */) |
||||
return -1; |
||||
++this.crlf; |
||||
break; |
||||
} |
||||
} |
||||
this.value += chunk.latin1Slice(start, pos++); |
||||
break; |
||||
case 1: // Received CR
|
||||
if (this.byteCount === MAX_HEADER_SIZE) |
||||
return -1; |
||||
++this.byteCount; |
||||
if (chunk[pos++] !== 10/* '\n' */) |
||||
return -1; |
||||
++this.crlf; |
||||
break; |
||||
case 2: { // Received CR LF
|
||||
if (this.byteCount === MAX_HEADER_SIZE) |
||||
return -1; |
||||
++this.byteCount; |
||||
const code = chunk[pos]; |
||||
if (code === 32/* ' ' */ || code === 9/* '\t' */) { |
||||
// Folded value
|
||||
start = pos; |
||||
this.crlf = 0; |
||||
} else { |
||||
if (++this.pairCount < MAX_HEADER_PAIRS) { |
||||
this.name = this.name.toLowerCase(); |
||||
if (this.header[this.name] === undefined) |
||||
this.header[this.name] = [this.value]; |
||||
else |
||||
this.header[this.name].push(this.value); |
||||
} |
||||
if (code === 13/* '\r' */) { |
||||
++this.crlf; |
||||
++pos; |
||||
} else { |
||||
// Assume start of next header field name
|
||||
start = pos; |
||||
this.crlf = 0; |
||||
this.state = HPARSER_NAME; |
||||
this.name = ''; |
||||
this.value = ''; |
||||
} |
||||
} |
||||
break; |
||||
} |
||||
case 3: { // Received CR LF CR
|
||||
if (this.byteCount === MAX_HEADER_SIZE) |
||||
return -1; |
||||
++this.byteCount; |
||||
if (chunk[pos++] !== 10/* '\n' */) |
||||
return -1; |
||||
// End of header
|
||||
const header = this.header; |
||||
this.reset(); |
||||
this.cb(header); |
||||
return pos; |
||||
} |
||||
} |
||||
break; |
||||
} |
||||
} |
||||
|
||||
return pos; |
||||
} |
||||
} |
||||
|
||||
class FileStream extends Readable { |
||||
constructor(opts, owner) { |
||||
super(opts); |
||||
this.truncated = false; |
||||
this._readcb = null; |
||||
this.once('end', () => { |
||||
// We need to make sure that we call any outstanding _writecb() that is
|
||||
// associated with this file so that processing of the rest of the form
|
||||
// can continue. This may not happen if the file stream ends right after
|
||||
// backpressure kicks in, so we force it here.
|
||||
this._read(); |
||||
if (--owner._fileEndsLeft === 0 && owner._finalcb) { |
||||
const cb = owner._finalcb; |
||||
owner._finalcb = null; |
||||
// Make sure other 'end' event handlers get a chance to be executed
|
||||
// before busboy's 'finish' event is emitted
|
||||
process.nextTick(cb); |
||||
} |
||||
}); |
||||
} |
||||
_read(n) { |
||||
const cb = this._readcb; |
||||
if (cb) { |
||||
this._readcb = null; |
||||
cb(); |
||||
} |
||||
} |
||||
} |
||||
|
||||
const ignoreData = { |
||||
push: (chunk, pos) => {}, |
||||
destroy: () => {}, |
||||
}; |
||||
|
||||
function callAndUnsetCb(self, err) { |
||||
const cb = self._writecb; |
||||
self._writecb = null; |
||||
if (err) |
||||
self.destroy(err); |
||||
else if (cb) |
||||
cb(); |
||||
} |
||||
|
||||
function nullDecoder(val, hint) { |
||||
return val; |
||||
} |
||||
|
||||
class Multipart extends Writable { |
||||
constructor(cfg) { |
||||
const streamOpts = { |
||||
autoDestroy: true, |
||||
emitClose: true, |
||||
highWaterMark: (typeof cfg.highWaterMark === 'number' |
||||
? cfg.highWaterMark |
||||
: undefined), |
||||
}; |
||||
super(streamOpts); |
||||
|
||||
if (!cfg.conType.params || typeof cfg.conType.params.boundary !== 'string') |
||||
throw new Error('Multipart: Boundary not found'); |
||||
|
||||
const boundary = cfg.conType.params.boundary; |
||||
const paramDecoder = (typeof cfg.defParamCharset === 'string' |
||||
&& cfg.defParamCharset |
||||
? getDecoder(cfg.defParamCharset) |
||||
: nullDecoder); |
||||
const defCharset = (cfg.defCharset || 'utf8'); |
||||
const preservePath = cfg.preservePath; |
||||
const fileOpts = { |
||||
autoDestroy: true, |
||||
emitClose: true, |
||||
highWaterMark: (typeof cfg.fileHwm === 'number' |
||||
? cfg.fileHwm |
||||
: undefined), |
||||
}; |
||||
|
||||
const limits = cfg.limits; |
||||
const fieldSizeLimit = (limits && typeof limits.fieldSize === 'number' |
||||
? limits.fieldSize |
||||
: 1 * 1024 * 1024); |
||||
const fileSizeLimit = (limits && typeof limits.fileSize === 'number' |
||||
? limits.fileSize |
||||
: Infinity); |
||||
const filesLimit = (limits && typeof limits.files === 'number' |
||||
? limits.files |
||||
: Infinity); |
||||
const fieldsLimit = (limits && typeof limits.fields === 'number' |
||||
? limits.fields |
||||
: Infinity); |
||||
const partsLimit = (limits && typeof limits.parts === 'number' |
||||
? limits.parts |
||||
: Infinity); |
||||
|
||||
let parts = -1; // Account for initial boundary
|
||||
let fields = 0; |
||||
let files = 0; |
||||
let skipPart = false; |
||||
|
||||
this._fileEndsLeft = 0; |
||||
this._fileStream = undefined; |
||||
this._complete = false; |
||||
let fileSize = 0; |
||||
|
||||
let field; |
||||
let fieldSize = 0; |
||||
let partCharset; |
||||
let partEncoding; |
||||
let partType; |
||||
let partName; |
||||
let partTruncated = false; |
||||
|
||||
let hitFilesLimit = false; |
||||
let hitFieldsLimit = false; |
||||
|
||||
this._hparser = null; |
||||
const hparser = new HeaderParser((header) => { |
||||
this._hparser = null; |
||||
skipPart = false; |
||||
|
||||
partType = 'text/plain'; |
||||
partCharset = defCharset; |
||||
partEncoding = '7bit'; |
||||
partName = undefined; |
||||
partTruncated = false; |
||||
|
||||
let filename; |
||||
if (!header['content-disposition']) { |
||||
skipPart = true; |
||||
return; |
||||
} |
||||
|
||||
const disp = parseDisposition(header['content-disposition'][0], |
||||
paramDecoder); |
||||
if (!disp || disp.type !== 'form-data') { |
||||
skipPart = true; |
||||
return; |
||||
} |
||||
|
||||
if (disp.params) { |
||||
if (disp.params.name) |
||||
partName = disp.params.name; |
||||
|
||||
if (disp.params['filename*']) |
||||
filename = disp.params['filename*']; |
||||
else if (disp.params.filename) |
||||
filename = disp.params.filename; |
||||
|
||||
if (filename !== undefined && !preservePath) |
||||
filename = basename(filename); |
||||
} |
||||
|
||||
if (header['content-type']) { |
||||
const conType = parseContentType(header['content-type'][0]); |
||||
if (conType) { |
||||
partType = `${conType.type}/${conType.subtype}`; |
||||
if (conType.params && typeof conType.params.charset === 'string') |
||||
partCharset = conType.params.charset.toLowerCase(); |
||||
} |
||||
} |
||||
|
||||
if (header['content-transfer-encoding']) |
||||
partEncoding = header['content-transfer-encoding'][0].toLowerCase(); |
||||
|
||||
if (partType === 'application/octet-stream' || filename !== undefined) { |
||||
// File
|
||||
|
||||
if (files === filesLimit) { |
||||
if (!hitFilesLimit) { |
||||
hitFilesLimit = true; |
||||
this.emit('filesLimit'); |
||||
} |
||||
skipPart = true; |
||||
return; |
||||
} |
||||
++files; |
||||
|
||||
if (this.listenerCount('file') === 0) { |
||||
skipPart = true; |
||||
return; |
||||
} |
||||
|
||||
fileSize = 0; |
||||
this._fileStream = new FileStream(fileOpts, this); |
||||
++this._fileEndsLeft; |
||||
this.emit( |
||||
'file', |
||||
partName, |
||||
this._fileStream, |
||||
{ filename, |
||||
encoding: partEncoding, |
||||
mimeType: partType } |
||||
); |
||||
} else { |
||||
// Non-file
|
||||
|
||||
if (fields === fieldsLimit) { |
||||
if (!hitFieldsLimit) { |
||||
hitFieldsLimit = true; |
||||
this.emit('fieldsLimit'); |
||||
} |
||||
skipPart = true; |
||||
return; |
||||
} |
||||
++fields; |
||||
|
||||
if (this.listenerCount('field') === 0) { |
||||
skipPart = true; |
||||
return; |
||||
} |
||||
|
||||
field = []; |
||||
fieldSize = 0; |
||||
} |
||||
}); |
||||
|
||||
let matchPostBoundary = 0; |
||||
const ssCb = (isMatch, data, start, end, isDataSafe) => { |
||||
retrydata: |
||||
while (data) { |
||||
if (this._hparser !== null) { |
||||
const ret = this._hparser.push(data, start, end); |
||||
if (ret === -1) { |
||||
this._hparser = null; |
||||
hparser.reset(); |
||||
this.emit('error', new Error('Malformed part header')); |
||||
break; |
||||
} |
||||
start = ret; |
||||
} |
||||
|
||||
if (start === end) |
||||
break; |
||||
|
||||
if (matchPostBoundary !== 0) { |
||||
if (matchPostBoundary === 1) { |
||||
switch (data[start]) { |
||||
case 45: // '-'
|
||||
// Try matching '--' after boundary
|
||||
matchPostBoundary = 2; |
||||
++start; |
||||
break; |
||||
case 13: // '\r'
|
||||
// Try matching CR LF before header
|
||||
matchPostBoundary = 3; |
||||
++start; |
||||
break; |
||||
default: |
||||
matchPostBoundary = 0; |
||||
} |
||||
if (start === end) |
||||
return; |
||||
} |
||||
|
||||
if (matchPostBoundary === 2) { |
||||
matchPostBoundary = 0; |
||||
if (data[start] === 45/* '-' */) { |
||||
// End of multipart data
|
||||
this._complete = true; |
||||
this._bparser = ignoreData; |
||||
return; |
||||
} |
||||
// We saw something other than '-', so put the dash we consumed
|
||||
// "back"
|
||||
const writecb = this._writecb; |
||||
this._writecb = noop; |
||||
ssCb(false, BUF_DASH, 0, 1, false); |
||||
this._writecb = writecb; |
||||
} else if (matchPostBoundary === 3) { |
||||
matchPostBoundary = 0; |
||||
if (data[start] === 10/* '\n' */) { |
||||
++start; |
||||
if (parts >= partsLimit) |
||||
break; |
||||
// Prepare the header parser
|
||||
this._hparser = hparser; |
||||
if (start === end) |
||||
break; |
||||
// Process the remaining data as a header
|
||||
continue retrydata; |
||||
} else { |
||||
// We saw something other than LF, so put the CR we consumed
|
||||
// "back"
|
||||
const writecb = this._writecb; |
||||
this._writecb = noop; |
||||
ssCb(false, BUF_CR, 0, 1, false); |
||||
this._writecb = writecb; |
||||
} |
||||
} |
||||
} |
||||
|
||||
if (!skipPart) { |
||||
if (this._fileStream) { |
||||
let chunk; |
||||
const actualLen = Math.min(end - start, fileSizeLimit - fileSize); |
||||
if (!isDataSafe) { |
||||
chunk = Buffer.allocUnsafe(actualLen); |
||||
data.copy(chunk, 0, start, start + actualLen); |
||||
} else { |
||||
chunk = data.slice(start, start + actualLen); |
||||
} |
||||
|
||||
fileSize += chunk.length; |
||||
if (fileSize === fileSizeLimit) { |
||||
if (chunk.length > 0) |
||||
this._fileStream.push(chunk); |
||||
this._fileStream.emit('limit'); |
||||
this._fileStream.truncated = true; |
||||
skipPart = true; |
||||
} else if (!this._fileStream.push(chunk)) { |
||||
if (this._writecb) |
||||
this._fileStream._readcb = this._writecb; |
||||
this._writecb = null; |
||||
} |
||||
} else if (field !== undefined) { |
||||
let chunk; |
||||
const actualLen = Math.min( |
||||
end - start, |
||||
fieldSizeLimit - fieldSize |
||||
); |
||||
if (!isDataSafe) { |
||||
chunk = Buffer.allocUnsafe(actualLen); |
||||
data.copy(chunk, 0, start, start + actualLen); |
||||
} else { |
||||
chunk = data.slice(start, start + actualLen); |
||||
} |
||||
|
||||
fieldSize += actualLen; |
||||
field.push(chunk); |
||||
if (fieldSize === fieldSizeLimit) { |
||||
skipPart = true; |
||||
partTruncated = true; |
||||
} |
||||
} |
||||
} |
||||
|
||||
break; |
||||
} |
||||
|
||||
if (isMatch) { |
||||
matchPostBoundary = 1; |
||||
|
||||
if (this._fileStream) { |
||||
// End the active file stream if the previous part was a file
|
||||
this._fileStream.push(null); |
||||
this._fileStream = null; |
||||
} else if (field !== undefined) { |
||||
let data; |
||||
switch (field.length) { |
||||
case 0: |
||||
data = ''; |
||||
break; |
||||
case 1: |
||||
data = convertToUTF8(field[0], partCharset, 0); |
||||
break; |
||||
default: |
||||
data = convertToUTF8( |
||||
Buffer.concat(field, fieldSize), |
||||
partCharset, |
||||
0 |
||||
); |
||||
} |
||||
field = undefined; |
||||
fieldSize = 0; |
||||
this.emit( |
||||
'field', |
||||
partName, |
||||
data, |
||||
{ nameTruncated: false, |
||||
valueTruncated: partTruncated, |
||||
encoding: partEncoding, |
||||
mimeType: partType } |
||||
); |
||||
} |
||||
|
||||
if (++parts === partsLimit) |
||||
this.emit('partsLimit'); |
||||
} |
||||
}; |
||||
this._bparser = new StreamSearch(`\r\n--${boundary}`, ssCb); |
||||
|
||||
this._writecb = null; |
||||
this._finalcb = null; |
||||
|
||||
// Just in case there is no preamble
|
||||
this.write(BUF_CRLF); |
||||
} |
||||
|
||||
static detect(conType) { |
||||
return (conType.type === 'multipart' && conType.subtype === 'form-data'); |
||||
} |
||||
|
||||
_write(chunk, enc, cb) { |
||||
this._writecb = cb; |
||||
this._bparser.push(chunk, 0); |
||||
if (this._writecb) |
||||
callAndUnsetCb(this); |
||||
} |
||||
|
||||
_destroy(err, cb) { |
||||
this._hparser = null; |
||||
this._bparser = ignoreData; |
||||
if (!err) |
||||
err = checkEndState(this); |
||||
const fileStream = this._fileStream; |
||||
if (fileStream) { |
||||
this._fileStream = null; |
||||
fileStream.destroy(err); |
||||
} |
||||
cb(err); |
||||
} |
||||
|
||||
_final(cb) { |
||||
this._bparser.destroy(); |
||||
if (!this._complete) |
||||
return cb(new Error('Unexpected end of form')); |
||||
if (this._fileEndsLeft) |
||||
this._finalcb = finalcb.bind(null, this, cb); |
||||
else |
||||
finalcb(this, cb); |
||||
} |
||||
} |
||||
|
||||
function finalcb(self, cb, err) { |
||||
if (err) |
||||
return cb(err); |
||||
err = checkEndState(self); |
||||
cb(err); |
||||
} |
||||
|
||||
function checkEndState(self) { |
||||
if (self._hparser) |
||||
return new Error('Malformed part header'); |
||||
const fileStream = self._fileStream; |
||||
if (fileStream) { |
||||
self._fileStream = null; |
||||
fileStream.destroy(new Error('Unexpected end of file')); |
||||
} |
||||
if (!self._complete) |
||||
return new Error('Unexpected end of form'); |
||||
} |
||||
|
||||
const TOKEN = [ |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
]; |
||||
|
||||
const FIELD_VCHAR = [ |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
]; |
||||
|
||||
module.exports = Multipart; |
||||
@ -1,350 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const { Writable } = require('stream'); |
||||
|
||||
const { getDecoder } = require('../utils.js'); |
||||
|
||||
class URLEncoded extends Writable { |
||||
constructor(cfg) { |
||||
const streamOpts = { |
||||
autoDestroy: true, |
||||
emitClose: true, |
||||
highWaterMark: (typeof cfg.highWaterMark === 'number' |
||||
? cfg.highWaterMark |
||||
: undefined), |
||||
}; |
||||
super(streamOpts); |
||||
|
||||
let charset = (cfg.defCharset || 'utf8'); |
||||
if (cfg.conType.params && typeof cfg.conType.params.charset === 'string') |
||||
charset = cfg.conType.params.charset; |
||||
|
||||
this.charset = charset; |
||||
|
||||
const limits = cfg.limits; |
||||
this.fieldSizeLimit = (limits && typeof limits.fieldSize === 'number' |
||||
? limits.fieldSize |
||||
: 1 * 1024 * 1024); |
||||
this.fieldsLimit = (limits && typeof limits.fields === 'number' |
||||
? limits.fields |
||||
: Infinity); |
||||
this.fieldNameSizeLimit = ( |
||||
limits && typeof limits.fieldNameSize === 'number' |
||||
? limits.fieldNameSize |
||||
: 100 |
||||
); |
||||
|
||||
this._inKey = true; |
||||
this._keyTrunc = false; |
||||
this._valTrunc = false; |
||||
this._bytesKey = 0; |
||||
this._bytesVal = 0; |
||||
this._fields = 0; |
||||
this._key = ''; |
||||
this._val = ''; |
||||
this._byte = -2; |
||||
this._lastPos = 0; |
||||
this._encode = 0; |
||||
this._decoder = getDecoder(charset); |
||||
} |
||||
|
||||
static detect(conType) { |
||||
return (conType.type === 'application' |
||||
&& conType.subtype === 'x-www-form-urlencoded'); |
||||
} |
||||
|
||||
_write(chunk, enc, cb) { |
||||
if (this._fields >= this.fieldsLimit) |
||||
return cb(); |
||||
|
||||
let i = 0; |
||||
const len = chunk.length; |
||||
this._lastPos = 0; |
||||
|
||||
// Check if we last ended mid-percent-encoded byte
|
||||
if (this._byte !== -2) { |
||||
i = readPctEnc(this, chunk, i, len); |
||||
if (i === -1) |
||||
return cb(new Error('Malformed urlencoded form')); |
||||
if (i >= len) |
||||
return cb(); |
||||
if (this._inKey) |
||||
++this._bytesKey; |
||||
else |
||||
++this._bytesVal; |
||||
} |
||||
|
||||
main: |
||||
while (i < len) { |
||||
if (this._inKey) { |
||||
// Parsing key
|
||||
|
||||
i = skipKeyBytes(this, chunk, i, len); |
||||
|
||||
while (i < len) { |
||||
switch (chunk[i]) { |
||||
case 61: // '='
|
||||
if (this._lastPos < i) |
||||
this._key += chunk.latin1Slice(this._lastPos, i); |
||||
this._lastPos = ++i; |
||||
this._key = this._decoder(this._key, this._encode); |
||||
this._encode = 0; |
||||
this._inKey = false; |
||||
continue main; |
||||
case 38: // '&'
|
||||
if (this._lastPos < i) |
||||
this._key += chunk.latin1Slice(this._lastPos, i); |
||||
this._lastPos = ++i; |
||||
this._key = this._decoder(this._key, this._encode); |
||||
this._encode = 0; |
||||
if (this._bytesKey > 0) { |
||||
this.emit( |
||||
'field', |
||||
this._key, |
||||
'', |
||||
{ nameTruncated: this._keyTrunc, |
||||
valueTruncated: false, |
||||
encoding: this.charset, |
||||
mimeType: 'text/plain' } |
||||
); |
||||
} |
||||
this._key = ''; |
||||
this._val = ''; |
||||
this._keyTrunc = false; |
||||
this._valTrunc = false; |
||||
this._bytesKey = 0; |
||||
this._bytesVal = 0; |
||||
if (++this._fields >= this.fieldsLimit) { |
||||
this.emit('fieldsLimit'); |
||||
return cb(); |
||||
} |
||||
continue; |
||||
case 43: // '+'
|
||||
if (this._lastPos < i) |
||||
this._key += chunk.latin1Slice(this._lastPos, i); |
||||
this._key += ' '; |
||||
this._lastPos = i + 1; |
||||
break; |
||||
case 37: // '%'
|
||||
if (this._encode === 0) |
||||
this._encode = 1; |
||||
if (this._lastPos < i) |
||||
this._key += chunk.latin1Slice(this._lastPos, i); |
||||
this._lastPos = i + 1; |
||||
this._byte = -1; |
||||
i = readPctEnc(this, chunk, i + 1, len); |
||||
if (i === -1) |
||||
return cb(new Error('Malformed urlencoded form')); |
||||
if (i >= len) |
||||
return cb(); |
||||
++this._bytesKey; |
||||
i = skipKeyBytes(this, chunk, i, len); |
||||
continue; |
||||
} |
||||
++i; |
||||
++this._bytesKey; |
||||
i = skipKeyBytes(this, chunk, i, len); |
||||
} |
||||
if (this._lastPos < i) |
||||
this._key += chunk.latin1Slice(this._lastPos, i); |
||||
} else { |
||||
// Parsing value
|
||||
|
||||
i = skipValBytes(this, chunk, i, len); |
||||
|
||||
while (i < len) { |
||||
switch (chunk[i]) { |
||||
case 38: // '&'
|
||||
if (this._lastPos < i) |
||||
this._val += chunk.latin1Slice(this._lastPos, i); |
||||
this._lastPos = ++i; |
||||
this._inKey = true; |
||||
this._val = this._decoder(this._val, this._encode); |
||||
this._encode = 0; |
||||
if (this._bytesKey > 0 || this._bytesVal > 0) { |
||||
this.emit( |
||||
'field', |
||||
this._key, |
||||
this._val, |
||||
{ nameTruncated: this._keyTrunc, |
||||
valueTruncated: this._valTrunc, |
||||
encoding: this.charset, |
||||
mimeType: 'text/plain' } |
||||
); |
||||
} |
||||
this._key = ''; |
||||
this._val = ''; |
||||
this._keyTrunc = false; |
||||
this._valTrunc = false; |
||||
this._bytesKey = 0; |
||||
this._bytesVal = 0; |
||||
if (++this._fields >= this.fieldsLimit) { |
||||
this.emit('fieldsLimit'); |
||||
return cb(); |
||||
} |
||||
continue main; |
||||
case 43: // '+'
|
||||
if (this._lastPos < i) |
||||
this._val += chunk.latin1Slice(this._lastPos, i); |
||||
this._val += ' '; |
||||
this._lastPos = i + 1; |
||||
break; |
||||
case 37: // '%'
|
||||
if (this._encode === 0) |
||||
this._encode = 1; |
||||
if (this._lastPos < i) |
||||
this._val += chunk.latin1Slice(this._lastPos, i); |
||||
this._lastPos = i + 1; |
||||
this._byte = -1; |
||||
i = readPctEnc(this, chunk, i + 1, len); |
||||
if (i === -1) |
||||
return cb(new Error('Malformed urlencoded form')); |
||||
if (i >= len) |
||||
return cb(); |
||||
++this._bytesVal; |
||||
i = skipValBytes(this, chunk, i, len); |
||||
continue; |
||||
} |
||||
++i; |
||||
++this._bytesVal; |
||||
i = skipValBytes(this, chunk, i, len); |
||||
} |
||||
if (this._lastPos < i) |
||||
this._val += chunk.latin1Slice(this._lastPos, i); |
||||
} |
||||
} |
||||
|
||||
cb(); |
||||
} |
||||
|
||||
_final(cb) { |
||||
if (this._byte !== -2) |
||||
return cb(new Error('Malformed urlencoded form')); |
||||
if (!this._inKey || this._bytesKey > 0 || this._bytesVal > 0) { |
||||
if (this._inKey) |
||||
this._key = this._decoder(this._key, this._encode); |
||||
else |
||||
this._val = this._decoder(this._val, this._encode); |
||||
this.emit( |
||||
'field', |
||||
this._key, |
||||
this._val, |
||||
{ nameTruncated: this._keyTrunc, |
||||
valueTruncated: this._valTrunc, |
||||
encoding: this.charset, |
||||
mimeType: 'text/plain' } |
||||
); |
||||
} |
||||
cb(); |
||||
} |
||||
} |
||||
|
||||
function readPctEnc(self, chunk, pos, len) { |
||||
if (pos >= len) |
||||
return len; |
||||
|
||||
if (self._byte === -1) { |
||||
// We saw a '%' but no hex characters yet
|
||||
const hexUpper = HEX_VALUES[chunk[pos++]]; |
||||
if (hexUpper === -1) |
||||
return -1; |
||||
|
||||
if (hexUpper >= 8) |
||||
self._encode = 2; // Indicate high bits detected
|
||||
|
||||
if (pos < len) { |
||||
// Both hex characters are in this chunk
|
||||
const hexLower = HEX_VALUES[chunk[pos++]]; |
||||
if (hexLower === -1) |
||||
return -1; |
||||
|
||||
if (self._inKey) |
||||
self._key += String.fromCharCode((hexUpper << 4) + hexLower); |
||||
else |
||||
self._val += String.fromCharCode((hexUpper << 4) + hexLower); |
||||
|
||||
self._byte = -2; |
||||
self._lastPos = pos; |
||||
} else { |
||||
// Only one hex character was available in this chunk
|
||||
self._byte = hexUpper; |
||||
} |
||||
} else { |
||||
// We saw only one hex character so far
|
||||
const hexLower = HEX_VALUES[chunk[pos++]]; |
||||
if (hexLower === -1) |
||||
return -1; |
||||
|
||||
if (self._inKey) |
||||
self._key += String.fromCharCode((self._byte << 4) + hexLower); |
||||
else |
||||
self._val += String.fromCharCode((self._byte << 4) + hexLower); |
||||
|
||||
self._byte = -2; |
||||
self._lastPos = pos; |
||||
} |
||||
|
||||
return pos; |
||||
} |
||||
|
||||
function skipKeyBytes(self, chunk, pos, len) { |
||||
// Skip bytes if we've truncated
|
||||
if (self._bytesKey > self.fieldNameSizeLimit) { |
||||
if (!self._keyTrunc) { |
||||
if (self._lastPos < pos) |
||||
self._key += chunk.latin1Slice(self._lastPos, pos - 1); |
||||
} |
||||
self._keyTrunc = true; |
||||
for (; pos < len; ++pos) { |
||||
const code = chunk[pos]; |
||||
if (code === 61/* '=' */ || code === 38/* '&' */) |
||||
break; |
||||
++self._bytesKey; |
||||
} |
||||
self._lastPos = pos; |
||||
} |
||||
|
||||
return pos; |
||||
} |
||||
|
||||
function skipValBytes(self, chunk, pos, len) { |
||||
// Skip bytes if we've truncated
|
||||
if (self._bytesVal > self.fieldSizeLimit) { |
||||
if (!self._valTrunc) { |
||||
if (self._lastPos < pos) |
||||
self._val += chunk.latin1Slice(self._lastPos, pos - 1); |
||||
} |
||||
self._valTrunc = true; |
||||
for (; pos < len; ++pos) { |
||||
if (chunk[pos] === 38/* '&' */) |
||||
break; |
||||
++self._bytesVal; |
||||
} |
||||
self._lastPos = pos; |
||||
} |
||||
|
||||
return pos; |
||||
} |
||||
|
||||
/* eslint-disable no-multi-spaces */ |
||||
const HEX_VALUES = [ |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1, -1, -1, -1, -1, -1, |
||||
-1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
]; |
||||
/* eslint-enable no-multi-spaces */ |
||||
|
||||
module.exports = URLEncoded; |
||||
@ -1,596 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
function parseContentType(str) { |
||||
if (str.length === 0) |
||||
return; |
||||
|
||||
const params = Object.create(null); |
||||
let i = 0; |
||||
|
||||
// Parse type
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
if (code !== 47/* '/' */ || i === 0) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
// Check for type without subtype
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
const type = str.slice(0, i).toLowerCase(); |
||||
|
||||
// Parse subtype
|
||||
const subtypeStart = ++i; |
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
// Make sure we have a subtype
|
||||
if (i === subtypeStart) |
||||
return; |
||||
|
||||
if (parseContentTypeParams(str, i, params) === undefined) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
// Make sure we have a subtype
|
||||
if (i === subtypeStart) |
||||
return; |
||||
|
||||
const subtype = str.slice(subtypeStart, i).toLowerCase(); |
||||
|
||||
return { type, subtype, params }; |
||||
} |
||||
|
||||
function parseContentTypeParams(str, i, params) { |
||||
while (i < str.length) { |
||||
// Consume whitespace
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code !== 32/* ' ' */ && code !== 9/* '\t' */) |
||||
break; |
||||
} |
||||
|
||||
// Ended on whitespace
|
||||
if (i === str.length) |
||||
break; |
||||
|
||||
// Check for malformed parameter
|
||||
if (str.charCodeAt(i++) !== 59/* ';' */) |
||||
return; |
||||
|
||||
// Consume whitespace
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code !== 32/* ' ' */ && code !== 9/* '\t' */) |
||||
break; |
||||
} |
||||
|
||||
// Ended on whitespace (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
let name; |
||||
const nameStart = i; |
||||
// Parse parameter name
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
if (code !== 61/* '=' */) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
|
||||
// No value (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
name = str.slice(nameStart, i); |
||||
++i; // Skip over '='
|
||||
|
||||
// No value (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
let value = ''; |
||||
let valueStart; |
||||
if (str.charCodeAt(i) === 34/* '"' */) { |
||||
valueStart = ++i; |
||||
let escaping = false; |
||||
// Parse quoted value
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code === 92/* '\\' */) { |
||||
if (escaping) { |
||||
valueStart = i; |
||||
escaping = false; |
||||
} else { |
||||
value += str.slice(valueStart, i); |
||||
escaping = true; |
||||
} |
||||
continue; |
||||
} |
||||
if (code === 34/* '"' */) { |
||||
if (escaping) { |
||||
valueStart = i; |
||||
escaping = false; |
||||
continue; |
||||
} |
||||
value += str.slice(valueStart, i); |
||||
break; |
||||
} |
||||
if (escaping) { |
||||
valueStart = i - 1; |
||||
escaping = false; |
||||
} |
||||
// Invalid unescaped quoted character (malformed)
|
||||
if (QDTEXT[code] !== 1) |
||||
return; |
||||
} |
||||
|
||||
// No end quote (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
++i; // Skip over double quote
|
||||
} else { |
||||
valueStart = i; |
||||
// Parse unquoted value
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
// No value (malformed)
|
||||
if (i === valueStart) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
value = str.slice(valueStart, i); |
||||
} |
||||
|
||||
name = name.toLowerCase(); |
||||
if (params[name] === undefined) |
||||
params[name] = value; |
||||
} |
||||
|
||||
return params; |
||||
} |
||||
|
||||
function parseDisposition(str, defDecoder) { |
||||
if (str.length === 0) |
||||
return; |
||||
|
||||
const params = Object.create(null); |
||||
let i = 0; |
||||
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
if (parseDispositionParams(str, i, params, defDecoder) === undefined) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
|
||||
const type = str.slice(0, i).toLowerCase(); |
||||
|
||||
return { type, params }; |
||||
} |
||||
|
||||
function parseDispositionParams(str, i, params, defDecoder) { |
||||
while (i < str.length) { |
||||
// Consume whitespace
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code !== 32/* ' ' */ && code !== 9/* '\t' */) |
||||
break; |
||||
} |
||||
|
||||
// Ended on whitespace
|
||||
if (i === str.length) |
||||
break; |
||||
|
||||
// Check for malformed parameter
|
||||
if (str.charCodeAt(i++) !== 59/* ';' */) |
||||
return; |
||||
|
||||
// Consume whitespace
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code !== 32/* ' ' */ && code !== 9/* '\t' */) |
||||
break; |
||||
} |
||||
|
||||
// Ended on whitespace (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
let name; |
||||
const nameStart = i; |
||||
// Parse parameter name
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
if (code === 61/* '=' */) |
||||
break; |
||||
return; |
||||
} |
||||
} |
||||
|
||||
// No value (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
let value = ''; |
||||
let valueStart; |
||||
let charset; |
||||
//~ let lang;
|
||||
name = str.slice(nameStart, i); |
||||
if (name.charCodeAt(name.length - 1) === 42/* '*' */) { |
||||
// Extended value
|
||||
|
||||
const charsetStart = ++i; |
||||
// Parse charset name
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (CHARSET[code] !== 1) { |
||||
if (code !== 39/* '\'' */) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
|
||||
// Incomplete charset (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
charset = str.slice(charsetStart, i); |
||||
++i; // Skip over the '\''
|
||||
|
||||
//~ const langStart = ++i;
|
||||
// Parse language name
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code === 39/* '\'' */) |
||||
break; |
||||
} |
||||
|
||||
// Incomplete language (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
//~ lang = str.slice(langStart, i);
|
||||
++i; // Skip over the '\''
|
||||
|
||||
// No value (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
valueStart = i; |
||||
|
||||
let encode = 0; |
||||
// Parse value
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (EXTENDED_VALUE[code] !== 1) { |
||||
if (code === 37/* '%' */) { |
||||
let hexUpper; |
||||
let hexLower; |
||||
if (i + 2 < str.length |
||||
&& (hexUpper = HEX_VALUES[str.charCodeAt(i + 1)]) !== -1 |
||||
&& (hexLower = HEX_VALUES[str.charCodeAt(i + 2)]) !== -1) { |
||||
const byteVal = (hexUpper << 4) + hexLower; |
||||
value += str.slice(valueStart, i); |
||||
value += String.fromCharCode(byteVal); |
||||
i += 2; |
||||
valueStart = i + 1; |
||||
if (byteVal >= 128) |
||||
encode = 2; |
||||
else if (encode === 0) |
||||
encode = 1; |
||||
continue; |
||||
} |
||||
// '%' disallowed in non-percent encoded contexts (malformed)
|
||||
return; |
||||
} |
||||
break; |
||||
} |
||||
} |
||||
|
||||
value += str.slice(valueStart, i); |
||||
value = convertToUTF8(value, charset, encode); |
||||
if (value === undefined) |
||||
return; |
||||
} else { |
||||
// Non-extended value
|
||||
|
||||
++i; // Skip over '='
|
||||
|
||||
// No value (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
if (str.charCodeAt(i) === 34/* '"' */) { |
||||
valueStart = ++i; |
||||
let escaping = false; |
||||
// Parse quoted value
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (code === 92/* '\\' */) { |
||||
if (escaping) { |
||||
valueStart = i; |
||||
escaping = false; |
||||
} else { |
||||
value += str.slice(valueStart, i); |
||||
escaping = true; |
||||
} |
||||
continue; |
||||
} |
||||
if (code === 34/* '"' */) { |
||||
if (escaping) { |
||||
valueStart = i; |
||||
escaping = false; |
||||
continue; |
||||
} |
||||
value += str.slice(valueStart, i); |
||||
break; |
||||
} |
||||
if (escaping) { |
||||
valueStart = i - 1; |
||||
escaping = false; |
||||
} |
||||
// Invalid unescaped quoted character (malformed)
|
||||
if (QDTEXT[code] !== 1) |
||||
return; |
||||
} |
||||
|
||||
// No end quote (malformed)
|
||||
if (i === str.length) |
||||
return; |
||||
|
||||
++i; // Skip over double quote
|
||||
} else { |
||||
valueStart = i; |
||||
// Parse unquoted value
|
||||
for (; i < str.length; ++i) { |
||||
const code = str.charCodeAt(i); |
||||
if (TOKEN[code] !== 1) { |
||||
// No value (malformed)
|
||||
if (i === valueStart) |
||||
return; |
||||
break; |
||||
} |
||||
} |
||||
value = str.slice(valueStart, i); |
||||
} |
||||
|
||||
value = defDecoder(value, 2); |
||||
if (value === undefined) |
||||
return; |
||||
} |
||||
|
||||
name = name.toLowerCase(); |
||||
if (params[name] === undefined) |
||||
params[name] = value; |
||||
} |
||||
|
||||
return params; |
||||
} |
||||
|
||||
function getDecoder(charset) { |
||||
let lc; |
||||
while (true) { |
||||
switch (charset) { |
||||
case 'utf-8': |
||||
case 'utf8': |
||||
return decoders.utf8; |
||||
case 'latin1': |
||||
case 'ascii': // TODO: Make these a separate, strict decoder?
|
||||
case 'us-ascii': |
||||
case 'iso-8859-1': |
||||
case 'iso8859-1': |
||||
case 'iso88591': |
||||
case 'iso_8859-1': |
||||
case 'windows-1252': |
||||
case 'iso_8859-1:1987': |
||||
case 'cp1252': |
||||
case 'x-cp1252': |
||||
return decoders.latin1; |
||||
case 'utf16le': |
||||
case 'utf-16le': |
||||
case 'ucs2': |
||||
case 'ucs-2': |
||||
return decoders.utf16le; |
||||
case 'base64': |
||||
return decoders.base64; |
||||
default: |
||||
if (lc === undefined) { |
||||
lc = true; |
||||
charset = charset.toLowerCase(); |
||||
continue; |
||||
} |
||||
return decoders.other.bind(charset); |
||||
} |
||||
} |
||||
} |
||||
|
||||
const decoders = { |
||||
utf8: (data, hint) => { |
||||
if (data.length === 0) |
||||
return ''; |
||||
if (typeof data === 'string') { |
||||
// If `data` never had any percent-encoded bytes or never had any that
|
||||
// were outside of the ASCII range, then we can safely just return the
|
||||
// input since UTF-8 is ASCII compatible
|
||||
if (hint < 2) |
||||
return data; |
||||
|
||||
data = Buffer.from(data, 'latin1'); |
||||
} |
||||
return data.utf8Slice(0, data.length); |
||||
}, |
||||
|
||||
latin1: (data, hint) => { |
||||
if (data.length === 0) |
||||
return ''; |
||||
if (typeof data === 'string') |
||||
return data; |
||||
return data.latin1Slice(0, data.length); |
||||
}, |
||||
|
||||
utf16le: (data, hint) => { |
||||
if (data.length === 0) |
||||
return ''; |
||||
if (typeof data === 'string') |
||||
data = Buffer.from(data, 'latin1'); |
||||
return data.ucs2Slice(0, data.length); |
||||
}, |
||||
|
||||
base64: (data, hint) => { |
||||
if (data.length === 0) |
||||
return ''; |
||||
if (typeof data === 'string') |
||||
data = Buffer.from(data, 'latin1'); |
||||
return data.base64Slice(0, data.length); |
||||
}, |
||||
|
||||
other: (data, hint) => { |
||||
if (data.length === 0) |
||||
return ''; |
||||
if (typeof data === 'string') |
||||
data = Buffer.from(data, 'latin1'); |
||||
try { |
||||
const decoder = new TextDecoder(this); |
||||
return decoder.decode(data); |
||||
} catch {} |
||||
}, |
||||
}; |
||||
|
||||
function convertToUTF8(data, charset, hint) { |
||||
const decode = getDecoder(charset); |
||||
if (decode) |
||||
return decode(data, hint); |
||||
} |
||||
|
||||
function basename(path) { |
||||
if (typeof path !== 'string') |
||||
return ''; |
||||
for (let i = path.length - 1; i >= 0; --i) { |
||||
switch (path.charCodeAt(i)) { |
||||
case 0x2F: // '/'
|
||||
case 0x5C: // '\'
|
||||
path = path.slice(i + 1); |
||||
return (path === '..' || path === '.' ? '' : path); |
||||
} |
||||
} |
||||
return (path === '..' || path === '.' ? '' : path); |
||||
} |
||||
|
||||
const TOKEN = [ |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
]; |
||||
|
||||
const QDTEXT = [ |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
]; |
||||
|
||||
const CHARSET = [ |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
]; |
||||
|
||||
const EXTENDED_VALUE = [ |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, |
||||
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
||||
]; |
||||
|
||||
/* eslint-disable no-multi-spaces */ |
||||
const HEX_VALUES = [ |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1, -1, -1, -1, -1, -1, |
||||
-1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, |
||||
]; |
||||
/* eslint-enable no-multi-spaces */ |
||||
|
||||
module.exports = { |
||||
basename, |
||||
convertToUTF8, |
||||
getDecoder, |
||||
parseContentType, |
||||
parseDisposition, |
||||
}; |
||||
@ -1,22 +0,0 @@ |
||||
{ "name": "busboy", |
||||
"version": "1.6.0", |
||||
"author": "Brian White <mscdex@mscdex.net>", |
||||
"description": "A streaming parser for HTML form data for node.js", |
||||
"main": "./lib/index.js", |
||||
"dependencies": { |
||||
"streamsearch": "^1.1.0" |
||||
}, |
||||
"devDependencies": { |
||||
"@mscdex/eslint-config": "^1.1.0", |
||||
"eslint": "^7.32.0" |
||||
}, |
||||
"scripts": { |
||||
"test": "node test/test.js", |
||||
"lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js lib test bench", |
||||
"lint:fix": "npm run lint -- --fix" |
||||
}, |
||||
"engines": { "node": ">=10.16.0" }, |
||||
"keywords": [ "uploads", "forms", "multipart", "form-data" ], |
||||
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/busboy/raw/master/LICENSE" } ], |
||||
"repository": { "type": "git", "url": "http://github.com/mscdex/busboy.git" } |
||||
} |
||||
@ -1,109 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const assert = require('assert'); |
||||
const { inspect } = require('util'); |
||||
|
||||
const mustCallChecks = []; |
||||
|
||||
function noop() {} |
||||
|
||||
function runCallChecks(exitCode) { |
||||
if (exitCode !== 0) return; |
||||
|
||||
const failed = mustCallChecks.filter((context) => { |
||||
if ('minimum' in context) { |
||||
context.messageSegment = `at least ${context.minimum}`; |
||||
return context.actual < context.minimum; |
||||
} |
||||
context.messageSegment = `exactly ${context.exact}`; |
||||
return context.actual !== context.exact; |
||||
}); |
||||
|
||||
failed.forEach((context) => { |
||||
console.error('Mismatched %s function calls. Expected %s, actual %d.', |
||||
context.name, |
||||
context.messageSegment, |
||||
context.actual); |
||||
console.error(context.stack.split('\n').slice(2).join('\n')); |
||||
}); |
||||
|
||||
if (failed.length) |
||||
process.exit(1); |
||||
} |
||||
|
||||
function mustCall(fn, exact) { |
||||
return _mustCallInner(fn, exact, 'exact'); |
||||
} |
||||
|
||||
function mustCallAtLeast(fn, minimum) { |
||||
return _mustCallInner(fn, minimum, 'minimum'); |
||||
} |
||||
|
||||
function _mustCallInner(fn, criteria = 1, field) { |
||||
if (process._exiting) |
||||
throw new Error('Cannot use common.mustCall*() in process exit handler'); |
||||
|
||||
if (typeof fn === 'number') { |
||||
criteria = fn; |
||||
fn = noop; |
||||
} else if (fn === undefined) { |
||||
fn = noop; |
||||
} |
||||
|
||||
if (typeof criteria !== 'number') |
||||
throw new TypeError(`Invalid ${field} value: ${criteria}`); |
||||
|
||||
const context = { |
||||
[field]: criteria, |
||||
actual: 0, |
||||
stack: inspect(new Error()), |
||||
name: fn.name || '<anonymous>' |
||||
}; |
||||
|
||||
// Add the exit listener only once to avoid listener leak warnings
|
||||
if (mustCallChecks.length === 0) |
||||
process.on('exit', runCallChecks); |
||||
|
||||
mustCallChecks.push(context); |
||||
|
||||
function wrapped(...args) { |
||||
++context.actual; |
||||
return fn.call(this, ...args); |
||||
} |
||||
// TODO: remove origFn?
|
||||
wrapped.origFn = fn; |
||||
|
||||
return wrapped; |
||||
} |
||||
|
||||
function getCallSite(top) { |
||||
const originalStackFormatter = Error.prepareStackTrace; |
||||
Error.prepareStackTrace = (err, stack) => |
||||
`${stack[0].getFileName()}:${stack[0].getLineNumber()}`; |
||||
const err = new Error(); |
||||
Error.captureStackTrace(err, top); |
||||
// With the V8 Error API, the stack is not formatted until it is accessed
|
||||
// eslint-disable-next-line no-unused-expressions
|
||||
err.stack; |
||||
Error.prepareStackTrace = originalStackFormatter; |
||||
return err.stack; |
||||
} |
||||
|
||||
function mustNotCall(msg) { |
||||
const callSite = getCallSite(mustNotCall); |
||||
return function mustNotCall(...args) { |
||||
args = args.map(inspect).join(', '); |
||||
const argsInfo = (args.length > 0 |
||||
? `\ncalled with arguments: ${args}` |
||||
: ''); |
||||
assert.fail( |
||||
`${msg || 'function should not have been called'} at ${callSite}` |
||||
+ argsInfo); |
||||
}; |
||||
} |
||||
|
||||
module.exports = { |
||||
mustCall, |
||||
mustCallAtLeast, |
||||
mustNotCall, |
||||
}; |
||||
@ -1,94 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const assert = require('assert'); |
||||
const { inspect } = require('util'); |
||||
|
||||
const { mustCall } = require(`${__dirname}/common.js`); |
||||
|
||||
const busboy = require('..'); |
||||
|
||||
const input = Buffer.from([ |
||||
'-----------------------------paZqsnEHRufoShdX6fh0lUhXBP4k', |
||||
'Content-Disposition: form-data; ' |
||||
+ 'name="upload_file_0"; filename="テスト.dat"', |
||||
'Content-Type: application/octet-stream', |
||||
'', |
||||
'A'.repeat(1023), |
||||
'-----------------------------paZqsnEHRufoShdX6fh0lUhXBP4k--' |
||||
].join('\r\n')); |
||||
const boundary = '---------------------------paZqsnEHRufoShdX6fh0lUhXBP4k'; |
||||
const expected = [ |
||||
{ type: 'file', |
||||
name: 'upload_file_0', |
||||
data: Buffer.from('A'.repeat(1023)), |
||||
info: { |
||||
filename: 'テスト.dat', |
||||
encoding: '7bit', |
||||
mimeType: 'application/octet-stream', |
||||
}, |
||||
limited: false, |
||||
}, |
||||
]; |
||||
const bb = busboy({ |
||||
defParamCharset: 'utf8', |
||||
headers: { |
||||
'content-type': `multipart/form-data; boundary=${boundary}`, |
||||
} |
||||
}); |
||||
const results = []; |
||||
|
||||
bb.on('field', (name, val, info) => { |
||||
results.push({ type: 'field', name, val, info }); |
||||
}); |
||||
|
||||
bb.on('file', (name, stream, info) => { |
||||
const data = []; |
||||
let nb = 0; |
||||
const file = { |
||||
type: 'file', |
||||
name, |
||||
data: null, |
||||
info, |
||||
limited: false, |
||||
}; |
||||
results.push(file); |
||||
stream.on('data', (d) => { |
||||
data.push(d); |
||||
nb += d.length; |
||||
}).on('limit', () => { |
||||
file.limited = true; |
||||
}).on('close', () => { |
||||
file.data = Buffer.concat(data, nb); |
||||
assert.strictEqual(stream.truncated, file.limited); |
||||
}).once('error', (err) => { |
||||
file.err = err.message; |
||||
}); |
||||
}); |
||||
|
||||
bb.on('error', (err) => { |
||||
results.push({ error: err.message }); |
||||
}); |
||||
|
||||
bb.on('partsLimit', () => { |
||||
results.push('partsLimit'); |
||||
}); |
||||
|
||||
bb.on('filesLimit', () => { |
||||
results.push('filesLimit'); |
||||
}); |
||||
|
||||
bb.on('fieldsLimit', () => { |
||||
results.push('fieldsLimit'); |
||||
}); |
||||
|
||||
bb.on('close', mustCall(() => { |
||||
assert.deepStrictEqual( |
||||
results, |
||||
expected, |
||||
'Results mismatch.\n' |
||||
+ `Parsed: ${inspect(results)}\n` |
||||
+ `Expected: ${inspect(expected)}` |
||||
); |
||||
})); |
||||
|
||||
bb.end(input); |
||||
@ -1,102 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const assert = require('assert'); |
||||
const { randomFillSync } = require('crypto'); |
||||
const { inspect } = require('util'); |
||||
|
||||
const busboy = require('..'); |
||||
|
||||
const { mustCall } = require('./common.js'); |
||||
|
||||
const BOUNDARY = 'u2KxIV5yF1y+xUspOQCCZopaVgeV6Jxihv35XQJmuTx8X3sh'; |
||||
|
||||
function formDataSection(key, value) { |
||||
return Buffer.from( |
||||
`\r\n--${BOUNDARY}` |
||||
+ `\r\nContent-Disposition: form-data; name="${key}"` |
||||
+ `\r\n\r\n${value}` |
||||
); |
||||
} |
||||
|
||||
function formDataFile(key, filename, contentType) { |
||||
const buf = Buffer.allocUnsafe(100000); |
||||
return Buffer.concat([ |
||||
Buffer.from(`\r\n--${BOUNDARY}\r\n`), |
||||
Buffer.from(`Content-Disposition: form-data; name="${key}"` |
||||
+ `; filename="${filename}"\r\n`), |
||||
Buffer.from(`Content-Type: ${contentType}\r\n\r\n`), |
||||
randomFillSync(buf) |
||||
]); |
||||
} |
||||
|
||||
const reqChunks = [ |
||||
Buffer.concat([ |
||||
formDataFile('file', 'file.bin', 'application/octet-stream'), |
||||
formDataSection('foo', 'foo value'), |
||||
]), |
||||
formDataSection('bar', 'bar value'), |
||||
Buffer.from(`\r\n--${BOUNDARY}--\r\n`) |
||||
]; |
||||
const bb = busboy({ |
||||
headers: { |
||||
'content-type': `multipart/form-data; boundary=${BOUNDARY}` |
||||
} |
||||
}); |
||||
const expected = [ |
||||
{ type: 'file', |
||||
name: 'file', |
||||
info: { |
||||
filename: 'file.bin', |
||||
encoding: '7bit', |
||||
mimeType: 'application/octet-stream', |
||||
}, |
||||
}, |
||||
{ type: 'field', |
||||
name: 'foo', |
||||
val: 'foo value', |
||||
info: { |
||||
nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: '7bit', |
||||
mimeType: 'text/plain', |
||||
}, |
||||
}, |
||||
{ type: 'field', |
||||
name: 'bar', |
||||
val: 'bar value', |
||||
info: { |
||||
nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: '7bit', |
||||
mimeType: 'text/plain', |
||||
}, |
||||
}, |
||||
]; |
||||
const results = []; |
||||
|
||||
bb.on('field', (name, val, info) => { |
||||
results.push({ type: 'field', name, val, info }); |
||||
}); |
||||
|
||||
bb.on('file', (name, stream, info) => { |
||||
results.push({ type: 'file', name, info }); |
||||
// Simulate a pipe where the destination is pausing (perhaps due to waiting
|
||||
// for file system write to finish)
|
||||
setTimeout(() => { |
||||
stream.resume(); |
||||
}, 10); |
||||
}); |
||||
|
||||
bb.on('close', mustCall(() => { |
||||
assert.deepStrictEqual( |
||||
results, |
||||
expected, |
||||
'Results mismatch.\n' |
||||
+ `Parsed: ${inspect(results)}\n` |
||||
+ `Expected: ${inspect(expected)}` |
||||
); |
||||
})); |
||||
|
||||
for (const chunk of reqChunks) |
||||
bb.write(chunk); |
||||
bb.end(); |
||||
File diff suppressed because it is too large
Load Diff
@ -1,488 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const assert = require('assert'); |
||||
const { transcode } = require('buffer'); |
||||
const { inspect } = require('util'); |
||||
|
||||
const busboy = require('..'); |
||||
|
||||
const active = new Map(); |
||||
|
||||
const tests = [ |
||||
{ source: ['foo'], |
||||
expected: [ |
||||
['foo', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Unassigned value' |
||||
}, |
||||
{ source: ['foo=bar'], |
||||
expected: [ |
||||
['foo', |
||||
'bar', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Assigned value' |
||||
}, |
||||
{ source: ['foo&bar=baz'], |
||||
expected: [ |
||||
['foo', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['bar', |
||||
'baz', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Unassigned and assigned value' |
||||
}, |
||||
{ source: ['foo=bar&baz'], |
||||
expected: [ |
||||
['foo', |
||||
'bar', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['baz', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Assigned and unassigned value' |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['foo', |
||||
'bar', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['baz', |
||||
'bla', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Two assigned values' |
||||
}, |
||||
{ source: ['foo&bar'], |
||||
expected: [ |
||||
['foo', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['bar', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Two unassigned values' |
||||
}, |
||||
{ source: ['foo&bar&'], |
||||
expected: [ |
||||
['foo', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['bar', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Two unassigned values and ampersand' |
||||
}, |
||||
{ source: ['foo+1=bar+baz%2Bquux'], |
||||
expected: [ |
||||
['foo 1', |
||||
'bar baz+quux', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Assigned key and value with (plus) space' |
||||
}, |
||||
{ source: ['foo=bar%20baz%21'], |
||||
expected: [ |
||||
['foo', |
||||
'bar baz!', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Assigned value with encoded bytes' |
||||
}, |
||||
{ source: ['foo%20bar=baz%20bla%21'], |
||||
expected: [ |
||||
['foo bar', |
||||
'baz bla!', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Assigned value with encoded bytes #2' |
||||
}, |
||||
{ source: ['foo=bar%20baz%21&num=1000'], |
||||
expected: [ |
||||
['foo', |
||||
'bar baz!', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['num', |
||||
'1000', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Two assigned values, one with encoded bytes' |
||||
}, |
||||
{ source: [ |
||||
Array.from(transcode(Buffer.from('foo'), 'utf8', 'utf16le')).map( |
||||
(n) => `%${n.toString(16).padStart(2, '0')}` |
||||
).join(''), |
||||
'=', |
||||
Array.from(transcode(Buffer.from('😀!'), 'utf8', 'utf16le')).map( |
||||
(n) => `%${n.toString(16).padStart(2, '0')}` |
||||
).join(''), |
||||
], |
||||
expected: [ |
||||
['foo', |
||||
'😀!', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'UTF-16LE', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
charset: 'UTF-16LE', |
||||
what: 'Encoded value with multi-byte charset' |
||||
}, |
||||
{ source: [ |
||||
'foo=<', |
||||
Array.from(transcode(Buffer.from('©:^þ'), 'utf8', 'latin1')).map( |
||||
(n) => `%${n.toString(16).padStart(2, '0')}` |
||||
).join(''), |
||||
], |
||||
expected: [ |
||||
['foo', |
||||
'<©:^þ', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'ISO-8859-1', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
charset: 'ISO-8859-1', |
||||
what: 'Encoded value with single-byte, ASCII-compatible, non-UTF8 charset' |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [], |
||||
what: 'Limits: zero fields', |
||||
limits: { fields: 0 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['foo', |
||||
'bar', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: one field', |
||||
limits: { fields: 1 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['foo', |
||||
'bar', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['baz', |
||||
'bla', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: field part lengths match limits', |
||||
limits: { fieldNameSize: 3, fieldSize: 3 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['fo', |
||||
'bar', |
||||
{ nameTruncated: true, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['ba', |
||||
'bla', |
||||
{ nameTruncated: true, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: truncated field name', |
||||
limits: { fieldNameSize: 2 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['foo', |
||||
'ba', |
||||
{ nameTruncated: false, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['baz', |
||||
'bl', |
||||
{ nameTruncated: false, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: truncated field value', |
||||
limits: { fieldSize: 2 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['fo', |
||||
'ba', |
||||
{ nameTruncated: true, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['ba', |
||||
'bl', |
||||
{ nameTruncated: true, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: truncated field name and value', |
||||
limits: { fieldNameSize: 2, fieldSize: 2 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['fo', |
||||
'', |
||||
{ nameTruncated: true, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['ba', |
||||
'', |
||||
{ nameTruncated: true, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: truncated field name and zero value limit', |
||||
limits: { fieldNameSize: 2, fieldSize: 0 } |
||||
}, |
||||
{ source: ['foo=bar&baz=bla'], |
||||
expected: [ |
||||
['', |
||||
'', |
||||
{ nameTruncated: true, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
['', |
||||
'', |
||||
{ nameTruncated: true, |
||||
valueTruncated: true, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Limits: truncated zero field name and zero value limit', |
||||
limits: { fieldNameSize: 0, fieldSize: 0 } |
||||
}, |
||||
{ source: ['&'], |
||||
expected: [], |
||||
what: 'Ampersand' |
||||
}, |
||||
{ source: ['&&&&&'], |
||||
expected: [], |
||||
what: 'Many ampersands' |
||||
}, |
||||
{ source: ['='], |
||||
expected: [ |
||||
['', |
||||
'', |
||||
{ nameTruncated: false, |
||||
valueTruncated: false, |
||||
encoding: 'utf-8', |
||||
mimeType: 'text/plain' }, |
||||
], |
||||
], |
||||
what: 'Assigned value, empty name and value' |
||||
}, |
||||
{ source: [''], |
||||
expected: [], |
||||
what: 'Nothing' |
||||
}, |
||||
]; |
||||
|
||||
for (const test of tests) { |
||||
active.set(test, 1); |
||||
|
||||
const { what } = test; |
||||
const charset = test.charset || 'utf-8'; |
||||
const bb = busboy({ |
||||
limits: test.limits, |
||||
headers: { |
||||
'content-type': `application/x-www-form-urlencoded; charset=${charset}`, |
||||
}, |
||||
}); |
||||
const results = []; |
||||
|
||||
bb.on('field', (key, val, info) => { |
||||
results.push([key, val, info]); |
||||
}); |
||||
|
||||
bb.on('file', () => { |
||||
throw new Error(`[${what}] Unexpected file`); |
||||
}); |
||||
|
||||
bb.on('close', () => { |
||||
active.delete(test); |
||||
|
||||
assert.deepStrictEqual( |
||||
results, |
||||
test.expected, |
||||
`[${what}] Results mismatch.\n` |
||||
+ `Parsed: ${inspect(results)}\n` |
||||
+ `Expected: ${inspect(test.expected)}` |
||||
); |
||||
}); |
||||
|
||||
for (const src of test.source) { |
||||
const buf = (typeof src === 'string' ? Buffer.from(src, 'utf8') : src); |
||||
bb.write(buf); |
||||
} |
||||
bb.end(); |
||||
} |
||||
|
||||
// Byte-by-byte versions
|
||||
for (let test of tests) { |
||||
test = { ...test }; |
||||
test.what += ' (byte-by-byte)'; |
||||
active.set(test, 1); |
||||
|
||||
const { what } = test; |
||||
const charset = test.charset || 'utf-8'; |
||||
const bb = busboy({ |
||||
limits: test.limits, |
||||
headers: { |
||||
'content-type': `application/x-www-form-urlencoded; charset="${charset}"`, |
||||
}, |
||||
}); |
||||
const results = []; |
||||
|
||||
bb.on('field', (key, val, info) => { |
||||
results.push([key, val, info]); |
||||
}); |
||||
|
||||
bb.on('file', () => { |
||||
throw new Error(`[${what}] Unexpected file`); |
||||
}); |
||||
|
||||
bb.on('close', () => { |
||||
active.delete(test); |
||||
|
||||
assert.deepStrictEqual( |
||||
results, |
||||
test.expected, |
||||
`[${what}] Results mismatch.\n` |
||||
+ `Parsed: ${inspect(results)}\n` |
||||
+ `Expected: ${inspect(test.expected)}` |
||||
); |
||||
}); |
||||
|
||||
for (const src of test.source) { |
||||
const buf = (typeof src === 'string' ? Buffer.from(src, 'utf8') : src); |
||||
for (let i = 0; i < buf.length; ++i) |
||||
bb.write(buf.slice(i, i + 1)); |
||||
} |
||||
bb.end(); |
||||
} |
||||
|
||||
{ |
||||
let exception = false; |
||||
process.once('uncaughtException', (ex) => { |
||||
exception = true; |
||||
throw ex; |
||||
}); |
||||
process.on('exit', () => { |
||||
if (exception || active.size === 0) |
||||
return; |
||||
process.exitCode = 1; |
||||
console.error('=========================='); |
||||
console.error(`${active.size} test(s) did not finish:`); |
||||
console.error('=========================='); |
||||
console.error(Array.from(active.keys()).map((v) => v.what).join('\n')); |
||||
}); |
||||
} |
||||
@ -1,20 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
const { spawnSync } = require('child_process'); |
||||
const { readdirSync } = require('fs'); |
||||
const { join } = require('path'); |
||||
|
||||
const files = readdirSync(__dirname).sort(); |
||||
for (const filename of files) { |
||||
if (filename.startsWith('test-')) { |
||||
const path = join(__dirname, filename); |
||||
console.log(`> Running ${filename} ...`); |
||||
const result = spawnSync(`${process.argv0} ${path}`, { |
||||
shell: true, |
||||
stdio: 'inherit', |
||||
windowsHide: true |
||||
}); |
||||
if (result.status !== 0) |
||||
process.exitCode = 1; |
||||
} |
||||
} |
||||
@ -1,97 +0,0 @@ |
||||
3.1.2 / 2022-01-27 |
||||
================== |
||||
|
||||
* Fix return value for un-parsable strings |
||||
|
||||
3.1.1 / 2021-11-15 |
||||
================== |
||||
|
||||
* Fix "thousandsSeparator" incorrecting formatting fractional part |
||||
|
||||
3.1.0 / 2019-01-22 |
||||
================== |
||||
|
||||
* Add petabyte (`pb`) support |
||||
|
||||
3.0.0 / 2017-08-31 |
||||
================== |
||||
|
||||
* Change "kB" to "KB" in format output |
||||
* Remove support for Node.js 0.6 |
||||
* Remove support for ComponentJS |
||||
|
||||
2.5.0 / 2017-03-24 |
||||
================== |
||||
|
||||
* Add option "unit" |
||||
|
||||
2.4.0 / 2016-06-01 |
||||
================== |
||||
|
||||
* Add option "unitSeparator" |
||||
|
||||
2.3.0 / 2016-02-15 |
||||
================== |
||||
|
||||
* Drop partial bytes on all parsed units |
||||
* Fix non-finite numbers to `.format` to return `null` |
||||
* Fix parsing byte string that looks like hex |
||||
* perf: hoist regular expressions |
||||
|
||||
2.2.0 / 2015-11-13 |
||||
================== |
||||
|
||||
* add option "decimalPlaces" |
||||
* add option "fixedDecimals" |
||||
|
||||
2.1.0 / 2015-05-21 |
||||
================== |
||||
|
||||
* add `.format` export |
||||
* add `.parse` export |
||||
|
||||
2.0.2 / 2015-05-20 |
||||
================== |
||||
|
||||
* remove map recreation |
||||
* remove unnecessary object construction |
||||
|
||||
2.0.1 / 2015-05-07 |
||||
================== |
||||
|
||||
* fix browserify require |
||||
* remove node.extend dependency |
||||
|
||||
2.0.0 / 2015-04-12 |
||||
================== |
||||
|
||||
* add option "case" |
||||
* add option "thousandsSeparator" |
||||
* return "null" on invalid parse input |
||||
* support proper round-trip: bytes(bytes(num)) === num |
||||
* units no longer case sensitive when parsing |
||||
|
||||
1.0.0 / 2014-05-05 |
||||
================== |
||||
|
||||
* add negative support. fixes #6 |
||||
|
||||
0.3.0 / 2014-03-19 |
||||
================== |
||||
|
||||
* added terabyte support |
||||
|
||||
0.2.1 / 2013-04-01 |
||||
================== |
||||
|
||||
* add .component |
||||
|
||||
0.2.0 / 2012-10-28 |
||||
================== |
||||
|
||||
* bytes(200).should.eql('200b') |
||||
|
||||
0.1.0 / 2012-07-04 |
||||
================== |
||||
|
||||
* add bytes to string conversion [yields] |
||||
@ -1,23 +0,0 @@ |
||||
(The MIT License) |
||||
|
||||
Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> |
||||
Copyright (c) 2015 Jed Watson <jed.watson@me.com> |
||||
|
||||
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. |
||||
@ -1,152 +0,0 @@ |
||||
# Bytes utility |
||||
|
||||
[![NPM Version][npm-image]][npm-url] |
||||
[![NPM Downloads][downloads-image]][downloads-url] |
||||
[![Build Status][ci-image]][ci-url] |
||||
[![Test Coverage][coveralls-image]][coveralls-url] |
||||
|
||||
Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa. |
||||
|
||||
## Installation |
||||
|
||||
This is a [Node.js](https://nodejs.org/en/) module available through the |
||||
[npm registry](https://www.npmjs.com/). Installation is done using the |
||||
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): |
||||
|
||||
```bash |
||||
$ npm install bytes |
||||
``` |
||||
|
||||
## Usage |
||||
|
||||
```js |
||||
var bytes = require('bytes'); |
||||
``` |
||||
|
||||
#### bytes(number|string value, [options]): number|string|null |
||||
|
||||
Default export function. Delegates to either `bytes.format` or `bytes.parse` based on the type of `value`. |
||||
|
||||
**Arguments** |
||||
|
||||
| Name | Type | Description | |
||||
|---------|----------|--------------------| |
||||
| value | `number`|`string` | Number value to format or string value to parse | |
||||
| options | `Object` | Conversion options for `format` | |
||||
|
||||
**Returns** |
||||
|
||||
| Name | Type | Description | |
||||
|---------|------------------|-------------------------------------------------| |
||||
| results | `string`|`number`|`null` | Return null upon error. Numeric value in bytes, or string value otherwise. | |
||||
|
||||
**Example** |
||||
|
||||
```js |
||||
bytes(1024); |
||||
// output: '1KB' |
||||
|
||||
bytes('1KB'); |
||||
// output: 1024 |
||||
``` |
||||
|
||||
#### bytes.format(number value, [options]): string|null |
||||
|
||||
Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is |
||||
rounded. |
||||
|
||||
**Arguments** |
||||
|
||||
| Name | Type | Description | |
||||
|---------|----------|--------------------| |
||||
| value | `number` | Value in bytes | |
||||
| options | `Object` | Conversion options | |
||||
|
||||
**Options** |
||||
|
||||
| Property | Type | Description | |
||||
|-------------------|--------|-----------------------------------------------------------------------------------------| |
||||
| decimalPlaces | `number`|`null` | Maximum number of decimal places to include in output. Default value to `2`. | |
||||
| fixedDecimals | `boolean`|`null` | Whether to always display the maximum number of decimal places. Default value to `false` | |
||||
| thousandsSeparator | `string`|`null` | Example of values: `' '`, `','` and `'.'`... Default value to `''`. | |
||||
| unit | `string`|`null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). | |
||||
| unitSeparator | `string`|`null` | Separator to use between number and unit. Default value to `''`. | |
||||
|
||||
**Returns** |
||||
|
||||
| Name | Type | Description | |
||||
|---------|------------------|-------------------------------------------------| |
||||
| results | `string`|`null` | Return null upon error. String value otherwise. | |
||||
|
||||
**Example** |
||||
|
||||
```js |
||||
bytes.format(1024); |
||||
// output: '1KB' |
||||
|
||||
bytes.format(1000); |
||||
// output: '1000B' |
||||
|
||||
bytes.format(1000, {thousandsSeparator: ' '}); |
||||
// output: '1 000B' |
||||
|
||||
bytes.format(1024 * 1.7, {decimalPlaces: 0}); |
||||
// output: '2KB' |
||||
|
||||
bytes.format(1024, {unitSeparator: ' '}); |
||||
// output: '1 KB' |
||||
``` |
||||
|
||||
#### bytes.parse(string|number value): number|null |
||||
|
||||
Parse the string value into an integer in bytes. If no unit is given, or `value` |
||||
is a number, it is assumed the value is in bytes. |
||||
|
||||
Supported units and abbreviations are as follows and are case-insensitive: |
||||
|
||||
* `b` for bytes |
||||
* `kb` for kilobytes |
||||
* `mb` for megabytes |
||||
* `gb` for gigabytes |
||||
* `tb` for terabytes |
||||
* `pb` for petabytes |
||||
|
||||
The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. |
||||
|
||||
**Arguments** |
||||
|
||||
| Name | Type | Description | |
||||
|---------------|--------|--------------------| |
||||
| value | `string`|`number` | String to parse, or number in bytes. | |
||||
|
||||
**Returns** |
||||
|
||||
| Name | Type | Description | |
||||
|---------|-------------|-------------------------| |
||||
| results | `number`|`null` | Return null upon error. Value in bytes otherwise. | |
||||
|
||||
**Example** |
||||
|
||||
```js |
||||
bytes.parse('1KB'); |
||||
// output: 1024 |
||||
|
||||
bytes.parse('1024'); |
||||
// output: 1024 |
||||
|
||||
bytes.parse(1024); |
||||
// output: 1024 |
||||
``` |
||||
|
||||
## License |
||||
|
||||
[MIT](LICENSE) |
||||
|
||||
[ci-image]: https://badgen.net/github/checks/visionmedia/bytes.js/master?label=ci |
||||
[ci-url]: https://github.com/visionmedia/bytes.js/actions?query=workflow%3Aci |
||||
[coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master |
||||
[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master |
||||
[downloads-image]: https://badgen.net/npm/dm/bytes |
||||
[downloads-url]: https://npmjs.org/package/bytes |
||||
[npm-image]: https://badgen.net/npm/v/bytes |
||||
[npm-url]: https://npmjs.org/package/bytes |
||||
@ -1,170 +0,0 @@ |
||||
/*! |
||||
* bytes |
||||
* Copyright(c) 2012-2014 TJ Holowaychuk |
||||
* Copyright(c) 2015 Jed Watson |
||||
* MIT Licensed |
||||
*/ |
||||
|
||||
'use strict'; |
||||
|
||||
/** |
||||
* Module exports. |
||||
* @public |
||||
*/ |
||||
|
||||
module.exports = bytes; |
||||
module.exports.format = format; |
||||
module.exports.parse = parse; |
||||
|
||||
/** |
||||
* Module variables. |
||||
* @private |
||||
*/ |
||||
|
||||
var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g; |
||||
|
||||
var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/; |
||||
|
||||
var map = { |
||||
b: 1, |
||||
kb: 1 << 10, |
||||
mb: 1 << 20, |
||||
gb: 1 << 30, |
||||
tb: Math.pow(1024, 4), |
||||
pb: Math.pow(1024, 5), |
||||
}; |
||||
|
||||
var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i; |
||||
|
||||
/** |
||||
* Convert the given value in bytes into a string or parse to string to an integer in bytes. |
||||
* |
||||
* @param {string|number} value |
||||
* @param {{ |
||||
* case: [string], |
||||
* decimalPlaces: [number] |
||||
* fixedDecimals: [boolean] |
||||
* thousandsSeparator: [string] |
||||
* unitSeparator: [string] |
||||
* }} [options] bytes options. |
||||
* |
||||
* @returns {string|number|null} |
||||
*/ |
||||
|
||||
function bytes(value, options) { |
||||
if (typeof value === 'string') { |
||||
return parse(value); |
||||
} |
||||
|
||||
if (typeof value === 'number') { |
||||
return format(value, options); |
||||
} |
||||
|
||||
return null; |
||||
} |
||||
|
||||
/** |
||||
* Format the given value in bytes into a string. |
||||
* |
||||
* If the value is negative, it is kept as such. If it is a float, |
||||
* it is rounded. |
||||
* |
||||
* @param {number} value |
||||
* @param {object} [options] |
||||
* @param {number} [options.decimalPlaces=2] |
||||
* @param {number} [options.fixedDecimals=false] |
||||
* @param {string} [options.thousandsSeparator=] |
||||
* @param {string} [options.unit=] |
||||
* @param {string} [options.unitSeparator=] |
||||
* |
||||
* @returns {string|null} |
||||
* @public |
||||
*/ |
||||
|
||||
function format(value, options) { |
||||
if (!Number.isFinite(value)) { |
||||
return null; |
||||
} |
||||
|
||||
var mag = Math.abs(value); |
||||
var thousandsSeparator = (options && options.thousandsSeparator) || ''; |
||||
var unitSeparator = (options && options.unitSeparator) || ''; |
||||
var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2; |
||||
var fixedDecimals = Boolean(options && options.fixedDecimals); |
||||
var unit = (options && options.unit) || ''; |
||||
|
||||
if (!unit || !map[unit.toLowerCase()]) { |
||||
if (mag >= map.pb) { |
||||
unit = 'PB'; |
||||
} else if (mag >= map.tb) { |
||||
unit = 'TB'; |
||||
} else if (mag >= map.gb) { |
||||
unit = 'GB'; |
||||
} else if (mag >= map.mb) { |
||||
unit = 'MB'; |
||||
} else if (mag >= map.kb) { |
||||
unit = 'KB'; |
||||
} else { |
||||
unit = 'B'; |
||||
} |
||||
} |
||||
|
||||
var val = value / map[unit.toLowerCase()]; |
||||
var str = val.toFixed(decimalPlaces); |
||||
|
||||
if (!fixedDecimals) { |
||||
str = str.replace(formatDecimalsRegExp, '$1'); |
||||
} |
||||
|
||||
if (thousandsSeparator) { |
||||
str = str.split('.').map(function (s, i) { |
||||
return i === 0 |
||||
? s.replace(formatThousandsRegExp, thousandsSeparator) |
||||
: s |
||||
}).join('.'); |
||||
} |
||||
|
||||
return str + unitSeparator + unit; |
||||
} |
||||
|
||||
/** |
||||
* Parse the string value into an integer in bytes. |
||||
* |
||||
* If no unit is given, it is assumed the value is in bytes. |
||||
* |
||||
* @param {number|string} val |
||||
* |
||||
* @returns {number|null} |
||||
* @public |
||||
*/ |
||||
|
||||
function parse(val) { |
||||
if (typeof val === 'number' && !isNaN(val)) { |
||||
return val; |
||||
} |
||||
|
||||
if (typeof val !== 'string') { |
||||
return null; |
||||
} |
||||
|
||||
// Test if the string passed is valid
|
||||
var results = parseRegExp.exec(val); |
||||
var floatValue; |
||||
var unit = 'b'; |
||||
|
||||
if (!results) { |
||||
// Nothing could be extracted from the given string
|
||||
floatValue = parseInt(val, 10); |
||||
unit = 'b' |
||||
} else { |
||||
// Retrieve the value and the unit
|
||||
floatValue = parseFloat(results[1]); |
||||
unit = results[4].toLowerCase(); |
||||
} |
||||
|
||||
if (isNaN(floatValue)) { |
||||
return null; |
||||
} |
||||
|
||||
return Math.floor(map[unit] * floatValue); |
||||
} |
||||
@ -1,42 +0,0 @@ |
||||
{ |
||||
"name": "bytes", |
||||
"description": "Utility to parse a string bytes to bytes and vice-versa", |
||||
"version": "3.1.2", |
||||
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", |
||||
"contributors": [ |
||||
"Jed Watson <jed.watson@me.com>", |
||||
"Théo FIDRY <theo.fidry@gmail.com>" |
||||
], |
||||
"license": "MIT", |
||||
"keywords": [ |
||||
"byte", |
||||
"bytes", |
||||
"utility", |
||||
"parse", |
||||
"parser", |
||||
"convert", |
||||
"converter" |
||||
], |
||||
"repository": "visionmedia/bytes.js", |
||||
"devDependencies": { |
||||
"eslint": "7.32.0", |
||||
"eslint-plugin-markdown": "2.2.1", |
||||
"mocha": "9.2.0", |
||||
"nyc": "15.1.0" |
||||
}, |
||||
"files": [ |
||||
"History.md", |
||||
"LICENSE", |
||||
"Readme.md", |
||||
"index.js" |
||||
], |
||||
"engines": { |
||||
"node": ">= 0.8" |
||||
}, |
||||
"scripts": { |
||||
"lint": "eslint .", |
||||
"test": "mocha --check-leaks --reporter spec", |
||||
"test-ci": "nyc --reporter=lcov --reporter=text npm test", |
||||
"test-cov": "nyc --reporter=html --reporter=text npm test" |
||||
} |
||||
} |
||||
@ -1,17 +0,0 @@ |
||||
{ |
||||
"root": true, |
||||
|
||||
"extends": "@ljharb", |
||||
|
||||
"rules": { |
||||
"func-name-matching": 0, |
||||
"id-length": 0, |
||||
"new-cap": [2, { |
||||
"capIsNewExceptions": [ |
||||
"GetIntrinsic", |
||||
], |
||||
}], |
||||
"no-extra-parens": 0, |
||||
"no-magic-numbers": 0, |
||||
}, |
||||
} |
||||
@ -1,12 +0,0 @@ |
||||
# These are supported funding model platforms |
||||
|
||||
github: [ljharb] |
||||
patreon: # Replace with a single Patreon username |
||||
open_collective: # Replace with a single Open Collective username |
||||
ko_fi: # Replace with a single Ko-fi username |
||||
tidelift: npm/call-bind-apply-helpers |
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry |
||||
liberapay: # Replace with a single Liberapay username |
||||
issuehunt: # Replace with a single IssueHunt username |
||||
otechie: # Replace with a single Otechie username |
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
||||
@ -1,9 +0,0 @@ |
||||
{ |
||||
"all": true, |
||||
"check-coverage": false, |
||||
"reporter": ["text-summary", "text", "html", "json"], |
||||
"exclude": [ |
||||
"coverage", |
||||
"test" |
||||
] |
||||
} |
||||
@ -1,30 +0,0 @@ |
||||
# Changelog |
||||
|
||||
All notable changes to this project will be documented in this file. |
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
||||
|
||||
## [v1.0.2](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.1...v1.0.2) - 2025-02-12 |
||||
|
||||
### Commits |
||||
|
||||
- [types] improve inferred types [`e6f9586`](https://github.com/ljharb/call-bind-apply-helpers/commit/e6f95860a3c72879cb861a858cdfb8138fbedec1) |
||||
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`e43d540`](https://github.com/ljharb/call-bind-apply-helpers/commit/e43d5409f97543bfbb11f345d47d8ce4e066d8c1) |
||||
|
||||
## [v1.0.1](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.0...v1.0.1) - 2024-12-08 |
||||
|
||||
### Commits |
||||
|
||||
- [types] `reflectApply`: fix types [`4efc396`](https://github.com/ljharb/call-bind-apply-helpers/commit/4efc3965351a4f02cc55e836fa391d3d11ef2ef8) |
||||
- [Fix] `reflectApply`: oops, Reflect is not a function [`83cc739`](https://github.com/ljharb/call-bind-apply-helpers/commit/83cc7395de6b79b7730bdf092f1436f0b1263c75) |
||||
- [Dev Deps] update `@arethetypeswrong/cli` [`80bd5d3`](https://github.com/ljharb/call-bind-apply-helpers/commit/80bd5d3ae58b4f6b6995ce439dd5a1bcb178a940) |
||||
|
||||
## v1.0.0 - 2024-12-05 |
||||
|
||||
### Commits |
||||
|
||||
- Initial implementation, tests, readme [`7879629`](https://github.com/ljharb/call-bind-apply-helpers/commit/78796290f9b7430c9934d6f33d94ae9bc89fce04) |
||||
- Initial commit [`3f1dc16`](https://github.com/ljharb/call-bind-apply-helpers/commit/3f1dc164afc43285631b114a5f9dd9137b2b952f) |
||||
- npm init [`081df04`](https://github.com/ljharb/call-bind-apply-helpers/commit/081df048c312fcee400922026f6e97281200a603) |
||||
- Only apps should have lockfiles [`5b9ca0f`](https://github.com/ljharb/call-bind-apply-helpers/commit/5b9ca0fe8101ebfaf309c549caac4e0a017ed930) |
||||
@ -1,21 +0,0 @@ |
||||
MIT License |
||||
|
||||
Copyright (c) 2024 Jordan Harband |
||||
|
||||
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. |
||||
@ -1,62 +0,0 @@ |
||||
# call-bind-apply-helpers <sup>[![Version Badge][npm-version-svg]][package-url]</sup> |
||||
|
||||
[![github actions][actions-image]][actions-url] |
||||
[![coverage][codecov-image]][codecov-url] |
||||
[![dependency status][deps-svg]][deps-url] |
||||
[![dev dependency status][dev-deps-svg]][dev-deps-url] |
||||
[![License][license-image]][license-url] |
||||
[![Downloads][downloads-image]][downloads-url] |
||||
|
||||
[![npm badge][npm-badge-png]][package-url] |
||||
|
||||
Helper functions around Function call/apply/bind, for use in `call-bind`. |
||||
|
||||
The only packages that should likely ever use this package directly are `call-bind` and `get-intrinsic`. |
||||
Please use `call-bind` unless you have a very good reason not to. |
||||
|
||||
## Getting started |
||||
|
||||
```sh |
||||
npm install --save call-bind-apply-helpers |
||||
``` |
||||
|
||||
## Usage/Examples |
||||
|
||||
```js |
||||
const assert = require('assert'); |
||||
const callBindBasic = require('call-bind-apply-helpers'); |
||||
|
||||
function f(a, b) { |
||||
assert.equal(this, 1); |
||||
assert.equal(a, 2); |
||||
assert.equal(b, 3); |
||||
assert.equal(arguments.length, 2); |
||||
} |
||||
|
||||
const fBound = callBindBasic([f, 1]); |
||||
|
||||
delete Function.prototype.call; |
||||
delete Function.prototype.bind; |
||||
|
||||
fBound(2, 3); |
||||
``` |
||||
|
||||
## Tests |
||||
|
||||
Clone the repo, `npm install`, and run `npm test` |
||||
|
||||
[package-url]: https://npmjs.org/package/call-bind-apply-helpers |
||||
[npm-version-svg]: https://versionbadg.es/ljharb/call-bind-apply-helpers.svg |
||||
[deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers.svg |
||||
[deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers |
||||
[dev-deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers/dev-status.svg |
||||
[dev-deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers#info=devDependencies |
||||
[npm-badge-png]: https://nodei.co/npm/call-bind-apply-helpers.png?downloads=true&stars=true |
||||
[license-image]: https://img.shields.io/npm/l/call-bind-apply-helpers.svg |
||||
[license-url]: LICENSE |
||||
[downloads-image]: https://img.shields.io/npm/dm/call-bind-apply-helpers.svg |
||||
[downloads-url]: https://npm-stat.com/charts.html?package=call-bind-apply-helpers |
||||
[codecov-image]: https://codecov.io/gh/ljharb/call-bind-apply-helpers/branch/main/graphs/badge.svg |
||||
[codecov-url]: https://app.codecov.io/gh/ljharb/call-bind-apply-helpers/ |
||||
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bind-apply-helpers |
||||
[actions-url]: https://github.com/ljharb/call-bind-apply-helpers/actions |
||||
@ -1 +0,0 @@ |
||||
export = Reflect.apply; |
||||
@ -1,10 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
var bind = require('function-bind'); |
||||
|
||||
var $apply = require('./functionApply'); |
||||
var $call = require('./functionCall'); |
||||
var $reflectApply = require('./reflectApply'); |
||||
|
||||
/** @type {import('./actualApply')} */ |
||||
module.exports = $reflectApply || bind.call($call, $apply); |
||||
@ -1,19 +0,0 @@ |
||||
import actualApply from './actualApply'; |
||||
|
||||
type TupleSplitHead<T extends any[], N extends number> = T['length'] extends N |
||||
? T |
||||
: T extends [...infer R, any] |
||||
? TupleSplitHead<R, N> |
||||
: never |
||||
|
||||
type TupleSplitTail<T, N extends number, O extends any[] = []> = O['length'] extends N |
||||
? T |
||||
: T extends [infer F, ...infer R] |
||||
? TupleSplitTail<[...R], N, [...O, F]> |
||||
: never |
||||
|
||||
type TupleSplit<T extends any[], N extends number> = [TupleSplitHead<T, N>, TupleSplitTail<T, N>] |
||||
|
||||
declare function applyBind(...args: TupleSplit<Parameters<typeof actualApply>, 2>[1]): ReturnType<typeof actualApply>; |
||||
|
||||
export = applyBind; |
||||
@ -1,10 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
var bind = require('function-bind'); |
||||
var $apply = require('./functionApply'); |
||||
var actualApply = require('./actualApply'); |
||||
|
||||
/** @type {import('./applyBind')} */ |
||||
module.exports = function applyBind() { |
||||
return actualApply(bind, $apply, arguments); |
||||
}; |
||||
@ -1 +0,0 @@ |
||||
export = Function.prototype.apply; |
||||
@ -1,4 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
/** @type {import('./functionApply')} */ |
||||
module.exports = Function.prototype.apply; |
||||
@ -1 +0,0 @@ |
||||
export = Function.prototype.call; |
||||
@ -1,4 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
/** @type {import('./functionCall')} */ |
||||
module.exports = Function.prototype.call; |
||||
@ -1,64 +0,0 @@ |
||||
type RemoveFromTuple< |
||||
Tuple extends readonly unknown[], |
||||
RemoveCount extends number, |
||||
Index extends 1[] = [] |
||||
> = Index["length"] extends RemoveCount |
||||
? Tuple |
||||
: Tuple extends [infer First, ...infer Rest] |
||||
? RemoveFromTuple<Rest, RemoveCount, [...Index, 1]> |
||||
: Tuple; |
||||
|
||||
type ConcatTuples< |
||||
Prefix extends readonly unknown[], |
||||
Suffix extends readonly unknown[] |
||||
> = [...Prefix, ...Suffix]; |
||||
|
||||
type ExtractFunctionParams<T> = T extends (this: infer TThis, ...args: infer P extends readonly unknown[]) => infer R |
||||
? { thisArg: TThis; params: P; returnType: R } |
||||
: never; |
||||
|
||||
type BindFunction< |
||||
T extends (this: any, ...args: any[]) => any, |
||||
TThis, |
||||
TBoundArgs extends readonly unknown[], |
||||
ReceiverBound extends boolean |
||||
> = ExtractFunctionParams<T> extends { |
||||
thisArg: infer OrigThis; |
||||
params: infer P extends readonly unknown[]; |
||||
returnType: infer R; |
||||
} |
||||
? ReceiverBound extends true |
||||
? (...args: RemoveFromTuple<P, Extract<TBoundArgs["length"], number>>) => R extends [OrigThis, ...infer Rest] |
||||
? [TThis, ...Rest] // Replace `this` with `thisArg`
|
||||
: R |
||||
: <U, RemainingArgs extends RemoveFromTuple<P, Extract<TBoundArgs["length"], number>>>( |
||||
thisArg: U, |
||||
...args: RemainingArgs |
||||
) => R extends [OrigThis, ...infer Rest] |
||||
? [U, ...ConcatTuples<TBoundArgs, Rest>] // Preserve bound args in return type
|
||||
: R |
||||
: never; |
||||
|
||||
declare function callBind< |
||||
const T extends (this: any, ...args: any[]) => any, |
||||
Extracted extends ExtractFunctionParams<T>, |
||||
const TBoundArgs extends Partial<Extracted["params"]> & readonly unknown[], |
||||
const TThis extends Extracted["thisArg"] |
||||
>( |
||||
args: [fn: T, thisArg: TThis, ...boundArgs: TBoundArgs] |
||||
): BindFunction<T, TThis, TBoundArgs, true>; |
||||
|
||||
declare function callBind< |
||||
const T extends (this: any, ...args: any[]) => any, |
||||
Extracted extends ExtractFunctionParams<T>, |
||||
const TBoundArgs extends Partial<Extracted["params"]> & readonly unknown[] |
||||
>( |
||||
args: [fn: T, ...boundArgs: TBoundArgs] |
||||
): BindFunction<T, Extracted["thisArg"], TBoundArgs, false>; |
||||
|
||||
declare function callBind<const TArgs extends readonly unknown[]>( |
||||
args: [fn: Exclude<TArgs[0], Function>, ...rest: TArgs] |
||||
): never; |
||||
|
||||
// export as namespace callBind;
|
||||
export = callBind; |
||||
@ -1,15 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
var bind = require('function-bind'); |
||||
var $TypeError = require('es-errors/type'); |
||||
|
||||
var $call = require('./functionCall'); |
||||
var $actualApply = require('./actualApply'); |
||||
|
||||
/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */ |
||||
module.exports = function callBindBasic(args) { |
||||
if (args.length < 1 || typeof args[0] !== 'function') { |
||||
throw new $TypeError('a function is required'); |
||||
} |
||||
return $actualApply(bind, $call, args); |
||||
}; |
||||
@ -1,85 +0,0 @@ |
||||
{ |
||||
"name": "call-bind-apply-helpers", |
||||
"version": "1.0.2", |
||||
"description": "Helper functions around Function call/apply/bind, for use in `call-bind`", |
||||
"main": "index.js", |
||||
"exports": { |
||||
".": "./index.js", |
||||
"./actualApply": "./actualApply.js", |
||||
"./applyBind": "./applyBind.js", |
||||
"./functionApply": "./functionApply.js", |
||||
"./functionCall": "./functionCall.js", |
||||
"./reflectApply": "./reflectApply.js", |
||||
"./package.json": "./package.json" |
||||
}, |
||||
"scripts": { |
||||
"prepack": "npmignore --auto --commentLines=auto", |
||||
"prepublish": "not-in-publish || npm run prepublishOnly", |
||||
"prepublishOnly": "safe-publish-latest", |
||||
"prelint": "evalmd README.md", |
||||
"lint": "eslint --ext=.js,.mjs .", |
||||
"postlint": "tsc -p . && attw -P", |
||||
"pretest": "npm run lint", |
||||
"tests-only": "nyc tape 'test/**/*.js'", |
||||
"test": "npm run tests-only", |
||||
"posttest": "npx npm@'>=10.2' audit --production", |
||||
"version": "auto-changelog && git add CHANGELOG.md", |
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" |
||||
}, |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "git+https://github.com/ljharb/call-bind-apply-helpers.git" |
||||
}, |
||||
"author": "Jordan Harband <ljharb@gmail.com>", |
||||
"license": "MIT", |
||||
"bugs": { |
||||
"url": "https://github.com/ljharb/call-bind-apply-helpers/issues" |
||||
}, |
||||
"homepage": "https://github.com/ljharb/call-bind-apply-helpers#readme", |
||||
"dependencies": { |
||||
"es-errors": "^1.3.0", |
||||
"function-bind": "^1.1.2" |
||||
}, |
||||
"devDependencies": { |
||||
"@arethetypeswrong/cli": "^0.17.3", |
||||
"@ljharb/eslint-config": "^21.1.1", |
||||
"@ljharb/tsconfig": "^0.2.3", |
||||
"@types/for-each": "^0.3.3", |
||||
"@types/function-bind": "^1.1.10", |
||||
"@types/object-inspect": "^1.13.0", |
||||
"@types/tape": "^5.8.1", |
||||
"auto-changelog": "^2.5.0", |
||||
"encoding": "^0.1.13", |
||||
"es-value-fixtures": "^1.7.1", |
||||
"eslint": "=8.8.0", |
||||
"evalmd": "^0.0.19", |
||||
"for-each": "^0.3.5", |
||||
"has-strict-mode": "^1.1.0", |
||||
"in-publish": "^2.0.1", |
||||
"npmignore": "^0.3.1", |
||||
"nyc": "^10.3.2", |
||||
"object-inspect": "^1.13.4", |
||||
"safe-publish-latest": "^2.0.0", |
||||
"tape": "^5.9.0", |
||||
"typescript": "next" |
||||
}, |
||||
"testling": { |
||||
"files": "test/index.js" |
||||
}, |
||||
"auto-changelog": { |
||||
"output": "CHANGELOG.md", |
||||
"template": "keepachangelog", |
||||
"unreleased": false, |
||||
"commitLimit": false, |
||||
"backfillLimit": false, |
||||
"hideCredit": true |
||||
}, |
||||
"publishConfig": { |
||||
"ignore": [ |
||||
".github/workflows" |
||||
] |
||||
}, |
||||
"engines": { |
||||
"node": ">= 0.4" |
||||
} |
||||
} |
||||
@ -1,3 +0,0 @@ |
||||
declare const reflectApply: false | typeof Reflect.apply; |
||||
|
||||
export = reflectApply; |
||||
@ -1,4 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
/** @type {import('./reflectApply')} */ |
||||
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply; |
||||
@ -1,63 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
var callBind = require('../'); |
||||
var hasStrictMode = require('has-strict-mode')(); |
||||
var forEach = require('for-each'); |
||||
var inspect = require('object-inspect'); |
||||
var v = require('es-value-fixtures'); |
||||
|
||||
var test = require('tape'); |
||||
|
||||
test('callBindBasic', function (t) { |
||||
forEach(v.nonFunctions, function (nonFunction) { |
||||
t['throws']( |
||||
// @ts-expect-error
|
||||
function () { callBind([nonFunction]); }, |
||||
TypeError, |
||||
inspect(nonFunction) + ' is not a function' |
||||
); |
||||
}); |
||||
|
||||
var sentinel = { sentinel: true }; |
||||
/** @type {<T, A extends number, B extends number>(this: T, a: A, b: B) => [T | undefined, A, B]} */ |
||||
var func = function (a, b) { |
||||
// eslint-disable-next-line no-invalid-this
|
||||
return [!hasStrictMode && this === global ? undefined : this, a, b]; |
||||
}; |
||||
t.equal(func.length, 2, 'original function length is 2'); |
||||
|
||||
/** type {(thisArg: unknown, a: number, b: number) => [unknown, number, number]} */ |
||||
var bound = callBind([func]); |
||||
/** type {((a: number, b: number) => [typeof sentinel, typeof a, typeof b])} */ |
||||
var boundR = callBind([func, sentinel]); |
||||
/** type {((b: number) => [typeof sentinel, number, typeof b])} */ |
||||
var boundArg = callBind([func, sentinel, /** @type {const} */ (1)]); |
||||
|
||||
// @ts-expect-error
|
||||
t.deepEqual(bound(), [undefined, undefined, undefined], 'bound func with no args'); |
||||
|
||||
// @ts-expect-error
|
||||
t.deepEqual(func(), [undefined, undefined, undefined], 'unbound func with too few args'); |
||||
// @ts-expect-error
|
||||
t.deepEqual(bound(1, 2), [hasStrictMode ? 1 : Object(1), 2, undefined], 'bound func too few args'); |
||||
// @ts-expect-error
|
||||
t.deepEqual(boundR(), [sentinel, undefined, undefined], 'bound func with receiver, with too few args'); |
||||
// @ts-expect-error
|
||||
t.deepEqual(boundArg(), [sentinel, 1, undefined], 'bound func with receiver and arg, with too few args'); |
||||
|
||||
t.deepEqual(func(1, 2), [undefined, 1, 2], 'unbound func with right args'); |
||||
t.deepEqual(bound(1, 2, 3), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with right args'); |
||||
t.deepEqual(boundR(1, 2), [sentinel, 1, 2], 'bound func with receiver, with right args'); |
||||
t.deepEqual(boundArg(2), [sentinel, 1, 2], 'bound func with receiver and arg, with right arg'); |
||||
|
||||
// @ts-expect-error
|
||||
t.deepEqual(func(1, 2, 3), [undefined, 1, 2], 'unbound func with too many args'); |
||||
// @ts-expect-error
|
||||
t.deepEqual(bound(1, 2, 3, 4), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with too many args'); |
||||
// @ts-expect-error
|
||||
t.deepEqual(boundR(1, 2, 3), [sentinel, 1, 2], 'bound func with receiver, with too many args'); |
||||
// @ts-expect-error
|
||||
t.deepEqual(boundArg(2, 3), [sentinel, 1, 2], 'bound func with receiver and arg, with too many args'); |
||||
|
||||
t.end(); |
||||
}); |
||||
@ -1,9 +0,0 @@ |
||||
{ |
||||
"extends": "@ljharb/tsconfig", |
||||
"compilerOptions": { |
||||
"target": "es2021", |
||||
}, |
||||
"exclude": [ |
||||
"coverage", |
||||
], |
||||
} |
||||
@ -1,13 +0,0 @@ |
||||
{ |
||||
"root": true, |
||||
|
||||
"extends": "@ljharb", |
||||
|
||||
"rules": { |
||||
"new-cap": [2, { |
||||
"capIsNewExceptions": [ |
||||
"GetIntrinsic", |
||||
], |
||||
}], |
||||
}, |
||||
} |
||||
@ -1,12 +0,0 @@ |
||||
# These are supported funding model platforms |
||||
|
||||
github: [ljharb] |
||||
patreon: # Replace with a single Patreon username |
||||
open_collective: # Replace with a single Open Collective username |
||||
ko_fi: # Replace with a single Ko-fi username |
||||
tidelift: npm/call-bound |
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry |
||||
liberapay: # Replace with a single Liberapay username |
||||
issuehunt: # Replace with a single IssueHunt username |
||||
otechie: # Replace with a single Otechie username |
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
||||
@ -1,9 +0,0 @@ |
||||
{ |
||||
"all": true, |
||||
"check-coverage": false, |
||||
"reporter": ["text-summary", "text", "html", "json"], |
||||
"exclude": [ |
||||
"coverage", |
||||
"test" |
||||
] |
||||
} |
||||
@ -1,42 +0,0 @@ |
||||
# Changelog |
||||
|
||||
All notable changes to this project will be documented in this file. |
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
||||
|
||||
## [v1.0.4](https://github.com/ljharb/call-bound/compare/v1.0.3...v1.0.4) - 2025-03-03 |
||||
|
||||
### Commits |
||||
|
||||
- [types] improve types [`e648922`](https://github.com/ljharb/call-bound/commit/e6489222a9e54f350fbf952ceabe51fd8b6027ff) |
||||
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`a42a5eb`](https://github.com/ljharb/call-bound/commit/a42a5ebe6c1b54fcdc7997c7dc64fdca9e936719) |
||||
- [Deps] update `call-bind-apply-helpers`, `get-intrinsic` [`f529eac`](https://github.com/ljharb/call-bound/commit/f529eac132404c17156bbc23ab2297a25d0f20b8) |
||||
|
||||
## [v1.0.3](https://github.com/ljharb/call-bound/compare/v1.0.2...v1.0.3) - 2024-12-15 |
||||
|
||||
### Commits |
||||
|
||||
- [Refactor] use `call-bind-apply-helpers` instead of `call-bind` [`5e0b134`](https://github.com/ljharb/call-bound/commit/5e0b13496df14fb7d05dae9412f088da8d3f75be) |
||||
- [Deps] update `get-intrinsic` [`41fc967`](https://github.com/ljharb/call-bound/commit/41fc96732a22c7b7e8f381f93ccc54bb6293be2e) |
||||
- [readme] fix example [`79a0137`](https://github.com/ljharb/call-bound/commit/79a0137723f7c6d09c9c05452bbf8d5efb5d6e49) |
||||
- [meta] add `sideEffects` flag [`08b07be`](https://github.com/ljharb/call-bound/commit/08b07be7f1c03f67dc6f3cdaf0906259771859f7) |
||||
|
||||
## [v1.0.2](https://github.com/ljharb/call-bound/compare/v1.0.1...v1.0.2) - 2024-12-10 |
||||
|
||||
### Commits |
||||
|
||||
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `gopd` [`e6a5ffe`](https://github.com/ljharb/call-bound/commit/e6a5ffe849368fe4f74dfd6cdeca1b9baa39e8d5) |
||||
- [Deps] update `call-bind`, `get-intrinsic` [`2aeb5b5`](https://github.com/ljharb/call-bound/commit/2aeb5b521dc2b2683d1345c753ea1161de2d1c14) |
||||
- [types] improve return type [`1a0c9fe`](https://github.com/ljharb/call-bound/commit/1a0c9fe3114471e7ca1f57d104e2efe713bb4871) |
||||
|
||||
## v1.0.1 - 2024-12-05 |
||||
|
||||
### Commits |
||||
|
||||
- Initial implementation, tests, readme, types [`6d94121`](https://github.com/ljharb/call-bound/commit/6d94121a9243602e506334069f7a03189fe3363d) |
||||
- Initial commit [`0eae867`](https://github.com/ljharb/call-bound/commit/0eae867334ea025c33e6e91cdecfc9df96680cf9) |
||||
- npm init [`71b2479`](https://github.com/ljharb/call-bound/commit/71b2479c6723e0b7d91a6b663613067e98b7b275) |
||||
- Only apps should have lockfiles [`c3754a9`](https://github.com/ljharb/call-bound/commit/c3754a949b7f9132b47e2d18c1729889736741eb) |
||||
- [actions] skip `npm ls` in node < 10 [`74275a5`](https://github.com/ljharb/call-bound/commit/74275a5186b8caf6309b6b97472bdcb0df4683a8) |
||||
- [Dev Deps] add missing peer dep [`1354de8`](https://github.com/ljharb/call-bound/commit/1354de8679413e4ae9c523d85f76fa7a5e032d97) |
||||
@ -1,21 +0,0 @@ |
||||
MIT License |
||||
|
||||
Copyright (c) 2024 Jordan Harband |
||||
|
||||
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. |
||||
@ -1,53 +0,0 @@ |
||||
# call-bound <sup>[![Version Badge][npm-version-svg]][package-url]</sup> |
||||
|
||||
[![github actions][actions-image]][actions-url] |
||||
[![coverage][codecov-image]][codecov-url] |
||||
[![dependency status][deps-svg]][deps-url] |
||||
[![dev dependency status][dev-deps-svg]][dev-deps-url] |
||||
[![License][license-image]][license-url] |
||||
[![Downloads][downloads-image]][downloads-url] |
||||
|
||||
[![npm badge][npm-badge-png]][package-url] |
||||
|
||||
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. |
||||
|
||||
## Getting started |
||||
|
||||
```sh |
||||
npm install --save call-bound |
||||
``` |
||||
|
||||
## Usage/Examples |
||||
|
||||
```js |
||||
const assert = require('assert'); |
||||
const callBound = require('call-bound'); |
||||
|
||||
const slice = callBound('Array.prototype.slice'); |
||||
|
||||
delete Function.prototype.call; |
||||
delete Function.prototype.bind; |
||||
delete Array.prototype.slice; |
||||
|
||||
assert.deepEqual(slice([1, 2, 3, 4], 1, -1), [2, 3]); |
||||
``` |
||||
|
||||
## Tests |
||||
|
||||
Clone the repo, `npm install`, and run `npm test` |
||||
|
||||
[package-url]: https://npmjs.org/package/call-bound |
||||
[npm-version-svg]: https://versionbadg.es/ljharb/call-bound.svg |
||||
[deps-svg]: https://david-dm.org/ljharb/call-bound.svg |
||||
[deps-url]: https://david-dm.org/ljharb/call-bound |
||||
[dev-deps-svg]: https://david-dm.org/ljharb/call-bound/dev-status.svg |
||||
[dev-deps-url]: https://david-dm.org/ljharb/call-bound#info=devDependencies |
||||
[npm-badge-png]: https://nodei.co/npm/call-bound.png?downloads=true&stars=true |
||||
[license-image]: https://img.shields.io/npm/l/call-bound.svg |
||||
[license-url]: LICENSE |
||||
[downloads-image]: https://img.shields.io/npm/dm/call-bound.svg |
||||
[downloads-url]: https://npm-stat.com/charts.html?package=call-bound |
||||
[codecov-image]: https://codecov.io/gh/ljharb/call-bound/branch/main/graphs/badge.svg |
||||
[codecov-url]: https://app.codecov.io/gh/ljharb/call-bound/ |
||||
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bound |
||||
[actions-url]: https://github.com/ljharb/call-bound/actions |
||||
@ -1,94 +0,0 @@ |
||||
type Intrinsic = typeof globalThis; |
||||
|
||||
type IntrinsicName = keyof Intrinsic | `%${keyof Intrinsic}%`; |
||||
|
||||
type IntrinsicPath = IntrinsicName | `${StripPercents<IntrinsicName>}.${string}` | `%${StripPercents<IntrinsicName>}.${string}%`; |
||||
|
||||
type AllowMissing = boolean; |
||||
|
||||
type StripPercents<T extends string> = T extends `%${infer U}%` ? U : T; |
||||
|
||||
type BindMethodPrecise<F> = |
||||
F extends (this: infer This, ...args: infer Args) => infer R |
||||
? (obj: This, ...args: Args) => R |
||||
: F extends { |
||||
(this: infer This1, ...args: infer Args1): infer R1; |
||||
(this: infer This2, ...args: infer Args2): infer R2 |
||||
} |
||||
? { |
||||
(obj: This1, ...args: Args1): R1; |
||||
(obj: This2, ...args: Args2): R2 |
||||
} |
||||
: never |
||||
|
||||
// Extract method type from a prototype
|
||||
type GetPrototypeMethod<T extends keyof typeof globalThis, M extends string> = |
||||
(typeof globalThis)[T] extends { prototype: any } |
||||
? M extends keyof (typeof globalThis)[T]['prototype'] |
||||
? (typeof globalThis)[T]['prototype'][M] |
||||
: never |
||||
: never |
||||
|
||||
// Get static property/method
|
||||
type GetStaticMember<T extends keyof typeof globalThis, P extends string> = |
||||
P extends keyof (typeof globalThis)[T] ? (typeof globalThis)[T][P] : never |
||||
|
||||
// Type that maps string path to actual bound function or value with better precision
|
||||
type BoundIntrinsic<S extends string> = |
||||
S extends `${infer Obj}.prototype.${infer Method}` |
||||
? Obj extends keyof typeof globalThis |
||||
? BindMethodPrecise<GetPrototypeMethod<Obj, Method & string>> |
||||
: unknown |
||||
: S extends `${infer Obj}.${infer Prop}` |
||||
? Obj extends keyof typeof globalThis |
||||
? GetStaticMember<Obj, Prop & string> |
||||
: unknown |
||||
: unknown |
||||
|
||||
declare function arraySlice<T>(array: readonly T[], start?: number, end?: number): T[]; |
||||
declare function arraySlice<T>(array: ArrayLike<T>, start?: number, end?: number): T[]; |
||||
declare function arraySlice<T>(array: IArguments, start?: number, end?: number): T[]; |
||||
|
||||
// Special cases for methods that need explicit typing
|
||||
interface SpecialCases { |
||||
'%Object.prototype.isPrototypeOf%': (thisArg: {}, obj: unknown) => boolean; |
||||
'%String.prototype.replace%': { |
||||
(str: string, searchValue: string | RegExp, replaceValue: string): string; |
||||
(str: string, searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string |
||||
}; |
||||
'%Object.prototype.toString%': (obj: {}) => string; |
||||
'%Object.prototype.hasOwnProperty%': (obj: {}, v: PropertyKey) => boolean; |
||||
'%Array.prototype.slice%': typeof arraySlice; |
||||
'%Array.prototype.map%': <T, U>(array: readonly T[], callbackfn: (value: T, index: number, array: readonly T[]) => U, thisArg?: any) => U[]; |
||||
'%Array.prototype.filter%': <T>(array: readonly T[], predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any) => T[]; |
||||
'%Array.prototype.indexOf%': <T>(array: readonly T[], searchElement: T, fromIndex?: number) => number; |
||||
'%Function.prototype.apply%': <T, A extends any[], R>(fn: (...args: A) => R, thisArg: any, args: A) => R; |
||||
'%Function.prototype.call%': <T, A extends any[], R>(fn: (...args: A) => R, thisArg: any, ...args: A) => R; |
||||
'%Function.prototype.bind%': <T, A extends any[], R>(fn: (...args: A) => R, thisArg: any, ...args: A) => (...remainingArgs: A) => R; |
||||
'%Promise.prototype.then%': { |
||||
<T, R>(promise: Promise<T>, onfulfilled: (value: T) => R | PromiseLike<R>): Promise<R>; |
||||
<T, R>(promise: Promise<T>, onfulfilled: ((value: T) => R | PromiseLike<R>) | undefined | null, onrejected: (reason: any) => R | PromiseLike<R>): Promise<R>; |
||||
}; |
||||
'%RegExp.prototype.test%': (regexp: RegExp, str: string) => boolean; |
||||
'%RegExp.prototype.exec%': (regexp: RegExp, str: string) => RegExpExecArray | null; |
||||
'%Error.prototype.toString%': (error: Error) => string; |
||||
'%TypeError.prototype.toString%': (error: TypeError) => string; |
||||
'%String.prototype.split%': ( |
||||
obj: unknown, |
||||
splitter: string | RegExp | { |
||||
[Symbol.split](string: string, limit?: number): string[]; |
||||
}, |
||||
limit?: number | undefined |
||||
) => string[]; |
||||
} |
||||
|
||||
/** |
||||
* Returns a bound function for a prototype method, or a value for a static property. |
||||
* |
||||
* @param name - The name of the intrinsic (e.g. 'Array.prototype.slice') |
||||
* @param {AllowMissing} [allowMissing] - Whether to allow missing intrinsics (default: false) |
||||
*/ |
||||
declare function callBound<K extends keyof SpecialCases | StripPercents<keyof SpecialCases>, S extends IntrinsicPath>(name: K, allowMissing?: AllowMissing): SpecialCases[`%${StripPercents<K>}%`]; |
||||
declare function callBound<K extends keyof SpecialCases | StripPercents<keyof SpecialCases>, S extends IntrinsicPath>(name: S, allowMissing?: AllowMissing): BoundIntrinsic<S>; |
||||
|
||||
export = callBound; |
||||
@ -1,19 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
var GetIntrinsic = require('get-intrinsic'); |
||||
|
||||
var callBindBasic = require('call-bind-apply-helpers'); |
||||
|
||||
/** @type {(thisArg: string, searchString: string, position?: number) => number} */ |
||||
var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]); |
||||
|
||||
/** @type {import('.')} */ |
||||
module.exports = function callBoundIntrinsic(name, allowMissing) { |
||||
/* eslint no-extra-parens: 0 */ |
||||
|
||||
var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */ (GetIntrinsic(name, !!allowMissing)); |
||||
if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) { |
||||
return callBindBasic(/** @type {const} */ ([intrinsic])); |
||||
} |
||||
return intrinsic; |
||||
}; |
||||
@ -1,99 +0,0 @@ |
||||
{ |
||||
"name": "call-bound", |
||||
"version": "1.0.4", |
||||
"description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.", |
||||
"main": "index.js", |
||||
"exports": { |
||||
".": "./index.js", |
||||
"./package.json": "./package.json" |
||||
}, |
||||
"sideEffects": false, |
||||
"scripts": { |
||||
"prepack": "npmignore --auto --commentLines=auto", |
||||
"prepublish": "not-in-publish || npm run prepublishOnly", |
||||
"prepublishOnly": "safe-publish-latest", |
||||
"prelint": "evalmd README.md", |
||||
"lint": "eslint --ext=.js,.mjs .", |
||||
"postlint": "tsc -p . && attw -P", |
||||
"pretest": "npm run lint", |
||||
"tests-only": "nyc tape 'test/**/*.js'", |
||||
"test": "npm run tests-only", |
||||
"posttest": "npx npm@'>=10.2' audit --production", |
||||
"version": "auto-changelog && git add CHANGELOG.md", |
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" |
||||
}, |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "git+https://github.com/ljharb/call-bound.git" |
||||
}, |
||||
"keywords": [ |
||||
"javascript", |
||||
"ecmascript", |
||||
"es", |
||||
"js", |
||||
"callbind", |
||||
"callbound", |
||||
"call", |
||||
"bind", |
||||
"bound", |
||||
"call-bind", |
||||
"call-bound", |
||||
"function", |
||||
"es-abstract" |
||||
], |
||||
"author": "Jordan Harband <ljharb@gmail.com>", |
||||
"funding": { |
||||
"url": "https://github.com/sponsors/ljharb" |
||||
}, |
||||
"license": "MIT", |
||||
"bugs": { |
||||
"url": "https://github.com/ljharb/call-bound/issues" |
||||
}, |
||||
"homepage": "https://github.com/ljharb/call-bound#readme", |
||||
"dependencies": { |
||||
"call-bind-apply-helpers": "^1.0.2", |
||||
"get-intrinsic": "^1.3.0" |
||||
}, |
||||
"devDependencies": { |
||||
"@arethetypeswrong/cli": "^0.17.4", |
||||
"@ljharb/eslint-config": "^21.1.1", |
||||
"@ljharb/tsconfig": "^0.3.0", |
||||
"@types/call-bind": "^1.0.5", |
||||
"@types/get-intrinsic": "^1.2.3", |
||||
"@types/tape": "^5.8.1", |
||||
"auto-changelog": "^2.5.0", |
||||
"encoding": "^0.1.13", |
||||
"es-value-fixtures": "^1.7.1", |
||||
"eslint": "=8.8.0", |
||||
"evalmd": "^0.0.19", |
||||
"for-each": "^0.3.5", |
||||
"gopd": "^1.2.0", |
||||
"has-strict-mode": "^1.1.0", |
||||
"in-publish": "^2.0.1", |
||||
"npmignore": "^0.3.1", |
||||
"nyc": "^10.3.2", |
||||
"object-inspect": "^1.13.4", |
||||
"safe-publish-latest": "^2.0.0", |
||||
"tape": "^5.9.0", |
||||
"typescript": "next" |
||||
}, |
||||
"testling": { |
||||
"files": "test/index.js" |
||||
}, |
||||
"auto-changelog": { |
||||
"output": "CHANGELOG.md", |
||||
"template": "keepachangelog", |
||||
"unreleased": false, |
||||
"commitLimit": false, |
||||
"backfillLimit": false, |
||||
"hideCredit": true |
||||
}, |
||||
"publishConfig": { |
||||
"ignore": [ |
||||
".github/workflows" |
||||
] |
||||
}, |
||||
"engines": { |
||||
"node": ">= 0.4" |
||||
} |
||||
} |
||||
@ -1,61 +0,0 @@ |
||||
'use strict'; |
||||
|
||||
var test = require('tape'); |
||||
|
||||
var callBound = require('../'); |
||||
|
||||
/** @template {true} T @template U @typedef {T extends U ? T : never} AssertType */ |
||||
|
||||
test('callBound', function (t) { |
||||
// static primitive
|
||||
t.equal(callBound('Array.length'), Array.length, 'Array.length yields itself'); |
||||
t.equal(callBound('%Array.length%'), Array.length, '%Array.length% yields itself'); |
||||
|
||||
// static non-function object
|
||||
t.equal(callBound('Array.prototype'), Array.prototype, 'Array.prototype yields itself'); |
||||
t.equal(callBound('%Array.prototype%'), Array.prototype, '%Array.prototype% yields itself'); |
||||
t.equal(callBound('Array.constructor'), Array.constructor, 'Array.constructor yields itself'); |
||||
t.equal(callBound('%Array.constructor%'), Array.constructor, '%Array.constructor% yields itself'); |
||||
|
||||
// static function
|
||||
t.equal(callBound('Date.parse'), Date.parse, 'Date.parse yields itself'); |
||||
t.equal(callBound('%Date.parse%'), Date.parse, '%Date.parse% yields itself'); |
||||
|
||||
// prototype primitive
|
||||
t.equal(callBound('Error.prototype.message'), Error.prototype.message, 'Error.prototype.message yields itself'); |
||||
t.equal(callBound('%Error.prototype.message%'), Error.prototype.message, '%Error.prototype.message% yields itself'); |
||||
|
||||
var x = callBound('Object.prototype.toString'); |
||||
var y = callBound('%Object.prototype.toString%'); |
||||
|
||||
// prototype function
|
||||
t.notEqual(x, Object.prototype.toString, 'Object.prototype.toString does not yield itself'); |
||||
t.notEqual(y, Object.prototype.toString, '%Object.prototype.toString% does not yield itself'); |
||||
t.equal(x(true), Object.prototype.toString.call(true), 'call-bound Object.prototype.toString calls into the original'); |
||||
t.equal(y(true), Object.prototype.toString.call(true), 'call-bound %Object.prototype.toString% calls into the original'); |
||||
|
||||
t['throws']( |
||||
// @ts-expect-error
|
||||
function () { callBound('does not exist'); }, |
||||
SyntaxError, |
||||
'nonexistent intrinsic throws' |
||||
); |
||||
t['throws']( |
||||
// @ts-expect-error
|
||||
function () { callBound('does not exist', true); }, |
||||
SyntaxError, |
||||
'allowMissing arg still throws for unknown intrinsic' |
||||
); |
||||
|
||||
t.test('real but absent intrinsic', { skip: typeof WeakRef !== 'undefined' }, function (st) { |
||||
st['throws']( |
||||
function () { callBound('WeakRef'); }, |
||||
TypeError, |
||||
'real but absent intrinsic throws' |
||||
); |
||||
st.equal(callBound('WeakRef', true), undefined, 'allowMissing arg avoids exception'); |
||||
st.end(); |
||||
}); |
||||
|
||||
t.end(); |
||||
}); |
||||
@ -1,10 +0,0 @@ |
||||
{ |
||||
"extends": "@ljharb/tsconfig", |
||||
"compilerOptions": { |
||||
"target": "ESNext", |
||||
"lib": ["es2024"], |
||||
}, |
||||
"exclude": [ |
||||
"coverage", |
||||
], |
||||
} |
||||
@ -1,24 +0,0 @@ |
||||
The MIT License |
||||
|
||||
Copyright (c) 2013 Max Ogden |
||||
|
||||
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. |
||||
@ -1,144 +0,0 @@ |
||||
var Writable = require('readable-stream').Writable |
||||
var inherits = require('inherits') |
||||
var bufferFrom = require('buffer-from') |
||||
|
||||
if (typeof Uint8Array === 'undefined') { |
||||
var U8 = require('typedarray').Uint8Array |
||||
} else { |
||||
var U8 = Uint8Array |
||||
} |
||||
|
||||
function ConcatStream(opts, cb) { |
||||
if (!(this instanceof ConcatStream)) return new ConcatStream(opts, cb) |
||||
|
||||
if (typeof opts === 'function') { |
||||
cb = opts |
||||
opts = {} |
||||
} |
||||
if (!opts) opts = {} |
||||
|
||||
var encoding = opts.encoding |
||||
var shouldInferEncoding = false |
||||
|
||||
if (!encoding) { |
||||
shouldInferEncoding = true |
||||
} else { |
||||
encoding = String(encoding).toLowerCase() |
||||
if (encoding === 'u8' || encoding === 'uint8') { |
||||
encoding = 'uint8array' |
||||
} |
||||
} |
||||
|
||||
Writable.call(this, { objectMode: true }) |
||||
|
||||
this.encoding = encoding |
||||
this.shouldInferEncoding = shouldInferEncoding |
||||
|
||||
if (cb) this.on('finish', function () { cb(this.getBody()) }) |
||||
this.body = [] |
||||
} |
||||
|
||||
module.exports = ConcatStream |
||||
inherits(ConcatStream, Writable) |
||||
|
||||
ConcatStream.prototype._write = function(chunk, enc, next) { |
||||
this.body.push(chunk) |
||||
next() |
||||
} |
||||
|
||||
ConcatStream.prototype.inferEncoding = function (buff) { |
||||
var firstBuffer = buff === undefined ? this.body[0] : buff; |
||||
if (Buffer.isBuffer(firstBuffer)) return 'buffer' |
||||
if (typeof Uint8Array !== 'undefined' && firstBuffer instanceof Uint8Array) return 'uint8array' |
||||
if (Array.isArray(firstBuffer)) return 'array' |
||||
if (typeof firstBuffer === 'string') return 'string' |
||||
if (Object.prototype.toString.call(firstBuffer) === "[object Object]") return 'object' |
||||
return 'buffer' |
||||
} |
||||
|
||||
ConcatStream.prototype.getBody = function () { |
||||
if (!this.encoding && this.body.length === 0) return [] |
||||
if (this.shouldInferEncoding) this.encoding = this.inferEncoding() |
||||
if (this.encoding === 'array') return arrayConcat(this.body) |
||||
if (this.encoding === 'string') return stringConcat(this.body) |
||||
if (this.encoding === 'buffer') return bufferConcat(this.body) |
||||
if (this.encoding === 'uint8array') return u8Concat(this.body) |
||||
return this.body |
||||
} |
||||
|
||||
var isArray = Array.isArray || function (arr) { |
||||
return Object.prototype.toString.call(arr) == '[object Array]' |
||||
} |
||||
|
||||
function isArrayish (arr) { |
||||
return /Array\]$/.test(Object.prototype.toString.call(arr)) |
||||
} |
||||
|
||||
function isBufferish (p) { |
||||
return typeof p === 'string' || isArrayish(p) || (p && typeof p.subarray === 'function') |
||||
} |
||||
|
||||
function stringConcat (parts) { |
||||
var strings = [] |
||||
var needsToString = false |
||||
for (var i = 0; i < parts.length; i++) { |
||||
var p = parts[i] |
||||
if (typeof p === 'string') { |
||||
strings.push(p) |
||||
} else if (Buffer.isBuffer(p)) { |
||||
strings.push(p) |
||||
} else if (isBufferish(p)) { |
||||
strings.push(bufferFrom(p)) |
||||
} else { |
||||
strings.push(bufferFrom(String(p))) |
||||
} |
||||
} |
||||
if (Buffer.isBuffer(parts[0])) { |
||||
strings = Buffer.concat(strings) |
||||
strings = strings.toString('utf8') |
||||
} else { |
||||
strings = strings.join('') |
||||
} |
||||
return strings |
||||
} |
||||
|
||||
function bufferConcat (parts) { |
||||
var bufs = [] |
||||
for (var i = 0; i < parts.length; i++) { |
||||
var p = parts[i] |
||||
if (Buffer.isBuffer(p)) { |
||||
bufs.push(p) |
||||
} else if (isBufferish(p)) { |
||||
bufs.push(bufferFrom(p)) |
||||
} else { |
||||
bufs.push(bufferFrom(String(p))) |
||||
} |
||||
} |
||||
return Buffer.concat(bufs) |
||||
} |
||||
|
||||
function arrayConcat (parts) { |
||||
var res = [] |
||||
for (var i = 0; i < parts.length; i++) { |
||||
res.push.apply(res, parts[i]) |
||||
} |
||||
return res |
||||
} |
||||
|
||||
function u8Concat (parts) { |
||||
var len = 0 |
||||
for (var i = 0; i < parts.length; i++) { |
||||
if (typeof parts[i] === 'string') { |
||||
parts[i] = bufferFrom(parts[i]) |
||||
} |
||||
len += parts[i].length |
||||
} |
||||
var u8 = new U8(len) |
||||
for (var i = 0, offset = 0; i < parts.length; i++) { |
||||
var part = parts[i] |
||||
for (var j = 0; j < part.length; j++) { |
||||
u8[offset++] = part[j] |
||||
} |
||||
} |
||||
return u8 |
||||
} |
||||
@ -1,55 +0,0 @@ |
||||
{ |
||||
"name": "concat-stream", |
||||
"version": "2.0.0", |
||||
"description": "writable stream that concatenates strings or binary data and calls a callback with the result", |
||||
"tags": [ |
||||
"stream", |
||||
"simple", |
||||
"util", |
||||
"utility" |
||||
], |
||||
"author": "Max Ogden <max@maxogden.com>", |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "http://github.com/maxogden/concat-stream.git" |
||||
}, |
||||
"bugs": { |
||||
"url": "http://github.com/maxogden/concat-stream/issues" |
||||
}, |
||||
"engines": [ |
||||
"node >= 6.0" |
||||
], |
||||
"main": "index.js", |
||||
"files": [ |
||||
"index.js" |
||||
], |
||||
"scripts": { |
||||
"test": "tape test/*.js test/server/*.js" |
||||
}, |
||||
"license": "MIT", |
||||
"dependencies": { |
||||
"buffer-from": "^1.0.0", |
||||
"inherits": "^2.0.3", |
||||
"readable-stream": "^3.0.2", |
||||
"typedarray": "^0.0.6" |
||||
}, |
||||
"devDependencies": { |
||||
"tape": "^4.6.3" |
||||
}, |
||||
"testling": { |
||||
"files": "test/*.js", |
||||
"browsers": [ |
||||
"ie/8..latest", |
||||
"firefox/17..latest", |
||||
"firefox/nightly", |
||||
"chrome/22..latest", |
||||
"chrome/canary", |
||||
"opera/12..latest", |
||||
"opera/next", |
||||
"safari/5.1..latest", |
||||
"ipad/6.0..latest", |
||||
"iphone/6.0..latest", |
||||
"android-browser/4.2..latest" |
||||
] |
||||
} |
||||
} |
||||
@ -1,102 +0,0 @@ |
||||
# concat-stream |
||||
|
||||
Writable stream that concatenates all the data from a stream and calls a callback with the result. Use this when you want to collect all the data from a stream into a single buffer. |
||||
|
||||
[](https://travis-ci.org/maxogden/concat-stream) |
||||
|
||||
[](https://nodei.co/npm/concat-stream/) |
||||
|
||||
### description |
||||
|
||||
Streams emit many buffers. If you want to collect all of the buffers, and when the stream ends concatenate all of the buffers together and receive a single buffer then this is the module for you. |
||||
|
||||
Only use this if you know you can fit all of the output of your stream into a single Buffer (e.g. in RAM). |
||||
|
||||
There are also `objectMode` streams that emit things other than Buffers, and you can concatenate these too. See below for details. |
||||
|
||||
## Related |
||||
|
||||
`concat-stream` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one. |
||||
|
||||
### examples |
||||
|
||||
#### Buffers |
||||
|
||||
```js |
||||
var fs = require('fs') |
||||
var concat = require('concat-stream') |
||||
|
||||
var readStream = fs.createReadStream('cat.png') |
||||
var concatStream = concat(gotPicture) |
||||
|
||||
readStream.on('error', handleError) |
||||
readStream.pipe(concatStream) |
||||
|
||||
function gotPicture(imageBuffer) { |
||||
// imageBuffer is all of `cat.png` as a node.js Buffer |
||||
} |
||||
|
||||
function handleError(err) { |
||||
// handle your error appropriately here, e.g.: |
||||
console.error(err) // print the error to STDERR |
||||
process.exit(1) // exit program with non-zero exit code |
||||
} |
||||
|
||||
``` |
||||
|
||||
#### Arrays |
||||
|
||||
```js |
||||
var write = concat(function(data) {}) |
||||
write.write([1,2,3]) |
||||
write.write([4,5,6]) |
||||
write.end() |
||||
// data will be [1,2,3,4,5,6] in the above callback |
||||
``` |
||||
|
||||
#### Uint8Arrays |
||||
|
||||
```js |
||||
var write = concat(function(data) {}) |
||||
var a = new Uint8Array(3) |
||||
a[0] = 97; a[1] = 98; a[2] = 99 |
||||
write.write(a) |
||||
write.write('!') |
||||
write.end(Buffer.from('!!1')) |
||||
``` |
||||
|
||||
See `test/` for more examples |
||||
|
||||
# methods |
||||
|
||||
```js |
||||
var concat = require('concat-stream') |
||||
``` |
||||
|
||||
## var writable = concat(opts={}, cb) |
||||
|
||||
Return a `writable` stream that will fire `cb(data)` with all of the data that |
||||
was written to the stream. Data can be written to `writable` as strings, |
||||
Buffers, arrays of byte integers, and Uint8Arrays. |
||||
|
||||
By default `concat-stream` will give you back the same data type as the type of the first buffer written to the stream. Use `opts.encoding` to set what format `data` should be returned as, e.g. if you if you don't want to rely on the built-in type checking or for some other reason. |
||||
|
||||
* `string` - get a string |
||||
* `buffer` - get back a Buffer |
||||
* `array` - get an array of byte integers |
||||
* `uint8array`, `u8`, `uint8` - get back a Uint8Array |
||||
* `object`, get back an array of Objects |
||||
|
||||
If you don't specify an encoding, and the types can't be inferred (e.g. you write things that aren't in the list above), it will try to convert concat them into a `Buffer`. |
||||
|
||||
If nothing is written to `writable` then `data` will be an empty array `[]`. |
||||
|
||||
# error handling |
||||
|
||||
`concat-stream` does not handle errors for you, so you must handle errors on whatever streams you pipe into `concat-stream`. This is a general rule when programming with node.js streams: always handle errors on each and every stream. Since `concat-stream` is not itself a stream it does not emit errors. |
||||
|
||||
We recommend using [`end-of-stream`](https://npmjs.org/end-of-stream) or [`pump`](https://npmjs.org/pump) for writing error tolerant stream code. |
||||
|
||||
# license |
||||
|
||||
MIT LICENSE |
||||
@ -1,22 +0,0 @@ |
||||
(The MIT License) |
||||
|
||||
Copyright (c) 2014-2017 Douglas Christopher Wilson |
||||
|
||||
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. |
||||
@ -1,141 +0,0 @@ |
||||
# content-disposition |
||||
|
||||
[![NPM Version][npm-image]][npm-url] |
||||
[![NPM Downloads][downloads-image]][downloads-url] |
||||
[![Node.js Version][node-version-image]][node-version-url] |
||||
[![Build Status][github-actions-ci-image]][github-actions-ci-url] |
||||
[![Test Coverage][coveralls-image]][coveralls-url] |
||||
|
||||
Create and parse HTTP `Content-Disposition` header |
||||
|
||||
## Installation |
||||
|
||||
```sh |
||||
$ npm install content-disposition |
||||
``` |
||||
|
||||
## API |
||||
|
||||
```js |
||||
const contentDisposition = require('content-disposition') |
||||
``` |
||||
|
||||
### contentDisposition(filename, options) |
||||
|
||||
Create an attachment `Content-Disposition` header value using the given file name, |
||||
if supplied. The `filename` is optional and if no file name is desired, but you |
||||
want to specify `options`, set `filename` to `undefined`. |
||||
|
||||
```js |
||||
res.setHeader('Content-Disposition', contentDisposition('∫ maths.pdf')) |
||||
``` |
||||
|
||||
**note** HTTP headers are of the ISO-8859-1 character set. If you are writing this |
||||
header through a means different from `setHeader` in Node.js, you'll want to specify |
||||
the `'binary'` encoding in Node.js. |
||||
|
||||
#### Options |
||||
|
||||
`contentDisposition` accepts these properties in the options object. |
||||
|
||||
##### fallback |
||||
|
||||
If the `filename` option is outside ISO-8859-1, then the file name is actually |
||||
stored in a supplemental field for clients that support Unicode file names and |
||||
a ISO-8859-1 version of the file name is automatically generated. |
||||
|
||||
This specifies the ISO-8859-1 file name to override the automatic generation or |
||||
disables the generation all together, defaults to `true`. |
||||
|
||||
- A string will specify the ISO-8859-1 file name to use in place of automatic |
||||
generation. |
||||
- `false` will disable including a ISO-8859-1 file name and only include the |
||||
Unicode version (unless the file name is already ISO-8859-1). |
||||
- `true` will enable automatic generation if the file name is outside ISO-8859-1. |
||||
|
||||
If the `filename` option is ISO-8859-1 and this option is specified and has a |
||||
different value, then the `filename` option is encoded in the extended field |
||||
and this set as the fallback field, even though they are both ISO-8859-1. |
||||
|
||||
##### type |
||||
|
||||
Specifies the disposition type, defaults to `"attachment"`. This can also be |
||||
`"inline"`, or any other value (all values except inline are treated like |
||||
`attachment`, but can convey additional information if both parties agree to |
||||
it). The type is normalized to lower-case. |
||||
|
||||
### contentDisposition.parse(string) |
||||
|
||||
```js |
||||
const disposition = contentDisposition.parse('attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt') |
||||
``` |
||||
|
||||
Parse a `Content-Disposition` header string. This automatically handles extended |
||||
("Unicode") parameters by decoding them and providing them under the standard |
||||
parameter name. This will return an object with the following properties (examples |
||||
are shown for the string `'attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt'`): |
||||
|
||||
- `type`: The disposition type (always lower case). Example: `'attachment'` |
||||
|
||||
- `parameters`: An object of the parameters in the disposition (name of parameter |
||||
always lower case and extended versions replace non-extended versions). Example: |
||||
`{filename: "€ rates.txt"}` |
||||
|
||||
## Examples |
||||
|
||||
### Send a file for download |
||||
|
||||
```js |
||||
const contentDisposition = require('content-disposition') |
||||
const fs = require('fs') |
||||
const http = require('http') |
||||
const onFinished = require('on-finished') |
||||
|
||||
const filePath = '/path/to/public/plans.pdf' |
||||
|
||||
http.createServer(function onRequest (req, res) { |
||||
// set headers |
||||
res.setHeader('Content-Type', 'application/pdf') |
||||
res.setHeader('Content-Disposition', contentDisposition(filePath)) |
||||
|
||||
// send file |
||||
const stream = fs.createReadStream(filePath) |
||||
stream.pipe(res) |
||||
onFinished(res, function () { |
||||
stream.destroy() |
||||
}) |
||||
}) |
||||
``` |
||||
|
||||
## Testing |
||||
|
||||
```sh |
||||
$ npm test |
||||
``` |
||||
|
||||
## References |
||||
|
||||
- [RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1][rfc-2616] |
||||
- [RFC 5987: Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters][rfc-5987] |
||||
- [RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)][rfc-6266] |
||||
- [Test Cases for HTTP Content-Disposition header field (RFC 6266) and the Encodings defined in RFCs 2047, 2231 and 5987][tc-2231] |
||||
|
||||
[rfc-2616]: https://datatracker.ietf.org/doc/html/rfc2616 |
||||
[rfc-5987]: https://datatracker.ietf.org/doc/html/rfc5987 |
||||
[rfc-6266]: https://datatracker.ietf.org/doc/html/rfc6266 |
||||
[tc-2231]: http://greenbytes.de/tech/tc2231/ |
||||
|
||||
## License |
||||
|
||||
[MIT](LICENSE) |
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/content-disposition |
||||
[npm-url]: https://www.npmjs.com/package/content-disposition |
||||
[node-version-image]: https://img.shields.io/node/v/content-disposition |
||||
[node-version-url]: https://nodejs.org/en/download |
||||
[coveralls-image]: https://img.shields.io/coverallsCoverage/github/jshttp/content-disposition |
||||
[coveralls-url]: https://coveralls.io/github/jshttp/content-disposition?branch=master |
||||
[downloads-image]: https://img.shields.io/npm/dm/content-disposition |
||||
[downloads-url]: https://www.npmjs.com/package/content-disposition |
||||
[github-actions-ci-image]: https://img.shields.io/github/actions/workflow/status/jshttp/content-disposition/ci.yml |
||||
[github-actions-ci-url]: https://github.com/jshttp/content-disposition/actions/workflows/ci.yml |
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue