netlicensing-client 1.2.38 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1797 -0
- package/dist/index.d.ts +1797 -0
- package/dist/index.global.js +7 -0
- package/dist/index.global.js.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +95 -116
- package/dist/netlicensing-client.js +0 -11228
- package/dist/netlicensing-client.min.js +0 -2
- package/dist/netlicensing-client.min.js.LICENSE.txt +0 -8
- package/dist/netlicensing-client.node.js +0 -16960
- package/dist/netlicensing-client.node.min.js +0 -2
- package/dist/netlicensing-client.node.min.js.LICENSE.txt +0 -22
package/package.json
CHANGED
|
@@ -1,120 +1,99 @@
|
|
|
1
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
|
-
|
|
2
|
+
"name": "netlicensing-client",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "JavaScript Wrapper for Labs64 NetLicensing RESTful API",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"labs64",
|
|
7
|
+
"netlicensing",
|
|
8
|
+
"licensing",
|
|
9
|
+
"licensing-as-a-service",
|
|
10
|
+
"license",
|
|
11
|
+
"license-management",
|
|
12
|
+
"software-license",
|
|
13
|
+
"client",
|
|
14
|
+
"restful",
|
|
15
|
+
"restful-api",
|
|
16
|
+
"javascript",
|
|
17
|
+
"wrapper",
|
|
18
|
+
"api",
|
|
19
|
+
"client"
|
|
20
|
+
],
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
|
+
"author": "Labs64 GmbH",
|
|
23
|
+
"homepage": "https://netlicensing.io",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/Labs64/NetLicensingClient-javascript"
|
|
27
|
+
},
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/Labs64/NetLicensingClient-javascript/issues"
|
|
30
|
+
},
|
|
31
|
+
"contributors": [
|
|
32
|
+
{
|
|
33
|
+
"name": "Ready Brown",
|
|
34
|
+
"email": "ready.brown@hotmail.de",
|
|
35
|
+
"url": "https://github.com/r-brown"
|
|
27
36
|
},
|
|
28
|
-
|
|
29
|
-
|
|
37
|
+
{
|
|
38
|
+
"name": "Viacheslav Rudkovskiy",
|
|
39
|
+
"email": "viachaslau.rudkovski@labs64.de",
|
|
40
|
+
"url": "https://github.com/v-rudkovskiy"
|
|
30
41
|
},
|
|
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
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"eslint-import-resolver-webpack": "^0.13.10",
|
|
89
|
-
"eslint-plugin-import": "^2.31.0",
|
|
90
|
-
"eslint-plugin-jasmine": "^4.2.2",
|
|
91
|
-
"eslint-webpack-plugin": "^4.2.0",
|
|
92
|
-
"faker": "^5.5.3",
|
|
93
|
-
"is-docker": "^2.2.1",
|
|
94
|
-
"jasmine": "^4.0.2",
|
|
95
|
-
"jasmine-core": "^4.0.1",
|
|
96
|
-
"karma": "^6.3.17",
|
|
97
|
-
"karma-chrome-launcher": "^3.1.0",
|
|
98
|
-
"karma-firefox-launcher": "^2.1.2",
|
|
99
|
-
"karma-jasmine": "^4.0.2",
|
|
100
|
-
"karma-sourcemap-loader": "^0.3.7",
|
|
101
|
-
"karma-spec-reporter": "0.0.33",
|
|
102
|
-
"karma-webpack": "^5.0.0",
|
|
103
|
-
"lodash": "^4.17.21",
|
|
104
|
-
"ora": "^5.4.1",
|
|
105
|
-
"rimraf": "^3.0.2",
|
|
106
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
107
|
-
"webpack": "^5.76.0",
|
|
108
|
-
"webpack-cli": "^5.1.1",
|
|
109
|
-
"webpack-merge": "^5.8.0"
|
|
110
|
-
},
|
|
111
|
-
"engines": {
|
|
112
|
-
"node": ">= 14.0.0",
|
|
113
|
-
"npm": ">= 8.0.0"
|
|
114
|
-
},
|
|
115
|
-
"browserslist": [
|
|
116
|
-
"> 1%",
|
|
117
|
-
"last 2 versions",
|
|
118
|
-
"not ie <= 10"
|
|
119
|
-
]
|
|
42
|
+
{
|
|
43
|
+
"name": "Andrei Yushkevich",
|
|
44
|
+
"email": "yushkevich@me.com",
|
|
45
|
+
"url": "https://github.com/yushkevich"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"main": "dist/index.cjs",
|
|
49
|
+
"module": "dist/index.mjs",
|
|
50
|
+
"types": "dist/index.d.ts",
|
|
51
|
+
"exports": {
|
|
52
|
+
".": {
|
|
53
|
+
"types": "./dist/index.d.ts",
|
|
54
|
+
"import": "./dist/index.mjs",
|
|
55
|
+
"require": "./dist/index.cjs"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"files": [
|
|
59
|
+
"dist"
|
|
60
|
+
],
|
|
61
|
+
"scripts": {
|
|
62
|
+
"build": "tsup",
|
|
63
|
+
"release": "npm run lint:typecheck && npm run test && npm run build",
|
|
64
|
+
"dev": "tsup --watch",
|
|
65
|
+
"test": "vitest run",
|
|
66
|
+
"test:dev": "vitest watch",
|
|
67
|
+
"lint": "eslint --ext .js,.mjs,.ts src",
|
|
68
|
+
"typecheck": "tsc --noEmit",
|
|
69
|
+
"lint:typecheck": "npm run lint && npm run typecheck"
|
|
70
|
+
},
|
|
71
|
+
"peerDependencies": {
|
|
72
|
+
"axios": "^1.9.0"
|
|
73
|
+
},
|
|
74
|
+
"dependencies": {},
|
|
75
|
+
"devDependencies": {
|
|
76
|
+
"@eslint/js": "^9.24.0",
|
|
77
|
+
"@types/node": "^22.14.0",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
79
|
+
"@typescript-eslint/parser": "^8.29.1",
|
|
80
|
+
"@vitest/eslint-plugin": "^1.1.43",
|
|
81
|
+
"axios": "^1.9.0",
|
|
82
|
+
"eslint": "^9.24.0",
|
|
83
|
+
"eslint-plugin-import": "^2.31.0",
|
|
84
|
+
"prettier": "3.5.3",
|
|
85
|
+
"tsup": "^8.4.0",
|
|
86
|
+
"typescript": "^5.8.3",
|
|
87
|
+
"typescript-eslint": "^8.29.1",
|
|
88
|
+
"vitest": "^3.1.1"
|
|
89
|
+
},
|
|
90
|
+
"engines": {
|
|
91
|
+
"node": ">= 16.9.0",
|
|
92
|
+
"npm": ">= 8.0.0"
|
|
93
|
+
},
|
|
94
|
+
"browserslist": [
|
|
95
|
+
"> 1%",
|
|
96
|
+
"last 2 versions",
|
|
97
|
+
"not ie <= 10"
|
|
98
|
+
]
|
|
120
99
|
}
|