package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "browserify-rsa@4.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "browserify-rsa@4.1.0",
  10. "_id": "browserify-rsa@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-sv0Gtbda4pf3zi3GUfkY9b4VjI0=",
  13. "_location": "/browserify-rsa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "browserify-rsa@4.1.0",
  19. "name": "browserify-rsa",
  20. "escapedName": "browserify-rsa",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign",
  27. "/public-encrypt"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/browserify-rsa/download/browserify-rsa-4.1.0.tgz?cache=0&sync_timestamp=1605194257215&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserify-rsa%2Fdownload%2Fbrowserify-rsa-4.1.0.tgz",
  30. "_spec": "4.1.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "bugs": {
  33. "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
  34. },
  35. "dependencies": {
  36. "bn.js": "^5.0.0",
  37. "randombytes": "^2.0.1"
  38. },
  39. "description": "RSA for browserify",
  40. "devDependencies": {
  41. "parse-asn1": "^5.0.0",
  42. "standard": "^6.0.8",
  43. "tape": "^4.5.1"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "browserify-rsa",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/crypto-browserify/browserify-rsa.git"
  55. },
  56. "scripts": {
  57. "lint": "standard",
  58. "test": "npm run lint && npm run unit",
  59. "unit": "tape test/*.js"
  60. },
  61. "version": "4.1.0"
  62. }