package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "jsencrypt",
  3. "_id": "jsencrypt@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Y0ImySxUjdmmn4NSdwoy5Y6DFyg=",
  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.npm.taobao.org/jsencrypt/download/jsencrypt-3.1.0.tgz",
  23. "_shasum": "634226c92c548dd9a69f8352770a32e58e831728",
  24. "_spec": "jsencrypt",
  25. "_where": "/Users/wanglei/Desktop/运维app打包/towerOperationsAPP",
  26. "author": {
  27. "name": "Travis Tidwell",
  28. "email": "travis@form.io"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/travist/jsencrypt/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Travis Tidwell",
  37. "email": "travis@form.io",
  38. "url": "http://github.com/travist"
  39. },
  40. {
  41. "name": "Antonio",
  42. "url": "https://github.com/zoloft"
  43. },
  44. {
  45. "name": "Julio",
  46. "url": "https://github.com/jmgaya"
  47. }
  48. ],
  49. "dependencies": {},
  50. "deprecated": false,
  51. "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
  52. "devDependencies": {
  53. "typescript": "^4.2.3",
  54. "webpack": "^5.24.4",
  55. "webpack-cli": "^4.5.0"
  56. },
  57. "files": [
  58. "bin",
  59. "lib"
  60. ],
  61. "homepage": "http://www.travistidwell.com/jsencrypt",
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "jsencrypt",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/travist/jsencrypt.git"
  68. },
  69. "scripts": {
  70. "build": "npm run build:dev && npm run build:prod",
  71. "build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
  72. "build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
  73. "serve": "bundle exec jekyll server --config _config.build.yml"
  74. },
  75. "version": "3.1.0"
  76. }