package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "num2fraction@^1.1.0",
  6. "scope": null,
  7. "escapedName": "num2fraction",
  8. "name": "num2fraction",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/autoprefixer-core"
  14. ]
  15. ],
  16. "_from": "num2fraction@>=1.1.0 <2.0.0",
  17. "_id": "num2fraction@1.2.2",
  18. "_inCache": true,
  19. "_location": "/num2fraction",
  20. "_nodeVersion": "0.12.5",
  21. "_npmUser": {
  22. "name": "yisi",
  23. "email": "yiorsi@gmail.com"
  24. },
  25. "_npmVersion": "2.11.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "num2fraction@^1.1.0",
  29. "scope": null,
  30. "escapedName": "num2fraction",
  31. "name": "num2fraction",
  32. "rawSpec": "^1.1.0",
  33. "spec": ">=1.1.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/autoprefixer-core"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
  40. "_shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
  41. "_shrinkwrap": null,
  42. "_spec": "num2fraction@^1.1.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/autoprefixer-core",
  44. "author": {
  45. "name": "yisi",
  46. "email": "yiorsi@gmail.com",
  47. "url": "http://iyunlu.com/view"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/yisibl/num2fraction/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Convert number to fraction",
  54. "devDependencies": {
  55. "tape": "^3.0.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
  60. "tarball": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz"
  61. },
  62. "gitHead": "df97795dd5a29466a4855794c1031ba869f0829c",
  63. "homepage": "https://github.com/yisibl/num2fraction#readme",
  64. "keywords": [
  65. "fraction",
  66. "number",
  67. "math",
  68. "maths",
  69. "arithmetic",
  70. "gcd",
  71. "rational"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "yisi",
  78. "email": "yiorsi@gmail.com"
  79. }
  80. ],
  81. "name": "num2fraction",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
  87. },
  88. "scripts": {
  89. "test": "tape test/*.js"
  90. },
  91. "version": "1.2.2"
  92. }