Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.7KB

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