package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "asn1.js@^4.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/parse-asn1"
  6. ]
  7. ],
  8. "_from": "asn1.js@>=4.0.0 <5.0.0",
  9. "_id": "asn1.js@4.10.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/asn1.js",
  13. "_nodeVersion": "9.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/asn1.js_4.10.1_1518564493443_0.34169381174169433"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "asn1.js",
  26. "raw": "asn1.js@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/parse-asn1"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
  36. "_shasum": "b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0",
  37. "_shrinkwrap": null,
  38. "_spec": "asn1.js@^4.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/parse-asn1",
  40. "author": {
  41. "name": "Fedor Indutny"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/indutny/asn1.js/issues"
  45. },
  46. "dependencies": {
  47. "bn.js": "^4.0.0",
  48. "inherits": "^2.0.1",
  49. "minimalistic-assert": "^1.0.0"
  50. },
  51. "description": "ASN.1 encoder and decoder",
  52. "devDependencies": {
  53. "mocha": "^2.3.4"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "fileCount": 16,
  58. "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
  59. "shasum": "b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0",
  60. "tarball": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
  61. "unpackedSize": 46647
  62. },
  63. "gitHead": "91e2bd0c36ba3cb5b50a4f97e5760757cd80e0dc",
  64. "homepage": "https://github.com/indutny/asn1.js",
  65. "keywords": [
  66. "asn.1",
  67. "der"
  68. ],
  69. "license": "MIT",
  70. "main": "lib/asn1.js",
  71. "maintainers": [
  72. {
  73. "name": "fedor.indutny",
  74. "email": "fedor.indutny@gmail.com"
  75. },
  76. {
  77. "name": "indutny",
  78. "email": "fedor@indutny.com"
  79. }
  80. ],
  81. "name": "asn1.js",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/indutny/asn1.js.git"
  87. },
  88. "scripts": {
  89. "test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
  90. },
  91. "version": "4.10.1"
  92. }