</>PackageGraphPackageGraph

parseurl

npmv1.3.3

parse 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.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

10 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

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)

beautify-benchmark 0.2.4benchmark 2.1.4eslint 5.16.0eslint-config-standard 12.0.0eslint-plugin-import 2.17.1eslint-plugin-node 7.0.1eslint-plugin-promise 4.1.1eslint-plugin-standard 4.0.0fast-url-parser 1.1.3istanbul 0.4.5mocha 6.1.3

Used by

Popular packages that depend on parseurl.

Relationship graph

Dependencies (left) and dependents (right) of parseurl.

Frequently installed together

Release history

No releases in the last two years, typically about 19 days apart.

Recent versions of parseurl
VersionPublishedSizeLicense
1.3.3latest7 years ago10 KBMIT
1.3.29 years agoMIT
1.3.110 years agoMIT
1.3.012 years agoMIT
1.2.012 years agoMIT
1.1.312 years agoMIT
1.1.212 years agoMIT
1.1.112 years agoMIT
1.1.012 years agoMIT
1.0.112 years agoMIT
1.0.012 years agoMIT

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.