package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "tiny-secp256k1@1.1.6",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "tiny-secp256k1@1.1.6",
  9. "_id": "tiny-secp256k1@1.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FmqJZGduTyvsr2cF3375fqGHUovSwDi/QytexX1Se4BPuPZpTE5Ftp5fg+EFSuEf3lhZqgCRjEG3ydUQ/aNiwA==",
  12. "_location": "/tiny-secp256k1",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tiny-secp256k1@1.1.6",
  18. "name": "tiny-secp256k1",
  19. "escapedName": "tiny-secp256k1",
  20. "rawSpec": "1.1.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.6"
  23. },
  24. "_requiredBy": [
  25. "/bip32"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/tiny-secp256k1/-/tiny-secp256k1-1.1.6.tgz",
  28. "_spec": "1.1.6",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": "",
  31. "browser": {
  32. "./index.js": "./js.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bitcoinjs/tiny-secp256k1/issues"
  36. },
  37. "dependencies": {
  38. "bindings": "^1.3.0",
  39. "bn.js": "^4.11.8",
  40. "create-hmac": "^1.1.7",
  41. "elliptic": "^6.4.0",
  42. "nan": "^2.13.2"
  43. },
  44. "description": "A tiny secp256k1 native/JS wrapper",
  45. "devDependencies": {
  46. "browserify": "^16.2.2",
  47. "tap-difflet": "^0.7.2",
  48. "tape": "^4.9.0"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "gypfile": true,
  54. "homepage": "https://github.com/bitcoinjs/tiny-secp256k1#readme",
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "tiny-secp256k1",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/bitcoinjs/tiny-secp256k1.git"
  61. },
  62. "scripts": {
  63. "build": "node-gyp rebuild",
  64. "install": "npm run build || echo \"secp256k1 bindings compilation fail. Pure JS implementation will be used.\"",
  65. "test": "npm run unit",
  66. "test-browser": "browserify tests/index.js > tests/bundle.js",
  67. "unit": "tape tests/index.js | tap-difflet -p"
  68. },
  69. "version": "1.1.6"
  70. }