UI for Zipcoin Blue

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "big.js@^3.1.3",
  6. "scope": null,
  7. "escapedName": "big.js",
  8. "name": "big.js",
  9. "rawSpec": "^3.1.3",
  10. "spec": ">=3.1.3 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/loader-utils"
  14. ]
  15. ],
  16. "_from": "big.js@>=3.1.3 <4.0.0",
  17. "_id": "big.js@3.2.0",
  18. "_inCache": true,
  19. "_location": "/big.js",
  20. "_nodeVersion": "8.1.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/big.js-3.2.0.tgz_1505423690708_0.3612429953645915"
  24. },
  25. "_npmUser": {
  26. "name": "mikemcl",
  27. "email": "M8ch88l@gmail.com"
  28. },
  29. "_npmVersion": "5.0.4",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "big.js@^3.1.3",
  33. "scope": null,
  34. "escapedName": "big.js",
  35. "name": "big.js",
  36. "rawSpec": "^3.1.3",
  37. "spec": ">=3.1.3 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/loader-utils"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
  44. "_shasum": "a5fc298b81b9e0dca2e458824784b65c52ba588e",
  45. "_shrinkwrap": null,
  46. "_spec": "big.js@^3.1.3",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/loader-utils",
  48. "author": {
  49. "name": "Michael Mclaughlin",
  50. "email": "M8ch88l@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/MikeMcl/big.js/issues"
  54. },
  55. "dependencies": {},
  56. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  57. "devDependencies": {},
  58. "directories": {},
  59. "dist": {
  60. "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
  61. "shasum": "a5fc298b81b9e0dca2e458824784b65c52ba588e",
  62. "tarball": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz"
  63. },
  64. "engines": {
  65. "node": "*"
  66. },
  67. "files": [
  68. "big.js",
  69. "big.min.js"
  70. ],
  71. "gitHead": "c6fadd083a296b6af7d1b4ffcc28d64b1e67ea58",
  72. "homepage": "https://github.com/MikeMcl/big.js#readme",
  73. "keywords": [
  74. "arbitrary",
  75. "precision",
  76. "arithmetic",
  77. "big",
  78. "number",
  79. "decimal",
  80. "float",
  81. "biginteger",
  82. "bigdecimal",
  83. "bignumber",
  84. "bigint",
  85. "bignum"
  86. ],
  87. "license": "MIT",
  88. "main": "big.js",
  89. "maintainers": [
  90. {
  91. "name": "mikemcl",
  92. "email": "M8ch88l@gmail.com"
  93. }
  94. ],
  95. "name": "big.js",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/MikeMcl/big.js.git"
  101. },
  102. "scripts": {
  103. "build": "uglifyjs big.js --source-map doc/big.js.map -c -m -o big.min.js --preamble \"/* big.js v3.2.0 https://github.com/MikeMcl/big.js/LICENCE */\"",
  104. "test": "node ./test/every-test.js"
  105. },
  106. "version": "3.2.0"
  107. }