</>PackageGraphPackageGraph

aria-query

npmv5.3.2

Programmatic access to the ARIA specification

Adopt with care

aria-query is usable, with caveats. Last published 719 days ago. 2 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • CMaintenance: grade C, Fair — worth a look.

    Last published 719 days ago. 2 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 172 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 5 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    Apache-2.0 — 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 aria-query 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.

172 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.4
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the aria-query README.

javascriptFull README ↗
{|
  entries: () => Array<$Item>,
  get: (key: $Key) => ?$Value,
  has: (key: $Key) => boolean,
  keys: () => Array<$Key>,
  values: () => Array<$Value>,
|};

aria-query vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
aria-querythis page03Apache-2.01 year ago
dom-accessibility-api01MIT1 day ago
axobject-query51.8M1Apache-2.01 day ago

Dependencies

Declared by aria-query v5.3.2. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (22)

@babel/cli ^7.25.6@babel/core ^7.25.2@babel/eslint-parser ^7.25.1@babel/node ^7.25.0@babel/plugin-transform-react-jsx ^7.25.2@babel/preset-env ^7.25.4@babel/preset-flow ^7.24.7@babel/register ^7.24.6array.from ^1.1.6array.prototype.some ^1.1.6babel-plugin-module-resolver ^5.0.2commander ^9.4.1deep-equal-json ^1.0.0eslint ^8.57.0eslint-plugin-flowtype ^8.0.3flow-bin ^0.191.0mock-property ^1.1.0nyc ^10.3.2object-inspect ^1.13.2object.values ^1.2.0rimraf ^2.7.1tape ^5.9.0

Used by

Popular packages that depend on aria-query.

Relationship graph

Dependencies (left) and dependents (right) of aria-query.

@testing-library/…sveltewebdriverioaria-query
aria-query dependencies dependents

Frequently installed together

Release history

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

Recent versions of aria-query
VersionPublishedSizeLicense
5.3.2latest1 year ago172 KBApache-2.0
5.3.12 years ago173 KBApache-2.0
5.3.03 years ago188 KBApache-2.0
5.2.13 years ago188 KBApache-2.0
5.2.03 years ago188 KBApache-2.0
5.1.33 years ago172 KBApache-2.0
5.1.23 years ago172 KBApache-2.0
5.1.13 years ago172 KBApache-2.0
5.0.24 years ago157 KBApache-2.0
5.0.14 years ago185 KBApache-2.0
5.0.05 years ago241 KBApache-2.0
4.2.26 years ago168 KBApache-2.0
4.2.16 years ago168 KBApache-2.0
4.2.06 years ago168 KBApache-2.0
4.0.26 years ago147 KBApache-2.0

Overview

aria-query is an npm package that programmatic access to the ARIA specification. It has 3 known dependents in the graph. The latest version is 5.3.2, released under the Apache-2.0 license.

Who should use it

Teams working in the npm ecosystem who need programmatic access to the ARIA specification and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, 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 (Apache-2.0).

Cons

  • Large dependency tree (22 direct dependencies) increases install size and audit surface.
  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use aria-query?

aria-query is usable, with caveats. Last published 719 days ago. 2 releases in the last 2 years.

How do I install aria-query?

Run `npm install aria-query` to add aria-query to your npm project.

What license is aria-query released under?

aria-query is distributed under the Apache-2.0 license.

How popular is aria-query?

npm does not publish download counts. Within PackageGraph's crawl, 3 known packages depend on aria-query.

Is aria-query still maintained?

The most recent release of aria-query (v5.3.2) was published 1 year ago.

Does aria-query run install scripts?

No. aria-query does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.