package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "browserify-sign@^4.2.3",
  3. "_id": "browserify-sign@4.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C2AUdAJg6rlM2W5QMp2Q4KGQMVBwR1lIimTsUnutJ8bMpW5B52pGpR2gEnNBNwijumDo5FojQ0L9JrXA8m4YEw==",
  6. "_location": "/browserify-sign",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "string_decoder": "1.1.1",
  13. "util-deprecate": "1.0.2"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "browserify-sign@^4.2.3",
  19. "name": "browserify-sign",
  20. "escapedName": "browserify-sign",
  21. "rawSpec": "^4.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "^4.2.3"
  24. },
  25. "_requiredBy": [
  26. "/crypto-browserify"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.5.tgz",
  29. "_shasum": "3979269fa8af55ba18aac35deef11b45515cd27d",
  30. "_spec": "browserify-sign@^4.2.3",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\crypto-browserify",
  32. "auto-changelog": {
  33. "output": "CHANGELOG.md",
  34. "template": "keepachangelog",
  35. "unreleased": false,
  36. "commitLimit": false,
  37. "backfillLimit": false,
  38. "hideCredit": true
  39. },
  40. "browser": "browser/index.js",
  41. "bugs": {
  42. "url": "https://github.com/crypto-browserify/browserify-sign/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "bn.js": "^5.2.2",
  47. "browserify-rsa": "^4.1.1",
  48. "create-hash": "^1.2.0",
  49. "create-hmac": "^1.1.7",
  50. "elliptic": "^6.6.1",
  51. "inherits": "^2.0.4",
  52. "parse-asn1": "^5.1.9",
  53. "readable-stream": "^2.3.8",
  54. "safe-buffer": "^5.2.1"
  55. },
  56. "deprecated": false,
  57. "description": "adds node crypto signing for browsers",
  58. "devDependencies": {
  59. "@ljharb/eslint-config": "^21.2.0",
  60. "auto-changelog": "^2.5.0",
  61. "encoding": "^0.1.13",
  62. "eslint": "=8.8.0",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "semver": "^6.3.1",
  68. "tape": "^5.9.0"
  69. },
  70. "engines": {
  71. "node": ">= 0.10"
  72. },
  73. "homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
  74. "license": "ISC",
  75. "main": "index.js",
  76. "name": "browserify-sign",
  77. "publishConfig": {
  78. "ignore": [
  79. ".github/workflows",
  80. ".eslintrc",
  81. "test"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/crypto-browserify/browserify-sign.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "posttest": "npx npm@\">= 10.2\" audit --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prepack": "npmignore --auto --commentLines=autogenerated",
  93. "prepublish": "not-in-publish || npm run prepublishOnly",
  94. "prepublishOnly": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "version": "4.2.5"
  101. }