您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "parse-asn1@^5.0.0",
  3. "_id": "parse-asn1@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw==",
  6. "_location": "/parse-asn1",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-asn1@^5.0.0",
  12. "name": "parse-asn1",
  13. "escapedName": "parse-asn1",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-sign",
  20. "/public-encrypt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.4.tgz",
  23. "_shasum": "37f6628f823fbdeb2273b4d540434a22f3ef1fcc",
  24. "_spec": "parse-asn1@^5.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/browserify-sign",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/crypto-browserify/parse-asn1/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "asn1.js": "^4.0.0",
  33. "browserify-aes": "^1.0.0",
  34. "create-hash": "^1.1.0",
  35. "evp_bytestokey": "^1.0.0",
  36. "pbkdf2": "^3.0.3",
  37. "safe-buffer": "^5.1.1"
  38. },
  39. "deprecated": false,
  40. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  41. "devDependencies": {
  42. "standard": "^5.0.0",
  43. "tape": "^3.4.0"
  44. },
  45. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  46. "license": "ISC",
  47. "main": "index.js",
  48. "name": "parse-asn1",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  52. },
  53. "scripts": {
  54. "standard": "standard",
  55. "test": "npm run standard && npm run unit",
  56. "unit": "node ./test"
  57. },
  58. "version": "5.1.4"
  59. }