Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charmander/router
Matches a path against a pattern map, extracting values
https://github.com/charmander/router
node router
Last synced: about 1 month ago
JSON representation
Matches a path against a pattern map, extracting values
- Host: GitHub
- URL: https://github.com/charmander/router
- Owner: charmander
- Created: 2018-02-13T08:57:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T05:29:01.000Z (over 6 years ago)
- Last Synced: 2024-11-13T09:52:28.815Z (about 2 months ago)
- Topics: node, router
- Language: JavaScript
- Homepage: https://www.npmjs.com/@charmander/router
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build status][ci image]][ci]
## Contributor warning
The `npm-shrinkwrap.json` generated by `make` is for publishing only; don’t run any npm commands that read or affect `node_modules` while it exists. In particular, if `npm-shrinkwrap.json` exists and `npm install` is run, `package-lock.json` will offer no protection and npm will silently install the entire current tap dependency tree missing from `npm-shrinkwrap.json`.
If `npm-shrinkwrap.json` doesn’t exist when publishing, `npm publish` and `npm pack` will silently skip it, though it’s listed in `package.json`’s `files`. Please ensure it exists.
[ci]: https://travis-ci.org/charmander/router
[ci image]: https://api.travis-ci.org/charmander/router.svg