package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "sha.js@^2.4.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/create-hash"
  6. ]
  7. ],
  8. "_from": "sha.js@>=2.4.0 <3.0.0",
  9. "_id": "sha.js@2.4.11",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/sha.js",
  13. "_nodeVersion": "9.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/sha.js_2.4.11_1521506126147_0.8013128166429841"
  17. },
  18. "_npmUser": {
  19. "email": "npm@dcousens.com",
  20. "name": "dcousens"
  21. },
  22. "_npmVersion": "5.7.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "sha.js",
  26. "raw": "sha.js@^2.4.0",
  27. "rawSpec": "^2.4.0",
  28. "scope": null,
  29. "spec": ">=2.4.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/create-hash",
  34. "/create-hmac",
  35. "/pbkdf2"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
  38. "_shasum": "37a5cf0b81ecbc6943de109ba2960d1b26584ae7",
  39. "_shrinkwrap": null,
  40. "_spec": "sha.js@^2.4.0",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/create-hash",
  42. "author": {
  43. "email": "dominic.tarr@gmail.com",
  44. "name": "Dominic Tarr",
  45. "url": "dominictarr.com"
  46. },
  47. "bin": {
  48. "sha.js": "./bin.js"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/crypto-browserify/sha.js/issues"
  52. },
  53. "dependencies": {
  54. "inherits": "^2.0.1",
  55. "safe-buffer": "^5.0.1"
  56. },
  57. "description": "Streamable SHA hashes in pure javascript",
  58. "devDependencies": {
  59. "buffer": "~2.3.2",
  60. "hash-test-vectors": "^1.3.1",
  61. "standard": "^10.0.2",
  62. "tape": "~2.3.2",
  63. "typedarray": "0.0.6"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "fileCount": 16,
  68. "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  69. "shasum": "37a5cf0b81ecbc6943de109ba2960d1b26584ae7",
  70. "tarball": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
  71. "unpackedSize": 31084
  72. },
  73. "gitHead": "105bfe57c69e13c83fcf7a6ca660dd984cb291bf",
  74. "homepage": "https://github.com/crypto-browserify/sha.js",
  75. "license": "(MIT AND BSD-3-Clause)",
  76. "maintainers": [
  77. {
  78. "name": "dcousens",
  79. "email": "email@dcousens.com"
  80. },
  81. {
  82. "name": "dominictarr",
  83. "email": "dominic.tarr@gmail.com"
  84. }
  85. ],
  86. "name": "sha.js",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/crypto-browserify/sha.js.git"
  92. },
  93. "scripts": {
  94. "lint": "standard",
  95. "prepublish": "npm ls && npm run unit",
  96. "test": "npm run lint && npm run unit",
  97. "unit": "set -e; for t in test/*.js; do node $t; done;"
  98. },
  99. "version": "2.4.11"
  100. }