crocser
Version:
Fast, lightweight, tinny url parser
44 lines (43 loc) • 966 B
JSON
{
"name": "crocser",
"version": "1.1.1",
"description": "Fast, lightweight, tinny url parser",
"repository": "git+https://github.com/kitt3911/crocser.git",
"author": "kitt3911 <ivanignatenko28@gmail.com>",
"license": "MIT",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"main": "./dist/index.js",
"type": "module",
"keywords": [
"url-parser",
"express",
"http",
"url-parsing"
],
"engines": {
"node": ">=12.4"
},
"scripts": {
"build": "rollup -c",
"prepare": "yarn build && yarn test",
"test": "uvu -r ts-node/register __tests__"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json",
"./": "./"
},
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37",
"rollup": "^2.44.0",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"uvu": "^0.5.1"
}
}