package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "crypt@0.0.2",
  3. "_id": "crypt@0.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
  6. "_location": "/crypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "crypt@0.0.2",
  12. "name": "crypt",
  13. "escapedName": "crypt",
  14. "rawSpec": "0.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.2"
  17. },
  18. "_requiredBy": [
  19. "/md5"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
  22. "_shasum": "88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b",
  23. "_spec": "crypt@0.0.2",
  24. "_where": "/Users/liangbowen/Documents/HBuilderProjects/pda-app/node_modules/md5",
  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. }