package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "accounting@^0.4.1",
  3. "_id": "accounting@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h91BA+/39EYPHhhvXGd+1s9WaIM=",
  6. "_location": "/accounting",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "accounting@^0.4.1",
  12. "name": "accounting",
  13. "escapedName": "accounting",
  14. "rawSpec": "^0.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.1"
  17. },
  18. "_requiredBy": [
  19. "/vue-h5-plus"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/accounting/-/accounting-0.4.1.tgz",
  22. "_shasum": "87dd4103eff7f4460f1e186f5c677ed6cf566883",
  23. "_spec": "accounting@^0.4.1",
  24. "_where": "/Users/bssm/Desktop/fabTest/html2canvas-renderjs示例/node_modules/vue-h5-plus",
  25. "author": {
  26. "name": "Open Exchange Rates",
  27. "email": "info@openexchangerates.org",
  28. "url": "https://www.openexchangerates.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/openexchangerates/accounting.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Open Exchange Rates",
  37. "email": "info@openxchangerates.org",
  38. "url": "https://openexchangerates.org"
  39. },
  40. {
  41. "name": "Joss Crowcroft",
  42. "email": "josscrowcroft@gmail.com",
  43. "url": "http://www.josscrowcroft.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "deprecated": false,
  48. "description": "number, money and currency formatting library",
  49. "homepage": "http://openexchangerates.github.io/accounting.js",
  50. "keywords": [
  51. "accounting",
  52. "number",
  53. "money",
  54. "currency",
  55. "format",
  56. "utilities",
  57. "finance",
  58. "exchange"
  59. ],
  60. "main": "accounting.js",
  61. "name": "accounting",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/openexchangerates/accounting.js.git"
  65. },
  66. "version": "0.4.1"
  67. }