package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "jsencrypt",
  3. "_id": "jsencrypt@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  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.2.tgz",
  23. "_shasum": "b0f1a2278810c7ba1cb8957af11195354622df7c",
  24. "_spec": "jsencrypt",
  25. "_where": "D:\\work\\jsProject\\xj_project_app",
  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. "@babel/core": "^7.20.12",
  59. "@babel/preset-env": "^7.20.2",
  60. "@babel/preset-typescript": "^7.18.6",
  61. "@babel/register": "^7.18.9",
  62. "@types/expect": "^24.3.0",
  63. "@types/mocha": "^10.0.0",
  64. "@types/node": "^18.11.4",
  65. "chai": "^4.3.6",
  66. "dirty-chai": "^2.0.1",
  67. "fs-jetpack": "^5.1.0",
  68. "mocha": "^10.0.0",
  69. "process": "^0.11.10",
  70. "ts-mocha": "^10.0.0",
  71. "ts-node": "^10.9.1",
  72. "typescript": "^4.2.4",
  73. "url": "^0.11.0",
  74. "webpack": "^5.35.1",
  75. "webpack-cli": "^4.6.0"
  76. },
  77. "files": [
  78. "bin",
  79. "lib"
  80. ],
  81. "homepage": "http://www.travistidwell.com/jsencrypt",
  82. "license": "MIT",
  83. "main": "bin/jsencrypt.js",
  84. "module": "lib/index.js",
  85. "name": "jsencrypt",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/travist/jsencrypt.git"
  89. },
  90. "scripts": {
  91. "build": "npm run build:dev && npm run build:test && npm run build:prod",
  92. "build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
  93. "build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
  94. "build:test": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.test.js",
  95. "serve": "bundle exec jekyll server --config _config.build.yml",
  96. "test": "ts-mocha test/test.rsa.js"
  97. },
  98. "types": "lib/index.d.ts",
  99. "version": "3.3.2"
  100. }