package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "asn1.js@5.4.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "asn1.js@5.4.1",
  10. "_id": "asn1.js@5.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
  13. "_location": "/asn1.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "asn1.js@5.4.1",
  19. "name": "asn1.js",
  20. "escapedName": "asn1.js",
  21. "rawSpec": "5.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.4.1"
  24. },
  25. "_requiredBy": [
  26. "/parse-asn1"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
  29. "_spec": "5.4.1",
  30. "_where": "E:\\amr1.0\\AMR",
  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. "safer-buffer": "^2.1.0"
  42. },
  43. "description": "ASN.1 encoder and decoder",
  44. "devDependencies": {
  45. "eslint": "^4.10.0",
  46. "mocha": "^7.0.0"
  47. },
  48. "homepage": "https://github.com/indutny/asn1.js",
  49. "keywords": [
  50. "asn.1",
  51. "der"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/asn1.js",
  55. "name": "asn1.js",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/indutny/asn1.js.git"
  59. },
  60. "scripts": {
  61. "lint": "eslint --fix lib/*.js lib/**/*.js lib/**/**/*.js && npm run lint-2560 && npm run lint-5280",
  62. "lint-2560": "eslint --fix rfc/2560/*.js rfc/2560/test/*.js",
  63. "lint-5280": "eslint --fix rfc/5280/*.js rfc/5280/test/*.js",
  64. "test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test && cd ../../ && npm run lint"
  65. },
  66. "version": "5.4.1"
  67. }