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
| {
| "_from": "iconv-corefoundation@^1.1.7",
| "_id": "iconv-corefoundation@1.1.7",
| "_inBundle": false,
| "_integrity": "sha512-T10qvkw0zz4wnm560lOEg0PovVqUXuOFhhHAkixw8/sycy7TJt7v/RrkEKEQnAw2viPSJu6iAkErxnzR0g8PpQ==",
| "_location": "/iconv-corefoundation",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "iconv-corefoundation@^1.1.7",
| "name": "iconv-corefoundation",
| "escapedName": "iconv-corefoundation",
| "rawSpec": "^1.1.7",
| "saveSpec": null,
| "fetchSpec": "^1.1.7"
| },
| "_requiredBy": [
| "/dmg-license"
| ],
| "_resolved": "https://registry.npmmirror.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz",
| "_shasum": "31065e6ab2c9272154c8b0821151e2c88f1b002a",
| "_spec": "iconv-corefoundation@^1.1.7",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/dmg-license",
| "author": {
| "name": "argv-minus-one"
| },
| "bugs": {
| "url": "https://github.com/argv-minus-one/iconv-corefoundation/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "cli-truncate": "^2.1.0",
| "node-addon-api": "^1.6.3"
| },
| "deprecated": false,
| "description": "Character set conversion using the macOS CoreFoundation API",
| "devDependencies": {
| "@microsoft/api-documenter": "^7.2.1",
| "@microsoft/api-extractor": "^7.1.6",
| "@types/bindings": "^1.3.0",
| "@types/chai": "^4.1.7",
| "@types/mocha": "^9.0.0",
| "@types/node": "^12.0.2",
| "chai": "^4.2.0",
| "chai-bytes": "^0.1.2",
| "mocha": "^9.1.3",
| "ts-node": "^8.1.0",
| "typescript": "^3.4.5"
| },
| "engines": {
| "node": "^8.11.2 || >=10"
| },
| "files": [
| "lib/**/*.js",
| "lib/**/*.d.ts",
| "lib/**/*.node"
| ],
| "homepage": "https://github.com/argv-minus-one/iconv-corefoundation#readme",
| "keywords": [
| "corefoundation",
| "iconv",
| "convert",
| "charset",
| "mac"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "iconv-corefoundation",
| "os": [
| "darwin"
| ],
| "repository": {
| "type": "git",
| "url": "git+https://github.com/argv-minus-one/iconv-corefoundation.git"
| },
| "scripts": {
| "docs": "api-extractor run && api-documenter markdown --input-folder temp --output-folder docs && ln -s iconv-corefoundation.md docs/index.md",
| "prepare": "tsc && make -f native.mk",
| "prepublishOnly": "npm test",
| "test": "node -r ts-node/register --expose-gc node_modules/.bin/_mocha test/**.spec.ts"
| },
| "types": "lib/index.d.ts",
| "version": "1.1.7"
| }
|
|