package.json 2.3 KB

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