package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "parse-asn1@^5.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/browserify-sign"
  6. ]
  7. ],
  8. "_from": "parse-asn1@>=5.0.0 <6.0.0",
  9. "_id": "parse-asn1@5.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/parse-asn1",
  13. "_nodeVersion": "8.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/parse-asn1_5.1.1_1523449360549_0.37417268391545266"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "5.8.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "parse-asn1",
  26. "raw": "parse-asn1@^5.0.0",
  27. "rawSpec": "^5.0.0",
  28. "scope": null,
  29. "spec": ">=5.0.0 <6.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/browserify-sign",
  34. "/public-encrypt"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz",
  37. "_shasum": "f6bf293818332bd0dab54efb16087724745e6ca8",
  38. "_shrinkwrap": null,
  39. "_spec": "parse-asn1@^5.0.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/browserify-sign",
  41. "author": "",
  42. "bugs": {
  43. "url": "https://github.com/crypto-browserify/parse-asn1/issues"
  44. },
  45. "dependencies": {
  46. "asn1.js": "^4.0.0",
  47. "browserify-aes": "^1.0.0",
  48. "create-hash": "^1.1.0",
  49. "evp_bytestokey": "^1.0.0",
  50. "pbkdf2": "^3.0.3"
  51. },
  52. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  53. "devDependencies": {
  54. "standard": "^5.0.0",
  55. "tape": "^3.4.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 38,
  60. "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==",
  61. "shasum": "f6bf293818332bd0dab54efb16087724745e6ca8",
  62. "tarball": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz",
  63. "unpackedSize": 37094
  64. },
  65. "gitHead": "4203d44e1c5f20b84390fb862c578b36b3334164",
  66. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  67. "license": "ISC",
  68. "main": "index.js",
  69. "maintainers": [
  70. {
  71. "name": "cwmma",
  72. "email": "calvin.metcalf@gmail.com"
  73. },
  74. {
  75. "name": "dcousens",
  76. "email": "email@dcousens.com"
  77. },
  78. {
  79. "name": "dominictarr",
  80. "email": "dominic.tarr@gmail.com"
  81. },
  82. {
  83. "name": "indutny",
  84. "email": "fedor@indutny.com"
  85. },
  86. {
  87. "name": "jprichardson",
  88. "email": "jprichardson@gmail.com"
  89. }
  90. ],
  91. "name": "parse-asn1",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  97. },
  98. "scripts": {
  99. "standard": "standard",
  100. "test": "npm run standard && npm run unit",
  101. "unit": "node ./test"
  102. },
  103. "version": "5.1.1"
  104. }