package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "crypto-browserify@3.12.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "crypto-browserify@3.12.0",
  10. "_id": "crypto-browserify@3.12.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=",
  13. "_location": "/crypto-browserify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "crypto-browserify@3.12.0",
  19. "name": "crypto-browserify",
  20. "escapedName": "crypto-browserify",
  21. "rawSpec": "3.12.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.12.0"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/crypto-browserify/download/crypto-browserify-3.12.0.tgz",
  29. "_spec": "3.12.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Dominic Tarr",
  33. "email": "dominic.tarr@gmail.com",
  34. "url": "dominictarr.com"
  35. },
  36. "browser": {
  37. "crypto": false
  38. },
  39. "bugs": {
  40. "url": "https://github.com/crypto-browserify/crypto-browserify/issues"
  41. },
  42. "dependencies": {
  43. "browserify-cipher": "^1.0.0",
  44. "browserify-sign": "^4.0.0",
  45. "create-ecdh": "^4.0.0",
  46. "create-hash": "^1.1.0",
  47. "create-hmac": "^1.1.0",
  48. "diffie-hellman": "^5.0.0",
  49. "inherits": "^2.0.1",
  50. "pbkdf2": "^3.0.3",
  51. "public-encrypt": "^4.0.0",
  52. "randombytes": "^2.0.0",
  53. "randomfill": "^1.0.3"
  54. },
  55. "description": "implementation of crypto for the browser",
  56. "devDependencies": {
  57. "hash-test-vectors": "~1.3.2",
  58. "pseudorandombytes": "^2.0.0",
  59. "safe-buffer": "^5.1.1",
  60. "standard": "^5.0.2",
  61. "tape": "~2.3.2",
  62. "zuul": "^3.6.0"
  63. },
  64. "engines": {
  65. "node": "*"
  66. },
  67. "homepage": "https://github.com/crypto-browserify/crypto-browserify",
  68. "license": "MIT",
  69. "name": "crypto-browserify",
  70. "optionalDependencies": {},
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/crypto-browserify/crypto-browserify.git"
  74. },
  75. "scripts": {
  76. "browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js",
  77. "standard": "standard",
  78. "test": "npm run standard && npm run unit",
  79. "unit": "node test/"
  80. },
  81. "version": "3.12.0"
  82. }