package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "parse-asn1@5.1.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-asn1@5.1.5",
  10. "_id": "parse-asn1@5.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==",
  13. "_location": "/parse-asn1",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-asn1@5.1.5",
  19. "name": "parse-asn1",
  20. "escapedName": "parse-asn1",
  21. "rawSpec": "5.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.5"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign",
  27. "/public-encrypt"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz",
  30. "_spec": "5.1.5",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": "",
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/parse-asn1/issues"
  35. },
  36. "dependencies": {
  37. "asn1.js": "^4.0.0",
  38. "browserify-aes": "^1.0.0",
  39. "create-hash": "^1.1.0",
  40. "evp_bytestokey": "^1.0.0",
  41. "pbkdf2": "^3.0.3",
  42. "safe-buffer": "^5.1.1"
  43. },
  44. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  45. "devDependencies": {
  46. "standard": "^5.0.0",
  47. "tape": "^3.4.0"
  48. },
  49. "files": [
  50. "asn1.js",
  51. "aesid.json",
  52. "certificate.js",
  53. "fixProc.js",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "parse-asn1",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  63. },
  64. "scripts": {
  65. "standard": "standard",
  66. "test": "npm run standard && npm run unit",
  67. "unit": "node ./test"
  68. },
  69. "version": "5.1.5"
  70. }