package.json 1.6 KB

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