package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "frac@1.1.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "frac@1.1.2",
  9. "_id": "frac@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
  12. "_location": "/frac",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "frac@1.1.2",
  18. "name": "frac",
  19. "escapedName": "frac",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/ssf"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "SheetJS"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/SheetJS/frac/issues"
  35. },
  36. "config": {
  37. "blanket": {
  38. "pattern": "frac.js"
  39. }
  40. },
  41. "dependencies": {},
  42. "description": "Rational approximation with bounded denominator",
  43. "devDependencies": {
  44. "@sheetjs/uglify-js": "~2.7.3",
  45. "@types/node": "^8.0.7",
  46. "blanket": "~1.2.3",
  47. "codepage": "~1.10.0",
  48. "dtslint": "^0.1.2",
  49. "mocha": "~2.5.3",
  50. "typescript": "2.2.0",
  51. "voc": "~1.1.0"
  52. },
  53. "engines": {
  54. "node": ">=0.8"
  55. },
  56. "homepage": "http://sheetjs.com/opensource",
  57. "keywords": [
  58. "math",
  59. "fraction",
  60. "rational",
  61. "approximation"
  62. ],
  63. "license": "Apache-2.0",
  64. "main": "./frac",
  65. "name": "frac",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/SheetJS/frac.git"
  69. },
  70. "scripts": {
  71. "build": "make",
  72. "dtslint": "dtslint types",
  73. "lint": "make fullint",
  74. "test": "make test"
  75. },
  76. "types": "types",
  77. "version": "1.1.2"
  78. }