package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "browserify-sign@^4.0.0",
  3. "_id": "browserify-sign@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
  6. "_location": "/browserify-sign",
  7. "_phantomChildren": {
  8. "inherits": "2.0.4",
  9. "string_decoder": "1.1.1",
  10. "util-deprecate": "1.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "browserify-sign@^4.0.0",
  16. "name": "browserify-sign",
  17. "escapedName": "browserify-sign",
  18. "rawSpec": "^4.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.0"
  21. },
  22. "_requiredBy": [
  23. "/crypto-browserify"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz",
  26. "_shasum": "eaf4add46dd54be3bb3b36c0cf15abbeba7956c3",
  27. "_spec": "browserify-sign@^4.0.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\crypto-browserify",
  29. "browser": "browser/index.js",
  30. "bugs": {
  31. "url": "https://github.com/crypto-browserify/browserify-sign/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bn.js": "^5.1.1",
  36. "browserify-rsa": "^4.0.1",
  37. "create-hash": "^1.2.0",
  38. "create-hmac": "^1.1.7",
  39. "elliptic": "^6.5.3",
  40. "inherits": "^2.0.4",
  41. "parse-asn1": "^5.1.5",
  42. "readable-stream": "^3.6.0",
  43. "safe-buffer": "^5.2.0"
  44. },
  45. "deprecated": false,
  46. "description": "adds node crypto signing for browsers",
  47. "devDependencies": {
  48. "nyc": "^15.0.1",
  49. "standard": "^14.3.3",
  50. "tape": "^5.0.0"
  51. },
  52. "files": [
  53. "browser",
  54. "index.js",
  55. "algos.js"
  56. ],
  57. "homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "browserify-sign",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/crypto-browserify/browserify-sign.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc npm run unit",
  67. "lint": "standard",
  68. "test": "npm run lint && npm run unit",
  69. "unit": "tape test/*.js"
  70. },
  71. "version": "4.2.1"
  72. }