You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "bn.js@^4.1.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-sign"
  6. ]
  7. ],
  8. "_from": "bn.js@>=4.1.1 <5.0.0",
  9. "_id": "bn.js@4.11.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bn.js",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/bn.js-4.11.8.tgz_1502144504238_0.6009391283150762"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "bn.js",
  26. "raw": "bn.js@^4.1.1",
  27. "rawSpec": "^4.1.1",
  28. "scope": null,
  29. "spec": ">=4.1.1 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/asn1.js",
  34. "/browserify-rsa",
  35. "/browserify-sign",
  36. "/create-ecdh",
  37. "/diffie-hellman",
  38. "/elliptic",
  39. "/miller-rabin",
  40. "/public-encrypt"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
  43. "_shasum": "2cde09eb5ee341f484746bb0309b3253b1b1442f",
  44. "_shrinkwrap": null,
  45. "_spec": "bn.js@^4.1.1",
  46. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-sign",
  47. "author": {
  48. "email": "fedor@indutny.com",
  49. "name": "Fedor Indutny"
  50. },
  51. "browser": {
  52. "buffer": false
  53. },
  54. "bugs": {
  55. "url": "https://github.com/indutny/bn.js/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Big number implementation in pure javascript",
  59. "devDependencies": {
  60. "istanbul": "^0.3.5",
  61. "mocha": "^2.1.0",
  62. "semistandard": "^7.0.4"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
  67. "shasum": "2cde09eb5ee341f484746bb0309b3253b1b1442f",
  68. "tarball": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz"
  69. },
  70. "gitHead": "c69b4ae8e789e10f7f91811cd4937949ff0d4768",
  71. "homepage": "https://github.com/indutny/bn.js",
  72. "keywords": [
  73. "BN",
  74. "Big number",
  75. "BigNum",
  76. "Modulo",
  77. "Montgomery"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/bn.js",
  81. "maintainers": [
  82. {
  83. "name": "cwmma",
  84. "email": "calvin.metcalf@gmail.com"
  85. },
  86. {
  87. "name": "dcousens",
  88. "email": "email@dcousens.com"
  89. },
  90. {
  91. "name": "indutny",
  92. "email": "fedor@indutny.com"
  93. }
  94. ],
  95. "name": "bn.js",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  101. },
  102. "scripts": {
  103. "lint": "semistandard",
  104. "test": "npm run lint && npm run unit",
  105. "unit": "mocha --reporter=spec test/*-test.js"
  106. },
  107. "version": "4.11.8"
  108. }