package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "cipher-base@^1.0.0",
  3. "_id": "cipher-base@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
  6. "_location": "/cipher-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cipher-base@^1.0.0",
  12. "name": "cipher-base",
  13. "escapedName": "cipher-base",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-aes",
  20. "/browserify-des",
  21. "/create-hash",
  22. "/create-hmac"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
  25. "_shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
  26. "_spec": "cipher-base@^1.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\browserify-aes",
  28. "author": {
  29. "name": "Calvin Metcalf",
  30. "email": "calvin.metcalf@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/crypto-browserify/cipher-base/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "inherits": "^2.0.1",
  38. "safe-buffer": "^5.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "abstract base class for crypto-streams",
  42. "devDependencies": {
  43. "standard": "^10.0.2",
  44. "tap-spec": "^4.1.0",
  45. "tape": "^4.2.0"
  46. },
  47. "homepage": "https://github.com/crypto-browserify/cipher-base#readme",
  48. "keywords": [
  49. "cipher",
  50. "stream"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "cipher-base",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/crypto-browserify/cipher-base.git"
  58. },
  59. "scripts": {
  60. "test": "node test.js | tspec"
  61. },
  62. "version": "1.0.4"
  63. }