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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2014-10-17 09:01:52 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-10-17 09:01:52 +0400
commit01ec790fd47def56eda6abb3b8d809093e8f493f (patch)
treed48ec706722d47e5d239845321560a6fb95f2c7b /node_modules/npm-user-validate
parent389e52c2d94c818ca8935ccdcf392994fec564a2 (diff)
npm-user-validate@0.1.1
Corrected very important repository URL.
Diffstat (limited to 'node_modules/npm-user-validate')
-rw-r--r--node_modules/npm-user-validate/package.json39
1 files changed, 30 insertions, 9 deletions
diff --git a/node_modules/npm-user-validate/package.json b/node_modules/npm-user-validate/package.json
index b9377c771..cf4440364 100644
--- a/node_modules/npm-user-validate/package.json
+++ b/node_modules/npm-user-validate/package.json
@@ -1,6 +1,6 @@
{
"name": "npm-user-validate",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "User validations for npm",
"main": "npm-user-validate.js",
"devDependencies": {
@@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
- "url": "git://github.com/npm/npm-registry-mock.git"
+ "url": "git://github.com/npm/npm-user-validate.git"
},
"keywords": [
"npm",
@@ -23,13 +23,34 @@
"email": "rok@kowalski.gd"
},
"license": "BSD",
- "readme": "[![Build Status](https://travis-ci.org/npm/npm-user-validate.png?branch=master)](https://travis-ci.org/npm/npm-user-validate)\n[![devDependency Status](https://david-dm.org/npm/npm-user-validate/dev-status.png)](https://david-dm.org/npm/npm-user-validate#info=devDependencies)\n\n# npm-user-validate\n\nValidation for the npm client and npm-www (and probably other npm projects)\n",
- "readmeFilename": "README.md",
+ "gitHead": "64c9bd4ded742c41afdb3a8414fbbfdbfdcdf6b7",
"bugs": {
- "url": "https://github.com/npm/npm-registry-mock/issues"
+ "url": "https://github.com/npm/npm-user-validate/issues"
},
- "homepage": "https://github.com/npm/npm-registry-mock",
- "_id": "npm-user-validate@0.1.0",
- "_shasum": "358a5b5148ed3f79771d980388c6e34c4a61f638",
- "_from": "npm-user-validate@latest"
+ "homepage": "https://github.com/npm/npm-user-validate",
+ "_id": "npm-user-validate@0.1.1",
+ "_shasum": "ea7774636c3c8fe6d01e174bd9f2ee0e22eeed57",
+ "_from": "npm-user-validate@>=0.1.1 <0.2.0",
+ "_npmVersion": "2.1.3",
+ "_nodeVersion": "0.10.31",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ },
+ "maintainers": [
+ {
+ "name": "robertkowalski",
+ "email": "rok@kowalski.gd"
+ },
+ {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ }
+ ],
+ "dist": {
+ "shasum": "ea7774636c3c8fe6d01e174bd9f2ee0e22eeed57",
+ "tarball": "http://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.1.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.1.tgz"
}