package.json 1003 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "browserify-rsa",
  3. "version": "4.1.0",
  4. "description": "RSA for browserify",
  5. "bugs": {
  6. "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
  7. },
  8. "license": "MIT",
  9. "files": [
  10. "index.js"
  11. ],
  12. "main": "index.js",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com:crypto-browserify/browserify-rsa.git"
  16. },
  17. "scripts": {
  18. "lint": "standard",
  19. "test": "npm run lint && npm run unit",
  20. "unit": "tape test/*.js"
  21. },
  22. "dependencies": {
  23. "bn.js": "^5.0.0",
  24. "randombytes": "^2.0.1"
  25. },
  26. "devDependencies": {
  27. "parse-asn1": "^5.0.0",
  28. "standard": "^6.0.8",
  29. "tape": "^4.5.1"
  30. },
  31. "__npminstall_done": "Thu Dec 24 2020 20:20:59 GMT+0800 (CST)",
  32. "_from": "browserify-rsa@4.1.0",
  33. "_resolved": "https://registry.npm.taobao.org/browserify-rsa/download/browserify-rsa-4.1.0.tgz?cache=0&sync_timestamp=1605194325163&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserify-rsa%2Fdownload%2Fbrowserify-rsa-4.1.0.tgz"
  34. }