项目原始demo,不改动
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
 
 
 
 

75 righe
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "big.js@3.2.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "big.js@3.2.0",
  10. "_id": "big.js@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
  13. "_location": "/big.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "big.js@3.2.0",
  19. "name": "big.js",
  20. "escapedName": "big.js",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/html-webpack-plugin/loader-utils",
  27. "/loader-utils"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
  30. "_spec": "3.2.0",
  31. "_where": "D:\\A易云\\YiYunJianZhu",
  32. "author": {
  33. "name": "Michael Mclaughlin",
  34. "email": "M8ch88l@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/MikeMcl/big.js/issues"
  38. },
  39. "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  40. "engines": {
  41. "node": "*"
  42. },
  43. "files": [
  44. "big.js",
  45. "big.min.js"
  46. ],
  47. "homepage": "https://github.com/MikeMcl/big.js#readme",
  48. "keywords": [
  49. "arbitrary",
  50. "precision",
  51. "arithmetic",
  52. "big",
  53. "number",
  54. "decimal",
  55. "float",
  56. "biginteger",
  57. "bigdecimal",
  58. "bignumber",
  59. "bigint",
  60. "bignum"
  61. ],
  62. "license": "MIT",
  63. "main": "big.js",
  64. "name": "big.js",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/MikeMcl/big.js.git"
  68. },
  69. "scripts": {
  70. "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 */\"",
  71. "test": "node ./test/every-test.js"
  72. },
  73. "version": "3.2.0"
  74. }