@alexssmusica/node-pdf-nfe 1.0.49 → 1.0.51
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/README.md +310 -310
- package/lib/application/helpers/generate-pdf/nfe/default.js +2 -2
- package/lib/application/helpers/generate-pdf/nfe/gerar-itens.js +2 -2
- package/lib/application/helpers/xsd/consReciNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/consSitNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/consStatServ_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/enviNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/inutNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/leiauteConsSitNFe_v4.00.xsd +503 -503
- package/lib/application/helpers/xsd/leiauteConsStatServ_v4.00.xsd +98 -98
- package/lib/application/helpers/xsd/leiauteInutNFe_v4.00.xsd +193 -193
- package/lib/application/helpers/xsd/nfe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/procInutNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/procNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/retConsReciNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/retConsSitNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/retConsStatServ_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/retEnviNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/retInutNFe_v4.00.xsd +9 -9
- package/lib/application/helpers/xsd/tiposBasico_v4.00.xsd +589 -589
- package/package.json +88 -88
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@alexssmusica/node-pdf-nfe",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Modulo que auxilia na geração de NFe e NFCe",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"types": "lib/index.d.ts",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"author": {
|
|
9
|
-
"name": "Rodrigo Marqui Garcia"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"/lib",
|
|
13
|
-
"package.json",
|
|
14
|
-
"README.md"
|
|
15
|
-
],
|
|
16
|
-
"keywords": [
|
|
17
|
-
"NFe",
|
|
18
|
-
"NFCe"
|
|
19
|
-
],
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "https://github.com/Alexssmusica/node-pdf-nfe.git"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"version": "npm run format && git add -A src",
|
|
26
|
-
"postversion": "git push && git push --tags",
|
|
27
|
-
"test": "jest --passWithNoTests --no-cache --runInBand",
|
|
28
|
-
"cleanDist": "npx rimraf lib",
|
|
29
|
-
"build": "npm run cleanDist && tsc -p tsconfig-build.json && npm run copyXSD&& npm run copyTTF",
|
|
30
|
-
"copyXSD": "copyfiles -u 1 src/**/*.xsd lib/",
|
|
31
|
-
"copyTTF": "copyfiles -u 1 src/**/*.ttf lib/",
|
|
32
|
-
"emissaoNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/emissao.ts",
|
|
33
|
-
"statusNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/status.ts",
|
|
34
|
-
"inutNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/inutiliza.ts",
|
|
35
|
-
"cancNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/cancelamento.ts",
|
|
36
|
-
"emissaoNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/emissao.ts",
|
|
37
|
-
"statusNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/status.ts",
|
|
38
|
-
"inutNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/inutiliza.ts",
|
|
39
|
-
"cancNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/cancelamento.ts",
|
|
40
|
-
"correcaoNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/carta-correcao.ts",
|
|
41
|
-
"pdf": "ts-node-dev --respawn --transpile-only ./src/testes/pdf/pdf.ts"
|
|
42
|
-
},
|
|
43
|
-
"dependencies": {
|
|
44
|
-
"brazilian-values": "^0.12.0",
|
|
45
|
-
"bwip-js": "^3.4.0",
|
|
46
|
-
"date-fns": "^2.29.3",
|
|
47
|
-
"dotenv": "^16.0.3",
|
|
48
|
-
"gammautils": "^0.0.81",
|
|
49
|
-
"module-alias": "^2.2.2",
|
|
50
|
-
"node-fetch": "^2.6.7",
|
|
51
|
-
"node-forge": "^1.3.1",
|
|
52
|
-
"pdfkit": "^0.13.0",
|
|
53
|
-
"qrcode": "^1.5.3",
|
|
54
|
-
"sha1": "^1.1.1",
|
|
55
|
-
"xml-crypto": "^2.1.5",
|
|
56
|
-
"xml2js": "^0.4.23",
|
|
57
|
-
"xsd-schema-validator": "^0.7.0"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@types/bwip-js": "^3.2.0",
|
|
61
|
-
"@types/date-fns": "^2.6.0",
|
|
62
|
-
"@types/jest": "^29.4.1",
|
|
63
|
-
"@types/module-alias": "^2.0.1",
|
|
64
|
-
"@types/node": "^18.15.2",
|
|
65
|
-
"@types/node-fetch": "^2.6.2",
|
|
66
|
-
"@types/node-forge": "^1.3.1",
|
|
67
|
-
"@types/pdfkit": "^0.12.9",
|
|
68
|
-
"@types/qrcode": "^1.5.0",
|
|
69
|
-
"@types/sha1": "^1.1.3",
|
|
70
|
-
"@types/xml-crypto": "^1.4.2",
|
|
71
|
-
"@types/xml2js": "^0.4.11",
|
|
72
|
-
"@types/xsd-schema-validator": "^0.5.4",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
74
|
-
"@typescript-eslint/parser": "^5.55.0",
|
|
75
|
-
"copyfiles": "^2.4.1",
|
|
76
|
-
"eslint": "^8.36.0",
|
|
77
|
-
"eslint-config-standard-with-typescript": "^34.0.0",
|
|
78
|
-
"eslint-plugin-import": "^2.27.5",
|
|
79
|
-
"eslint-plugin-n": "^15.6.1",
|
|
80
|
-
"eslint-plugin-promise": "^6.1.1",
|
|
81
|
-
"jest": "^29.5.0",
|
|
82
|
-
"rimraf": "^5.0.0",
|
|
83
|
-
"ts-jest": "^29.0.5",
|
|
84
|
-
"ts-node": "^10.9.1",
|
|
85
|
-
"ts-node-dev": "^2.0.0",
|
|
86
|
-
"typescript": "^4.9.5"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@alexssmusica/node-pdf-nfe",
|
|
3
|
+
"version": "1.0.51",
|
|
4
|
+
"description": "Modulo que auxilia na geração de NFe e NFCe",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"types": "lib/index.d.ts",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"author": {
|
|
9
|
+
"name": "Rodrigo Marqui Garcia"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"/lib",
|
|
13
|
+
"package.json",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"keywords": [
|
|
17
|
+
"NFe",
|
|
18
|
+
"NFCe"
|
|
19
|
+
],
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/Alexssmusica/node-pdf-nfe.git"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"version": "npm run format && git add -A src",
|
|
26
|
+
"postversion": "git push && git push --tags",
|
|
27
|
+
"test": "jest --passWithNoTests --no-cache --runInBand",
|
|
28
|
+
"cleanDist": "npx rimraf lib",
|
|
29
|
+
"build": "npm run cleanDist && tsc -p tsconfig-build.json && npm run copyXSD&& npm run copyTTF",
|
|
30
|
+
"copyXSD": "copyfiles -u 1 src/**/*.xsd lib/",
|
|
31
|
+
"copyTTF": "copyfiles -u 1 src/**/*.ttf lib/",
|
|
32
|
+
"emissaoNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/emissao.ts",
|
|
33
|
+
"statusNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/status.ts",
|
|
34
|
+
"inutNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/inutiliza.ts",
|
|
35
|
+
"cancNFCE": "ts-node-dev --respawn --transpile-only ./src/testes/nfce/cancelamento.ts",
|
|
36
|
+
"emissaoNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/emissao.ts",
|
|
37
|
+
"statusNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/status.ts",
|
|
38
|
+
"inutNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/inutiliza.ts",
|
|
39
|
+
"cancNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/cancelamento.ts",
|
|
40
|
+
"correcaoNFE": "ts-node-dev --respawn --transpile-only ./src/testes/nfe/carta-correcao.ts",
|
|
41
|
+
"pdf": "ts-node-dev --respawn --transpile-only ./src/testes/pdf/pdf.ts"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"brazilian-values": "^0.12.0",
|
|
45
|
+
"bwip-js": "^3.4.0",
|
|
46
|
+
"date-fns": "^2.29.3",
|
|
47
|
+
"dotenv": "^16.0.3",
|
|
48
|
+
"gammautils": "^0.0.81",
|
|
49
|
+
"module-alias": "^2.2.2",
|
|
50
|
+
"node-fetch": "^2.6.7",
|
|
51
|
+
"node-forge": "^1.3.1",
|
|
52
|
+
"pdfkit": "^0.13.0",
|
|
53
|
+
"qrcode": "^1.5.3",
|
|
54
|
+
"sha1": "^1.1.1",
|
|
55
|
+
"xml-crypto": "^2.1.5",
|
|
56
|
+
"xml2js": "^0.4.23",
|
|
57
|
+
"xsd-schema-validator": "^0.7.0"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@types/bwip-js": "^3.2.0",
|
|
61
|
+
"@types/date-fns": "^2.6.0",
|
|
62
|
+
"@types/jest": "^29.4.1",
|
|
63
|
+
"@types/module-alias": "^2.0.1",
|
|
64
|
+
"@types/node": "^18.15.2",
|
|
65
|
+
"@types/node-fetch": "^2.6.2",
|
|
66
|
+
"@types/node-forge": "^1.3.1",
|
|
67
|
+
"@types/pdfkit": "^0.12.9",
|
|
68
|
+
"@types/qrcode": "^1.5.0",
|
|
69
|
+
"@types/sha1": "^1.1.3",
|
|
70
|
+
"@types/xml-crypto": "^1.4.2",
|
|
71
|
+
"@types/xml2js": "^0.4.11",
|
|
72
|
+
"@types/xsd-schema-validator": "^0.5.4",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
74
|
+
"@typescript-eslint/parser": "^5.55.0",
|
|
75
|
+
"copyfiles": "^2.4.1",
|
|
76
|
+
"eslint": "^8.36.0",
|
|
77
|
+
"eslint-config-standard-with-typescript": "^34.0.0",
|
|
78
|
+
"eslint-plugin-import": "^2.27.5",
|
|
79
|
+
"eslint-plugin-n": "^15.6.1",
|
|
80
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
81
|
+
"jest": "^29.5.0",
|
|
82
|
+
"rimraf": "^5.0.0",
|
|
83
|
+
"ts-jest": "^29.0.5",
|
|
84
|
+
"ts-node": "^10.9.1",
|
|
85
|
+
"ts-node-dev": "^2.0.0",
|
|
86
|
+
"typescript": "^4.9.5"
|
|
87
|
+
}
|
|
88
|
+
}
|