package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "sunrise-sunset-js@^2.2.1",
  3. "_id": "sunrise-sunset-js@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ErsvmxoTCZRacVPtlchkrTAR8qxypBy0BDrrv9LMugLuF0AykcS5pQsP1EhQJHgumxrTTSI8N8KJkQMVJ6dEPw==",
  6. "_location": "/sunrise-sunset-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sunrise-sunset-js@^2.2.1",
  12. "name": "sunrise-sunset-js",
  13. "escapedName": "sunrise-sunset-js",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/sunrise-sunset-js/-/sunrise-sunset-js-2.2.1.tgz",
  23. "_shasum": "bf541aab71b9215901fb6dee260e946fb3c7a80a",
  24. "_spec": "sunrise-sunset-js@^2.2.1",
  25. "_where": "E:\\项目总文件\\svncode30\\yfb\\海南项目\\正式代码\\前端\\real3d-portalsite-V2.0",
  26. "author": {
  27. "name": "Aleksei Udivankin",
  28. "email": "allx@mail.ru",
  29. "url": "https://github.com/udivankin"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/udivankin/sunrise-sunset/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Sunrise and sunset time calculation for given coordinates",
  37. "devDependencies": {
  38. "@babel/core": "7.12.9",
  39. "@babel/preset-env": "7.12.7",
  40. "@rollup/plugin-babel": "5.2.2",
  41. "@rollup/plugin-commonjs": "17.0.0",
  42. "@rollup/plugin-typescript": "8.0.0",
  43. "babel-jest": "26.6.3",
  44. "coveralls": "3.1.0",
  45. "jest-cli": "26.6.3",
  46. "pico-static-server": "3.0.3",
  47. "rollup": "2.34.2",
  48. "rollup-plugin-copy": "3.3.0",
  49. "rollup-plugin-livereload": "2.0.0",
  50. "rollup-plugin-terser": "7.0.2",
  51. "rollup-watch": "4.3.1",
  52. "tslib": "2.0.3",
  53. "typescript": "4.1.2"
  54. },
  55. "directories": {
  56. "test": "tests"
  57. },
  58. "homepage": "https://github.com/udivankin/sunrise-sunset#readme",
  59. "jest": {
  60. "cache": false,
  61. "transform": {
  62. "^.+\\.js$": "babel-jest"
  63. }
  64. },
  65. "keywords": [
  66. "sunrise",
  67. "sunset",
  68. "sun",
  69. "suncalc",
  70. "day",
  71. "events"
  72. ],
  73. "license": "ISC",
  74. "main": "dist/index.js",
  75. "name": "sunrise-sunset-js",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://udivankin@github.com/udivankin/sunrise-sunset.git"
  79. },
  80. "scripts": {
  81. "build": "rollup -c ./rollup.config.js",
  82. "test": "jest"
  83. },
  84. "version": "2.2.1"
  85. }