package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "bignumber.js@2.0.0",
  5. "D:\\work\\im\\node_modules\\mysql"
  6. ]
  7. ],
  8. "_from": "bignumber.js@2.0.0",
  9. "_id": "bignumber.js@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bignumber.js",
  13. "_npmUser": {
  14. "email": "M8ch88l@gmail.com",
  15. "name": "mikemcl"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "bignumber.js",
  21. "raw": "bignumber.js@2.0.0",
  22. "rawSpec": "2.0.0",
  23. "scope": null,
  24. "spec": "2.0.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/mysql"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.0.0.tgz",
  31. "_shasum": "9fca55e6c73e1ba5d294bda9983180e947e2119c",
  32. "_shrinkwrap": null,
  33. "_spec": "bignumber.js@2.0.0",
  34. "_where": "D:\\work\\im\\node_modules\\mysql",
  35. "author": {
  36. "email": "M8ch88l@gmail.com",
  37. "name": "Michael Mclaughlin"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/MikeMcl/bignumber.js/issues"
  41. },
  42. "dependencies": {},
  43. "deprecated": "critical bug fixed in v2.0.4",
  44. "description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
  45. "devDependencies": {},
  46. "directories": {},
  47. "dist": {
  48. "shasum": "9fca55e6c73e1ba5d294bda9983180e947e2119c",
  49. "tarball": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.0.0.tgz"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "gitHead": "bc66fcfed12c7b4aad528167f3138eb5ad13826f",
  55. "homepage": "https://github.com/MikeMcl/bignumber.js",
  56. "keywords": [
  57. "arbitrary",
  58. "precision",
  59. "arithmetic",
  60. "big",
  61. "number",
  62. "decimal",
  63. "float",
  64. "biginteger",
  65. "bigdecimal",
  66. "bignumber",
  67. "bigint",
  68. "bignum"
  69. ],
  70. "license": "MIT",
  71. "main": "bignumber",
  72. "maintainers": [
  73. {
  74. "email": "M8ch88l@gmail.com",
  75. "name": "mikemcl"
  76. }
  77. ],
  78. "name": "bignumber.js",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/MikeMcl/bignumber.js.git"
  84. },
  85. "scripts": {
  86. "build": "uglifyjs bignumber.js -c -m -o bignumber.min.js --preamble '/* bignumber.js v2.0.0 https://github.com/MikeMcl/bignumber.js/LICENCE */'",
  87. "test": "node ./test/every-test.js"
  88. },
  89. "version": "2.0.0"
  90. }