package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "sha.js@2.4.11",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sha.js@2.4.11",
  10. "_id": "sha.js@2.4.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=",
  13. "_location": "/sha.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sha.js@2.4.11",
  19. "name": "sha.js",
  20. "escapedName": "sha.js",
  21. "rawSpec": "2.4.11",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.11"
  24. },
  25. "_requiredBy": [
  26. "/create-hash",
  27. "/create-hmac",
  28. "/pbkdf2"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/sha.js/download/sha.js-2.4.11.tgz",
  31. "_spec": "2.4.11",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Dominic Tarr",
  35. "email": "dominic.tarr@gmail.com",
  36. "url": "dominictarr.com"
  37. },
  38. "bin": {
  39. "sha.js": "bin.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/crypto-browserify/sha.js/issues"
  43. },
  44. "dependencies": {
  45. "inherits": "^2.0.1",
  46. "safe-buffer": "^5.0.1"
  47. },
  48. "description": "Streamable SHA hashes in pure javascript",
  49. "devDependencies": {
  50. "buffer": "~2.3.2",
  51. "hash-test-vectors": "^1.3.1",
  52. "standard": "^10.0.2",
  53. "tape": "~2.3.2",
  54. "typedarray": "0.0.6"
  55. },
  56. "homepage": "https://github.com/crypto-browserify/sha.js",
  57. "license": "(MIT AND BSD-3-Clause)",
  58. "name": "sha.js",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/crypto-browserify/sha.js.git"
  62. },
  63. "scripts": {
  64. "lint": "standard",
  65. "prepublish": "npm ls && npm run unit",
  66. "test": "npm run lint && npm run unit",
  67. "unit": "set -e; for t in test/*.js; do node $t; done;"
  68. },
  69. "version": "2.4.11"
  70. }