$
This commit is contained in:
57
node_modules/rawth/package.json
generated
vendored
Normal file
57
node_modules/rawth/package.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "rawth",
|
||||
"version": "2.1.2",
|
||||
"description": "Pure functional isomorphic router based on streams",
|
||||
"main": "rawth.js",
|
||||
"jsnext:main": "index.next.js",
|
||||
"module": "index.next.js",
|
||||
"scripts": {
|
||||
"prepare": "npm run build && npm test",
|
||||
"lint": "eslint index.next.js test.js rollup.config.js",
|
||||
"build": "rollup -c",
|
||||
"cov-submit": "RAWTH_COV=1 cat ./coverage/lcov.info | coveralls",
|
||||
"cov-report": "nyc report --reporter=lcov --reporter=text",
|
||||
"pretest": "npm run build",
|
||||
"test": "npm run lint && nyc mocha -r esm test.js"
|
||||
},
|
||||
"files": [
|
||||
"index.next.js",
|
||||
"rawth.js",
|
||||
"rawth.min.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GianlucaGuarini/rawth.git"
|
||||
},
|
||||
"keywords": [
|
||||
"stream",
|
||||
"streams",
|
||||
"functional",
|
||||
"route",
|
||||
"URL",
|
||||
"router"
|
||||
],
|
||||
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/GianlucaGuarini/rawth/issues"
|
||||
},
|
||||
"homepage": "https://github.com/GianlucaGuarini/rawth#readme",
|
||||
"devDependencies": {
|
||||
"@gianlucaguarini/eslint-config": "^2.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"coveralls": "^3.1.0",
|
||||
"eslint": "^7.28.0",
|
||||
"esm": "^3.2.25",
|
||||
"mocha": "^8.4.0",
|
||||
"nyc": "^15.1.0",
|
||||
"rollup": "^2.51.2",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-terser": "^7.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"erre": "^2.2.0",
|
||||
"path-to-regexp": "^6.2.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user