|
1 | 1 | { |
2 | | - "name": "@signpdf/placeholder-pdf-lib", |
3 | | - "version": "3.2.6", |
4 | | - "description": "Use PDF-LIB to insert a signature placeholder.", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "https://github.com/vbuch/node-signpdf" |
8 | | - }, |
9 | | - "license": "MIT", |
10 | | - "keywords": [ |
11 | | - "sign", |
12 | | - "pdf", |
13 | | - "node", |
14 | | - "nodejs", |
15 | | - "esign", |
16 | | - "adobe", |
17 | | - "ppklite", |
18 | | - "sign detached", |
19 | | - "pkcs7", |
20 | | - "pkcs#7", |
21 | | - "pades", |
22 | | - "digital signature" |
23 | | - ], |
24 | | - "funding": [ |
25 | | - { |
26 | | - "type": "individual", |
27 | | - "url": "https://buymeacoffee.com/vbuch?utm_source=npm-funding-signpdf" |
28 | | - } |
29 | | - ], |
30 | | - "main": "dist/pdflibAddPlaceholder.js", |
31 | | - "types": "dist/pdflibAddPlaceholder.d.ts", |
32 | | - "files": [ |
33 | | - "dist", |
34 | | - "LICENSE", |
35 | | - "README.md" |
36 | | - ], |
37 | | - "engines": { |
38 | | - "node": ">=12", |
39 | | - "yarn": ">=1.22.18" |
40 | | - }, |
41 | | - "scripts": { |
42 | | - "test": "jest", |
43 | | - "build": "yarn build:clean && yarn build:compile && yarn build:types", |
44 | | - "lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./", |
45 | | - "build:clean": "rm -rf ./dist/*", |
46 | | - "build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"", |
47 | | - "build:types": "yarn build:types:compile && yarn build:types:verify", |
48 | | - "build:types:compile": "tsc", |
49 | | - "build:types:verify": "tsd --files=index.test-d.ts" |
50 | | - }, |
51 | | - "dependencies": { |
52 | | - "@signpdf/utils": "^3.2.4" |
53 | | - }, |
54 | | - "peerDependencies": { |
55 | | - "pdf-lib": "^1.17.1" |
56 | | - }, |
57 | | - "devDependencies": { |
58 | | - "@babel/cli": "^7.0.0", |
59 | | - "@babel/core": "^7.4.0", |
60 | | - "@babel/eslint-parser": "^7.16.3", |
61 | | - "@babel/node": "^7.0.0", |
62 | | - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", |
63 | | - "@babel/preset-env": "^7.4.2", |
64 | | - "@signpdf/eslint-config": "^3.2.3", |
65 | | - "@signpdf/internal-utils": "^3.2.0", |
66 | | - "@types/node": ">=12.0.0", |
67 | | - "@types/node-forge": "^1.2.1", |
68 | | - "assertion-error": "^1.1.0", |
69 | | - "babel-jest": "^27.3.1", |
70 | | - "babel-plugin-module-resolver": "^3.1.1", |
71 | | - "coveralls": "^3.0.2", |
72 | | - "eslint": "^8.50.0", |
73 | | - "eslint-config-airbnb-base": "^15.0.0", |
74 | | - "eslint-import-resolver-babel-module": "^5.3.1", |
75 | | - "eslint-plugin-import": "^2.25.3", |
76 | | - "eslint-plugin-jest": "^25.2.4", |
77 | | - "husky": "^7.0.4", |
78 | | - "jest": "^27.3.1", |
79 | | - "node-forge": "^1.2.1", |
80 | | - "pdf-lib": "^1.17.1", |
81 | | - "tsd": "^0.30.7", |
82 | | - "typescript": "^5.2.2" |
83 | | - }, |
84 | | - "gitHead": "56f621c5b6b240f363927cdab47ec8e0bb9fa180" |
| 2 | + "name": "@signpdf/placeholder-pdf-lib", |
| 3 | + "version": "3.2.6", |
| 4 | + "description": "Use PDF-LIB to insert a signature placeholder.", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/vbuch/node-signpdf" |
| 8 | + }, |
| 9 | + "license": "MIT", |
| 10 | + "keywords": [ |
| 11 | + "sign", |
| 12 | + "pdf", |
| 13 | + "node", |
| 14 | + "nodejs", |
| 15 | + "esign", |
| 16 | + "adobe", |
| 17 | + "ppklite", |
| 18 | + "sign detached", |
| 19 | + "pkcs7", |
| 20 | + "pkcs#7", |
| 21 | + "pades", |
| 22 | + "digital signature" |
| 23 | + ], |
| 24 | + "funding": [ |
| 25 | + { |
| 26 | + "type": "individual", |
| 27 | + "url": "https://buymeacoffee.com/vbuch?utm_source=npm-funding-signpdf" |
| 28 | + } |
| 29 | + ], |
| 30 | + "main": "dist/pdflibAddPlaceholder.js", |
| 31 | + "types": "dist/pdflibAddPlaceholder.d.ts", |
| 32 | + "files": [ |
| 33 | + "dist", |
| 34 | + "LICENSE", |
| 35 | + "README.md" |
| 36 | + ], |
| 37 | + "engines": { |
| 38 | + "node": ">=12", |
| 39 | + "yarn": ">=1.22.18" |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "test": "jest", |
| 43 | + "build": "yarn build:clean && yarn build:compile && yarn build:types", |
| 44 | + "lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./", |
| 45 | + "build:clean": "rm -rf ./dist/*", |
| 46 | + "build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"", |
| 47 | + "build:types": "yarn build:types:compile && yarn build:types:verify", |
| 48 | + "build:types:compile": "tsc", |
| 49 | + "build:types:verify": "tsd --files=index.test-d.ts" |
| 50 | + }, |
| 51 | + "dependencies": { |
| 52 | + "@signpdf/utils": "^3.2.4" |
| 53 | + }, |
| 54 | + "peerDependencies": { |
| 55 | + "pdf-lib": "^1.17.1" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@babel/cli": "^7.0.0", |
| 59 | + "@babel/core": "^7.4.0", |
| 60 | + "@babel/eslint-parser": "^7.16.3", |
| 61 | + "@babel/node": "^7.0.0", |
| 62 | + "@babel/plugin-syntax-object-rest-spread": "^7.0.0", |
| 63 | + "@babel/preset-env": "^7.4.2", |
| 64 | + "@signpdf/eslint-config": "^3.2.3", |
| 65 | + "@signpdf/internal-utils": "^3.2.0", |
| 66 | + "@types/node": ">=12.0.0", |
| 67 | + "assertion-error": "^1.1.0", |
| 68 | + "babel-jest": "^27.3.1", |
| 69 | + "babel-plugin-module-resolver": "^3.1.1", |
| 70 | + "coveralls": "^3.0.2", |
| 71 | + "eslint": "^8.50.0", |
| 72 | + "eslint-config-airbnb-base": "^15.0.0", |
| 73 | + "eslint-import-resolver-babel-module": "^5.3.1", |
| 74 | + "eslint-plugin-import": "^2.25.3", |
| 75 | + "eslint-plugin-jest": "^25.2.4", |
| 76 | + "husky": "^7.0.4", |
| 77 | + "jest": "^27.3.1", |
| 78 | + "pdf-lib": "^1.17.1", |
| 79 | + "tsd": "^0.30.7", |
| 80 | + "typescript": "^5.2.2" |
| 81 | + }, |
| 82 | + "gitHead": "56f621c5b6b240f363927cdab47ec8e0bb9fa180" |
85 | 83 | } |
0 commit comments