人民医院前端

package.json 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "jsencrypt",
  3. "_id": "jsencrypt@3.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dVvV54GdFuJgmEKn+oBiaifDMen4p6o6j/lJh0OVMcouME8sST0bJ7bldIgKBQk4za0zyGn0/pm4vOznR25mLw==",
  6. "_location": "/jsencrypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "jsencrypt",
  12. "name": "jsencrypt",
  13. "escapedName": "jsencrypt",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.1.tgz",
  23. "_shasum": "5d47e6c1079bb50e714a36d009ba09ea81fbfa18",
  24. "_spec": "jsencrypt",
  25. "_where": "E:\\2022\\newRMYY\\CallCenterWeb.UI\\RMYYAPP",
  26. "author": {
  27. "name": "Travis Tidwell",
  28. "email": "travis@form.io"
  29. },
  30. "browser": "lib/index.js",
  31. "bugs": {
  32. "url": "http://github.com/travist/jsencrypt/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Travis Tidwell",
  38. "email": "travis@form.io",
  39. "url": "http://github.com/travist"
  40. },
  41. {
  42. "name": "Antonio",
  43. "url": "https://github.com/zoloft"
  44. },
  45. {
  46. "name": "Julio",
  47. "url": "https://github.com/jmgaya"
  48. },
  49. {
  50. "name": "Taehyun Hwang",
  51. "url": "https://github.com/HwangTaehyun"
  52. }
  53. ],
  54. "dependencies": {},
  55. "deprecated": false,
  56. "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
  57. "devDependencies": {
  58. "@types/expect": "^24.3.0",
  59. "@types/mocha": "^10.0.0",
  60. "@types/node": "^18.11.4",
  61. "chai": "^4.3.6",
  62. "dirty-chai": "^2.0.1",
  63. "fs-jetpack": "^5.1.0",
  64. "mocha": "^10.0.0",
  65. "process": "^0.11.10",
  66. "ts-mocha": "^10.0.0",
  67. "ts-node": "^10.9.1",
  68. "typescript": "^4.2.4",
  69. "url": "^0.11.0",
  70. "webpack": "^5.35.1",
  71. "webpack-cli": "^4.6.0"
  72. },
  73. "files": [
  74. "bin",
  75. "lib"
  76. ],
  77. "homepage": "http://www.travistidwell.com/jsencrypt",
  78. "license": "MIT",
  79. "main": "bin/jsencrypt.js",
  80. "module": "lib/index.js",
  81. "name": "jsencrypt",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/travist/jsencrypt.git"
  85. },
  86. "scripts": {
  87. "build": "npm run build:dev && npm run build:test && npm run build:prod",
  88. "build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
  89. "build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
  90. "build:test": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.test.js",
  91. "serve": "bundle exec jekyll server --config _config.build.yml",
  92. "test": "ts-mocha test/test.rsa.js"
  93. },
  94. "type": "module",
  95. "types": "lib/index.d.ts",
  96. "version": "3.3.1"
  97. }