package.json 1.5 KB

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