项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

package.json 1.5 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "asn1.js@4.10.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "asn1.js@4.10.1",
  10. "_id": "asn1.js@4.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
  13. "_location": "/asn1.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "asn1.js@4.10.1",
  19. "name": "asn1.js",
  20. "escapedName": "asn1.js",
  21. "rawSpec": "4.10.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.10.1"
  24. },
  25. "_requiredBy": [
  26. "/parse-asn1"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
  29. "_spec": "4.10.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Fedor Indutny"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/indutny/asn1.js/issues"
  36. },
  37. "dependencies": {
  38. "bn.js": "^4.0.0",
  39. "inherits": "^2.0.1",
  40. "minimalistic-assert": "^1.0.0"
  41. },
  42. "description": "ASN.1 encoder and decoder",
  43. "devDependencies": {
  44. "mocha": "^2.3.4"
  45. },
  46. "homepage": "https://github.com/indutny/asn1.js",
  47. "keywords": [
  48. "asn.1",
  49. "der"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/asn1.js",
  53. "name": "asn1.js",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/indutny/asn1.js.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
  60. },
  61. "version": "4.10.1"
  62. }