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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
| {
| "_from": "plist@^3.0.4",
| "_id": "plist@3.1.0",
| "_inBundle": false,
| "_integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==",
| "_location": "/plist",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "plist@^3.0.4",
| "name": "plist",
| "escapedName": "plist",
| "rawSpec": "^3.0.4",
| "saveSpec": null,
| "fetchSpec": "^3.0.4"
| },
| "_requiredBy": [
| "/@electron/universal",
| "/dmg-license",
| "/electron-osx-sign"
| ],
| "_resolved": "https://registry.npmmirror.com/plist/-/plist-3.1.0.tgz",
| "_shasum": "797a516a93e62f5bde55e0b9cc9c967f860893c9",
| "_spec": "plist@^3.0.4",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/universal",
| "author": {
| "name": "Nathan Rajlich",
| "email": "nathan@tootallnate.net"
| },
| "bugs": {
| "url": "https://github.com/TooTallNate/node-plist/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Hans Huebner",
| "email": "hans.huebner@gmail.com"
| },
| {
| "name": "Pierre Metrailler"
| },
| {
| "name": "Mike Reinstein",
| "email": "reinstein.mike@gmail.com"
| },
| {
| "name": "Vladimir Tsvang"
| },
| {
| "name": "Mathieu D'Amours"
| }
| ],
| "dependencies": {
| "@xmldom/xmldom": "^0.8.8",
| "base64-js": "^1.5.1",
| "xmlbuilder": "^15.1.1"
| },
| "deprecated": false,
| "description": "Apple's property list parser/builder for Node.js and browsers",
| "devDependencies": {
| "browserify": "^17.0.0",
| "mocha": "^9.2.2",
| "multiline": "^2.0.0",
| "zuul": "3.12.0"
| },
| "engines": {
| "node": ">=10.4.0"
| },
| "homepage": "https://github.com/TooTallNate/node-plist#readme",
| "keywords": [
| "apple",
| "browser",
| "mac",
| "plist",
| "parser",
| "xml"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "plist",
| "repository": {
| "type": "git",
| "url": "git://github.com/TooTallNate/node-plist.git"
| },
| "scripts": {
| "test": "make test"
| },
| "version": "3.1.0"
| }
|
|