package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "create-hash@1.2.0",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "create-hash@1.2.0",
  10. "_id": "create-hash@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  13. "_location": "/create-hash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "create-hash@1.2.0",
  19. "name": "create-hash",
  20. "escapedName": "create-hash",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/browserify-aes",
  27. "/browserify-sign",
  28. "/create-hmac",
  29. "/crypto-browserify",
  30. "/parse-asn1",
  31. "/pbkdf2",
  32. "/public-encrypt"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  35. "_spec": "1.2.0",
  36. "_where": "D:\\代码\\单商户\\admin",
  37. "author": "",
  38. "browser": "browser.js",
  39. "bugs": {
  40. "url": "https://github.com/crypto-browserify/createHash/issues"
  41. },
  42. "dependencies": {
  43. "cipher-base": "^1.0.1",
  44. "inherits": "^2.0.1",
  45. "md5.js": "^1.3.4",
  46. "ripemd160": "^2.0.1",
  47. "sha.js": "^2.4.0"
  48. },
  49. "description": "create hashes for browserify",
  50. "devDependencies": {
  51. "hash-test-vectors": "^1.3.2",
  52. "safe-buffer": "^5.0.1",
  53. "standard": "^10.0.2",
  54. "tap-spec": "^2.1.2",
  55. "tape": "^4.6.3"
  56. },
  57. "homepage": "https://github.com/crypto-browserify/createHash",
  58. "keywords": [
  59. "crypto"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "create-hash",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  67. },
  68. "scripts": {
  69. "standard": "standard",
  70. "test": "npm run-script standard && npm run-script unit",
  71. "unit": "node test.js | tspec"
  72. },
  73. "version": "1.2.0"
  74. }