package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "num2fraction@^1.2.2",
  3. "_id": "num2fraction@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
  6. "_location": "/num2fraction",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "num2fraction@^1.2.2",
  12. "name": "num2fraction",
  13. "escapedName": "num2fraction",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/autoprefixer",
  20. "/autoprefixer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
  23. "_shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
  24. "_spec": "num2fraction@^1.2.2",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@vue\\cli-service\\node_modules\\autoprefixer",
  26. "author": {
  27. "name": "yisi",
  28. "email": "yiorsi@gmail.com",
  29. "url": "http://iyunlu.com/view"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/yisibl/num2fraction/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Convert number to fraction",
  37. "devDependencies": {
  38. "tape": "^3.0.0"
  39. },
  40. "homepage": "https://github.com/yisibl/num2fraction#readme",
  41. "keywords": [
  42. "fraction",
  43. "number",
  44. "math",
  45. "maths",
  46. "arithmetic",
  47. "gcd",
  48. "rational"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "num2fraction",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
  56. },
  57. "scripts": {
  58. "test": "tape test/*.js"
  59. },
  60. "version": "1.2.2"
  61. }