package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "create-hash@^1.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "create-hash@>=1.1.0 <2.0.0",
  9. "_id": "create-hash@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/create-hash",
  13. "_nodeVersion": "8.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/create-hash_1.2.0_1523451264591_0.41127376643860547"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "5.8.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "create-hash",
  26. "raw": "create-hash@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/browserify-aes",
  34. "/browserify-sign",
  35. "/create-hmac",
  36. "/crypto-browserify",
  37. "/parse-asn1",
  38. "/pbkdf2",
  39. "/public-encrypt"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  42. "_shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
  43. "_shrinkwrap": null,
  44. "_spec": "create-hash@^1.1.0",
  45. "_where": "/home/seleznev/project Angular/Quality system/node_modules/crypto-browserify",
  46. "author": "",
  47. "browser": "browser.js",
  48. "bugs": {
  49. "url": "https://github.com/crypto-browserify/createHash/issues"
  50. },
  51. "dependencies": {
  52. "cipher-base": "^1.0.1",
  53. "inherits": "^2.0.1",
  54. "md5.js": "^1.3.4",
  55. "ripemd160": "^2.0.1",
  56. "sha.js": "^2.4.0"
  57. },
  58. "description": "create hashes for browserify",
  59. "devDependencies": {
  60. "hash-test-vectors": "^1.3.2",
  61. "safe-buffer": "^5.0.1",
  62. "standard": "^10.0.2",
  63. "tap-spec": "^2.1.2",
  64. "tape": "^4.6.3"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "fileCount": 8,
  69. "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  70. "shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
  71. "tarball": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  72. "unpackedSize": 5214
  73. },
  74. "gitHead": "6514b6ce14b5c097f1411b1a4bce095cbb115a56",
  75. "homepage": "https://github.com/crypto-browserify/createHash",
  76. "keywords": [
  77. "crypto"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "cwmma",
  84. "email": "calvin.metcalf@gmail.com"
  85. },
  86. {
  87. "name": "dcousens",
  88. "email": "email@dcousens.com"
  89. },
  90. {
  91. "name": "dominictarr",
  92. "email": "dominic.tarr@gmail.com"
  93. },
  94. {
  95. "name": "indutny",
  96. "email": "fedor@indutny.com"
  97. },
  98. {
  99. "name": "jprichardson",
  100. "email": "jprichardson@gmail.com"
  101. }
  102. ],
  103. "name": "create-hash",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  109. },
  110. "scripts": {
  111. "standard": "standard",
  112. "test": "npm run-script standard && npm run-script unit",
  113. "unit": "node test.js | tspec"
  114. },
  115. "version": "1.2.0"
  116. }