npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@mnpjs/licenses

v1.1.0

Published

The list and texts of 30 licenses.

Downloads

2

Readme

Licenses

This is a list of Licenses that can be used with MNP.

{
  "afl-3.0": {
    "name": "Academic Free License v3.0",
    "spdx": "AFL-3.0"
  },
  "apache-2.0": {
    "name": "Apache license 2.0",
    "spdx": "Apache-2.0"
  },
  "artistic-2.0": {
    "name": "Artistic license 2.0",
    "spdx": "Artistic-2.0"
  },
  "bsl-1.0": {
    "name": "Boost Software License 1.0",
    "spdx": "BSL-1.0"
  },
  "bsd-2-clause": {
    "name": "BSD 2-clause \"Simplified\" license",
    "spdx": "BSD-2-Clause"
  },
  "bsd-3-clause": {
    "name": "BSD 3-clause \"New\" or \"Revised\" license",
    "spdx": "BSD-3-Clause"
  },
  "bsd-3-clause-clear": {
    "name": "BSD 3-clause Clear license",
    "spdx": "BSD-3-Clause-Clear"
  },
  "cc0-1.0": {
    "name": "Creative Commons Zero v1.0 Universal",
    "spdx": "CC0-1.0"
  },
  "cc-by-4.0": {
    "name": "Creative Commons Attribution 4.0",
    "spdx": "CC-BY-4.0"
  },
  "cc-by-sa-4.0": {
    "name": "Creative Commons Attribution Share Alike 4.0",
    "spdx": "CC-BY-SA-4.0"
  },
  "wtfpl": {
    "name": "Do What The F*ck You Want To Public License",
    "spdx": "WTFPL"
  },
  "ecl-2.0": {
    "name": "Educational Community License v2.0",
    "spdx": "ECL-2.0"
  },
  "epl-1.0": {
    "name": "Eclipse Public License 1.0",
    "spdx": "EPL-1.0"
  },
  "eupl-1.1": {
    "name": "European Union Public License 1.1",
    "spdx": "EUPL-1.1"
  },
  "agpl-3.0": {
    "name": "GNU Affero General Public License v3.0",
    "spdx": "AGPL-3.0"
  },
  "gpl-2.0": {
    "name": "GNU General Public License v2.0",
    "spdx": "GPL-2.0-only"
  },
  "gpl-3.0": {
    "name": "GNU General Public License v3.0",
    "spdx": "GPL-3.0-only"
  },
  "lgpl-2.1": {
    "name": "GNU Lesser General Public License v2.1",
    "spdx": "LGPL-2.1-only"
  },
  "lgpl-3.0": {
    "name": "GNU Lesser General Public License v3.0",
    "spdx": "LGPL-3.0-only"
  },
  "isc": {
    "name": "ISC",
    "spdx": "ISC"
  },
  "lppl-1.3c": {
    "name": "LaTeX Project Public License v1.3c",
    "spdx": "LPPL-1.3c"
  },
  "ms-pl": {
    "name": "Microsoft Public License",
    "spdx": "MS-PL"
  },
  "mit": {
    "name": "MIT",
    "spdx": "MIT"
  },
  "mpl-2.0": {
    "name": "Mozilla Public License 2.0",
    "spdx": "MPL-2.0"
  },
  "osl-3.0": {
    "name": "Open Software License 3.0",
    "spdx": "OSL-3.0"
  },
  "postgresql": {
    "name": "PostgreSQL License",
    "spdx": "PostgreSQL"
  },
  "ofl-1.1": {
    "name": "SIL Open Font License 1.1",
    "spdx": "OFL-1.1"
  },
  "ncsa": {
    "name": "University of Illinois/NCSA Open Source License",
    "spdx": "NCSA"
  },
  "unlicense": {
    "name": "The Unlicense",
    "spdx": "Unlicense"
  },
  "zlib": {
    "name": "zLib License",
    "spdx": "Zlib"
  }
}

Academic Free License v3.0

Key: afl-3.0 SPDX: AFL-3.0 Text

Apache license 2.0

Key: apache-2.0 SPDX: Apache-2.0 Text

Artistic license 2.0

Key: artistic-2.0 SPDX: Artistic-2.0 Text

Boost Software License 1.0

Key: bsl-1.0 SPDX: BSL-1.0 Text

BSD 2-clause "Simplified" license

Key: bsd-2-clause SPDX: BSD-2-Clause Text

BSD 3-clause "New" or "Revised" license

Key: bsd-3-clause SPDX: BSD-3-Clause Text

BSD 3-clause Clear license

Key: bsd-3-clause-clear SPDX: BSD-3-Clause-Clear Text

Creative Commons Zero v1.0 Universal

Key: cc0-1.0 SPDX: CC0-1.0 Text

Creative Commons Attribution 4.0

Key: cc-by-4.0 SPDX: CC-BY-4.0 Text

Creative Commons Attribution Share Alike 4.0

Key: cc-by-sa-4.0 SPDX: CC-BY-SA-4.0 Text

Do What The F*ck You Want To Public License

Key: wtfpl SPDX: WTFPL Text

Educational Community License v2.0

Key: ecl-2.0 SPDX: ECL-2.0 Text

Eclipse Public License 1.0

Key: epl-1.0 SPDX: EPL-1.0 Text

European Union Public License 1.1

Key: eupl-1.1 SPDX: EUPL-1.1 Text

GNU Affero General Public License v3.0

Key: agpl-3.0 SPDX: AGPL-3.0 Text

/*!
 * my-new-package: {{ description }}
 *
 * Copyright (C) {{ year }}  {{ legal_name }}
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */

GNU General Public License v2.0

Key: gpl-2.0 SPDX: GPL-2.0-only Text

GNU General Public License v3.0

Key: gpl-3.0 SPDX: GPL-3.0-only Text

/*!
 * my-new-package: {{ description }}
 *
 * Copyright (C) {{ year }}  {{ legal_name }}
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */

GNU Lesser General Public License v2.1

Key: lgpl-2.1 SPDX: LGPL-2.1-only Text

GNU Lesser General Public License v3.0

Key: lgpl-3.0 SPDX: LGPL-3.0-only Text

/*!
 * my-new-package: {{ description }}
 *
 * Copyright (C) {{ year }}  {{ legal_name }}
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */

ISC

Key: isc SPDX: ISC Text

LaTeX Project Public License v1.3c

Key: lppl-1.3c SPDX: LPPL-1.3c Text

Microsoft Public License

Key: ms-pl SPDX: MS-PL Text

MIT

Key: mit SPDX: MIT Text

/*!
 * my-new-package
 * {{ repo.html_url }}
 * Copyright(c) {{ year }} {{ legal_name }}
 * MIT Licensed
 */

Mozilla Public License 2.0

Key: mpl-2.0 SPDX: MPL-2.0 Text

Open Software License 3.0

Key: osl-3.0 SPDX: OSL-3.0 Text

PostgreSQL License

Key: postgresql SPDX: PostgreSQL Text

SIL Open Font License 1.1

Key: ofl-1.1 SPDX: OFL-1.1 Text

University of Illinois/NCSA Open Source License

Key: ncsa SPDX: NCSA Text

The Unlicense

Key: unlicense SPDX: Unlicense Text

zLib License

Key: zlib SPDX: Zlib Text