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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
| {
| "_args": [
| [
| "@gar/promisify@1.1.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "@gar/promisify@1.1.2",
| "_id": "@gar/promisify@1.1.2",
| "_inBundle": false,
| "_integrity": "sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==",
| "_location": "/@gar/promisify",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@gar/promisify@1.1.2",
| "name": "@gar/promisify",
| "escapedName": "@gar%2fpromisify",
| "scope": "@gar",
| "rawSpec": "1.1.2",
| "saveSpec": null,
| "fetchSpec": "1.1.2"
| },
| "_requiredBy": [
| "/@npmcli/fs"
| ],
| "_resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz",
| "_spec": "1.1.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Gar",
| "email": "gar+npm@danger.computer"
| },
| "bugs": {
| "url": "https://github.com/wraithgar/gar-promisify/issues"
| },
| "description": "Promisify an entire class or object",
| "devDependencies": {
| "@hapi/code": "^8.0.1",
| "@hapi/lab": "^24.1.0",
| "standard": "^16.0.3"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/wraithgar/gar-promisify#readme",
| "keywords": [
| "promisify",
| "all",
| "class",
| "object"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "@gar/promisify",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/wraithgar/gar-promisify.git"
| },
| "scripts": {
| "lint": "standard",
| "lint:fix": "standard --fix",
| "posttest": "npm run lint",
| "test": "lab -a @hapi/code -t 100"
| },
| "version": "1.1.2"
| }
|
|