Sign In

@moshcoder/moshpit-name

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moshcoder/moshpit-name - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+33
-9
package.json
{
"name": "@moshcoder/moshpit-name",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"license": "MIT",
"description": "The Moshpit namespace rules: what is a valid ending, what a name parses to, which namespace wins, and what things cost. Pure, dependency-free, runs anywhere.",
"keywords": ["moshpit", "namespace", "validation", "tld"],
"repository": { "type": "git", "url": "git+https://github.com/moshcoder/moshpit-name.git" },
"keywords": [
"moshpit",
"namespace",
"validation",
"tld"
],
"repository": {
"type": "git",
"url": "git+https://github.com/moshcoder/moshpit-name.git"
},
"homepage": "https://github.com/moshcoder/moshpit-name",
"main": "lib/index.mjs",
"exports": { ".": "./lib/index.mjs" },
"bin": { "moshpit-name": "bin/moshpit-name.mjs" },
"files": ["bin", "lib", "README.md", "LICENSE"],
"scripts": { "test": "node --test test/*.test.mjs" },
"engines": { "node": ">=18" },
"publishConfig": { "access": "public" }
"exports": {
".": "./lib/index.mjs",
"./package.json": "./package.json"
},
"bin": {
"moshpit-name": "bin/moshpit-name.mjs"
},
"files": [
"bin",
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --test test/*.test.mjs"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}