feige
2025-01-06 d94517c1dbde0d7b80a77f1003cd2d9aacaa677b
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
{
  "_from": "jsencrypt@3.0.0-rc.1",
  "_id": "jsencrypt@3.0.0-rc.1",
  "_inBundle": false,
  "_integrity": "sha512-gcvGaqerlUJy1Kq6tNgPYteVEoWNemu+9hBe2CdsCIz4rVcwjoTQ72iD1W76/PRMlnkzG0yVh7nwOOMOOUfKmg==",
  "_location": "/jsencrypt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsencrypt@3.0.0-rc.1",
    "name": "jsencrypt",
    "escapedName": "jsencrypt",
    "rawSpec": "3.0.0-rc.1",
    "saveSpec": null,
    "fetchSpec": "3.0.0-rc.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.0.0-rc.1.tgz",
  "_shasum": "0e0a4744ba43cc557fb5cf62fe8646bceb561b1c",
  "_spec": "jsencrypt@3.0.0-rc.1",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "bugs": {
    "url": "http://github.com/travist/jsencrypt/issues"
  },
  "bundleDependencies": false,
  "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"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-copy": "^1.0.1",
    "gulp-eslint": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^1.2.2",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^4.0.1",
    "gulp-uglify": "^3.0.0",
    "gulp-watch": "^5.0.0",
    "gulp-wrap": "^0.13.0",
    "mocha": "^5.0.1",
    "rollup": "^0.56.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-loader": "^3.2.0",
    "tslib": "^1.8.1",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2",
    "webpack": "^3.10.0"
  },
  "homepage": "http://www.travistidwell.com/jsencrypt",
  "license": "MIT",
  "main": "bin/jsencrypt.js",
  "name": "jsencrypt",
  "repository": {
    "type": "git",
    "url": "git://github.com/travist/jsencrypt.git"
  },
  "scripts": {
    "prepublish": "node_modules/gulp/bin/gulp.js"
  },
  "typings": "declarations/src/index.d.ts",
  "version": "3.0.0-rc.1"
}