package.json 1.6 KB

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