package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "create-hash@1.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "create-hash@1.2.0",
  10. "_id": "create-hash@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=",
  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.npm.taobao.org/create-hash/download/create-hash-1.2.0.tgz",
  35. "_spec": "1.2.0",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }