package.json 1.4 KB

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