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.

93 lines
2.5 KiB

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