package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "parse-asn1@5.1.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-asn1@5.1.4",
  10. "_id": "parse-asn1@5.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-N/Zij4I/vesic7TVQENKIvPvH8w=",
  13. "_location": "/parse-asn1",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-asn1@5.1.4",
  19. "name": "parse-asn1",
  20. "escapedName": "parse-asn1",
  21. "rawSpec": "5.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.4"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign",
  27. "/public-encrypt"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/parse-asn1/download/parse-asn1-5.1.4.tgz",
  30. "_spec": "5.1.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "parse-asn1",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  56. },
  57. "scripts": {
  58. "standard": "standard",
  59. "test": "npm run standard && npm run unit",
  60. "unit": "node ./test"
  61. },
  62. "version": "5.1.4"
  63. }