package.json 2.6 KB

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