package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "/autoprefixer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
  22. "_shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
  23. "_spec": "num2fraction@^1.2.2",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/autoprefixer",
  25. "author": {
  26. "name": "yisi",
  27. "email": "yiorsi@gmail.com",
  28. "url": "http://iyunlu.com/view"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yisibl/num2fraction/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Convert number to fraction",
  36. "devDependencies": {
  37. "tape": "^3.0.0"
  38. },
  39. "homepage": "https://github.com/yisibl/num2fraction#readme",
  40. "keywords": [
  41. "fraction",
  42. "number",
  43. "math",
  44. "maths",
  45. "arithmetic",
  46. "gcd",
  47. "rational"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "num2fraction",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
  55. },
  56. "scripts": {
  57. "test": "tape test/*.js"
  58. },
  59. "version": "1.2.2"
  60. }