parseurl
npmv1.3.3parse a url with memoization
Not recommended for new projects
No — parseurl should not be adopted for new projects. Last published 2704 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 2704 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 10 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding parseurl to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node >= 0.8
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the parseurl README.
var parseurl = require('parseurl')Dependencies
Declared by parseurl v1.3.3. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (11)
Used by
Popular packages that depend on parseurl.
Node.js final http responder
Fast, unopinionated, minimalist web framework
Simple middleware-style router
Koa web app framework
Serve static files
High performance middleware framework
Relationship graph
Dependencies (left) and dependents (right) of parseurl.
Frequently installed together
An AST-based pattern checker for JavaScript.
Encode a URL to a percent-encoded form, excluding already-encoded sequences
Lightweight debugging utility for Node.js and the browser
Escape string for use in HTML
Node.js final http responder
Execute a callback when a request closes, finishes, or errors
HTTP status utility
Create and parse HTTP Content-Type header
The ultimate javascript content-type utility.
Create HTTP error objects
Infer the content-type of a request.
Better streaming static file server with Range and conditional-GET support
Release history
No releases in the last two years, typically about 19 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.3.3latest | 7 years ago | 10 KB | MIT |
| 1.3.2 | 9 years ago | — | MIT |
| 1.3.1 | 10 years ago | — | MIT |
| 1.3.0 | 12 years ago | — | MIT |
| 1.2.0 | 12 years ago | — | MIT |
| 1.1.3 | 12 years ago | — | MIT |
| 1.1.2 | 12 years ago | — | MIT |
| 1.1.1 | 12 years ago | — | MIT |
| 1.1.0 | 12 years ago | — | MIT |
| 1.0.1 | 12 years ago | — | MIT |
| 1.0.0 | 12 years ago | — | MIT |
Overview
parseurl is an npm package that parse a url with memoization. It has 6 known dependents in the graph. The latest version is 1.3.3, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need parse a url with memoization and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use parseurl?
No — parseurl should not be adopted for new projects. Last published 2704 days ago.
How do I install parseurl?
Run `npm install parseurl` to add parseurl to your npm project.
What license is parseurl released under?
parseurl is distributed under the MIT license.
How popular is parseurl?
npm does not publish download counts. Within PackageGraph's crawl, 6 known packages depend on parseurl.
Is parseurl still maintained?
The most recent release of parseurl (v1.3.3) was published 7 years ago.
Does parseurl run install scripts?
No. parseurl does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.