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.
62 lines
1.5 KiB
62 lines
1.5 KiB
{
|
|
"_from": "npm-user-validate@latest",
|
|
"_id": "npm-user-validate@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-jOyg9c6gTU6TUZ73LQVXp1Ei6VE=",
|
|
"_location": "/npm-user-validate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "npm-user-validate@latest",
|
|
"name": "npm-user-validate",
|
|
"escapedName": "npm-user-validate",
|
|
"rawSpec": "latest",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-1.0.0.tgz",
|
|
"_shasum": "8ceca0f5cea04d4e93519ef72d0557a75122e951",
|
|
"_spec": "npm-user-validate@latest",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-user-validate/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "User validations for npm",
|
|
"devDependencies": {
|
|
"standard": "^8.4.0",
|
|
"standard-version": "^3.0.0",
|
|
"tap": "^7.1.2"
|
|
},
|
|
"files": [
|
|
"npm-user-validate.js"
|
|
],
|
|
"homepage": "https://github.com/npm/npm-user-validate#readme",
|
|
"keywords": [
|
|
"npm",
|
|
"validation",
|
|
"registry"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "npm-user-validate.js",
|
|
"name": "npm-user-validate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/npm/npm-user-validate.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "standard",
|
|
"test": "tap --100 test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|