Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « npm-user-validate « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2bdf7799854f4bd665175d8c4deca1a5c784719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "npm-user-validate",
  "version": "0.0.1",
  "description": "User validations for npm",
  "main": "npm-user-validate.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "devDependencies": {
    "tap": "0.4.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robertkowalski/npm-user-validate"
  },
  "keywords": [
    "npm",
    "validation"
  ],
  "author": {
    "name": "Robert Kowalski",
    "email": "rok@kowalski.gd"
  },
  "license": "BSD",
  "readme": "## npmvalidate\n\nValidation for the npm client and npm-www (and probably other npm projects)",
  "readmeFilename": "README.md",
  "_id": "npm-user-validate@0.0.1",
  "_from": "npm-user-validate@0"
}