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.
81 lines
1.9 KiB
81 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"npm-user-validate@~0.1.2",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "npm-user-validate@>=0.1.2 <0.2.0",
|
|
"_id": "npm-user-validate@0.1.2",
|
|
"_inCache": true,
|
|
"_location": "/npm-user-validate",
|
|
"_nodeVersion": "2.0.1",
|
|
"_npmUser": {
|
|
"email": "isaacs@npmjs.com",
|
|
"name": "isaacs"
|
|
},
|
|
"_npmVersion": "2.10.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "npm-user-validate",
|
|
"raw": "npm-user-validate@~0.1.2",
|
|
"rawSpec": "~0.1.2",
|
|
"scope": null,
|
|
"spec": ">=0.1.2 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.2.tgz",
|
|
"_shasum": "d585da0b47c9f41a9e6ca684b6fd84ba41ebe87d",
|
|
"_shrinkwrap": null,
|
|
"_spec": "npm-user-validate@~0.1.2",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"email": "rok@kowalski.gd",
|
|
"name": "Robert Kowalski"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-user-validate/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "User validations for npm",
|
|
"devDependencies": {
|
|
"tap": "0.4.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "d585da0b47c9f41a9e6ca684b6fd84ba41ebe87d",
|
|
"tarball": "http://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.2.tgz"
|
|
},
|
|
"gitHead": "e5b280babff5b73fe74b496461bcf424a51881e1",
|
|
"homepage": "https://github.com/npm/npm-user-validate#readme",
|
|
"keywords": [
|
|
"npm",
|
|
"registry",
|
|
"validation"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "npm-user-validate.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "robertkowalski",
|
|
"email": "rok@kowalski.gd"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"name": "npm-user-validate",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/npm/npm-user-validate.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|
|
|