package.json 1.9 KB

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