package.json 2.3 KB

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