-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
package.json
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
{
"_from": "qencode-api",
"_inBundle": false,
"_integrity": "sha512-uIhYiCdZQBXYmbHIzsIdr6eJidfB7lSBkmN8NCMg9NPU0DPRFxewPhQQOt6HilZCF0J+acwrcG/RN6iykhpp8A==",
"_location": "/qencode-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "qencode-api",
"name": "qencode-api",
"escapedName": "qencode-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/qencode-api/-/qencode-api-1.0.0.tgz",
"_shasum": "6e7cf66a97d6c5696b98fe3cec11e4da3b96d8bf",
"_spec": "qencode-api",
"_where": "/Users/nikyer/projects/qencode/sdk/qencode-api-node-client",
"author": "",
"bundleDependencies": [],
"dependencies": {
"axios": "^1.2.1",
"querystring": "^0.2.1"
},
"deprecated": false,
"description": "",
"license": "ISC",
"main": "QencodeApiClient.js",
"name": "qencode-api",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.0.1"
}