package.json 1.7 KB

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