mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
{
|
|
"name": "npm-user-validate",
|
|
"version": "0.1.1",
|
|
"description": "User validations for npm",
|
|
"main": "npm-user-validate.js",
|
|
"devDependencies": {
|
|
"tap": "0.4.3"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/npm/npm-user-validate.git"
|
|
},
|
|
"keywords": [
|
|
"npm",
|
|
"validation",
|
|
"registry"
|
|
],
|
|
"author": {
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
},
|
|
"license": "BSD",
|
|
"gitHead": "64c9bd4ded742c41afdb3a8414fbbfdbfdcdf6b7",
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-user-validate/issues"
|
|
},
|
|
"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"
|
|
}
|
|
|