namespace

The standard library namespace.

https://github.com/stdlib-js/namespace

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.8%) to scientific vocabulary

Keywords

javascript lib library namespace node node-js nodejs ns standard stdlib
Last synced: 6 months ago · JSON representation ·

Repository

The standard library namespace.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
javascript lib library namespace node node-js nodejs ns standard stdlib
Created over 4 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Security

README.md

About stdlib...

We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.

The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.

When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.

To join us in bringing numerical computing to the web, get started by checking us out on GitHub, and please consider financially supporting stdlib. We greatly appreciate your continued support!

Namespace

NPM version Build Status Coverage Status <!-- dependencies -->

Standard library namespace.

## Installation ```bash npm install @stdlib/namespace ```
## Usage ```javascript var namespace = require( '@stdlib/namespace' ); ``` #### namespace() Returns the standard library namespace. ```javascript var ns = namespace(); // returns [ {...}, {...}, ... ] ```
## Examples ```javascript var namespace = require( '@stdlib/namespace' ); var ns = namespace(); // returns [ {...}, {...}, ... ] ```

## CLI
## Installation To use as a general utility, install the CLI package globally ```bash npm install -g @stdlib/namespace-cli ```
### Usage ```text Usage: stdlib-namespace [options] Options: -h, --help Print this message. -V, --version Print the package version. --fields f1,f2,... Print fields as CSV. ```
### Notes - The default output format is newline-delimited JSON ([NDJSON][ndjson]). Each printed `object` will contain the following fields: `alias`, `path`, `type`, and `related`. If a namespace element's value can be serialized as [JSON][json], the `object` will contain the element `value`. Otherwise, the `value` field will be missing. - To output data as comma-separated values ([CSV][csv]), specify the desired fields. Supported fields include: `alias`, `path`, `type`, and `related`. The first line is a header line, and all values are enclosed in double quotes `"..."`.
### Examples ```bash $ stdlib-namespace {...} {...} {...} ... ``` To output data as [CSV][csv], ```bash $ stdlib-namespace --fields alias,type "alias","type" "AFINN_111","Function" "AFINN_96","Function" "any","Function" "anyBy","Function" ... ```

* * * ## Notice This package is part of [stdlib][stdlib], a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more. For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib]. #### Community [![Chat][chat-image]][chat-url] --- ## License See [LICENSE][stdlib-license]. ## Copyright Copyright © 2016-2025. The Stdlib [Authors][stdlib-authors].

Owner

  • Name: stdlib
  • Login: stdlib-js
  • Kind: organization

Standard library for JavaScript.

Citation (CITATION.cff)

cff-version: 1.2.0
title: stdlib
message: >-
  If you use this software, please cite it using the
  metadata from this file.

type: software

authors:
  - name: The Stdlib Authors
    url: https://github.com/stdlib-js/stdlib/graphs/contributors

repository-code: https://github.com/stdlib-js/stdlib
url: https://stdlib.io

abstract: |
  Standard library for JavaScript and Node.js.

keywords:
  - JavaScript
  - Node.js
  - TypeScript
  - standard library
  - scientific computing
  - numerical computing
  - statistical computing

license: Apache-2.0 AND BSL-1.0

date-released: 2016

GitHub Events

Total
  • Push event: 213
  • Create event: 2
Last Year
  • Push event: 213
  • Create event: 2

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 262
  • Total Committers: 1
  • Avg Commits per committer: 262.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 110
  • Committers: 1
  • Avg Commits per committer: 110.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
stdlib-bot n****y@s****o 262
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package.json npm
  • istanbul ^0.4.1 development
  • tap-spec 5.x.x development
  • tape git+https://github.com/kgryte/tape.git#fix/globby development
  • @stdlib/array github:stdlib-js/array#main
  • @stdlib/assert github:stdlib-js/assert#main
  • @stdlib/bench github:stdlib-js/bench#main
  • @stdlib/bigint github:stdlib-js/bigint#main
  • @stdlib/blas github:stdlib-js/blas#main
  • @stdlib/boolean github:stdlib-js/boolean#main
  • @stdlib/buffer github:stdlib-js/buffer#main
  • @stdlib/cli github:stdlib-js/cli#main
  • @stdlib/complex github:stdlib-js/complex#main
  • @stdlib/constants github:stdlib-js/constants#main
  • @stdlib/datasets github:stdlib-js/datasets#main
  • @stdlib/error github:stdlib-js/error#main
  • @stdlib/fs github:stdlib-js/fs#main
  • @stdlib/function github:stdlib-js/function#main
  • @stdlib/iter github:stdlib-js/iter#main
  • @stdlib/math github:stdlib-js/math#main
  • @stdlib/ml github:stdlib-js/ml#main
  • @stdlib/ndarray github:stdlib-js/ndarray#main
  • @stdlib/net github:stdlib-js/net#main
  • @stdlib/nlp github:stdlib-js/nlp#main
  • @stdlib/number github:stdlib-js/number#main
  • @stdlib/object github:stdlib-js/object#main
  • @stdlib/os github:stdlib-js/os#main
  • @stdlib/plot github:stdlib-js/plot#main
  • @stdlib/process github:stdlib-js/process#main
  • @stdlib/proxy github:stdlib-js/proxy#main
  • @stdlib/random github:stdlib-js/random#main
  • @stdlib/regexp github:stdlib-js/regexp#main
  • @stdlib/simulate github:stdlib-js/simulate#main
  • @stdlib/stats github:stdlib-js/stats#main
  • @stdlib/streams github:stdlib-js/streams#main
  • @stdlib/strided github:stdlib-js/strided#main
  • @stdlib/string github:stdlib-js/string#main
  • @stdlib/symbol github:stdlib-js/symbol#main
  • @stdlib/time github:stdlib-js/time#main
  • @stdlib/utils github:stdlib-js/utils#main
.github/workflows/cancel.yml actions
  • styfle/cancel-workflow-action 0.11.0 composite
.github/workflows/close_pull_requests.yml actions
  • superbrothers/close-pull-request v3 composite
.github/workflows/examples.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/npm_downloads.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • actions/upload-artifact v3 composite
  • distributhor/workflow-webhook v3 composite
.github/workflows/publish.yml actions
  • JS-DevTools/npm-publish v1 composite
  • act10ns/slack v1 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • styfle/cancel-workflow-action 0.11.0 composite
.github/workflows/test.yml actions
  • act10ns/slack v1 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/test_coverage.yml actions
  • act10ns/slack v1 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • codecov/codecov-action v3 composite
  • distributhor/workflow-webhook v3 composite
.github/workflows/test_install.yml actions
  • act10ns/slack v1 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
alias2pkg/package.json npm
alias2related/package.json npm
alias2standalone/package.json npm
aliases/package.json npm
pkg2alias/package.json npm
pkg2related/package.json npm
pkg2standalone/package.json npm
standalone2pkg/package.json npm