Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a912978c2c6512f80b0526c0ab81d9e06515cafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "name": "passwords-client",
    "version": "1.0.0-alpha1000",
    "description": "JS client library for the Nextcloud Passwords app",
    "main": "src/main.js",
    "exports": {
        ".": "./src/main.js",
        "./models": "./src/models.js",
        "./errors": "./src/errors.js",
        "./utility": "./src/utility.js",
        "./http": "./src/http.js",
        "./legacy": "./src/legacy.js",
        "./passlink": "./src/PassLink/PassLink",
        "./boolean-state": "./src/State/BooleanState.js",
        "./event-emitter": "./src/Event/EventEmitter.js",
        "./client": "./src/Client/PasswordsClient.js",
        "./basic-client": "./src/Client/BasicPasswordsClient.js",
        "./basic-class-loader": "./src/ClassLoader/BasicClassLoader.js",
        "./default-class-loader": "./src/ClassLoader/DefaultClassLoader.js",
        "./enhanced-class-loader": "./src/ClassLoader/EnhancedClassLoader.js"
    },
    "author": "Marius Wieschollek",
    "license": "ISC",
    "keywords": [
        "libsodium",
        "passwords",
        "api",
        "nextcloud"
    ],
    "repository": {
        "type": "git",
        "url": "https://git.mdns.eu/nextcloud/passwords-client.git"
    },
    "dependencies": {
        "eventemitter3": "^3.1.2",
        "libsodium": "0.7.10",
        "libsodium-wrappers": "0.7.10",
        "url-parse": "^1.5.3",
        "uuid": "^8.3.2",
        "process": "^0.11.10"
    }
}