package.json 2.7 KB

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