GRAYBYTE WORDPRESS FILE MANAGER3475

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/lib/node_modules/npm/node_modules/libnpmorg/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/lib/node_modules/npm/node_modules/libnpmorg//index.js
'use strict'

const eu = encodeURIComponent
const fetch = require('npm-registry-fetch')
const figgyPudding = require('figgy-pudding')
const getStream = require('get-stream')
const validate = require('aproba')

const OrgConfig = figgyPudding({
  Promise: { default: () => Promise }
})

// From https://github.com/npm/registry/blob/master/docs/orgs/memberships.md
const cmd = module.exports = {}

class MembershipDetail {}
cmd.set = (org, user, role, opts) => {
  if (typeof role === 'object' && !opts) {
    opts = role
    role = undefined
  }
  opts = OrgConfig(opts)
  return new opts.Promise((resolve, reject) => {
    validate('SSSO|SSZO', [org, user, role, opts])
    user = user.replace(/^@?/, '')
    org = org.replace(/^@?/, '')
    fetch.json(`/-/org/${eu(org)}/user`, opts.concat({
      method: 'PUT',
      body: { user, role }
    })).then(resolve, reject)
  }).then(ret => Object.assign(new MembershipDetail(), ret))
}

cmd.rm = (org, user, opts) => {
  opts = OrgConfig(opts)
  return new opts.Promise((resolve, reject) => {
    validate('SSO', [org, user, opts])
    user = user.replace(/^@?/, '')
    org = org.replace(/^@?/, '')
    fetch(`/-/org/${eu(org)}/user`, opts.concat({
      method: 'DELETE',
      body: { user },
      ignoreBody: true
    })).then(resolve, reject)
  }).then(() => null)
}

class Roster {}
cmd.ls = (org, opts) => {
  opts = OrgConfig(opts)
  return new opts.Promise((resolve, reject) => {
    getStream.array(cmd.ls.stream(org, opts)).then(entries => {
      const obj = {}
      for (let [key, val] of entries) {
        obj[key] = val
      }
      return obj
    }).then(resolve, reject)
  }).then(ret => Object.assign(new Roster(), ret))
}

cmd.ls.stream = (org, opts) => {
  opts = OrgConfig(opts)
  validate('SO', [org, opts])
  org = org.replace(/^@?/, '')
  return fetch.json.stream(`/-/org/${eu(org)}/user`, '*', opts.concat({
    mapJson (value, [key]) {
      return [key, value]
    }
  }))
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:36:29
root / root
0755
.travis.yml
0.07 KB
March 10 2021 14:36:38
root / root
0644
CHANGELOG.md
0.54 KB
March 10 2021 14:36:38
root / root
0644
LICENSE
0.7 KB
March 10 2021 14:36:38
root / root
0644
PULL_REQUEST_TEMPLATE
0.179 KB
March 10 2021 14:36:38
root / root
0644
README.md
4.529 KB
March 10 2021 14:36:38
root / root
0644
appveyor.yml
0.326 KB
March 10 2021 14:36:38
root / root
0644
index.js
1.907 KB
March 10 2021 14:36:38
root / root
0644
package.json
2.044 KB
March 10 2021 14:36:38
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF