package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "crypt@>= 0.0.1",
  3. "_id": "crypt@0.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
  6. "_location": "/crypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crypt@>= 0.0.1",
  12. "name": "crypt",
  13. "escapedName": "crypt",
  14. "rawSpec": ">= 0.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": ">= 0.0.1"
  17. },
  18. "_requiredBy": [
  19. "/sha1"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
  22. "_shasum": "88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b",
  23. "_spec": "crypt@>= 0.0.1",
  24. "_where": "E:\\a-level\\project_js2\\server\\node_modules\\sha1",
  25. "author": {
  26. "name": "Paul Vorbach",
  27. "email": "paul@vorb.de",
  28. "url": "http://vorb.de"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pvorb/node-crypt/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "utilities for encryption and hashing",
  36. "engines": {
  37. "node": "*"
  38. },
  39. "homepage": "https://github.com/pvorb/node-crypt#readme",
  40. "license": "BSD-3-Clause",
  41. "main": "crypt.js",
  42. "name": "crypt",
  43. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/pvorb/node-crypt.git"
  46. },
  47. "tags": [
  48. "hash",
  49. "security"
  50. ],
  51. "version": "0.0.2"
  52. }