Commit project

This commit is contained in:
Rodrigo Pedroso 2019-06-19 10:46:14 -04:00
commit 3ac017a5ad
1030 changed files with 94062 additions and 0 deletions

78
node_modules/registry-auth-token/package.json generated vendored Normal file
View file

@ -0,0 +1,78 @@
{
"_args": [
[
"registry-auth-token@3.3.1",
"/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server"
]
],
"_development": true,
"_from": "registry-auth-token@3.3.1",
"_id": "registry-auth-token@3.3.1",
"_inBundle": false,
"_integrity": "sha1-+w0yie4Nmtosu1KvXf5mywcNMAY=",
"_location": "/registry-auth-token",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "registry-auth-token@3.3.1",
"name": "registry-auth-token",
"escapedName": "registry-auth-token",
"rawSpec": "3.3.1",
"saveSpec": null,
"fetchSpec": "3.3.1"
},
"_requiredBy": [
"/package-json"
],
"_resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.1.tgz",
"_spec": "3.3.1",
"_where": "/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server",
"author": {
"name": "Espen Hovlandsdal",
"email": "espen@hovlandsdal.com"
},
"bugs": {
"url": "https://github.com/rexxars/registry-auth-token/issues"
},
"dependencies": {
"rc": "^1.1.6",
"safe-buffer": "^5.0.1"
},
"description": "Get the auth token set for an npm registry (if any)",
"devDependencies": {
"istanbul": "^0.4.2",
"mocha": "^3.3.0",
"require-uncached": "^1.0.2",
"standard": "^10.0.2"
},
"homepage": "https://github.com/rexxars/registry-auth-token#readme",
"keywords": [
"npm",
"conf",
"config",
"npmconf",
"registry",
"auth",
"token",
"authtoken"
],
"license": "MIT",
"main": "index.js",
"name": "registry-auth-token",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"posttest": "standard",
"test": "mocha"
},
"standard": {
"ignore": [
"coverage/**"
]
},
"version": "3.3.1"
}