12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "sunrise-sunset-js@^2.2.1",
- "_id": "sunrise-sunset-js@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-ErsvmxoTCZRacVPtlchkrTAR8qxypBy0BDrrv9LMugLuF0AykcS5pQsP1EhQJHgumxrTTSI8N8KJkQMVJ6dEPw==",
- "_location": "/sunrise-sunset-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "sunrise-sunset-js@^2.2.1",
- "name": "sunrise-sunset-js",
- "escapedName": "sunrise-sunset-js",
- "rawSpec": "^2.2.1",
- "saveSpec": null,
- "fetchSpec": "^2.2.1"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/sunrise-sunset-js/-/sunrise-sunset-js-2.2.1.tgz",
- "_shasum": "bf541aab71b9215901fb6dee260e946fb3c7a80a",
- "_spec": "sunrise-sunset-js@^2.2.1",
- "_where": "E:\\项目总文件\\svncode30\\yfb\\海南项目\\正式代码\\前端\\real3d-portalsite-V2.0",
- "author": {
- "name": "Aleksei Udivankin",
- "email": "allx@mail.ru",
- "url": "https://github.com/udivankin"
- },
- "bugs": {
- "url": "https://github.com/udivankin/sunrise-sunset/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Sunrise and sunset time calculation for given coordinates",
- "devDependencies": {
- "@babel/core": "7.12.9",
- "@babel/preset-env": "7.12.7",
- "@rollup/plugin-babel": "5.2.2",
- "@rollup/plugin-commonjs": "17.0.0",
- "@rollup/plugin-typescript": "8.0.0",
- "babel-jest": "26.6.3",
- "coveralls": "3.1.0",
- "jest-cli": "26.6.3",
- "pico-static-server": "3.0.3",
- "rollup": "2.34.2",
- "rollup-plugin-copy": "3.3.0",
- "rollup-plugin-livereload": "2.0.0",
- "rollup-plugin-terser": "7.0.2",
- "rollup-watch": "4.3.1",
- "tslib": "2.0.3",
- "typescript": "4.1.2"
- },
- "directories": {
- "test": "tests"
- },
- "homepage": "https://github.com/udivankin/sunrise-sunset#readme",
- "jest": {
- "cache": false,
- "transform": {
- "^.+\\.js$": "babel-jest"
- }
- },
- "keywords": [
- "sunrise",
- "sunset",
- "sun",
- "suncalc",
- "day",
- "events"
- ],
- "license": "ISC",
- "main": "dist/index.js",
- "name": "sunrise-sunset-js",
- "repository": {
- "type": "git",
- "url": "git+https://udivankin@github.com/udivankin/sunrise-sunset.git"
- },
- "scripts": {
- "build": "rollup -c ./rollup.config.js",
- "test": "jest"
- },
- "version": "2.2.1"
- }
|