package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "fraction.js@^4.2.0",
  3. "_id": "fraction.js@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
  6. "_location": "/fraction.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fraction.js@^4.2.0",
  12. "name": "fraction.js",
  13. "escapedName": "fraction.js",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/autoprefixer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  22. "_shasum": "448e5109a313a3527f5a3ab2119ec4cf0e0e2950",
  23. "_spec": "fraction.js@^4.2.0",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service\\node_modules\\autoprefixer",
  25. "author": {
  26. "name": "Robert Eisele",
  27. "email": "robert@xarg.org",
  28. "url": "http://www.xarg.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/infusion/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. "funding": {
  46. "type": "patreon",
  47. "url": "https://www.patreon.com/infusion"
  48. },
  49. "homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
  50. "keywords": [
  51. "math",
  52. "fraction",
  53. "rational",
  54. "rationals",
  55. "number",
  56. "parser",
  57. "rational numbers"
  58. ],
  59. "license": "MIT",
  60. "main": "fraction",
  61. "name": "fraction.js",
  62. "private": false,
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/infusion/Fraction.js.git"
  66. },
  67. "scripts": {
  68. "test": "mocha tests/*.js"
  69. },
  70. "title": "fraction.js",
  71. "types": "./fraction.d.ts",
  72. "version": "4.2.0"
  73. }