-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 967 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "parse-content-range-header",
"version": "0.2.4",
"description": "Parses a Content-Range header and returns total number, start and end indexes of the current page records",
"main": "index.js",
"keywords": [
"parse",
"Content-Range",
"content range",
"header",
"http",
"web",
"7233"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/academia-de-codigo/parse-content-range-header.git"
},
"author": "<Academia de Código_>",
"license": "MIT",
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"mocha": "^8.4.0"
}
}