package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "cryptiles@2.0.5",
  5. "E:\\item\\newItem\\admin"
  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. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "cryptiles@2.0.5",
  20. "name": "cryptiles",
  21. "escapedName": "cryptiles",
  22. "rawSpec": "2.0.5",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.5"
  25. },
  26. "_requiredBy": [
  27. "/hawk"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
  30. "_spec": "2.0.5",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/cryptiles/issues"
  34. },
  35. "dependencies": {
  36. "boom": "2.x.x"
  37. },
  38. "description": "General purpose crypto utilities",
  39. "devDependencies": {
  40. "code": "1.x.x",
  41. "lab": "5.x.x"
  42. },
  43. "engines": {
  44. "node": ">=0.10.40"
  45. },
  46. "homepage": "https://github.com/hapijs/cryptiles#readme",
  47. "keywords": [
  48. "cryptography",
  49. "security",
  50. "utilites"
  51. ],
  52. "license": "BSD-3-Clause",
  53. "main": "lib/index.js",
  54. "name": "cryptiles",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/hapijs/cryptiles.git"
  58. },
  59. "scripts": {
  60. "test": "lab -a code -t 100 -L",
  61. "test-cov-html": "lab -a code -r html -o coverage.html"
  62. },
  63. "version": "2.0.5"
  64. }