package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "cryptiles@2.x.x",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/hawk"
  6. ]
  7. ],
  8. "_from": "cryptiles@>=2.0.0 <3.0.0",
  9. "_id": "cryptiles@2.0.5",
  10. "_inCache": true,
  11. "_location": "/cryptiles",
  12. "_nodeVersion": "4.0.0",
  13. "_npmUser": {
  14. "email": "eran@hammer.io",
  15. "name": "hueniverse"
  16. },
  17. "_npmVersion": "2.14.2",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "cryptiles",
  21. "raw": "cryptiles@2.x.x",
  22. "rawSpec": "2.x.x",
  23. "scope": null,
  24. "spec": ">=2.0.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/hawk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
  31. "_shasum": "3bdfecdc608147c1c67202fa291e7dca59eaa3b8",
  32. "_shrinkwrap": null,
  33. "_spec": "cryptiles@2.x.x",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/hawk",
  35. "bugs": {
  36. "url": "https://github.com/hapijs/cryptiles/issues"
  37. },
  38. "dependencies": {
  39. "boom": "2.x.x"
  40. },
  41. "description": "General purpose crypto utilities",
  42. "devDependencies": {
  43. "code": "1.x.x",
  44. "lab": "5.x.x"
  45. },
  46. "directories": {},
  47. "dist": {
  48. "shasum": "3bdfecdc608147c1c67202fa291e7dca59eaa3b8",
  49. "tarball": "http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz"
  50. },
  51. "engines": {
  52. "node": ">=0.10.40"
  53. },
  54. "gitHead": "9bc5a852f01cd51e615814e1cb255fe2df810649",
  55. "homepage": "https://github.com/hapijs/cryptiles#readme",
  56. "installable": true,
  57. "keywords": [
  58. "cryptography",
  59. "security",
  60. "utilites"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "lib/index.js",
  64. "maintainers": [
  65. {
  66. "name": "hueniverse",
  67. "email": "eran@hueniverse.com"
  68. },
  69. {
  70. "name": "ceejbot",
  71. "email": "ceejceej@gmail.com"
  72. }
  73. ],
  74. "name": "cryptiles",
  75. "optionalDependencies": {},
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/hapijs/cryptiles.git"
  79. },
  80. "scripts": {
  81. "test": "lab -a code -t 100 -L",
  82. "test-cov-html": "lab -a code -r html -o coverage.html"
  83. },
  84. "version": "2.0.5"
  85. }