package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "fraction.js@^4.3.7",
  3. "_id": "fraction.js@4.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  6. "_location": "/fraction.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fraction.js@^4.3.7",
  12. "name": "fraction.js",
  13. "escapedName": "fraction.js",
  14. "rawSpec": "^4.3.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.7"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  22. "_shasum": "06ca0085157e42fda7f9e726e79fefc4068840f7",
  23. "_spec": "fraction.js@^4.3.7",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\autoprefixer",
  25. "author": {
  26. "name": "Robert Eisele",
  27. "email": "robert@raw.org",
  28. "url": "https://raw.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/rawify/Fraction.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A rational number library",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "directories": {
  40. "example": "examples"
  41. },
  42. "engines": {
  43. "node": "*"
  44. },
  45. "exports": {
  46. ".": {
  47. "import": "./fraction.js",
  48. "require": "./fraction.cjs",
  49. "types": "./fraction.d.ts"
  50. }
  51. },
  52. "funding": {
  53. "type": "patreon",
  54. "url": "https://github.com/sponsors/rawify"
  55. },
  56. "homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
  57. "keywords": [
  58. "math",
  59. "fraction",
  60. "rational",
  61. "rationals",
  62. "number",
  63. "parser",
  64. "rational numbers"
  65. ],
  66. "license": "MIT",
  67. "main": "fraction.cjs",
  68. "name": "fraction.js",
  69. "private": false,
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/rawify/Fraction.js.git"
  73. },
  74. "scripts": {
  75. "test": "mocha tests/*.js"
  76. },
  77. "title": "fraction.js",
  78. "type": "module",
  79. "types": "./fraction.d.ts",
  80. "version": "4.3.7"
  81. }