package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "hash-base@3.0.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hash-base@3.0.4",
  10. "_id": "hash-base@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
  13. "_location": "/hash-base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hash-base@3.0.4",
  19. "name": "hash-base",
  20. "escapedName": "hash-base",
  21. "rawSpec": "3.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.4"
  24. },
  25. "_requiredBy": [
  26. "/md5.js",
  27. "/ripemd160"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/hash-base/download/hash-base-3.0.4.tgz",
  30. "_spec": "3.0.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Kirill Fomichev",
  34. "email": "fanatid@ya.ru",
  35. "url": "https://github.com/fanatid"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/crypto-browserify/hash-base/issues"
  39. },
  40. "dependencies": {
  41. "inherits": "^2.0.1",
  42. "safe-buffer": "^5.0.1"
  43. },
  44. "description": "abstract base class for hash-streams",
  45. "devDependencies": {
  46. "nyc": "^8.3.2",
  47. "standard": "*",
  48. "tape": "^4.2.0"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/crypto-browserify/hash-base",
  57. "keywords": [
  58. "hash",
  59. "stream"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "hash-base",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  67. },
  68. "scripts": {
  69. "coverage": "nyc node test/*.js",
  70. "lint": "standard",
  71. "test": "npm run lint && npm run unit",
  72. "unit": "node test/*.js"
  73. },
  74. "version": "3.0.4"
  75. }