package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "browserify-rsa@^4.0.1",
  3. "_id": "browserify-rsa@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
  6. "_location": "/browserify-rsa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "browserify-rsa@^4.0.1",
  12. "name": "browserify-rsa",
  13. "escapedName": "browserify-rsa",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/browserify-sign",
  20. "/public-encrypt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
  23. "_shasum": "b2fd06b5b75ae297f7ce2dc651f918f5be158c8d",
  24. "_spec": "browserify-rsa@^4.0.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\browserify-sign",
  26. "bugs": {
  27. "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "bn.js": "^5.0.0",
  32. "randombytes": "^2.0.1"
  33. },
  34. "deprecated": false,
  35. "description": "RSA for browserify",
  36. "devDependencies": {
  37. "parse-asn1": "^5.0.0",
  38. "standard": "^6.0.8",
  39. "tape": "^4.5.1"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "browserify-rsa",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/crypto-browserify/browserify-rsa.git"
  51. },
  52. "scripts": {
  53. "lint": "standard",
  54. "test": "npm run lint && npm run unit",
  55. "unit": "tape test/*.js"
  56. },
  57. "version": "4.1.0"
  58. }