-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 KB
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
{
"_from": "native-password-input",
"_id": "native-password-input@1.0.0",
"_inBundle": false,
"_integrity": "sha512-zrcS+W5b1JlBLg3nibCbmFKOziJLP8NFtB/McU25PfgzaFWVcOqeFVJrjBIRWcIK5A7oBhxLKIcuA4zFtgLr7g==",
"_location": "/native-password-input",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "native-password-input",
"name": "native-password-input",
"escapedName": "native-password-input",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/native-password-input/-/native-password-input-1.0.0.tgz",
"_shasum": "3b0891e0a0c0468fe7e4bfe90b5d0423b9b82bf7",
"_spec": "native-password-input",
"_where": "/home/gtx46/Desktop/testp",
"author": {
"name": "Hamdi Tayeb Chouari"
},
"bugs": {
"url": "https://github.com/tildah/native-password-input/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "password input with visibility control",
"homepage": "https://github.com/tildah/native-password-input#readme",
"license": "ISC",
"main": "index.js",
"name": "native-password-input",
"repository": {
"type": "git",
"url": "git+https://github.com/tildah/native-password-input.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.6.1",
"dependencies": {
"@mdi/js": "^3.7.95",
"dispatcher-button": "0.0.1",
"mdi-component": "^0.1.2"
}
}