UNPKG

736 BJSONView Raw
1{
2 "name": "validate-npm-package-name",
3 "version": "2.0.0",
4 "description": "Give me a string and I'll tell you if it's a valid npm package name",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "builtins": "0.0.7"
11 },
12 "devDependencies": {
13 "tap": "^0.4.13"
14 },
15 "scripts": {
16 "test": "tap test/*.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/npm/validate-npm-package-name"
21 },
22 "keywords": [
23 "npm",
24 "package",
25 "names",
26 "validation"
27 ],
28 "author": "zeke",
29 "license": "ISC",
30 "bugs": {
31 "url": "https://github.com/npm/validate-npm-package-name/issues"
32 },
33 "homepage": "https://github.com/npm/validate-npm-package-name"
34}