• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "npm-user-validate",
3  "version": "2.0.0",
4  "description": "User validations for npm",
5  "main": "lib/index.js",
6  "devDependencies": {
7    "@npmcli/eslint-config": "^4.0.1",
8    "@npmcli/template-oss": "4.11.0",
9    "tap": "^16.3.2"
10  },
11  "scripts": {
12    "test": "tap",
13    "lint": "eslint \"**/*.js\"",
14    "postlint": "template-oss-check",
15    "template-oss-apply": "template-oss-apply --force",
16    "lintfix": "npm run lint -- --fix",
17    "snap": "tap",
18    "posttest": "npm run lint"
19  },
20  "repository": {
21    "type": "git",
22    "url": "https://github.com/npm/npm-user-validate.git"
23  },
24  "keywords": [
25    "npm",
26    "validation",
27    "registry"
28  ],
29  "author": "GitHub Inc.",
30  "license": "BSD-2-Clause",
31  "files": [
32    "bin/",
33    "lib/"
34  ],
35  "engines": {
36    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
37  },
38  "templateOSS": {
39    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
40    "version": "4.11.0"
41  },
42  "tap": {
43    "nyc-arg": [
44      "--exclude",
45      "tap-snapshots/**"
46    ]
47  }
48}
49