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
91
92
93
94
95
96
97
98
99
100
101
102
| {
| "_args": [
| [
| "jsencrypt@3.3.2",
| "E:\\wangzhan\\web\\ltkj_registerapp"
| ]
| ],
| "_from": "jsencrypt@3.3.2",
| "_id": "jsencrypt@3.3.2",
| "_inBundle": false,
| "_integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
| "_location": "/jsencrypt",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "jsencrypt@3.3.2",
| "name": "jsencrypt",
| "escapedName": "jsencrypt",
| "rawSpec": "3.3.2",
| "saveSpec": null,
| "fetchSpec": "3.3.2"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.3.2.tgz",
| "_spec": "3.3.2",
| "_where": "E:\\wangzhan\\web\\ltkj_registerapp",
| "author": {
| "name": "Travis Tidwell",
| "email": "travis@form.io"
| },
| "browser": "lib/index.js",
| "bugs": {
| "url": "http://github.com/travist/jsencrypt/issues"
| },
| "contributors": [
| {
| "name": "Travis Tidwell",
| "email": "travis@form.io",
| "url": "http://github.com/travist"
| },
| {
| "name": "Antonio",
| "url": "https://github.com/zoloft"
| },
| {
| "name": "Julio",
| "url": "https://github.com/jmgaya"
| },
| {
| "name": "Taehyun Hwang",
| "url": "https://github.com/HwangTaehyun"
| }
| ],
| "dependencies": {},
| "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
| "devDependencies": {
| "@babel/core": "^7.20.12",
| "@babel/preset-env": "^7.20.2",
| "@babel/preset-typescript": "^7.18.6",
| "@babel/register": "^7.18.9",
| "@types/expect": "^24.3.0",
| "@types/mocha": "^10.0.0",
| "@types/node": "^18.11.4",
| "chai": "^4.3.6",
| "dirty-chai": "^2.0.1",
| "fs-jetpack": "^5.1.0",
| "mocha": "^10.0.0",
| "process": "^0.11.10",
| "ts-mocha": "^10.0.0",
| "ts-node": "^10.9.1",
| "typescript": "^4.2.4",
| "url": "^0.11.0",
| "webpack": "^5.35.1",
| "webpack-cli": "^4.6.0"
| },
| "files": [
| "bin",
| "lib"
| ],
| "homepage": "http://www.travistidwell.com/jsencrypt",
| "license": "MIT",
| "main": "bin/jsencrypt.js",
| "module": "lib/index.js",
| "name": "jsencrypt",
| "repository": {
| "type": "git",
| "url": "git://github.com/travist/jsencrypt.git"
| },
| "scripts": {
| "build": "npm run build:dev && npm run build:test && npm run build:prod",
| "build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
| "build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
| "build:test": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.test.js",
| "serve": "bundle exec jekyll server --config _config.build.yml",
| "test": "ts-mocha test/test.rsa.js"
| },
| "types": "lib/index.d.ts",
| "version": "3.3.2"
| }
|
|