package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "browserify-sign@^4.0.0",
  3. "_id": "browserify-sign@4.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==",
  6. "_location": "/browserify-sign",
  7. "_phantomChildren": {
  8. "inherits": "2.0.4"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "browserify-sign@^4.0.0",
  14. "name": "browserify-sign",
  15. "escapedName": "browserify-sign",
  16. "rawSpec": "^4.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.0"
  19. },
  20. "_requiredBy": [
  21. "/crypto-browserify"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz",
  24. "_shasum": "7afe4c01ec7ee59a89a558a4b75bd85ae62d4208",
  25. "_spec": "browserify-sign@^4.0.0",
  26. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/crypto-browserify",
  27. "auto-changelog": {
  28. "output": "CHANGELOG.md",
  29. "template": "keepachangelog",
  30. "unreleased": false,
  31. "commitLimit": false,
  32. "backfillLimit": false,
  33. "hideCredit": true
  34. },
  35. "browser": "browser/index.js",
  36. "bugs": {
  37. "url": "https://github.com/crypto-browserify/browserify-sign/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "bn.js": "^5.2.1",
  42. "browserify-rsa": "^4.1.0",
  43. "create-hash": "^1.2.0",
  44. "create-hmac": "^1.1.7",
  45. "elliptic": "^6.5.5",
  46. "hash-base": "~3.0",
  47. "inherits": "^2.0.4",
  48. "parse-asn1": "^5.1.7",
  49. "readable-stream": "^2.3.8",
  50. "safe-buffer": "^5.2.1"
  51. },
  52. "deprecated": false,
  53. "description": "adds node crypto signing for browsers",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^21.1.0",
  56. "aud": "^2.0.4",
  57. "auto-changelog": "^2.4.0",
  58. "eslint": "=8.8.0",
  59. "in-publish": "^2.0.1",
  60. "npmignore": "^0.3.1",
  61. "nyc": "^10.3.2",
  62. "safe-publish-latest": "^2.0.0",
  63. "semver": "^6.3.1",
  64. "tape": "^5.7.5"
  65. },
  66. "engines": {
  67. "node": ">= 0.12"
  68. },
  69. "files": [
  70. "browser",
  71. "index.js",
  72. "algos.js"
  73. ],
  74. "homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
  75. "license": "ISC",
  76. "main": "index.js",
  77. "name": "browserify-sign",
  78. "publishConfig": {
  79. "ignore": [
  80. ".github/workflows"
  81. ]
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/crypto-browserify/browserify-sign.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint --ext=js,mjs .",
  89. "posttest": "aud --production",
  90. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  91. "prepack": "npmignore --auto --commentLines=autogenerated",
  92. "prepublish": "not-in-publish || npm run prepublishOnly",
  93. "prepublishOnly": "safe-publish-latest",
  94. "pretest": "npm run lint",
  95. "test": "npm run tests-only",
  96. "tests-only": "nyc tape 'test/**/*.js'",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "version": "4.2.3"
  100. }