package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "jsencrypt@3.0.0-rc.1",
  3. "_id": "jsencrypt@3.0.0-rc.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gcvGaqerlUJy1Kq6tNgPYteVEoWNemu+9hBe2CdsCIz4rVcwjoTQ72iD1W76/PRMlnkzG0yVh7nwOOMOOUfKmg==",
  6. "_location": "/jsencrypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "jsencrypt@3.0.0-rc.1",
  12. "name": "jsencrypt",
  13. "escapedName": "jsencrypt",
  14. "rawSpec": "3.0.0-rc.1",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0-rc.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.0.0-rc.1.tgz",
  22. "_shasum": "0e0a4744ba43cc557fb5cf62fe8646bceb561b1c",
  23. "_spec": "jsencrypt@3.0.0-rc.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  25. "bugs": {
  26. "url": "http://github.com/travist/jsencrypt/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Travis Tidwell",
  32. "email": "travis@form.io",
  33. "url": "http://github.com/travist"
  34. },
  35. {
  36. "name": "Antonio",
  37. "url": "https://github.com/zoloft"
  38. },
  39. {
  40. "name": "Julio",
  41. "url": "https://github.com/jmgaya"
  42. }
  43. ],
  44. "dependencies": {},
  45. "deprecated": false,
  46. "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
  47. "devDependencies": {
  48. "expect.js": "^0.3.1",
  49. "gulp": "^3.9.1",
  50. "gulp-concat": "^2.6.1",
  51. "gulp-copy": "^1.0.1",
  52. "gulp-eslint": "^4.0.2",
  53. "gulp-insert": "^0.5.0",
  54. "gulp-rename": "^1.2.2",
  55. "gulp-tslint": "^8.1.2",
  56. "gulp-typescript": "^4.0.1",
  57. "gulp-uglify": "^3.0.0",
  58. "gulp-watch": "^5.0.0",
  59. "gulp-wrap": "^0.13.0",
  60. "mocha": "^5.0.1",
  61. "rollup": "^0.56.1",
  62. "rollup-plugin-node-resolve": "^3.0.0",
  63. "rollup-plugin-replace": "^2.0.0",
  64. "rollup-plugin-uglify": "^3.0.0",
  65. "ts-loader": "^3.2.0",
  66. "tslib": "^1.8.1",
  67. "tslint": "^5.8.0",
  68. "typescript": "^2.6.2",
  69. "webpack": "^3.10.0"
  70. },
  71. "homepage": "http://www.travistidwell.com/jsencrypt",
  72. "license": "MIT",
  73. "main": "bin/jsencrypt.js",
  74. "name": "jsencrypt",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/travist/jsencrypt.git"
  78. },
  79. "scripts": {
  80. "prepublish": "node_modules/gulp/bin/gulp.js"
  81. },
  82. "typings": "declarations/src/index.d.ts",
  83. "version": "3.0.0-rc.1"
  84. }