package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "cryptiles@2.0.5",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cryptiles@2.0.5",
  10. "_id": "cryptiles@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
  13. "_location": "/cryptiles",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cryptiles@2.0.5",
  19. "name": "cryptiles",
  20. "escapedName": "cryptiles",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/hawk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "bugs": {
  32. "url": "https://github.com/hapijs/cryptiles/issues"
  33. },
  34. "dependencies": {
  35. "boom": "2.x.x"
  36. },
  37. "description": "General purpose crypto utilities",
  38. "devDependencies": {
  39. "code": "1.x.x",
  40. "lab": "5.x.x"
  41. },
  42. "engines": {
  43. "node": ">=0.10.40"
  44. },
  45. "homepage": "https://github.com/hapijs/cryptiles#readme",
  46. "keywords": [
  47. "cryptography",
  48. "security",
  49. "utilites"
  50. ],
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "cryptiles",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/hapijs/cryptiles.git"
  57. },
  58. "scripts": {
  59. "test": "lab -a code -t 100 -L",
  60. "test-cov-html": "lab -a code -r html -o coverage.html"
  61. },
  62. "version": "2.0.5"
  63. }