added doga
This commit is contained in:
77
25_02_24/node_modules/header-range-parser/package.json
generated
vendored
Normal file
77
25_02_24/node_modules/header-range-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"author": "Anton Trofimenko",
|
||||
"bugs": {
|
||||
"url": "https://github.com/r37r0m0d3l/header-range-parser/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"email": "r37r0m0d3l@protonmail.com",
|
||||
"name": "Anton Trofimenko"
|
||||
}
|
||||
],
|
||||
"description": "Range header field string parser.",
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.8.0",
|
||||
"@typescript-eslint/parser": "5.8.0",
|
||||
"esbuild": "0.14.8",
|
||||
"eslint": "8.5.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-config-standard": "16.0.3",
|
||||
"eslint-plugin-import": "2.25.3",
|
||||
"eslint-plugin-jsdoc": "37.4.0",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"jest": "27.4.5",
|
||||
"npm-dts": "1.3.10",
|
||||
"prettier": "2.5.1",
|
||||
"typescript": "4.5.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.22.0"
|
||||
},
|
||||
"exports": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs",
|
||||
"default": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"files": [
|
||||
"dist/index.cjs",
|
||||
"dist/index.cjs.map",
|
||||
"dist/index.d.ts",
|
||||
"dist/index.js",
|
||||
"dist/index.js.map"
|
||||
],
|
||||
"homepage": "https://github.com/r37r0m0d3l/header-range-parser",
|
||||
"keywords": [
|
||||
"header",
|
||||
"http",
|
||||
"parser",
|
||||
"range"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.js",
|
||||
"name": "header-range-parser",
|
||||
"packageManager": "npm@6",
|
||||
"private": false,
|
||||
"readmeFilename": "README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/r37r0m0d3l/header-range-parser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --config .eslintrc.json \"./src/**/*.ts\"",
|
||||
"test": "jest --collect-coverage=false",
|
||||
"test:coverage": "jest --collect-coverage=true",
|
||||
"build": "npm run build:prod",
|
||||
"build:test": "node ./build.cjs -- --minify=false --sourcemap=false",
|
||||
"build:dev": "node ./build.cjs -- --minify=false --sourcemap=true",
|
||||
"build:prod": "node ./build.cjs -- --minify=true --sourcemap=true",
|
||||
"package:upgrade": "npx npm-check --update"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"version": "1.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user