package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "sha1",
  3. "_id": "sha1@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rdqnqTFo85PxnrKxUJFhjicA+Eg=",
  6. "_location": "/sha1",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "sha1",
  12. "name": "sha1",
  13. "escapedName": "sha1",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sha1/-/sha1-1.1.1.tgz",
  23. "_shasum": "addaa7a93168f393f19eb2b15091618e2700f848",
  24. "_spec": "sha1",
  25. "_where": "E:\\a-level\\project_js2\\server",
  26. "author": {
  27. "name": "Paul Vorbach",
  28. "email": "paul@vorb.de",
  29. "url": "http://vorb.de"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/pvorb/node-sha1/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "charenc": ">= 0.0.1",
  37. "crypt": ">= 0.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "native js function for hashing messages with SHA-1",
  41. "devDependencies": {
  42. "mocha": "~ 1.4.2"
  43. },
  44. "engines": {
  45. "node": "*"
  46. },
  47. "homepage": "https://github.com/pvorb/node-sha1#readme",
  48. "license": "BSD-3-Clause",
  49. "main": "sha1.js",
  50. "name": "sha1",
  51. "optionalDependencies": {},
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/pvorb/node-sha1.git"
  55. },
  56. "scripts": {
  57. "test": "mocha"
  58. },
  59. "tags": [
  60. "sha1",
  61. "hash",
  62. "encryption",
  63. "native",
  64. "secure hashing algorithm"
  65. ],
  66. "version": "1.1.1"
  67. }